From: Robert Kaiser Date: Tue, 29 Nov 2016 17:24:20 +0000 (+0100) Subject: put clear MPL2 license headers on all files X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=commitdiff_plain;h=880bcb60d557851e01051e9382decd36ec7665a1;ds=sidebyside put clear MPL2 license headers on all files --- 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 @@