OSDN Git Service

Add tooltip for help icon
[nucleus-jp/nucleus-jp-ancient.git] / benchmark.inc
index f74eb07..936bbb4 100644 (file)
@@ -1,12 +1,31 @@
 <?php\r
 \r
+/*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2009 The Nucleus Group\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * (see nucleus/documentation/index.html#license for more info)\r
+ */\r
+\r
+/**\r
+ * Nucleus Benchmark\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2009 The Nucleus Group\r
+ * @version $Id$\r
+ */\r
+\r
+\r
 if (!function_exists('getmtime'))\r
 {\r
-  function getmtime()\r
-  {\r
-    $a = explode (' ',microtime());\r
-    return(double) $a[0] + $a[1];\r
-  }\r
+    function getmtime()\r
+    {\r
+        $a = explode (' ',microtime());\r
+        return(double) $a[0] + $a[1];\r
+    }\r
 }\r
 \r
 // For benchmarking\r