OSDN Git Service

Just reviewing code formatting.
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / rsd.php
index 90b9687..e257711 100755 (executable)
@@ -1,8 +1,28 @@
-<?php
+<?php\r
+\r
+/*\r
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
+ * Copyright (C) 2002-2011 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
+ * RSD API\r
+ *\r
+ * @license http://nucleuscms.org/license.txt GNU General Public License\r
+ * @copyright Copyright (C) 2002-2011 The Nucleus Group\r
+ * @version $Id$\r
+ */\r
+\r
 // RSD file (http://archipelago.phrasewise.com/rsd)
 $CONF = array();
 include('./config.php');
 selectSkin('xml/rsd');
 selector();
 
-?>
+?>
\ No newline at end of file