OSDN Git Service

added copyright etc.
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 24 Oct 2007 05:39:16 +0000 (05:39 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 24 Oct 2007 05:39:16 +0000 (05:39 +0000)
localized the message of NP_Ping in upgrade3.31.php

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/branches/branch-3-3@337 1ca29b6e-896d-4ea0-84a5-967f57386b96

12 files changed:
utf8/nucleus/upgrades/upgrade0.95.php
utf8/nucleus/upgrades/upgrade0.96.php
utf8/nucleus/upgrades/upgrade1.0.php
utf8/nucleus/upgrades/upgrade1.1.php
utf8/nucleus/upgrades/upgrade1.5.php
utf8/nucleus/upgrades/upgrade2.0.php
utf8/nucleus/upgrades/upgrade2.5.php
utf8/nucleus/upgrades/upgrade3.0.php
utf8/nucleus/upgrades/upgrade3.1.php
utf8/nucleus/upgrades/upgrade3.2.php
utf8/nucleus/upgrades/upgrade3.3.php
utf8/nucleus/upgrades/upgrade3.31.php

index 1aa9e8c..46edfa7 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do95() {
 
        if (upgrade_checkinstall(95))
@@ -14,4 +31,4 @@ function upgrade_do95() {
        }
 }
 
-?>
\ No newline at end of file
+?>
index adc7987..368fee9 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do96() {
 
        if (upgrade_checkinstall(96))
@@ -90,4 +107,4 @@ function upgrade_do96() {
 }
 
 
-?>
\ No newline at end of file
+?>
index 5287181..8935e94 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do10() {
        
        if (upgrade_checkinstall(10))
@@ -48,4 +65,4 @@ function upgrade_do10() {
 }
 
 
-?>
\ No newline at end of file
+?>
index b518232..22805ca 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do11() {
        global $upgrade_failures;
 
@@ -108,4 +125,4 @@ function upgrade_do11() {
                echo "<li>Adding Notify Type Setting ... <span class=\"warning\">NOT EXECUTED</span>\n<blockquote>Errors occurred during upgrade process.</blockquote>";
        }
 }
-?>
\ No newline at end of file
+?>
index b148561..a0a3b71 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do15() {
 
        if (upgrade_checkinstall(15))
@@ -105,4 +122,4 @@ function upgrade_do15() {
        }
 }
 
-?>
\ No newline at end of file
+?>
index f239689..1f4c365 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do20() {
 
        if (upgrade_checkinstall(20))
@@ -83,4 +100,4 @@ function upgrade_do20() {
                echo "<li>Adding IncludeMode and IncludePrefix properties to skins ... <span class=\"warning\">NOT EXECUTED</span>\n<blockquote>Errors occurred during upgrade process.</blockquote>";
        }
 }
-?>
\ No newline at end of file
+?>
index 4467f6c..39a9189 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do25() {
        global $upgrade_failures;
                //needed as some queries depend on the success of others
@@ -122,4 +139,4 @@ function upgrade_do25() {
        }
 }
 
-?>
\ No newline at end of file
+?>
index b8846a3..558fa96 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do30() {
 
        if (upgrade_checkinstall(30))
@@ -10,4 +27,4 @@ function upgrade_do30() {
        // nothing!
 }
 
-?>
\ No newline at end of file
+?>
index f42642f..e372e42 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do31() {
 
        if (upgrade_checkinstall(31))
@@ -10,4 +27,4 @@ function upgrade_do31() {
        // nothing!
 }
 
-?>
\ No newline at end of file
+?>
index aa029ee..1150dc1 100755 (executable)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do32() {
 
        if (upgrade_checkinstall(32))
@@ -41,4 +58,4 @@ function upgrade_do32() {
        // nothing!
 }
 
-?>
\ No newline at end of file
+?>
index e47b948..c3b5e46 100644 (file)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do33() {
 
        if (upgrade_checkinstall(33))
index 15f2576..d541442 100644 (file)
@@ -1,4 +1,21 @@
 <?php
+/*
+ * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+ * Copyright (C) 2002-2007 The Nucleus Group
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ * (see nucleus/documentation/index.html#license for more info)
+ */
+/**
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2007 The Nucleus Group
+ * $NucleusJP: index.php,v 1.11.2.3 2007/10/24 05:08:19 kimitake Exp $
+ *
+ */
+
 function upgrade_do331() {
 
        if (upgrade_checkinstall(331))
@@ -26,7 +43,7 @@ function upgrade_do331() {
        $query = "SELECT bsendping FROM " . sql_table('blog') . " WHERE bsendping='1'"; 
        $res = mysql_query($query);
        if (mysql_num_rows($res) > 0) {
-               echo "<li>Note: The weblogs.com ping function is improved and moved into a plugin. To activate this function in v3.31, please go to plugin menu and install NP_Ping plugin. Also, NP_Ping is replacing NP_PingPong. If you have NP_PingPong installed, please also remove it.</li>";
+               echo "<li>¥á¥â: weblogs.com ping µ¡Ç½¤¬¸þ¾å¤·¥×¥é¥°¥¤¥ó²½¤µ¤ì¤Þ¤·¤¿¡£¤³¤Îµ¡Ç½¤òÍ­¸ú²½¤¹¤ë¤Ë¤Ï¡¢¥×¥é¥°¥¤¥ó¤Î´ÉÍý¥á¥Ë¥å¡¼¤ò³«¤­¡¢NP_Ping ¥×¥é¥°¥¤¥ó¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£¤Þ¤¿ NP_Ping ¤Ï NP_PingPong ¤òÃÖ¤­´¹¤¨¤ë¤â¤Î¤Ç¤¹¡£¤â¤·¤¹¤Ç¤Ë NP_PingPong ¤ò¥¤¥ó¥¹¥È¡¼¥ëºÑ¤ß¤Ç¤¢¤ì¤Ðºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£</li>";
        }
 }