LICENSE: MIT
This commit is contained in:
parent
bbe1f3dbf4
commit
81dad6117e
5 changed files with 41 additions and 17 deletions
15
LICENSE
15
LICENSE
|
@ -1,15 +0,0 @@
|
||||||
Copyright (C) 2023 by 0x1eef <0x1eef@protonmail.com>
|
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this
|
|
||||||
software for any purpose with or without fee is hereby
|
|
||||||
granted.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS
|
|
||||||
ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
|
|
||||||
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
||||||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
|
||||||
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
||||||
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
||||||
OF THIS SOFTWARE.
|
|
|
@ -54,6 +54,6 @@ Credit to the original graphic artists
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/)
|
[MIT](https://choosealicense.com/licenses/MIT/)
|
||||||
<br>
|
<br>
|
||||||
See [LICENSE](./LICENSE)
|
See [LICENSE](./share/wimi/LICENSE)
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# -*- mode: org -*-
|
# -*- mode: org -*-
|
||||||
|
|
||||||
|
** vNEXT
|
||||||
|
|
||||||
|
**** License: MIT
|
||||||
|
The license has been changed from 0BSD to MIT.
|
||||||
|
The motivating factor is the AMO store not appearing
|
||||||
|
to recognize the 0BSD license slug
|
||||||
|
|
||||||
** v0.7.0
|
** v0.7.0
|
||||||
|
|
||||||
**** Add red glow on error screen
|
**** Add red glow on error screen
|
||||||
|
|
23
share/wimi/LICENSE
Normal file
23
share/wimi/LICENSE
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
Copyright (C) 2024 0x1eef
|
||||||
|
|
||||||
|
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 X CONSORTIUM 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.
|
||||||
|
|
||||||
|
Except as contained in this notice, the name of 0x1eef shall not be used
|
||||||
|
in advertising or otherwise to promote the sale, use or other dealings in
|
||||||
|
this Software without prior written authorization from 0x1eef.
|
9
src/amo.json
Normal file
9
src/amo.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"name": { "en-US": "wimi" },
|
||||||
|
"summary": { "en-US": "Your public IP address from clean.myip.wtf/json to your browser" },
|
||||||
|
"homepage": { "en-US": "https://github.com/0x1eef/wimi#readme" },
|
||||||
|
"support_email": { "en-US": "0x1eef@protonmail.com" },
|
||||||
|
"requires_payment": false,
|
||||||
|
"version": { "license": "MIT" },
|
||||||
|
"categories": { "firefox": ["privacy-security"] }
|
||||||
|
}
|
Loading…
Reference in a new issue