From 263d03d5a0b85874e988c9ea7373f9f9471ef1be Mon Sep 17 00:00:00 2001 From: jahoti Date: Sat, 30 Oct 2021 00:00:00 +0000 Subject: Fix license notices on JS and SH files Other files have been left, as no model notice is available --- background/stream_filter.js | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'background/stream_filter.js') diff --git a/background/stream_filter.js b/background/stream_filter.js index e5e0827..1f30f09 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 - * Copyright (C) 2021 Wojtek Kosior - * Redistribution terms are gathered in the `copyright' file. + * Copyright (C) 2021, Wojtek Kosior + * Copyright (C) 2018, Giorgio Maone + * + * 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 . + * + * + * 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. -- cgit v1.2.3