Skip to content

Commit 780d2b2

Browse files
committed
update the license files to make go do happy
1 parent 58ebd20 commit 780d2b2

File tree

3 files changed

+51
-66
lines changed

3 files changed

+51
-66
lines changed

LICENSE

Lines changed: 0 additions & 25 deletions
This file was deleted.

LICENSE-MIT

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE-APACHE-2.0 renamed to LICENSE.md

Lines changed: 51 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
1+
The contents of this repository are Copyright (c) corresponding authors and
2+
contributors, licensed under the `Permissive License Stack` meaning either of:
3+
4+
- Apache-2.0 Software License: https://www.apache.org/licenses/LICENSE-2.0
5+
([...4tr2kfsq](https://dweb.link/ipfs/bafkreiankqxazcae4onkp436wag2lj3ccso4nawxqkkfckd6cg4tr2kfsq))
6+
7+
- MIT Software License: https://opensource.org/licenses/MIT
8+
([...vljevcba](https://dweb.link/ipfs/bafkreiepofszg4gfe2gzuhojmksgemsub2h4uy2gewdnr35kswvljevcba))
9+
10+
You may not use the contents of this repository except in compliance
11+
with one of the listed Licenses. For an extended clarification of the
12+
intent behind the choice of Licensing please refer to
13+
https://protocol.ai/blog/announcing-the-permissive-license-stack/
14+
15+
Unless required by applicable law or agreed to in writing, software
16+
distributed under the terms listed in this notice is distributed on
17+
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
18+
either express or implied. See each License for the specific language
19+
governing permissions and limitations under that License.
20+
21+
<!--- SPDX-License-Identifier: Apache-2.0 OR MIT -->
22+
23+
`SPDX-License-Identifier: Apache-2.0 OR MIT`
24+
25+
Verbatim copies of both licenses are included below:
26+
27+
<details><summary>Apache-2.0 Software License</summary>
28+
29+
```
130
Apache License
231
Version 2.0, January 2004
3-
http://www.apache.org/licenses/
32+
https://www.apache.org/licenses/
433
534
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
635
@@ -174,28 +203,30 @@
174203
of your accepting any such warranty or additional liability.
175204
176205
END OF TERMS AND CONDITIONS
206+
```
177207

178-
APPENDIX: How to apply the Apache License to your work.
208+
</details>
179209

180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
210+
<details><summary>MIT Software License</summary>
188211

189-
Copyright 2025 UCAN Working Group - All right reserved
212+
```
213+
Permission is hereby granted, free of charge, to any person obtaining a copy
214+
of this software and associated documentation files (the "Software"), to deal
215+
in the Software without restriction, including without limitation the rights
216+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
217+
copies of the Software, and to permit persons to whom the Software is
218+
furnished to do so, subject to the following conditions:
190219
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
220+
The above copyright notice and this permission notice shall be included in
221+
all copies or substantial portions of the Software.
194222
195-
http://www.apache.org/licenses/LICENSE-2.0
223+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
224+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
225+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
226+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
227+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
228+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
229+
THE SOFTWARE.
230+
```
196231

197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.
232+
</details>

0 commit comments

Comments
 (0)