Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 06fcf5e

Browse files
committed
build: switch license from GPLv3 to MIT
see rust-lang/rust#43498 for copyright notice discusssion Signed-off-by: Bhajneet S.K <bhajneet@gmail.com>
1 parent 8ae980b commit 06fcf5e

File tree

7 files changed

+43
-678
lines changed

7 files changed

+43
-678
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ yarn-error.log*
2828

2929
cypress/videos
3030
cypress/screenshots
31+
32+
LICENSE*

LICENSE

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Permission is hereby granted, free of charge, to any
2+
person obtaining a copy of this software and associated
3+
documentation files (the "Software"), to deal in the
4+
Software without restriction, including without
5+
limitation the rights to use, copy, modify, merge,
6+
publish, distribute, sublicense, and/or sell copies of
7+
the Software, and to permit persons to whom the Software
8+
is furnished to do so, subject to the following
9+
conditions:
10+
11+
The above copyright notice and this permission notice
12+
shall be included in all copies or substantial portions
13+
of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
16+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
17+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
18+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
19+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
22+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23+
DEALINGS IN THE SOFTWARE.

LICENSE.md

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

NOTICE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Notice
2+
3+
All contributions to this project are subject to the [LICENSE](/LICENSE) file found in the root directory of this project.
4+
5+
## Copyright
6+
7+
Copyrights in this project are retained by their contributors.
8+
9+
Please see the version control history for authorship.
10+
11+
## Licensing
12+
13+
Except as otherwise noted (below and/or in individual files), this project is licensed under:
14+
15+
[SPDX-License-Identifier: MIT](https://spdx.org/licenses/MIT.html)

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "git+https://github.com/ShabadOS/viewer.git"
1717
},
1818
"author": "Shabad OS Team <team@shabados.com>",
19-
"license": "GPL-3.0-or-later",
19+
"license": "MIT",
2020
"bugs": {
2121
"url": "https://github.com/ShabadOS/viewer/issues"
2222
},

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"url": "git+https://github.com/ShabadOS/viewer.git"
2727
},
2828
"author": "Shabad OS Team <team@shabados.com>",
29-
"license": "GPL-3.0-or-later",
29+
"license": "MIT",
3030
"bugs": {
3131
"url": "https://github.com/ShabadOS/viewer/issues"
3232
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/ShabadOS/viewer.git"
2424
},
2525
"author": "Shabad OS Team <team@shabados.com>",
26-
"license": "GPL-3.0-or-later",
26+
"license": "MIT",
2727
"bugs": {
2828
"url": "https://github.com/ShabadOS/viewer/issues"
2929
},

0 commit comments

Comments
 (0)