aboutsummaryrefslogtreecommitdiff
path: root/background/stream_filter.js
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-12-03 21:09:36 +0100
committerWojtek Kosior <koszko@koszko.org>2021-12-03 21:10:02 +0100
commit44bb618aa99fa99a6df81e6a2b1dbec7a720f442 (patch)
treeb8522df2d6282789b7c8567b29e04877298f4384 /background/stream_filter.js
parent5c583de820c0d5f666a830ca1e8205fe7d55e61e (diff)
parent256c046be5d790391e66be9b960ef32673be4f44 (diff)
downloadbrowser-extension-44bb618aa99fa99a6df81e6a2b1dbec7a720f442.tar.gz
browser-extension-44bb618aa99fa99a6df81e6a2b1dbec7a720f442.zip
merge `master` (license notices) and `koszko` (v1.0 development)
Diffstat (limited to 'background/stream_filter.js')
-rw-r--r--background/stream_filter.js24
1 files changed, 21 insertions, 3 deletions
diff --git a/background/stream_filter.js b/background/stream_filter.js
index e5d124c..9d8e1e5 100644
--- a/background/stream_filter.js
+++ b/background/stream_filter.js
@@ -3,9 +3,27 @@
*
* Function: Modifying a web page using the StreamFilter API.
*
- * Copyright (C) 2018 Giorgio Maone <giorgio@maone.net>
- * Copyright (C) 2021 Wojtek Kosior
- * Redistribution terms are gathered in the `copyright' file.
+ * Copyright (C) 2021, Wojtek Kosior
+ * Copyright (C) 2018, Giorgio Maone <giorgio@maone.net>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ *
+ *
+ * I, Wojtek Kosior, thereby promise not to sue for violation of this file's
+ * license. Although I request that you do not make use this code in a
+ * proprietary program, I am not going to enforce this in court.
+ *
*
* Derived from `bg/ResponseProcessor.js' and `bg/ResponseMetaData.js'
* in LibreJS.