@@ -9268,143 +9268,3 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9268
9268
SOFTWARE.
9269
9269
9270
9270
9271
- --------------------------------------------------------------------------------
9272
- yuin/goldmark MIT License https://github.com/yuin/goldmark/blob/master/LICENSE
9273
- --------------------------------------------------------------------------------
9274
- MIT License
9275
-
9276
- Copyright (c) 2019 Yusuke Inuzuka
9277
-
9278
- Permission is hereby granted, free of charge, to any person obtaining a copy
9279
- of this software and associated documentation files (the "Software"), to deal
9280
- in the Software without restriction, including without limitation the rights
9281
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9282
- copies of the Software, and to permit persons to whom the Software is
9283
- furnished to do so, subject to the following conditions:
9284
-
9285
- The above copyright notice and this permission notice shall be included in all
9286
- copies or substantial portions of the Software.
9287
-
9288
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9289
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9290
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9291
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9292
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9293
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9294
- SOFTWARE.
9295
-
9296
- --------------------------------------------------------------------------------
9297
- go-check/check BSD 2-Clause "Simplified" License https://github.com/go-check/check/blob/v1/LICENSE
9298
- --------------------------------------------------------------------------------
9299
- Gocheck - A rich testing framework for Go
9300
-
9301
- Copyright (c) 2010-2013 Gustavo Niemeyer <
[email protected] >
9302
-
9303
- All rights reserved.
9304
-
9305
- Redistribution and use in source and binary forms, with or without
9306
- modification, are permitted provided that the following conditions are met:
9307
-
9308
- 1. Redistributions of source code must retain the above copyright notice, this
9309
- list of conditions and the following disclaimer.
9310
- 2. Redistributions in binary form must reproduce the above copyright notice,
9311
- this list of conditions and the following disclaimer in the documentation
9312
- and/or other materials provided with the distribution.
9313
-
9314
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
9315
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
9316
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
9317
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
9318
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
9319
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
9320
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
9321
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9322
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
9323
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9324
-
9325
- --------------------------------------------------------------------------------
9326
- go-inf/inf BSD 3-Clause "New" or "Revised" License https://github.com/go-inf/inf/blob/master/LICENSE
9327
- --------------------------------------------------------------------------------
9328
- Copyright (c) 2012 Péter Surányi. Portions Copyright (c) 2009 The Go
9329
- Authors. All rights reserved.
9330
-
9331
- Redistribution and use in source and binary forms, with or without
9332
- modification, are permitted provided that the following conditions are
9333
- met:
9334
-
9335
- * Redistributions of source code must retain the above copyright
9336
- notice, this list of conditions and the following disclaimer.
9337
- * Redistributions in binary form must reproduce the above
9338
- copyright notice, this list of conditions and the following disclaimer
9339
- in the documentation and/or other materials provided with the
9340
- distribution.
9341
- * Neither the name of Google Inc. nor the names of its
9342
- contributors may be used to endorse or promote products derived from
9343
- this software without specific prior written permission.
9344
-
9345
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9346
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9347
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9348
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9349
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9350
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9351
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9352
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9353
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9354
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9355
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9356
-
9357
- --------------------------------------------------------------------------------
9358
- go-yaml/yaml MIT License https://github.com/go-yaml/yaml/blob/v3/LICENSE
9359
- --------------------------------------------------------------------------------
9360
-
9361
- This project is covered by two different licenses: MIT and Apache.
9362
-
9363
- #### MIT License ####
9364
-
9365
- The following files were ported to Go from C files of libyaml, and thus
9366
- are still covered by their original MIT license, with the additional
9367
- copyright staring in 2011 when the project was ported over:
9368
-
9369
- apic.go emitterc.go parserc.go readerc.go scannerc.go
9370
- writerc.go yamlh.go yamlprivateh.go
9371
-
9372
- Copyright (c) 2006-2010 Kirill Simonov
9373
- Copyright (c) 2006-2011 Kirill Simonov
9374
-
9375
- Permission is hereby granted, free of charge, to any person obtaining a copy of
9376
- this software and associated documentation files (the "Software"), to deal in
9377
- the Software without restriction, including without limitation the rights to
9378
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9379
- of the Software, and to permit persons to whom the Software is furnished to do
9380
- so, subject to the following conditions:
9381
-
9382
- The above copyright notice and this permission notice shall be included in all
9383
- copies or substantial portions of the Software.
9384
-
9385
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9386
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9387
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9388
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9389
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9390
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9391
- SOFTWARE.
9392
-
9393
- ### Apache License ###
9394
-
9395
- All the remaining project files are covered by the Apache license:
9396
-
9397
- Copyright (c) 2011-2019 Canonical Ltd
9398
-
9399
- Licensed under the Apache License, Version 2.0 (the "License");
9400
- you may not use this file except in compliance with the License.
9401
- You may obtain a copy of the License at
9402
-
9403
- http://www.apache.org/licenses/LICENSE-2.0
9404
-
9405
- Unless required by applicable law or agreed to in writing, software
9406
- distributed under the License is distributed on an "AS IS" BASIS,
9407
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9408
- See the License for the specific language governing permissions and
9409
- limitations under the License.
9410
-
0 commit comments