Update of /cvsroot/php-blog/serendipity/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11250/include
Modified Files:
compat.inc.php functions.inc.php functions_comments.inc.php
functions_config.inc.php functions_entries.inc.php
functions_images.inc.php functions_installer.inc.php
functions_smarty.inc.php functions_trackbacks.inc.php
genpage.inc.php lang.inc.php plugin_api.inc.php
plugin_internal.inc.php
Log Message:
Update and unify licensing header
Index: functions_installer.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_installer.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- functions_installer.inc.php 22 Jan 2005 10:26:45 -0000 1.31
+++ functions_installer.inc.php 26 Jan 2005 14:14:02 -0000 1.32
@@ -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
+
function serendipity_updateLocalConfig($dbName, $dbPrefix, $dbHost, $dbUser, $dbPass, $dbType, $dbPersistent, $privateVariables = null) {
global $serendipity;
umask(0000);
Index: functions_smarty.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_smarty.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- functions_smarty.inc.php 11 Jan 2005 13:00:45 -0000 1.13
+++ functions_smarty.inc.php 26 Jan 2005 14:14:02 -0000 1.14
@@ -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
function &serendipity_smarty_fetch($block, $file, $echo = false) {
global $serendipity;
Index: lang.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/lang.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- lang.inc.php 2 Jan 2005 14:53:13 -0000 1.8
+++ lang.inc.php 26 Jan 2005 14:14:03 -0000 1.9
@@ -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 (!defined('serendipity_LANG_LOADED') || serendipity_LANG_LOADED !== true) {
// Try and include preferred language from the configurated setting
Index: functions_config.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_config.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- functions_config.inc.php 23 Jan 2005 01:08:22 -0000 1.17
+++ functions_config.inc.php 26 Jan 2005 14:14:01 -0000 1.18
@@ -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
function serendipity_remove_config_var($name, $authorid = 0) {
global $serendipity;
Index: genpage.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/genpage.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- genpage.inc.php 11 Dec 2004 14:39:43 -0000 1.9
+++ genpage.inc.php 26 Jan 2005 14:14:03 -0000 1.10
@@ -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
+
include_once('serendipity_config.inc.php');
include_once(S9Y_INCLUDE_PATH . 'include/plugin_api.inc.php');
include_once(S9Y_INCLUDE_PATH . 'include/plugin_internal.inc.php');
Index: functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- functions.inc.php 7 Jan 2005 10:45:14 -0000 1.19
+++ functions.inc.php 26 Jan 2005 14:14:01 -0000 1.20
@@ -1,5 +1,5 @@
<?php # $Id$
-# Copyright (c) 2003-2004, Jannis Hermanns
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
$serendipity['imageList'] = array();
Index: plugin_internal.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/plugin_internal.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- plugin_internal.inc.php 20 Jan 2005 11:20:16 -0000 1.21
+++ plugin_internal.inc.php 26 Jan 2005 14:14:03 -0000 1.22
@@ -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
class serendipity_calendar_plugin extends serendipity_plugin {
var $title = CALENDAR;
Index: functions_comments.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_comments.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- functions_comments.inc.php 17 Jan 2005 13:55:56 -0000 1.12
+++ functions_comments.inc.php 26 Jan 2005 14:14:01 -0000 1.13
@@ -1,5 +1,5 @@
<?php # $Id$
-# Copyright (c) 2003-2004, Jannis Hermanns
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
function serendipity_rememberComment() {
Index: functions_entries.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_entries.inc.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- functions_entries.inc.php 21 Jan 2005 23:05:24 -0000 1.50
+++ functions_entries.inc.php 26 Jan 2005 14:14:01 -0000 1.51
@@ -1,5 +1,5 @@
<?php # $Id$
-# Copyright (c) 2003-2004, Jannis Hermanns
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
function serendipity_fetchCategoryRange($categoryid) {
Index: compat.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/compat.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- compat.inc.php 1 Dec 2004 14:57:25 -0000 1.3
+++ compat.inc.php 26 Jan 2005 14:14:01 -0000 1.4
@@ -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
+
$serendipity = array();
if (!defined('PATH_SEPARATOR')) {
Index: functions_images.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_images.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- functions_images.inc.php 6 Jan 2005 10:36:38 -0000 1.24
+++ functions_images.inc.php 26 Jan 2005 14:14:02 -0000 1.25
@@ -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
/**
* Get a list of images
Index: functions_trackbacks.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/functions_trackbacks.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- functions_trackbacks.inc.php 16 Dec 2004 15:03:29 -0000 1.7
+++ functions_trackbacks.inc.php 26 Jan 2005 14:14:02 -0000 1.8
@@ -1,5 +1,5 @@
<?php # $Id$
-# Copyright (c) 2003-2004, Jannis Hermanns
+# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
function serendipity_fetchTrackbacks($id, $limit = null, $showAll = false) {
Index: plugin_api.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/plugin_api.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- plugin_api.inc.php 20 Jan 2005 10:48:19 -0000 1.16
+++ plugin_api.inc.php 26 Jan 2005 14:14:03 -0000 1.17
@@ -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!');
|