Update of /cvsroot/php-blog/serendipity/include/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11250/include/admin
Modified Files:
category.inc.php comments.inc.php configuration.inc.php
entries.inc.php entries_overview.inc.php export.inc.php
images.inc.php import.inc.php installer.inc.php
overview.inc.php personal.inc.php plugins.inc.php
templates.inc.php upgrader.inc.php users.inc.php
Log Message:
Update and unify licensing header
Index: templates.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/templates.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- templates.inc.php 19 Dec 2004 23:12:31 -0000 1.6
+++ templates.inc.php 26 Jan 2005 14:14:05 -0000 1.7
@@ -1,4 +1,6 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ("Don't hack!");
Index: users.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/users.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- users.inc.php 21 Jan 2005 20:55:53 -0000 1.9
+++ users.inc.php 26 Jan 2005 14:14:05 -0000 1.10
@@ -1,4 +1,6 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ('Don\'t hack!');
Index: upgrader.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/upgrader.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- upgrader.inc.php 26 Jan 2005 13:20:02 -0000 1.11
+++ upgrader.inc.php 26 Jan 2005 14:14:05 -0000 1.12
@@ -1,4 +1,7 @@
-<?php
+<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
+
require_once(S9Y_INCLUDE_PATH . 'include/functions_installer.inc.php');
// Setting this value to 'FALSE' is recommended only for SHARED BLOG INSTALLATIONS. This enforces all shared blogs with a common
Index: import.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/import.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- import.inc.php 9 Jan 2005 10:34:03 -0000 1.3
+++ import.inc.php 26 Jan 2005 14:14:04 -0000 1.4
@@ -1,4 +1,6 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ("Don't hack!");
@@ -56,7 +58,7 @@
<b><?php echo IMPORT_NOTES; ?></b><br />
<?php echo $notes ?>
</td>
- </tr>
+ </tr>
<?php } ?>
<tr>
<td colspan="2" align="right"><input type="submit" value="<?php echo IMPORT_NOW ?>"></td>
Index: overview.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/overview.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- overview.inc.php 27 Nov 2004 22:14:15 -0000 1.3
+++ overview.inc.php 26 Jan 2005 14:14:04 -0000 1.4
@@ -1,13 +1,6 @@
<?php # $Id$
-
-##########################################################################
-# serendipity - another blogger... #
-##########################################################################
-# #
-# (c) 2003 Jannis Hermanns <J...@ha...> #
-# http://www.jannis.to/programming/serendipity.html #
-# #
-##########################################################################
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ("Don't hack!");
Index: export.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/export.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- export.inc.php 21 Jan 2005 20:55:53 -0000 1.3
+++ export.inc.php 26 Jan 2005 14:14:04 -0000 1.4
@@ -1,4 +1,6 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ("Don't hack!");
Index: entries_overview.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/entries_overview.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- entries_overview.inc.php 19 Nov 2004 11:05:32 -0000 1.2
+++ entries_overview.inc.php 26 Jan 2005 14:14:04 -0000 1.3
@@ -1,13 +1,6 @@
<?php # $Id$
-
-##########################################################################
-# serendipity - another blogger... #
-##########################################################################
-# #
-# (c) 2003 Jannis Hermanns <J...@ha...> #
-# http://www.jannis.to/programming/serendipity.html #
-# #
-##########################################################################
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ('Don\'t hack!');
Index: installer.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/installer.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- installer.inc.php 22 Jan 2005 13:02:13 -0000 1.20
+++ installer.inc.php 26 Jan 2005 14:14:04 -0000 1.21
@@ -1,4 +1,6 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
umask(0000);
$umask = 0775;
Index: personal.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/personal.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- personal.inc.php 3 Dec 2004 16:13:36 -0000 1.10
+++ personal.inc.php 26 Jan 2005 14:14:04 -0000 1.11
@@ -1,4 +1,6 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ("Don't hack!");
Index: entries.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/entries.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- entries.inc.php 23 Jan 2005 01:08:23 -0000 1.17
+++ entries.inc.php 26 Jan 2005 14:14:04 -0000 1.18
@@ -1,13 +1,6 @@
<?php # $Id$
-
-##########################################################################
-# serendipity - another blogger... #
-##########################################################################
-# #
-# (c) 2003 Jannis Hermanns <J...@ha...> #
-# http://www.jannis.to/programming/serendipity.html #
-# #
-##########################################################################
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ("Don't hack!");
Index: plugins.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/plugins.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- plugins.inc.php 24 Jan 2005 10:47:48 -0000 1.15
+++ plugins.inc.php 26 Jan 2005 14:14:04 -0000 1.16
@@ -1,4 +1,6 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ('Don\'t hack!');
Index: category.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/category.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- category.inc.php 21 Jan 2005 20:55:53 -0000 1.10
+++ category.inc.php 26 Jan 2005 14:14:03 -0000 1.11
@@ -1,4 +1,6 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ("Don't hack!");
Index: comments.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/comments.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- comments.inc.php 25 Jan 2005 12:56:55 -0000 1.20
+++ comments.inc.php 26 Jan 2005 14:14:04 -0000 1.21
@@ -1,4 +1,7 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
+
if (IN_serendipity !== true) {
die ("Don't hack!");
}
Index: configuration.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/configuration.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configuration.inc.php 9 Dec 2004 22:18:01 -0000 1.5
+++ configuration.inc.php 26 Jan 2005 14:14:04 -0000 1.6
@@ -1,4 +1,6 @@
<?php # $Id$
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
umask(0000);
$umask = 0775;
Index: images.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/admin/images.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- images.inc.php 19 Jan 2005 11:00:03 -0000 1.11
+++ images.inc.php 26 Jan 2005 14:14:04 -0000 1.12
@@ -1,13 +1,6 @@
<?php # $Id$
-
-##########################################################################
-# serendipity - another blogger... #
-##########################################################################
-# #
-# (c) 2003 Jannis Hermanns <J...@ha...> #
-# http://www.jannis.to/programming/serendipity.html #
-# #
-##########################################################################
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
+# All rights reserved. See LICENSE file for licensing details
if (IN_serendipity !== true) {
die ("Don't hack!");
|