aboutsummaryrefslogtreecommitdiff
path: root/extension/src/webext-bridge/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/webext-bridge/README.md')
-rw-r--r--extension/src/webext-bridge/README.md38
1 files changed, 0 insertions, 38 deletions
diff --git a/extension/src/webext-bridge/README.md b/extension/src/webext-bridge/README.md
deleted file mode 100644
index de14bac..0000000
--- a/extension/src/webext-bridge/README.md
+++ /dev/null
@@ -1,38 +0,0 @@
-# zikaari/webext-bridge
-
-The source code in this directory/subdirectory is mostly not my own. The original project can be found here [webext-bridge](https://github.com/zikaari/webext-bridge).
-
-Because of bundling [issues](https://github.com/zikaari/webext-bridge/issues/69), I had to copy the source code here and make some changes to it. The original project is licensed under the MIT license.
-
-## License
-As per AGPLv3 the original license and copyright can be found in this directory as this ia a dirived work.
-
-This file is part of NVault, licensed under AGPLv3.
-NVault is a derivative work of webext-bridge, which is licensed under the MIT license.
-
-The MIT License (MIT)
-
-Copyright (c) 2017 Neek Sandhu
-
-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.
-
-### Changes
- - Removed all npm package related files
- - Changed port creation and local state to be function scoped
- - removed files for file-based-exports such as options.ts and popup.ts