Skip to content

Commit 1ad0ba9

Browse files
committed
chore: relicense with dual mit/apache
1 parent fd3ba9e commit 1ad0ba9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,15 @@ This executable has two commands that operate on files or stdin.
150150

151151
`validate` and `to-json` and `to-schema` take either .ipldsch or .md files. When using .md files, `ipld-schema` will extract any \`\`\` code blocks using the `ipldsch` or `sh` language codes.
152152

153-
## License and Copyright
153+
## License & Copyright
154154

155155
Copyright 2019 Rod Vagg
156156

157-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
157+
Licensed under either of
158158

159-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
159+
* Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / http://www.apache.org/licenses/LICENSE-2.0)
160+
* MIT ([LICENSE-MIT](LICENSE-MIT) / http://opensource.org/licenses/MIT)
161+
162+
### Contribution
163+
164+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ipld-schema": "bin/cli.js"
3434
},
3535
"author": "Rod <[email protected]> (http://r.va.gg/)",
36-
"license": "Apache-2.0",
36+
"license": "(Apache-2.0 AND MIT)",
3737
"devDependencies": {
3838
"@types/chai": "^4.3.3",
3939
"@types/mocha": "^9.1.1",

0 commit comments

Comments
 (0)