put clear MPL2 license headers on all files
[php-utility-classes.git] / examples / rrd / rrd-test.php
index 160e94f369ff6c8fa63d8a29231f84ed9f985eaf..7910b6c7cb13c38d7fa976a2ea3fe4d4f90cde49 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); }