Skip to content

Commit dabfa16

Browse files
committed
license update
1 parent 4f53eb1 commit dabfa16

22 files changed

Lines changed: 235 additions & 233 deletions

File tree

LICENSE

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
MIT License
1+
Copyright 2026 OwnYourData.eu
22

3-
Copyright (c) 2021-23 OwnYourData
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
46

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
7+
http://www.apache.org/licenses/LICENSE-2.0
118

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ If you want to contribute, please follow these steps:
4141

4242
## License
4343

44-
[MIT License 2021-24 - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)
44+
[Apache 2.0 License - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)

cli/LICENSE

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

cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ If you want to contribute, please follow these steps:
7777

7878
## License
7979

80-
[MIT License 2022 - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)
80+
[Apache 2.0 License - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)

docs/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ Reference Implementation {#implementation}
660660

661661
Work in progress as part of a research project funded by the “IKT der Zukunft” program from the Federal Ministry for Transport, Innovation and Technology in Austria – [FFG Projekt 887052](https://projekte.ffg.at/projekt/4125456).
662662

663-
The following implementation artefacts are available (published under the open source MIT License):
663+
The following implementation artefacts are available (published under the open source Apache 2.0 License):
664664
* Command line tool `oydid`: [https://github.com/OwnYourData/oydid/tree/main/cli](https://github.com/OwnYourData/oydid/tree/main/cli)
665665
* also available as Docker Image: [https://hub.docker.com/r/oydeu/oydid-cli](https://hub.docker.com/r/oydeu/oydid-cli)
666666
* find example usage scenarios in this Tutorial: [https://github.com/OwnYourData/oydid/tree/main/tutorial](https://github.com/OwnYourData/oydid/tree/main/tutorial)

js-resolver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ A minimal DID document using the above sample DID looks like this:
105105

106106
## License
107107

108-
[MIT License 2022 - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)
108+
[Apache 2.0 License - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)

js-resolver/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js-resolver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "oydid-did-resolver",
33
"description": "OYDID resolver for did-resolve",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"author": "Gabriel Unterholzer",
6-
"license": "MIT",
6+
"license": "Apache-2.0",
77
"main": "dist/index.js",
88
"repository": {
99
"type": "git",

oydid-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ npm install oydid
1010

1111
## License
1212

13-
[MIT License 2022-24 - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)
13+
[Apache 2.0 License - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)

oydid-js/package-lock.json

Lines changed: 7 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)