Skip to content

Commit 370e329

Browse files
committed
rebase and update
1 parent 1d95c51 commit 370e329

File tree

2 files changed

+94
-46
lines changed

2 files changed

+94
-46
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ errcheck:
7171
fi
7272
errcheck $(PACKAGES)
7373

74+
.PHONY: NOTICE
7475
NOTICE: vendor/
7576
rm -f NOTICE # `govendor license` appends...
7677
govendor license -o NOTICE +v

NOTICE

Lines changed: 93 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6666
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
6767
THE SOFTWARE.
6868
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69+
LICENSE - code.gitea.io/gitea/vendor/github.com/PuerkitoBio/goquery
70+
Copyright (c) 2012-2016, Martin Angers & Contributors
71+
All rights reserved.
72+
73+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
74+
75+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
76+
77+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
78+
79+
* Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
80+
81+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
82+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6983
LICENSE - code.gitea.io/gitea/vendor/github.com/Unknwon/cae
7084
Apache License
7185
Version 2.0, January 2004
@@ -845,6 +859,32 @@ LICENSE - code.gitea.io/gitea/vendor/github.com/Unknwon/paginater
845859
See the License for the specific language governing permissions and
846860
limitations under the License.
847861

862+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
863+
LICENSE - code.gitea.io/gitea/vendor/github.com/andybalholm/cascadia
864+
Copyright (c) 2011 Andy Balholm. All rights reserved.
865+
866+
Redistribution and use in source and binary forms, with or without
867+
modification, are permitted provided that the following conditions are
868+
met:
869+
870+
* Redistributions of source code must retain the above copyright
871+
notice, this list of conditions and the following disclaimer.
872+
* Redistributions in binary form must reproduce the above
873+
copyright notice, this list of conditions and the following disclaimer
874+
in the documentation and/or other materials provided with the
875+
distribution.
876+
877+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
878+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
879+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
880+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
881+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
882+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
883+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
884+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
885+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
886+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
887+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
848888
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
849889
LICENSE - code.gitea.io/gitea/vendor/github.com/blevesearch/bleve
850890

@@ -4724,32 +4764,6 @@ distribution.
47244764
contributors may be used to endorse or promote products derived from
47254765
this software without specific prior written permission.
47264766

4727-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4728-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4729-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4730-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4731-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4732-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4733-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4734-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4735-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4736-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4737-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4738-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4739-
LICENSE - code.gitea.io/gitea/vendor/github.com/gopherjs/gopherjs
4740-
Copyright (c) 2013 Richard Musiol. All rights reserved.
4741-
4742-
Redistribution and use in source and binary forms, with or without
4743-
modification, are permitted provided that the following conditions are
4744-
met:
4745-
4746-
* Redistributions of source code must retain the above copyright
4747-
notice, this list of conditions and the following disclaimer.
4748-
* Redistributions in binary form must reproduce the above
4749-
copyright notice, this list of conditions and the following disclaimer
4750-
in the documentation and/or other materials provided with the
4751-
distribution.
4752-
47534767
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
47544768
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
47554769
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -4925,26 +4939,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
49254939
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49264940
SOFTWARE.
49274941

4928-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4929-
LICENSE - code.gitea.io/gitea/vendor/github.com/jtolds/gls
4930-
Copyright (c) 2013, Space Monkey, Inc.
4931-
4932-
Permission is hereby granted, free of charge, to any person obtaining a copy of
4933-
this software and associated documentation files (the "Software"), to deal in
4934-
the Software without restriction, including without limitation the rights to
4935-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
4936-
the Software, and to permit persons to whom the Software is furnished to do so,
4937-
subject to the following conditions:
4938-
4939-
The above copyright notice and this permission notice shall be included in all
4940-
copies or substantial portions of the Software.
4941-
4942-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4943-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
4944-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
4945-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
4946-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
4947-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
49484942
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
49494943
LICENSE - code.gitea.io/gitea/vendor/github.com/juju/errors
49504944
All files in this repository are licensed as follows. If you contribute
@@ -5139,6 +5133,59 @@ apply, that proxy's public statement of acceptance of any version is
51395133
permanent authorization for you to choose that version for the
51405134
Library.
51415135
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5136+
LICENSE - code.gitea.io/gitea/vendor/github.com/keybase/go-crypto
5137+
Copyright (c) 2009 The Go Authors. All rights reserved.
5138+
5139+
Redistribution and use in source and binary forms, with or without
5140+
modification, are permitted provided that the following conditions are
5141+
met:
5142+
5143+
* Redistributions of source code must retain the above copyright
5144+
notice, this list of conditions and the following disclaimer.
5145+
* Redistributions in binary form must reproduce the above
5146+
copyright notice, this list of conditions and the following disclaimer
5147+
in the documentation and/or other materials provided with the
5148+
distribution.
5149+
* Neither the name of Google Inc. nor the names of its
5150+
contributors may be used to endorse or promote products derived from
5151+
this software without specific prior written permission.
5152+
5153+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
5154+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
5155+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
5156+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
5157+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5158+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5159+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
5160+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
5161+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
5162+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5163+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5164+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5165+
PATENTS - code.gitea.io/gitea/vendor/github.com/keybase/go-crypto
5166+
Additional IP Rights Grant (Patents)
5167+
5168+
"This implementation" means the copyrightable works distributed by
5169+
Google as part of the Go project.
5170+
5171+
Google hereby grants to You a perpetual, worldwide, non-exclusive,
5172+
no-charge, royalty-free, irrevocable (except as stated in this section)
5173+
patent license to make, have made, use, offer to sell, sell, import,
5174+
transfer and otherwise run, modify and propagate the contents of this
5175+
implementation of Go, where such license applies only to those patent
5176+
claims, both currently owned or controlled by Google and acquired in
5177+
the future, licensable by Google that are necessarily infringed by this
5178+
implementation of Go. This grant does not include claims that would be
5179+
infringed only as a consequence of further modification of this
5180+
implementation. If you or your agent or exclusive licensee institute or
5181+
order or agree to the institution of patent litigation against any
5182+
entity (including a cross-claim or counterclaim in a lawsuit) alleging
5183+
that this implementation of Go or any code incorporated within this
5184+
implementation of Go constitutes direct or contributory patent
5185+
infringement, or inducement of patent infringement, then any patent
5186+
rights granted to you under this License for this implementation of Go
5187+
shall terminate as of the date such litigation is filed.
5188+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51425189
LICENSE - code.gitea.io/gitea/vendor/github.com/klauspost/compress
51435190
Copyright (c) 2012 The Go Authors. All rights reserved.
51445191

0 commit comments

Comments
 (0)