Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 98cb585

Browse files
committed
feat: Ensure licence is correctly MIT
This was more on an oversight when moving this from private to public.
1 parent 990646f commit 98cb585

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

LICENSE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
Copyright (c) 2019 Fabscale GmbH
1+
The MIT License (MIT)
22

3-
This software may not be used by anybody except Fabscale GmbH.
3+
Copyright (c) 2021
4+
5+
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:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
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.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
],
88
"repository": "git://github.com/fabscale/ember-cognito-identity.git",
99
"author": "Francesco Novy <francesco@fabscale.com>",
10+
"license": "MIT",
1011
"directories": {
1112
"doc": "doc",
1213
"test": "tests"

0 commit comments

Comments
 (0)