From 59cd9b2b6f6d85250846bff7f2765dfc7bcce15a Mon Sep 17 00:00:00 2001 From: Tal Wrii Date: Wed, 6 Dec 2017 23:03:34 +0100 Subject: [PATCH] Include accurate licensing --- LICENSE | 7 +++++++ README.md | 4 ++++ SNIPPET-LICENSE | 9 +++++++++ 3 files changed, 20 insertions(+) create mode 100644 LICENSE create mode 100644 SNIPPET-LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d4326ba --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright 2017 Tal Wrii + +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. diff --git a/README.md b/README.md index 7eab628..fdc5ebc 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,7 @@ echo 'PATH=$PATH:~/curlfire' >> ~/.bashrc All of these approaches can be time consuming when automating tasks. [Prior to Firefox 57](https://support.mozilla.org/en-US/kb/frequently-asked-questions-firefox-addon), the [remote control extension](https://addons.mozilla.org/en-US/firefox/addon/remote-control/) could be used to interact with the page currently viewed in Firefox from the shell (including outputting the current [document object model](https://en.wikipedia.org/wiki/Document_Object_Model) as HTML). + + # Copyright +This code is distributed under [an MIT license](LICENSE). +It contains code adapted from a code snippet in the aforementioned Stack Exchange answer which is also distributed under [an MIT license](SNIPPET-LICENSE) as [stipulated by the Stack Exchange terms and conditions](https://meta.stackexchange.com/questions/272956/a-new-code-license-the-mit-this-time-with-attribution-required). diff --git a/SNIPPET-LICENSE b/SNIPPET-LICENSE new file mode 100644 index 0000000..e1ec0ef --- /dev/null +++ b/SNIPPET-LICENSE @@ -0,0 +1,9 @@ +This copyright notice applies only to the code snippets contained here https://superuser.com/a/1239036/653515, adapted for use in this project + +Copyright 2017 Hackerb9 (https://superuser.com/users/400780/hackerb9) + +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.