summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-10-01 13:45:32 +0000
committerwjames5 <will@tekimaki.com>2009-10-01 13:45:32 +0000
commit66d7b812ffc25bf44a1eababc87eaf067d21d6b9 (patch)
tree26d2272ef3ed9f27dc527b46cdd4c8150c9a7ad7 /index.php
parent751a082345435d5d4c357dfaeacea74dbb650bd7 (diff)
downloadcalendar-66d7b812ffc25bf44a1eababc87eaf067d21d6b9.tar.gz
calendar-66d7b812ffc25bf44a1eababc87eaf067d21d6b9.tar.bz2
calendar-66d7b812ffc25bf44a1eababc87eaf067d21d6b9.zip
fix LGPL license ref from non-existant license.txt file to lgpl url
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index f3b0618..432262c 100644
--- a/index.php
+++ b/index.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.55 2007/09/30 15:47:40 nickpalmer Exp $
+// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.56 2009/10/01 13:45:32 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' );
include_once( CALENDAR_PKG_PATH.'Calendar.php' );