diff --git a/README b/README index a8b0f06..079ebd4 100644 --- a/README +++ b/README @@ -18,12 +18,21 @@ profile.tgz - the firefox profile, plus a shell script which will launch it if Firefox is found in the $PATH on Unix-Like operating systems. install.exe - the windows installer, which sets up shortcuts to -launch Firefox on Windows.. +launch Firefox on Windows. To report issues against this browser profile, please file issues at [the official Gitlab](https://i2pgit.org/i2p-hackers/i2p.firefox) or the [Github Mirror](https://github.com/i2p/i2p.firefox). Issues -pertaining to the plugins should be reported to their upstream -maintainers. +pertaining to the plugins may be reported to their upstream +maintainers if it's determined that our configuration is not at +fault. -For the +NoScript is developed on Github by `hackademix` and the community: + - https://github.com/hackademix/noscript + +HTTPS Everywhere is developed on Github by the EFF: + - https://github.com/EFForg/https-everywhere + +I2P in Private Browsing is developed on Gitlab and Github by idk and the community: + - https://i2pgit.org/idk/I2P-in-Private-Browsing-Mode-Firefox + - https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox diff --git a/license/i2ppb.txt b/license/i2ppb.txt new file mode 100644 index 0000000..dde6ad3 --- /dev/null +++ b/license/i2ppb.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 idk + +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.