diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-01 13:45:54 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-01 13:45:54 +0000 |
| commit | 7d383daaea1c191c46bae5bdda2233917b628d63 (patch) | |
| tree | a84ce545cc36526815c8534a7a524f7948571e27 /admin | |
| parent | 78a796b6537964ef8f6c307b56a1965b73526428 (diff) | |
| download | wiki-7d383daaea1c191c46bae5bdda2233917b628d63.tar.gz wiki-7d383daaea1c191c46bae5bdda2233917b628d63.tar.bz2 wiki-7d383daaea1c191c46bae5bdda2233917b628d63.zip | |
fix LGPL license ref from non-existant license.txt file to lgpl url
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_external_wikis.php | 4 | ||||
| -rw-r--r-- | admin/admin_wiki_inc.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/admin/admin_external_wikis.php b/admin/admin_external_wikis.php index ddde3c3..9c0ba94 100644 --- a/admin/admin_external_wikis.php +++ b/admin/admin_external_wikis.php @@ -1,8 +1,8 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_external_wikis.php,v 1.4 2008/06/25 22:21:30 spiderr Exp $ +// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_external_wikis.php,v 1.5 2009/10/01 13:45:54 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' ); include_once( KERNEL_PKG_PATH.'admin_lib.php' ); diff --git a/admin/admin_wiki_inc.php b/admin/admin_wiki_inc.php index 5c67ea1..e08d060 100644 --- a/admin/admin_wiki_inc.php +++ b/admin/admin_wiki_inc.php @@ -1,8 +1,8 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_wiki_inc.php,v 1.32 2009/05/19 01:11:55 tekimaki_admin Exp $ +// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_wiki_inc.php,v 1.33 2009/10/01 13:45:54 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. $formWikiLists = array( "wiki_list_page_id" => array( |
