Skip to content

Commit

Permalink
build: switch license from GPLv3 to MIT
Browse files Browse the repository at this point in the history
see rust-lang/rust#43498 for copyright notice discusssion

Signed-off-by: Bhajneet S.K <bhajneet@gmail.com>
  • Loading branch information
bhajneet committed Jun 15, 2022
1 parent 5617d0d commit f8f647f
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 678 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ yarn-error.log*

cypress/videos
cypress/screenshots

LICENSE*
23 changes: 23 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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:

The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.

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.
675 changes: 0 additions & 675 deletions LICENSE.md

This file was deleted.

15 changes: 15 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Notice

All contributions to this project are subject to the [LICENSE](/LICENSE) file found in the root directory of this project.

## Copyright

Copyrights in this project are retained by their contributors.

Please see the version control history for authorship.

## Licensing

Except as otherwise noted (below and/or in individual files), this project is licensed under:

[SPDX-License-Identifier: MIT](https://spdx.org/licenses/MIT.html)
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "git+https://github.com/ShabadOS/viewer.git"
},
"author": "Shabad OS Team <team@shabados.com>",
"license": "GPL-3.0-or-later",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShabadOS/viewer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "git+https://github.com/ShabadOS/viewer.git"
},
"author": "Shabad OS Team <team@shabados.com>",
"license": "GPL-3.0-or-later",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShabadOS/viewer/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "git+https://github.com/ShabadOS/viewer.git"
},
"author": "Shabad OS Team <team@shabados.com>",
"license": "GPL-3.0-or-later",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShabadOS/viewer/issues"
},
Expand Down

0 comments on commit f8f647f

Please sign in to comment.