Index: src/Net-ICal-Libical/netical.i =================================================================== --- src/Net-ICal-Libical/netical.i (revision 932) +++ src/Net-ICal-Libical/netical.i (working copy) @@ -5,16 +5,17 @@ (C) COPYRIGHT 1999 Eric Busboom http://www.softwarestudio.org - The contents of this file are subject to the Mozilla Public License - Version 1.0 (the "License"); you may not use this file except in - compliance with the License. You may obtain a copy of the License at - http://www.mozilla.org/MPL/ + This program is free software; you can redistribute it and/or modify + it under the terms of either: - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and - limitations under the License. + The LGPL as published by the Free Software Foundation, version + 2.1, available at: http://www.fsf.org/copyleft/lesser.html + Or: + + The Mozilla Public License Version 1.0. You may obtain a copy of + the License at http://www.mozilla.org/MPL/ + The original author is Eric Busboom Contributions from: Index: src/libical/icalrestriction.c.in =================================================================== --- src/libical/icalrestriction.c.in (revision 932) +++ src/libical/icalrestriction.c.in (working copy) @@ -1,7 +1,18 @@ /* -*- Mode: C -*- */ /* ====================================================================== File: icalrestriction.c - + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + The LGPL as published by the Free Software Foundation, version + 2.1, available at: http://www.fsf.org/copyleft/lesser.html + + Or: + + The Mozilla Public License Version 1.0. You may obtain a copy of + the License at http://www.mozilla.org/MPL/ + (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org ======================================================================*/ /*#line 7 "icalrestriction.c.in"*/ Index: src/libical/autogenex/icalrestriction.c =================================================================== --- src/libical/autogenex/icalrestriction.c (revision 932) +++ src/libical/autogenex/icalrestriction.c (working copy) @@ -1,7 +1,18 @@ /* -*- Mode: C -*- */ /* ====================================================================== File: icalrestriction.c - + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + The LGPL as published by the Free Software Foundation, version + 2.1, available at: http://www.fsf.org/copyleft/lesser.html + + Or: + + The Mozilla Public License Version 1.0. You may obtain a copy of + the License at http://www.mozilla.org/MPL/ + (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org ======================================================================*/ /*#line 7 "icalrestriction.c.in"*/ Index: src/libical/autogenex/icalderivedproperty.h =================================================================== --- src/libical/autogenex/icalderivedproperty.h (revision 932) +++ src/libical/autogenex/icalderivedproperty.h (working copy) @@ -6,6 +6,18 @@ $Id: icalderivedproperty.h,v 1.5 2002-09-01 19:12:31 gray-john Exp $ (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + The LGPL as published by the Free Software Foundation, version + 2.1, available at: http://www.fsf.org/copyleft/lesser.html + + Or: + + The Mozilla Public License Version 1.0. You may obtain a copy of + the License at http://www.mozilla.org/MPL/ + ======================================================================*/ Index: src/libical/icalderivedproperty.h.in =================================================================== --- src/libical/icalderivedproperty.h.in (revision 932) +++ src/libical/icalderivedproperty.h.in (working copy) @@ -4,7 +4,18 @@ CREATOR: eric 09 May 1999 $Id: icalderivedproperty.h.in,v 1.7 2007-04-30 13:57:48 artcancro Exp $ - + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + The LGPL as published by the Free Software Foundation, version + 2.1, available at: http://www.fsf.org/copyleft/lesser.html + + Or: + + The Mozilla Public License Version 1.0. You may obtain a copy of + the License at http://www.mozilla.org/MPL/ + (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org ======================================================================*/ Index: src/libical/pvl.c =================================================================== --- src/libical/pvl.c (revision 932) +++ src/libical/pvl.c (working copy) @@ -5,6 +5,18 @@ (C) COPYRIGHT 2000, Eric Busboom http://www.softwarestudio.org + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + The LGPL as published by the Free Software Foundation, version + 2.1, available at: http://www.fsf.org/copyleft/lesser.html + + Or: + + The Mozilla Public License Version 1.0. You may obtain a copy of + the License at http://www.mozilla.org/MPL/ + ======================================================================*/ #ifdef HAVE_CONFIG_H Index: src/libical/pvl.h =================================================================== --- src/libical/pvl.h (revision 932) +++ src/libical/pvl.h (working copy) @@ -5,6 +5,18 @@ (C) COPYRIGHT 2000, Eric Busboom http://www.softwarestudio.org + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + The LGPL as published by the Free Software Foundation, version + 2.1, available at: http://www.fsf.org/copyleft/lesser.html + + Or: + + The Mozilla Public License Version 1.0. You may obtain a copy of + the License at http://www.mozilla.org/MPL/ + ======================================================================*/ Index: src/libicalss/icalcomponent.h =================================================================== --- src/libicalss/icalcomponent.h (revision 932) +++ src/libicalss/icalcomponent.h (working copy) @@ -7,17 +7,19 @@ (C) COPYRIGHT 1999 Eric Busboom http://www.softwarestudio.org - The contents of this file are subject to the Mozilla Public License - Version 1.0 (the "License"); you may not use this file except in - compliance with the License. You may obtain a copy of the License at - http://www.mozilla.org/MPL/ - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and - limitations under the License. + This program is free software; you can redistribute it and/or modify + it under the terms of either: - The original author is Eric Busboom + The LGPL as published by the Free Software Foundation, version + 2.1, available at: http://www.fsf.org/copyleft/lesser.html + + Or: + + The Mozilla Public License Version 1.0. You may obtain a copy of + the License at http://www.mozilla.org/MPL/ + + The Original Code is eric. The Initial Developer of the Original + Code is Eric Busboom The original code is icalcomponent.h ======================================================================*/