OSDN Git Service

Fix importing skin error in detecting charactor encoding, refering to http://japan...
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / index.php
index c3bf487..69183c3 100755 (executable)
@@ -1,7 +1,26 @@
-<?php
-//setup for benchmarking
-include('./benchmark.inc');
+<?php\r
+/*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2010 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 index.php\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2010 The Nucleus Group\r
+ * @version $Id$\r
+ */\r
 
+//setup for benchmarking\r
+include('./benchmark.inc');\r
+\r
 // This file will generate and return the main page of the site
 $CONF = array();
 $CONF['Self'] = 'index.php';
@@ -10,4 +29,4 @@ include('./config.php');
 
 selector();
 
-?>
+?>
\ No newline at end of file