put clear MPL2 license headers on all files
[php-utility-classes.git] / examples / rrd / rrd-update.php
index 12193192d9968122f9739f57ca827d613fc67b51..3f03db1b7757e6f7c7f3e66680d3cc6d8b49d318 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); }