aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-27 08:25:49 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-27 08:25:49 +0800
commit02dcd0aadfb516aba8c1322af34ebef5c265787d (patch)
tree0491c5761587c9e3891e7de011da23cdf3759f13 /my-evolution
parenta5cbf7c4b8cc5d2fd5eaf29417d681036fcd87f2 (diff)
downloadgsoc2013-evolution-02dcd0aadfb516aba8c1322af34ebef5c265787d.tar
gsoc2013-evolution-02dcd0aadfb516aba8c1322af34ebef5c265787d.tar.gz
gsoc2013-evolution-02dcd0aadfb516aba8c1322af34ebef5c265787d.tar.bz2
gsoc2013-evolution-02dcd0aadfb516aba8c1322af34ebef5c265787d.tar.lz
gsoc2013-evolution-02dcd0aadfb516aba8c1322af34ebef5c265787d.tar.xz
gsoc2013-evolution-02dcd0aadfb516aba8c1322af34ebef5c265787d.tar.zst
gsoc2013-evolution-02dcd0aadfb516aba8c1322af34ebef5c265787d.zip
Update the licensing information to require version 2 of the GPL
(instead of version 2 or any later version). svn path=/trunk/; revision=14190
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/component-factory.c4
-rw-r--r--my-evolution/component-factory.h4
-rw-r--r--my-evolution/e-summary-calendar.c4
-rw-r--r--my-evolution/e-summary-calendar.h4
-rw-r--r--my-evolution/e-summary-factory.c4
-rw-r--r--my-evolution/e-summary-factory.h4
-rw-r--r--my-evolution/e-summary-mail.c4
-rw-r--r--my-evolution/e-summary-mail.h4
-rw-r--r--my-evolution/e-summary-offline-handler.c4
-rw-r--r--my-evolution/e-summary-offline-handler.h4
-rw-r--r--my-evolution/e-summary-preferences.c4
-rw-r--r--my-evolution/e-summary-preferences.h4
-rw-r--r--my-evolution/e-summary-rdf.c4
-rw-r--r--my-evolution/e-summary-rdf.h4
-rw-r--r--my-evolution/e-summary-tasks.c4
-rw-r--r--my-evolution/e-summary-tasks.h4
-rw-r--r--my-evolution/e-summary-type.h4
-rw-r--r--my-evolution/e-summary-weather.c4
-rw-r--r--my-evolution/e-summary-weather.h4
-rw-r--r--my-evolution/e-summary.c4
-rw-r--r--my-evolution/e-summary.h4
-rw-r--r--my-evolution/main.c4
-rw-r--r--my-evolution/my-evolution-html.h4
-rw-r--r--my-evolution/weather.h4
24 files changed, 48 insertions, 48 deletions
diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c
index f9bf42357b..42948d46bb 100644
--- a/my-evolution/component-factory.c
+++ b/my-evolution/component-factory.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/component-factory.h b/my-evolution/component-factory.h
index fb1af710de..d3186aa1d0 100644
--- a/my-evolution/component-factory.h
+++ b/my-evolution/component-factory.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c
index 71352b951c..0ba95cb62d 100644
--- a/my-evolution/e-summary-calendar.c
+++ b/my-evolution/e-summary-calendar.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-calendar.h b/my-evolution/e-summary-calendar.h
index 2e65f24e86..0292ceb2b6 100644
--- a/my-evolution/e-summary-calendar.h
+++ b/my-evolution/e-summary-calendar.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-factory.c b/my-evolution/e-summary-factory.c
index 0181113a58..574179c83e 100644
--- a/my-evolution/e-summary-factory.c
+++ b/my-evolution/e-summary-factory.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-factory.h b/my-evolution/e-summary-factory.h
index c8aea2d0da..58e6a8ff89 100644
--- a/my-evolution/e-summary-factory.h
+++ b/my-evolution/e-summary-factory.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c
index 27668ac198..028a12c5f9 100644
--- a/my-evolution/e-summary-mail.c
+++ b/my-evolution/e-summary-mail.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-mail.h b/my-evolution/e-summary-mail.h
index 00cf700234..5cc6d822d9 100644
--- a/my-evolution/e-summary-mail.h
+++ b/my-evolution/e-summary-mail.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-offline-handler.c b/my-evolution/e-summary-offline-handler.c
index f338aad93c..f07450d9f8 100644
--- a/my-evolution/e-summary-offline-handler.c
+++ b/my-evolution/e-summary-offline-handler.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-offline-handler.h b/my-evolution/e-summary-offline-handler.h
index 2118ed8e09..fd332f386d 100644
--- a/my-evolution/e-summary-offline-handler.h
+++ b/my-evolution/e-summary-offline-handler.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c
index d400be988b..26df055393 100644
--- a/my-evolution/e-summary-preferences.c
+++ b/my-evolution/e-summary-preferences.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-preferences.h b/my-evolution/e-summary-preferences.h
index 888ea794fc..72acff3f48 100644
--- a/my-evolution/e-summary-preferences.h
+++ b/my-evolution/e-summary-preferences.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c
index 498717e3c1..d822c986d6 100644
--- a/my-evolution/e-summary-rdf.c
+++ b/my-evolution/e-summary-rdf.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-rdf.h b/my-evolution/e-summary-rdf.h
index ad120040ed..972f7df94c 100644
--- a/my-evolution/e-summary-rdf.h
+++ b/my-evolution/e-summary-rdf.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c
index 57350c3bc2..8cf9cf18b2 100644
--- a/my-evolution/e-summary-tasks.c
+++ b/my-evolution/e-summary-tasks.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-tasks.h b/my-evolution/e-summary-tasks.h
index 465323b419..3d159002e7 100644
--- a/my-evolution/e-summary-tasks.h
+++ b/my-evolution/e-summary-tasks.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-type.h b/my-evolution/e-summary-type.h
index 20733e6e22..d25f13b689 100644
--- a/my-evolution/e-summary-type.h
+++ b/my-evolution/e-summary-type.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c
index 4b8105b31d..1808b62087 100644
--- a/my-evolution/e-summary-weather.c
+++ b/my-evolution/e-summary-weather.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary-weather.h b/my-evolution/e-summary-weather.h
index 51b9bc8c88..769f5ce361 100644
--- a/my-evolution/e-summary-weather.h
+++ b/my-evolution/e-summary-weather.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c
index d11c85a25d..d277f5ac75 100644
--- a/my-evolution/e-summary.c
+++ b/my-evolution/e-summary.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/e-summary.h b/my-evolution/e-summary.h
index 5378572400..2f827f0472 100644
--- a/my-evolution/e-summary.h
+++ b/my-evolution/e-summary.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/main.c b/my-evolution/main.c
index a7720f8c8d..0b51aeb8d2 100644
--- a/my-evolution/main.c
+++ b/my-evolution/main.c
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/my-evolution-html.h b/my-evolution/my-evolution-html.h
index bb3b45fef8..4524752047 100644
--- a/my-evolution/my-evolution-html.h
+++ b/my-evolution/my-evolution-html.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/my-evolution/weather.h b/my-evolution/weather.h
index 60d184e1ee..5d133079ed 100644
--- a/my-evolution/weather.h
+++ b/my-evolution/weather.h
@@ -4,9 +4,9 @@
* Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
+ * modify it under the terms of version 2 of the GNU General Public
* published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of