From 880bcb60d557851e01051e9382decd36ec7665a1 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 29 Nov 2016 18:24:20 +0100 Subject: [PATCH] put clear MPL2 license headers on all files --- classes/document.php-class | 22 ++------------ classes/email.php-class | 22 ++------------ classes/rrdstat.php-class | 22 ++------------ classes/useragent.php-class | 38 ++---------------------- examples/rrd/rrd-config.inc.php | 4 +++ examples/rrd/rrd-config/hostname.inc.php | 4 +++ examples/rrd/rrd-stat.php | 4 +++ examples/rrd/rrd-test.php | 4 +++ examples/rrd/rrd-update.php | 4 +++ tests/test.css | 4 +++ tests/ua_list.php | 4 +++ tests/ua_test.php | 4 +++ 12 files changed, 44 insertions(+), 92 deletions(-) diff --git a/classes/document.php-class b/classes/document.php-class index d2e9aff..218ec3c 100755 --- a/classes/document.php-class +++ b/classes/document.php-class @@ -1,23 +1,7 @@ - * - * ***** END LICENSE BLOCK ***** */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ class ExtendedDocument extends DOMDocument { // ExtendedDocument PHP class diff --git a/classes/email.php-class b/classes/email.php-class index ff03a17..9853ba4 100644 --- a/classes/email.php-class +++ b/classes/email.php-class @@ -1,23 +1,7 @@ - * - * ***** END LICENSE BLOCK ***** */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ class email { // email PHP class diff --git a/classes/rrdstat.php-class b/classes/rrdstat.php-class index 1443ec6..68b6d23 100644 --- a/classes/rrdstat.php-class +++ b/classes/rrdstat.php-class @@ -1,23 +1,7 @@ - * - * ***** END LICENSE BLOCK ***** */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ class rrdstat { // rrdstat PHP class diff --git a/classes/useragent.php-class b/classes/useragent.php-class index 9026179..407c48d 100755 --- a/classes/useragent.php-class +++ b/classes/useragent.php-class @@ -1,39 +1,7 @@ - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ class userAgent { // userAgent PHP class diff --git a/examples/rrd/rrd-config.inc.php b/examples/rrd/rrd-config.inc.php index c58088b..3707d13 100644 --- a/examples/rrd/rrd-config.inc.php +++ b/examples/rrd/rrd-config.inc.php @@ -1,4 +1,8 @@