put clear MPL2 license headers on all files
[php-utility-classes.git] / examples / rrd / rrd-stat.php
index ed939746be868d66d075b46cb18e73c90ae8f735..87120429c4b5aa515d83029b9c6c20d1a8793173 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+/* 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/. */
+
 date_default_timezone_set("Europe/Vienna");
 $myfile = $_SERVER['SCRIPT_FILENAME'];
 while (is_link($myfile)) { $myfile = readlink($myfile); }