From de1b96913c0a5b702d594a11c40012107b10c92c Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 10 Mar 2010 14:32:16 +1300 Subject: [PATCH] Switch to LGPLv3 license. --- inc/caldav-client-v2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-client-v2.php b/inc/caldav-client-v2.php index ae82f23c..b3e3b631 100644 --- a/inc/caldav-client-v2.php +++ b/inc/caldav-client-v2.php @@ -7,7 +7,7 @@ * @subpackage caldav * @author Andrew McMillan * @copyright Andrew McMillan -* @license http://gnu.org/copyleft/gpl.html GNU GPL v2 or later +* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL version 3 or later */ require_once('XMLDocument.php');