@@ -66,6 +66,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66
66
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
67
67
THE SOFTWARE.
68
68
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
83
LICENSE - code.gitea.io/gitea/vendor/github.com/Unknwon/cae
70
84
Apache License
71
85
Version 2.0, January 2004
@@ -845,6 +859,32 @@ LICENSE - code.gitea.io/gitea/vendor/github.com/Unknwon/paginater
845
859
See the License for the specific language governing permissions and
846
860
limitations under the License.
847
861
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.
848
888
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
849
889
LICENSE - code.gitea.io/gitea/vendor/github.com/blevesearch/bleve
850
890
@@ -4724,32 +4764,6 @@ distribution.
4724
4764
contributors may be used to endorse or promote products derived from
4725
4765
this software without specific prior written permission.
4726
4766
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
-
4753
4767
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4754
4768
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4755
4769
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,
4925
4939
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4926
4940
SOFTWARE.
4927
4941
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.
4948
4942
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4949
4943
LICENSE - code.gitea.io/gitea/vendor/github.com/juju/errors
4950
4944
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
5139
5133
permanent authorization for you to choose that version for the
5140
5134
Library.
5141
5135
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5142
5189
LICENSE - code.gitea.io/gitea/vendor/github.com/klauspost/compress
5143
5190
Copyright (c) 2012 The Go Authors. All rights reserved.
5144
5191
0 commit comments