Skip to content

Commit 182bbdd

Browse files
committed
Merge pull request OAI#528 from kogosoftwarellc/fixing-schema-package-license
Fixing license in schema v2.0 package.json.
2 parents e9a206a + fa8d952 commit 182bbdd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

schemas/v2.0/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ npm install --save [email protected]
2121

2222
## License
2323

24-
MIT
24+
Apache-2.0

schemas/v2.0/bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"schema",
1212
"api"
1313
],
14-
"license": "MIT"
14+
"license": "Apache-2.0"
1515
}

schemas/v2.0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"api"
1212
],
1313
"author": "",
14-
"license": "ISC"
14+
"license": "Apache-2.0"
1515
}

0 commit comments

Comments
 (0)