summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-10-01 13:45:43 +0000
committerwjames5 <will@tekimaki.com>2009-10-01 13:45:43 +0000
commited94089390d49539e6ca7d967eb81b24008df528 (patch)
treed274b0150978d020f5de7c6d1a4e83b8f7dd42b4 /admin
parent4694bf9c8bc98c97fa3cb68029b76436b1c4fdba (diff)
downloadkernel-ed94089390d49539e6ca7d967eb81b24008df528.tar.gz
kernel-ed94089390d49539e6ca7d967eb81b24008df528.tar.bz2
kernel-ed94089390d49539e6ca7d967eb81b24008df528.zip
fix LGPL license ref from non-existant license.txt file to lgpl url
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_notifications.php4
-rw-r--r--admin/admin_packages_inc.php4
-rw-r--r--admin/admin_server_inc.php4
-rw-r--r--admin/admin_system.php4
-rw-r--r--admin/backup.php4
-rw-r--r--admin/index.php4
-rw-r--r--admin/list_cache.php4
-rw-r--r--admin/phpinfo.php4
-rw-r--r--admin/remote_backup.php4
9 files changed, 18 insertions, 18 deletions
diff --git a/admin/admin_notifications.php b/admin/admin_notifications.php
index b5398a0..5dec04c 100644
--- a/admin/admin_notifications.php
+++ b/admin/admin_notifications.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_kernel/admin/admin_notifications.php,v 1.5 2008/06/25 22:21:12 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_kernel/admin/admin_notifications.php,v 1.6 2009/10/01 13:45:42 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
require_once( '../../bit_setup_inc.php' );
diff --git a/admin/admin_packages_inc.php b/admin/admin_packages_inc.php
index 6e651bd..5c6362f 100644
--- a/admin/admin_packages_inc.php
+++ b/admin/admin_packages_inc.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_kernel/admin/admin_packages_inc.php,v 1.15 2009/09/29 14:52:45 dansut Exp $
+// $Header: /cvsroot/bitweaver/_bit_kernel/admin/admin_packages_inc.php,v 1.16 2009/10/01 13:45:42 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Process Packages form
$fPackage = &$_REQUEST['fPackage']; // emulate register_globals
diff --git a/admin/admin_server_inc.php b/admin/admin_server_inc.php
index 77b8ddb..6d22151 100644
--- a/admin/admin_server_inc.php
+++ b/admin/admin_server_inc.php
@@ -1,9 +1,9 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_kernel/admin/admin_server_inc.php,v 1.16 2008/08/27 01:15:58 laetzer Exp $
+// $Header: /cvsroot/bitweaver/_bit_kernel/admin/admin_server_inc.php,v 1.17 2009/10/01 13:45:42 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Handle Update
$processForm = set_tab();
diff --git a/admin/admin_system.php b/admin/admin_system.php
index bc43242..d4baf67 100644
--- a/admin/admin_system.php
+++ b/admin/admin_system.php
@@ -1,9 +1,9 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_kernel/admin/admin_system.php,v 1.20 2009/01/31 17:14:28 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_kernel/admin/admin_system.php,v 1.21 2009/10/01 13:45:42 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
require_once( '../../bit_setup_inc.php' );
diff --git a/admin/backup.php b/admin/backup.php
index ef3ed9c..fabc6af 100644
--- a/admin/backup.php
+++ b/admin/backup.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_kernel/admin/backup.php,v 1.5 2008/06/25 22:21:12 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_kernel/admin/backup.php,v 1.6 2009/10/01 13:45:43 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
require_once( '../../bit_setup_inc.php' );
diff --git a/admin/index.php b/admin/index.php
index f879ecd..292fcbd 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_kernel/admin/index.php,v 1.24 2009/03/17 16:24:46 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_kernel/admin/index.php,v 1.25 2009/10/01 13:45:43 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
global $gForceAdodb;
diff --git a/admin/list_cache.php b/admin/list_cache.php
index 4ea8049..c700968 100644
--- a/admin/list_cache.php
+++ b/admin/list_cache.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_kernel/admin/list_cache.php,v 1.6 2008/06/25 22:21:12 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_kernel/admin/list_cache.php,v 1.7 2009/10/01 13:45:43 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
require_once( '../../bit_setup_inc.php' );
diff --git a/admin/phpinfo.php b/admin/phpinfo.php
index 247c298..e909346 100644
--- a/admin/phpinfo.php
+++ b/admin/phpinfo.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_kernel/admin/phpinfo.php,v 1.2 2006/04/11 13:05:16 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_kernel/admin/phpinfo.php,v 1.3 2009/10/01 13:45:43 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Initialization
require_once( '../../bit_setup_inc.php' );
diff --git a/admin/remote_backup.php b/admin/remote_backup.php
index d40ea8f..6794e40 100644
--- a/admin/remote_backup.php
+++ b/admin/remote_backup.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_kernel/admin/remote_backup.php,v 1.1 2005/06/19 04:52:54 bitweaver Exp $
+// $Header: /cvsroot/bitweaver/_bit_kernel/admin/remote_backup.php,v 1.2 2009/10/01 13:45:43 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// Call with eg.
// http://localhost/tiki/kernel/remote_backup.php?generate=1&my_word=ThisIsMySecretBackupWord"