summaryrefslogtreecommitdiff
path: root/src/libical
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2017-05-07 17:07:02 -0400
committerAllen Winter <allen.winter@kdab.com>2017-05-07 17:07:02 -0400
commit878f1ea29a9d8999979c9acbf3f6a6b2f7132974 (patch)
tree4b56b6fff6641693adbd0411cbdf53c7e570ed76 /src/libical
parentfa187649dbca12042565625b1671220b3382a983 (diff)
downloadlibical-git-878f1ea29a9d8999979c9acbf3f6a6b2f7132974.tar.gz
Relicense to MPL 2.0 instead of MPL 1.0
fix urls. make source license headers consistent GNU "Lesser" vs. GNU "Library" etc. issue: #297
Diffstat (limited to 'src/libical')
-rw-r--r--src/libical/icalarray.c4
-rw-r--r--src/libical/icalarray.h4
-rw-r--r--src/libical/icalattach.c4
-rw-r--r--src/libical/icalattach.h4
-rw-r--r--src/libical/icalattachimpl.h4
-rw-r--r--src/libical/icalcomponent.c4
-rw-r--r--src/libical/icalcomponent.h4
-rw-r--r--src/libical/icalderivedparameter.c.in4
-rw-r--r--src/libical/icalderivedparameter.h.in4
-rw-r--r--src/libical/icalderivedproperty.c.in4
-rw-r--r--src/libical/icalderivedproperty.h.in4
-rw-r--r--src/libical/icalderivedvalue.c.in4
-rw-r--r--src/libical/icalderivedvalue.h.in4
-rw-r--r--src/libical/icalduration.c4
-rw-r--r--src/libical/icalduration.h4
-rw-r--r--src/libical/icalenums.c4
-rw-r--r--src/libical/icalenums.h4
-rw-r--r--src/libical/icalerror.c4
-rw-r--r--src/libical/icalerror.h4
-rw-r--r--src/libical/icallangbind.c4
-rw-r--r--src/libical/icallangbind.h4
-rw-r--r--src/libical/icalmemory.c21
-rw-r--r--src/libical/icalmemory.h4
-rw-r--r--src/libical/icalmime.c4
-rw-r--r--src/libical/icalmime.h4
-rw-r--r--src/libical/icalparameter.c4
-rw-r--r--src/libical/icalparameter.h4
-rw-r--r--src/libical/icalparameter_cxx.cpp6
-rw-r--r--src/libical/icalparameter_cxx.h6
-rw-r--r--src/libical/icalparameterimpl.h4
-rw-r--r--src/libical/icalparser.c21
-rw-r--r--src/libical/icalparser.h4
-rw-r--r--src/libical/icalperiod.c4
-rw-r--r--src/libical/icalperiod.h4
-rw-r--r--src/libical/icalproperty.c4
-rw-r--r--src/libical/icalproperty.h4
-rw-r--r--src/libical/icalproperty_cxx.cpp6
-rw-r--r--src/libical/icalproperty_cxx.h6
-rw-r--r--src/libical/icalproperty_p.h4
-rw-r--r--src/libical/icalrecur.c4
-rw-r--r--src/libical/icalrecur.h4
-rw-r--r--src/libical/icalrestriction.c.in4
-rw-r--r--src/libical/icalrestriction.h4
-rw-r--r--src/libical/icaltime.c4
-rw-r--r--src/libical/icaltime.h4
-rw-r--r--src/libical/icaltimezone.c4
-rw-r--r--src/libical/icaltimezone.h4
-rw-r--r--src/libical/icaltimezoneimpl.h4
-rw-r--r--src/libical/icaltypes.c4
-rw-r--r--src/libical/icaltypes.h4
-rw-r--r--src/libical/icaltz-util.c19
-rw-r--r--src/libical/icaltz-util.h19
-rw-r--r--src/libical/icalvalue.c4
-rw-r--r--src/libical/icalvalue.h4
-rw-r--r--src/libical/icalvalue_cxx.cpp6
-rw-r--r--src/libical/icalvalue_cxx.h6
-rw-r--r--src/libical/icalvalueimpl.h4
-rw-r--r--src/libical/icalversion.h.cmake4
-rw-r--r--src/libical/icptrholder_cxx.h6
-rw-r--r--src/libical/pvl.c4
-rw-r--r--src/libical/pvl.h4
-rw-r--r--src/libical/sspm.c21
-rw-r--r--src/libical/sspm.h21
-rw-r--r--src/libical/vcomponent_cxx.cpp6
-rw-r--r--src/libical/vcomponent_cxx.h6
65 files changed, 187 insertions, 189 deletions
diff --git a/src/libical/icalarray.c b/src/libical/icalarray.c
index fbb69009..a2d2b490 100644
--- a/src/libical/icalarray.c
+++ b/src/libical/icalarray.c
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2001, Ximian, Inc.
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalarray.h b/src/libical/icalarray.h
index eecc133c..21110ffb 100644
--- a/src/libical/icalarray.h
+++ b/src/libical/icalarray.h
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2001, Ximian, Inc.
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalattach.c b/src/libical/icalattach.c
index 197c56bf..e5c3a097 100644
--- a/src/libical/icalattach.c
+++ b/src/libical/icalattach.c
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2002, Andrea Campi <a.campi@inet.it>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalattach.h b/src/libical/icalattach.h
index 8b4de643..1182d96d 100644
--- a/src/libical/icalattach.h
+++ b/src/libical/icalattach.h
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2002, Andrea Campi <a.campi@inet.it>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalattachimpl.h b/src/libical/icalattachimpl.h
index e6c21f41..df99865a 100644
--- a/src/libical/icalattachimpl.h
+++ b/src/libical/icalattachimpl.h
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2000, Andrea Campi <a.campi@inet.it>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalcomponent.c b/src/libical/icalcomponent.c
index 6439f6f4..c816c316 100644
--- a/src/libical/icalcomponent.c
+++ b/src/libical/icalcomponent.c
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalcomponent.h b/src/libical/icalcomponent.h
index d35fa95d..0976e590 100644
--- a/src/libical/icalcomponent.h
+++ b/src/libical/icalcomponent.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalderivedparameter.c.in b/src/libical/icalderivedparameter.c.in
index 3da1803d..d91b8c85 100644
--- a/src/libical/icalderivedparameter.c.in
+++ b/src/libical/icalderivedparameter.c.in
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Contributions from:
diff --git a/src/libical/icalderivedparameter.h.in b/src/libical/icalderivedparameter.h.in
index 1cd62104..83381792 100644
--- a/src/libical/icalderivedparameter.h.in
+++ b/src/libical/icalderivedparameter.h.in
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The original code is icalparam.h
diff --git a/src/libical/icalderivedproperty.c.in b/src/libical/icalderivedproperty.c.in
index f2ce95e0..fa9f4c8e 100644
--- a/src/libical/icalderivedproperty.c.in
+++ b/src/libical/icalderivedproperty.c.in
@@ -4,7 +4,7 @@
(C) COPYRIGHT 1999, Eric Busboom <eric@softwarestudio.org>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalderivedproperty.h.in b/src/libical/icalderivedproperty.h.in
index e9d7e496..04612d7f 100644
--- a/src/libical/icalderivedproperty.h.in
+++ b/src/libical/icalderivedproperty.h.in
@@ -4,7 +4,7 @@
(C) COPYRIGHT 1999, Eric Busboom <eric@softwarestudio.org>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalderivedvalue.c.in b/src/libical/icalderivedvalue.c.in
index a93389a8..75891807 100644
--- a/src/libical/icalderivedvalue.c.in
+++ b/src/libical/icalderivedvalue.c.in
@@ -4,7 +4,7 @@
(C) COPYRIGHT 1999, Eric Busboom <eric@softwarestudio.org>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Contributions from:
diff --git a/src/libical/icalderivedvalue.h.in b/src/libical/icalderivedvalue.h.in
index 4f4b02f5..ceb2b3f2 100644
--- a/src/libical/icalderivedvalue.h.in
+++ b/src/libical/icalderivedvalue.h.in
@@ -4,7 +4,7 @@
(C) COPYRIGHT 1999, Eric Busboom <eric@softwarestudio.org>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalduration.c b/src/libical/icalduration.c
index 67617301..01f61b01 100644
--- a/src/libical/icalduration.c
+++ b/src/libical/icalduration.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.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
diff --git a/src/libical/icalduration.h b/src/libical/icalduration.h
index 413fe06c..c08a0a50 100644
--- a/src/libical/icalduration.h
+++ b/src/libical/icalduration.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.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
diff --git a/src/libical/icalenums.c b/src/libical/icalenums.c
index d41d1313..c9286f77 100644
--- a/src/libical/icalenums.c
+++ b/src/libical/icalenums.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalenums.h b/src/libical/icalenums.h
index 4cb76bad..79555f63 100644
--- a/src/libical/icalenums.h
+++ b/src/libical/icalenums.h
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Contributions from:
diff --git a/src/libical/icalerror.c b/src/libical/icalerror.c
index 1c1e87d1..9950e812 100644
--- a/src/libical/icalerror.c
+++ b/src/libical/icalerror.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The original code is icalerror.c
diff --git a/src/libical/icalerror.h b/src/libical/icalerror.h
index a13e425e..bd110c81 100644
--- a/src/libical/icalerror.h
+++ b/src/libical/icalerror.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The original code is icalerror.h
diff --git a/src/libical/icallangbind.c b/src/libical/icallangbind.c
index 72e26ad6..71a9001e 100644
--- a/src/libical/icallangbind.c
+++ b/src/libical/icallangbind.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 1999 Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icallangbind.h b/src/libical/icallangbind.h
index 90e78f14..bdf682c9 100644
--- a/src/libical/icallangbind.h
+++ b/src/libical/icallangbind.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 1999 Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalmemory.c b/src/libical/icalmemory.c
index 2ad821fb..5467de9d 100644
--- a/src/libical/icalmemory.c
+++ b/src/libical/icalmemory.c
@@ -5,17 +5,18 @@
Copyright (C) 2000 Eric Busboom <eric@softwarestudio.org>
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 library 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.gnu.org/licenses/lgpl-2.1.html
- 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.
+ Or:
+
+ The Mozilla Public License Version 2.0. 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
+ This library 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
@@ -23,7 +24,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalmemory.h b/src/libical/icalmemory.h
index d5416d7d..603d22fa 100644
--- a/src/libical/icalmemory.h
+++ b/src/libical/icalmemory.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The Initial Developer of the Original Code is Eric Busboom
diff --git a/src/libical/icalmime.c b/src/libical/icalmime.c
index 8418a386..69bc17de 100644
--- a/src/libical/icalmime.c
+++ b/src/libical/icalmime.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.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
diff --git a/src/libical/icalmime.h b/src/libical/icalmime.h
index 95adf09a..0a228352 100644
--- a/src/libical/icalmime.h
+++ b/src/libical/icalmime.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalparameter.c b/src/libical/icalparameter.c
index 5bd0d5ff..1cdb27ae 100644
--- a/src/libical/icalparameter.c
+++ b/src/libical/icalparameter.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The original code is icalderivedparameters.{c,h}
diff --git a/src/libical/icalparameter.h b/src/libical/icalparameter.h
index b4e7d600..9746f836 100644
--- a/src/libical/icalparameter.h
+++ b/src/libical/icalparameter.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalparameter_cxx.cpp b/src/libical/icalparameter_cxx.cpp
index 83247486..f6abdb3b 100644
--- a/src/libical/icalparameter_cxx.cpp
+++ b/src/libical/icalparameter_cxx.cpp
@@ -5,15 +5,15 @@
*
* (C) COPYRIGHT 2001, Critical Path
- This program is free software; you can redistribute it and/or modify
+ This library 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.gnu.org/licenses/lgpl-2.1.html
- Or:
+ Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
*/
diff --git a/src/libical/icalparameter_cxx.h b/src/libical/icalparameter_cxx.h
index 8aa7a280..5e46a9d6 100644
--- a/src/libical/icalparameter_cxx.h
+++ b/src/libical/icalparameter_cxx.h
@@ -5,15 +5,15 @@
*
* (C) COPYRIGHT 2001, Critical Path
- This program is free software; you can redistribute it and/or modify
+ This library 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.gnu.org/licenses/lgpl-2.1.html
- Or:
+ Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
*/
diff --git a/src/libical/icalparameterimpl.h b/src/libical/icalparameterimpl.h
index 5cf9ff62..0455a1af 100644
--- a/src/libical/icalparameterimpl.h
+++ b/src/libical/icalparameterimpl.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The original code is icalderivedparameters.{c,h}
diff --git a/src/libical/icalparser.c b/src/libical/icalparser.c
index 22c6159d..55963c65 100644
--- a/src/libical/icalparser.c
+++ b/src/libical/icalparser.c
@@ -5,17 +5,18 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
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 library 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.gnu.org/licenses/lgpl-2.1.html
- 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.
+ Or:
+
+ The Mozilla Public License Version 2.0. 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
+ This library 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
@@ -23,7 +24,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The Initial Developer of the Original Code is Eric Busboom
diff --git a/src/libical/icalparser.h b/src/libical/icalparser.h
index 4f66d34e..939f107e 100644
--- a/src/libical/icalparser.h
+++ b/src/libical/icalparser.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The original code is icalparser.h
diff --git a/src/libical/icalperiod.c b/src/libical/icalperiod.c
index a2b7b52c..fd2cf8db 100644
--- a/src/libical/icalperiod.c
+++ b/src/libical/icalperiod.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.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
diff --git a/src/libical/icalperiod.h b/src/libical/icalperiod.h
index 789bfebb..aa99f40a 100644
--- a/src/libical/icalperiod.h
+++ b/src/libical/icalperiod.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.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
diff --git a/src/libical/icalproperty.c b/src/libical/icalproperty.c
index ac38259e..d7850453 100644
--- a/src/libical/icalproperty.c
+++ b/src/libical/icalproperty.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The original code is icalproperty.c
diff --git a/src/libical/icalproperty.h b/src/libical/icalproperty.h
index 6fad331f..4ef66702 100644
--- a/src/libical/icalproperty.h
+++ b/src/libical/icalproperty.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalproperty_cxx.cpp b/src/libical/icalproperty_cxx.cpp
index 84285ddb..00d35fcc 100644
--- a/src/libical/icalproperty_cxx.cpp
+++ b/src/libical/icalproperty_cxx.cpp
@@ -5,15 +5,15 @@
*
* (C) COPYRIGHT 2001, Critical Path
- This program is free software; you can redistribute it and/or modify
+ This library 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.gnu.org/licenses/lgpl-2.1.html
- Or:
+ Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
*/
diff --git a/src/libical/icalproperty_cxx.h b/src/libical/icalproperty_cxx.h
index f0bb8a94..ef64f0c0 100644
--- a/src/libical/icalproperty_cxx.h
+++ b/src/libical/icalproperty_cxx.h
@@ -5,15 +5,15 @@
*
* (C) COPYRIGHT 2001, Critical Path
- This program is free software; you can redistribute it and/or modify
+ This library 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.gnu.org/licenses/lgpl-2.1.html
- Or:
+ Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
*/
diff --git a/src/libical/icalproperty_p.h b/src/libical/icalproperty_p.h
index e614daa4..b2dac5e1 100644
--- a/src/libical/icalproperty_p.h
+++ b/src/libical/icalproperty_p.h
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalrecur.c b/src/libical/icalrecur.c
index e8851621..a9b47f09 100644
--- a/src/libical/icalrecur.c
+++ b/src/libical/icalrecur.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
========================================================================*/
diff --git a/src/libical/icalrecur.h b/src/libical/icalrecur.h
index 17e64367..48ceb055 100644
--- a/src/libical/icalrecur.h
+++ b/src/libical/icalrecur.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
========================================================================*/
diff --git a/src/libical/icalrestriction.c.in b/src/libical/icalrestriction.c.in
index c143a8f9..18ab05ec 100644
--- a/src/libical/icalrestriction.c.in
+++ b/src/libical/icalrestriction.c.in
@@ -3,7 +3,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -11,7 +11,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
/*#line 7 "icalrestriction.c.in"*/
diff --git a/src/libical/icalrestriction.h b/src/libical/icalrestriction.h
index fbdb5779..3163eba3 100644
--- a/src/libical/icalrestriction.h
+++ b/src/libical/icalrestriction.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The original code is icalrestriction.h
diff --git a/src/libical/icaltime.c b/src/libical/icaltime.c
index b5090452..32b73160 100644
--- a/src/libical/icaltime.c
+++ b/src/libical/icaltime.c
@@ -7,7 +7,7 @@
The timegm code is Copyright (c) 2001-2006, NLnet Labs. All rights reserved.
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -15,7 +15,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.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
diff --git a/src/libical/icaltime.h b/src/libical/icaltime.h
index 2fbd4a3d..c5c499dd 100644
--- a/src/libical/icaltime.h
+++ b/src/libical/icaltime.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.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
diff --git a/src/libical/icaltimezone.c b/src/libical/icaltimezone.c
index 92733401..e0bdecc9 100644
--- a/src/libical/icaltimezone.c
+++ b/src/libical/icaltimezone.c
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2001, Damon Chaplin <damon@ximian.com>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
//krazy:excludeall=cpp
diff --git a/src/libical/icaltimezone.h b/src/libical/icaltimezone.h
index b1bb54f3..2bacc3c7 100644
--- a/src/libical/icaltimezone.h
+++ b/src/libical/icaltimezone.h
@@ -4,7 +4,7 @@
(C) COPYRIGHT 2001, Damon Chaplin <damon@ximian.com>
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -12,7 +12,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
/**
diff --git a/src/libical/icaltimezoneimpl.h b/src/libical/icaltimezoneimpl.h
index cdc7cb92..623377c4 100644
--- a/src/libical/icaltimezoneimpl.h
+++ b/src/libical/icaltimezoneimpl.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icaltypes.c b/src/libical/icaltypes.c
index 3f420d6f..70c50d29 100644
--- a/src/libical/icaltypes.c
+++ b/src/libical/icaltypes.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
#ifdef HAVE_CONFIG_H
diff --git a/src/libical/icaltypes.h b/src/libical/icaltypes.h
index b7590c33..0221cb61 100644
--- a/src/libical/icaltypes.h
+++ b/src/libical/icaltypes.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icaltz-util.c b/src/libical/icaltz-util.c
index 31b4261f..1fdcb377 100644
--- a/src/libical/icaltz-util.c
+++ b/src/libical/icaltz-util.c
@@ -4,19 +4,16 @@
*
* Copyright 2007, Novell, Inc.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU Lesser General Public
- * License as published by the Free Software Foundation.
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of either:
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * The LGPL as published by the Free Software Foundation, version
+ * 2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.html
*
- * * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+ * Or:
+ *
+ * The Mozilla Public License Version 2.0. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
*/
//krazy:excludeall=cpp
diff --git a/src/libical/icaltz-util.h b/src/libical/icaltz-util.h
index e3981d5e..0a4c3c1b 100644
--- a/src/libical/icaltz-util.h
+++ b/src/libical/icaltz-util.h
@@ -4,19 +4,16 @@
*
* Copyright 2007, Novell, Inc.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU Lesser General Public
- * License as published by the Free Software Foundation.
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of either:
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * The LGPL as published by the Free Software Foundation, version
+ * 2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.html
*
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- * Boston, MA 02110-1301, USA.
+ * Or:
+ *
+ * The Mozilla Public License Version 2.0. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
*/
#ifndef ICALTZUTIL_H
diff --git a/src/libical/icalvalue.c b/src/libical/icalvalue.c
index 868d3261..15ab6690 100644
--- a/src/libical/icalvalue.c
+++ b/src/libical/icalvalue.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Contributions from:
diff --git a/src/libical/icalvalue.h b/src/libical/icalvalue.h
index 2742ae89..4060b047 100644
--- a/src/libical/icalvalue.h
+++ b/src/libical/icalvalue.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalvalue_cxx.cpp b/src/libical/icalvalue_cxx.cpp
index 92dd2809..8cdb39fa 100644
--- a/src/libical/icalvalue_cxx.cpp
+++ b/src/libical/icalvalue_cxx.cpp
@@ -3,15 +3,15 @@
CREATOR: fnguyen 12/21/01
(C) COPYRIGHT 2001, Critical Path
- This program is free software; you can redistribute it and/or modify
+ This library 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.gnu.org/licenses/lgpl-2.1.html
- Or:
+ Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalvalue_cxx.h b/src/libical/icalvalue_cxx.h
index aa8a21ff..6e86a8b9 100644
--- a/src/libical/icalvalue_cxx.h
+++ b/src/libical/icalvalue_cxx.h
@@ -3,15 +3,15 @@
CREATOR: fnguyen 12/13/01
(C) COPYRIGHT 2001, Critical Path
- This program is free software; you can redistribute it and/or modify
+ This library 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.gnu.org/licenses/lgpl-2.1.html
- Or:
+ Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icalvalueimpl.h b/src/libical/icalvalueimpl.h
index 5521b6c5..36a754de 100644
--- a/src/libical/icalvalueimpl.h
+++ b/src/libical/icalvalueimpl.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Contributions from:
diff --git a/src/libical/icalversion.h.cmake b/src/libical/icalversion.h.cmake
index 27452387..78fda24e 100644
--- a/src/libical/icalversion.h.cmake
+++ b/src/libical/icalversion.h.cmake
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/icptrholder_cxx.h b/src/libical/icptrholder_cxx.h
index dfd7bd57..dc62d14e 100644
--- a/src/libical/icptrholder_cxx.h
+++ b/src/libical/icptrholder_cxx.h
@@ -27,15 +27,15 @@
*
* (C) COPYRIGHT 2001, Critical Path
- This program is free software; you can redistribute it and/or modify
+ This library 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.gnu.org/licenses/lgpl-2.1.html
- Or:
+ Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
*/
diff --git a/src/libical/pvl.c b/src/libical/pvl.c
index f0728f8f..d566b5db 100644
--- a/src/libical/pvl.c
+++ b/src/libical/pvl.c
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/pvl.h b/src/libical/pvl.h
index 2fff106b..5603c011 100644
--- a/src/libical/pvl.h
+++ b/src/libical/pvl.h
@@ -5,7 +5,7 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
http://www.softwarestudio.org
- This program is free software; you can redistribute it and/or modify
+ This library 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
@@ -13,7 +13,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
======================================================================*/
diff --git a/src/libical/sspm.c b/src/libical/sspm.c
index 72e862b8..90ea0a03 100644
--- a/src/libical/sspm.c
+++ b/src/libical/sspm.c
@@ -5,17 +5,18 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
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 library 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.gnu.org/licenses/lgpl-2.1.html
- 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.
+ Or:
+
+ The Mozilla Public License Version 2.0. 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
+ This library 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
@@ -23,7 +24,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The Initial Developer of the Original Code is Eric Busboom
diff --git a/src/libical/sspm.h b/src/libical/sspm.h
index bf5e69eb..3a1104a1 100644
--- a/src/libical/sspm.h
+++ b/src/libical/sspm.h
@@ -5,17 +5,18 @@
(C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
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 library 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.gnu.org/licenses/lgpl-2.1.html
- 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.
+ Or:
+
+ The Mozilla Public License Version 2.0. 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
+ This library 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
@@ -23,7 +24,7 @@
Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
The Initial Developer of the Original Code is Eric Busboom
diff --git a/src/libical/vcomponent_cxx.cpp b/src/libical/vcomponent_cxx.cpp
index e4e78691..6c00a91a 100644
--- a/src/libical/vcomponent_cxx.cpp
+++ b/src/libical/vcomponent_cxx.cpp
@@ -5,15 +5,15 @@
*
* (C) COPYRIGHT 2001, Critical Path
- This program is free software; you can redistribute it and/or modify
+ This library 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.gnu.org/licenses/lgpl-2.1.html
- Or:
+ Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
*/
diff --git a/src/libical/vcomponent_cxx.h b/src/libical/vcomponent_cxx.h
index 73731f6a..82c8fbb6 100644
--- a/src/libical/vcomponent_cxx.h
+++ b/src/libical/vcomponent_cxx.h
@@ -5,15 +5,15 @@
*
* (C) COPYRIGHT 2001, Critical Path
- This program is free software; you can redistribute it and/or modify
+ This library 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.gnu.org/licenses/lgpl-2.1.html
- Or:
+ Or:
- The Mozilla Public License Version 1.0. You may obtain a copy of
+ The Mozilla Public License Version 2.0. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
*/