]> git.wh0rd.org - chrome-ext/web-power-switch.git/commitdiff
clarify licensing
authorMike Frysinger <vapier@gentoo.org>
Wed, 1 Apr 2020 01:01:21 +0000 (21:01 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 1 Apr 2020 01:01:21 +0000 (21:01 -0400)
UNLICENSE [new file with mode: 0644]
common.js
options.html
options.js
popup.html
popup.js

diff --git a/UNLICENSE b/UNLICENSE
new file mode 100644 (file)
index 0000000..efb9808
--- /dev/null
+++ b/UNLICENSE
@@ -0,0 +1,24 @@
+This is free and unencumbered software released into the public domain.
+
+Anyone is free to copy, modify, publish, use, compile, sell, or
+distribute this software, either in source code form or as a compiled
+binary, for any purpose, commercial or non-commercial, and by any
+means.
+
+In jurisdictions that recognize copyright laws, the author or authors
+of this software dedicate any and all copyright interest in the
+software to the public domain. We make this dedication for the benefit
+of the public at large and to the detriment of our heirs and
+successors. We intend this dedication to be an overt act of
+relinquishment in perpetuity of all present and future rights to this
+software under copyright law.
+
+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 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.
+
+For more information, please refer to <https://unlicense.org/>
index 1b35a7502da97345a6cb9bfb8fa0156f54765197..0912905a8ea3554e1a08ddc23209736a460518c7 100644 (file)
--- a/common.js
+++ b/common.js
@@ -1,4 +1,4 @@
-// Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain.  Suck it.
+// Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain.
 
 var storage = chrome.storage.sync;
 
index 263a898c1b258f44bcba2f059bc6ba066dd21e71..da66b1795d64591ef54a4c18fac3f290de4d0442 100644 (file)
@@ -1,4 +1,4 @@
-<!-- Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain.  Suck it. -->
+<!-- Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain. -->
 <!doctype html>
 <html>
 
index e1c9702e1ac7b932672cf5b2a5dccf1a7ce1f0ed..540d7cc128fc9121aac2d6ecf43d339a0d083b14 100644 (file)
@@ -1,4 +1,4 @@
-// Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain.  Suck it.
+// Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain.
 
 function update_settings() {
        var url = document.getElementById('url').value + '/*';
index 37ea2a8f9af520789e770ccb017b1c18c2433af9..9973ec8d07ecf9bfb74354ba965421eac24922a0 100644 (file)
@@ -1,4 +1,4 @@
-<!-- Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain.  Suck it. -->
+<!-- Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain. -->
 <!doctype html>
 <html>
 
index 22c31604dccc3be9d89a189555ed4f36a887c637..7fca1a2de2935bad13f4c021ee75f444bcc3fe78 100644 (file)
--- a/popup.js
+++ b/popup.js
@@ -1,4 +1,4 @@
-// Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain.  Suck it.
+// Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain.
 
 var url_base, user, pass;