diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 548a1d0..0000000 --- a/LICENSE +++ /dev/null @@ -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. diff --git a/README.md b/README.md index 9215c92..6a2c112 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,6 @@ Credit to the original graphic artists ## License -[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/) +[MIT](https://choosealicense.com/licenses/MIT/)
-See [LICENSE](./LICENSE) +See [LICENSE](./share/wimi/LICENSE) diff --git a/share/wimi/CHANGELOG b/share/wimi/CHANGELOG index 37212fb..dd62bd6 100644 --- a/share/wimi/CHANGELOG +++ b/share/wimi/CHANGELOG @@ -1,5 +1,12 @@ # -*- 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 **** Add red glow on error screen diff --git a/share/wimi/LICENSE b/share/wimi/LICENSE new file mode 100644 index 0000000..0e7e09d --- /dev/null +++ b/share/wimi/LICENSE @@ -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. diff --git a/src/amo.json b/src/amo.json new file mode 100644 index 0000000..eaea013 --- /dev/null +++ b/src/amo.json @@ -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"] } +}