Skip to content

Commit 22130eb

Browse files
Add Apache 2.0 and MIT licenses
- Add LICENSE.md - Add link to LICENSE.md in README.md - Update package.json to reflect appropriate licenses
1 parent f0a618b commit 22130eb

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

LICENSE.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# License
2+
3+
ProtoSchool is licensed under both the Apache 2.0 and MIT licenses, as noted below.
4+
5+
## Apache License, Version 2.0
6+
7+
Copyright 2019 Protocol Labs
8+
9+
Licensed under the Apache License, Version 2.0 (the "License");
10+
you may not use this file except in compliance with the License.
11+
You may obtain a copy of the License at
12+
13+
http://www.apache.org/licenses/LICENSE-2.0
14+
15+
Unless required by applicable law or agreed to in writing, software
16+
distributed under the License is distributed on an "AS IS" BASIS,
17+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
See the License for the specific language governing permissions and
19+
limitations under the License.
20+
21+
## MIT License
22+
23+
Copyright 2019 Protocol Labs
24+
25+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
26+
27+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ the sample code failed in order to help the user along.
9595
Code is a string property. It's the sample code used to populate the code
9696
editor. If not set there's a default, used in the first lesson, that is used
9797
instead.
98+
99+
## License
100+
101+
ProtoSchool is licensed under the Apache-2.0 and MIT licenses. See [LICENSE.md](https://github.com/protoschool/protoschool.github.io/blob/master/LICENSE.md) for further detail.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "protoschool",
33
"version": "1.0.0",
4+
"license": "Apache-2.0 AND MIT",
45
"private": true,
56
"scripts": {
67
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)