OSDN Git Service

changed copyright
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 16 Mar 2005 08:12:06 +0000 (08:12 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Wed, 16 Mar 2005 08:12:06 +0000 (08:12 +0000)
added NucleusJP keyword

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@57 1ca29b6e-896d-4ea0-84a5-967f57386b96

euc/nucleus/javascript/bookmarklet.js
euc/nucleus/javascript/compatibility.js
euc/nucleus/javascript/edit.js
euc/nucleus/javascript/numbercheck.js
euc/nucleus/javascript/opennew.js
euc/nucleus/javascript/templateEdit.js
euc/nucleus/xmlrpc/api_blogger.inc.php
euc/nucleus/xmlrpc/api_metaweblog.inc.php
euc/nucleus/xmlrpc/api_mt.inc.php
euc/nucleus/xmlrpc/api_nucleus.inc.php
euc/nucleus/xmlrpc/server.php

index e5b23db..8f5cd16 100755 (executable)
@@ -1,6 +1,6 @@
 /**\r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
@@ -9,6 +9,9 @@
   * (see nucleus/documentation/index.html#license for more info)\r
   *  \r
   * Some JavaScript code for the bookmarklets\r
+  *\r
+  * $Id: bookmarklet.js,v 1.3 2005-03-16 08:07:50 kimitake Exp $\r
+  * $NucleusJP: bookmarklet.js,v 1.3 2005/03/12 06:19:04 kimitake Exp $\r
   */\r
 \r
 /**\r
index 1844d43..6c7b1f5 100755 (executable)
@@ -1,6 +1,6 @@
 /**\r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
@@ -17,6 +17,9 @@
   *            - Use createElement() instead of document.createElement()\r
   *\r
   * That's basically it :)\r
+  *\r
+  * $Id: compatibility.js,v 1.3 2005-03-16 08:07:50 kimitake Exp $\r
+  * $NucleusJP: compatibility.js,v 1.3 2005/03/12 06:19:04 kimitake Exp $\r
   */\r
 \r
 // to get the script working when page is sent as application/xhtml+xml\r
index 945e02f..3e5fda4 100755 (executable)
@@ -1,6 +1,6 @@
 /**\r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
@@ -10,6 +10,9 @@
   *\r
   * This file contains functions to allow adding items from inside the weblog.\r
   * Also contains code to avoid submitting form data twice.\r
+  *\r
+  * $Id: edit.js,v 1.3 2005-03-16 08:07:50 kimitake Exp $\r
+  * $NucleusJP: edit.js,v 1.3 2005/03/12 06:19:04 kimitake Exp $\r
   */\r
 \r
 var nucleusConvertBreaks = true;\r
index 69bb07e..c7ecffa 100755 (executable)
@@ -1,6 +1,6 @@
 /**\r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
@@ -11,7 +11,8 @@
   * script the check (on the clientside) if a entered value\r
   * is a valid number and remove the invalid chars\r
   *\r
-  * $Id: numbercheck.js,v 1.1.1.1 2005-02-28 07:14:02 kimitake Exp $\r
+  * $Id: numbercheck.js,v 1.2 2005-03-16 08:07:50 kimitake Exp $\r
+  * $NucleusJP: numbercheck.js,v 1.2 2005/03/12 06:19:04 kimitake Exp $\r
   */\r
 \r
 function checkNumeric(f)\r
index be64f60..6110104 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
- * Copyright (C) 2002-2004 The Nucleus Group\r
+ * Copyright (C) 2002-2005 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
@@ -8,6 +8,9 @@
  * of the License, or (at your option) any later version.\r
  * (see nucleus/documentation/index.html#license for more info)\r
  *\r
+ * $Id: opennew.js,v 1.3 2005-03-16 08:07:50 kimitake Exp $\r
+ * $NucleusJP: opennew.js,v 1.3 2005/03/12 06:19:04 kimitake Exp $\r
+ *\r
  * JavaScript to open non-local links in a new window.\r
  *\r
  * How to use:\r
@@ -57,4 +60,4 @@ function setOpenNewWindow(newWin) {
                                document.links[i].target = to;\r
                }\r
        }\r
-}
\ No newline at end of file
+}\r
index 2e2bedf..5ddec5b 100755 (executable)
@@ -1,6 +1,6 @@
 /**\r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
@@ -11,6 +11,9 @@
   *    Javascript code to hide empty textareas when editing templates.\r
   *\r
   * @require compatibility.js\r
+  *\r
+  * $Id: templateEdit.js,v 1.3 2005-03-16 08:07:50 kimitake Exp $\r
+  * $NucleusJP: templateEdit.js,v 1.3 2005/03/12 06:19:04 kimitake Exp $\r
   */\r
 \r
 var amountOfFields = 1;\r
@@ -61,4 +64,4 @@ function makeVisible(i) {
        return false;\r
 }\r
 \r
-window.onload = hideUnused;    
\ No newline at end of file
+window.onload = hideUnused;    \r
index d92876c..a2a0c3f 100755 (executable)
@@ -1,13 +1,16 @@
 <?php\r
 /** \r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
+  * $Id: api_blogger.inc.php,v 1.3 2005-03-16 08:12:06 kimitake Exp $\r
+  * $NucleusJP: api_blogger.inc.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
   */\r
   \r
 /*\r
        );\r
 \r
 \r
-?>
\ No newline at end of file
+?>\r
index 271b1ef..51c0e95 100755 (executable)
@@ -2,13 +2,16 @@
 \r
 /** \r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
+  * $Id: api_metaweblog.inc.php,v 1.3 2005-03-16 08:12:06 kimitake Exp $\r
+  * $NucleusJP: api_metaweblog.inc.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
   */\r
 \r
 /*\r
                \r
                )\r
        );\r
-?>
\ No newline at end of file
+?>\r
index 8615db1..f2b0cdb 100755 (executable)
@@ -2,13 +2,16 @@
 \r
 /** \r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
+  * $Id: api_mt.inc.php,v 1.3 2005-03-16 08:12:06 kimitake Exp $\r
+  * $NucleusJP: api_mt.inc.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
   */\r
 \r
 /*\r
        \r
 \r
 \r
-?>
\ No newline at end of file
+?>\r
index dcb0097..e750dc8 100755 (executable)
@@ -1,13 +1,16 @@
 <?php\r
 /** \r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
+  * $Id: api_nucleus.inc.php,v 1.3 2005-03-16 08:12:06 kimitake Exp $\r
+  * $NucleusJP: api_nucleus.inc.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
   */\r
 \r
 /*\r
                \r
        );\r
 \r
-?>
\ No newline at end of file
+?>\r
index 41751e5..8ed320e 100755 (executable)
@@ -1,7 +1,7 @@
 <?php\r
 /** \r
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) \r
-  * Copyright (C) 2002-2004 The Nucleus Group\r
+  * Copyright (C) 2002-2005 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
@@ -9,6 +9,9 @@
   * of the License, or (at your option) any later version.\r
   * (see nucleus/documentation/index.html#license for more info)\r
   *\r
+  * $Id: server.php,v 1.5 2005-03-16 08:12:06 kimitake Exp $\r
+  * $NucleusJP: server.php,v 1.3 2005/03/12 06:19:06 kimitake Exp $\r
+  *\r
   * This script is provides an XML-RPC [1] interface to Nucleus [2].\r
   *\r
   * At this time, the Blogger API [3], the metaWeblog API [4] and \r