aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-28 01:38:13 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-28 01:38:13 +0800
commit7ba9607966ab34d74c2c3341006fb10779941853 (patch)
tree7747f59eaa4b0e64283b27c6276a9e6898cbc303 /calendar/pcs
parentf0fffd85dfd1695bcfe987c2421225c64e165f58 (diff)
downloadgsoc2013-evolution-7ba9607966ab34d74c2c3341006fb10779941853.tar
gsoc2013-evolution-7ba9607966ab34d74c2c3341006fb10779941853.tar.gz
gsoc2013-evolution-7ba9607966ab34d74c2c3341006fb10779941853.tar.bz2
gsoc2013-evolution-7ba9607966ab34d74c2c3341006fb10779941853.tar.lz
gsoc2013-evolution-7ba9607966ab34d74c2c3341006fb10779941853.tar.xz
gsoc2013-evolution-7ba9607966ab34d74c2c3341006fb10779941853.tar.zst
gsoc2013-evolution-7ba9607966ab34d74c2c3341006fb10779941853.zip
Fixing the license text.
svn path=/trunk/; revision=14214
Diffstat (limited to 'calendar/pcs')
-rw-r--r--calendar/pcs/cal-backend-db.c7
-rw-r--r--calendar/pcs/cal-backend-db.h7
-rw-r--r--calendar/pcs/cal-backend-file.c7
-rw-r--r--calendar/pcs/cal-backend-file.h7
-rw-r--r--calendar/pcs/cal-backend-util.c7
-rw-r--r--calendar/pcs/cal-backend-util.h7
-rw-r--r--calendar/pcs/cal-backend.c7
-rw-r--r--calendar/pcs/cal-backend.h7
-rw-r--r--calendar/pcs/cal-common.h7
-rw-r--r--calendar/pcs/cal-factory.c7
-rw-r--r--calendar/pcs/cal-factory.h7
-rw-r--r--calendar/pcs/cal.c7
-rw-r--r--calendar/pcs/cal.h7
-rw-r--r--calendar/pcs/job.c7
-rw-r--r--calendar/pcs/job.h7
-rw-r--r--calendar/pcs/query.c7
-rw-r--r--calendar/pcs/query.h7
17 files changed, 51 insertions, 68 deletions
diff --git a/calendar/pcs/cal-backend-db.c b/calendar/pcs/cal-backend-db.c
index bb2a22a7f2..59f49701ec 100644
--- a/calendar/pcs/cal-backend-db.c
+++ b/calendar/pcs/cal-backend-db.c
@@ -4,10 +4,9 @@
*
* Author: Rodrigo Moya <rodrigo@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-backend-db.h b/calendar/pcs/cal-backend-db.h
index c73dbb5a83..0ed09f5ec6 100644
--- a/calendar/pcs/cal-backend-db.h
+++ b/calendar/pcs/cal-backend-db.h
@@ -4,10 +4,9 @@
*
* Author: Rodrigo Moya <rodrigo@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-backend-file.c b/calendar/pcs/cal-backend-file.c
index 139db949f8..de37203592 100644
--- a/calendar/pcs/cal-backend-file.c
+++ b/calendar/pcs/cal-backend-file.c
@@ -6,10 +6,9 @@
* Authors: Federico Mena-Quintero <federico@ximian.com>
* Rodrigo Moya <rodrigo@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-backend-file.h b/calendar/pcs/cal-backend-file.h
index 16ac6b4c64..c90feddea3 100644
--- a/calendar/pcs/cal-backend-file.h
+++ b/calendar/pcs/cal-backend-file.h
@@ -5,10 +5,9 @@
*
* Author: Federico Mena-Quintero <federico@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-backend-util.c b/calendar/pcs/cal-backend-util.c
index 7b3b119319..6ae480e30b 100644
--- a/calendar/pcs/cal-backend-util.c
+++ b/calendar/pcs/cal-backend-util.c
@@ -6,10 +6,9 @@
*
* Authors: Rodrigo Moya <rodrigo@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-backend-util.h b/calendar/pcs/cal-backend-util.h
index 5f8b32ac70..f10267453a 100644
--- a/calendar/pcs/cal-backend-util.h
+++ b/calendar/pcs/cal-backend-util.h
@@ -6,10 +6,9 @@
*
* Authors: Rodrigo Moya <rodrigo@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-backend.c b/calendar/pcs/cal-backend.c
index 149467ecd4..e0dd3a713b 100644
--- a/calendar/pcs/cal-backend.c
+++ b/calendar/pcs/cal-backend.c
@@ -8,10 +8,9 @@
* JP Rosevear <jpr@ximian.com>
* Rodrigo Moya <rodrigo@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-backend.h b/calendar/pcs/cal-backend.h
index e3aa6d55e0..e5f10842b4 100644
--- a/calendar/pcs/cal-backend.h
+++ b/calendar/pcs/cal-backend.h
@@ -7,10 +7,9 @@
* Authors: Federico Mena-Quintero <federico@ximian.com>
* Rodrigo Moya <rodrigo@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-common.h b/calendar/pcs/cal-common.h
index eaaab55cb2..228a67fcfe 100644
--- a/calendar/pcs/cal-common.h
+++ b/calendar/pcs/cal-common.h
@@ -5,10 +5,9 @@
*
* Author: Federico Mena-Quintero <federico@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-factory.c b/calendar/pcs/cal-factory.c
index 785892ddc4..41e14bb759 100644
--- a/calendar/pcs/cal-factory.c
+++ b/calendar/pcs/cal-factory.c
@@ -5,10 +5,9 @@
*
* Author: Federico Mena-Quintero <federico@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal-factory.h b/calendar/pcs/cal-factory.h
index 434cb56f81..bb9ac01630 100644
--- a/calendar/pcs/cal-factory.h
+++ b/calendar/pcs/cal-factory.h
@@ -4,10 +4,9 @@
*
* Author: Federico Mena-Quintero <federico@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal.c b/calendar/pcs/cal.c
index f493c4a4fc..9409d20120 100644
--- a/calendar/pcs/cal.c
+++ b/calendar/pcs/cal.c
@@ -6,10 +6,9 @@
* Authors: Federico Mena-Quintero <federico@ximian.com>
* Rodrigo Moya <rodrigo@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/cal.h b/calendar/pcs/cal.h
index d9302309b9..81c3e55154 100644
--- a/calendar/pcs/cal.h
+++ b/calendar/pcs/cal.h
@@ -6,10 +6,9 @@
* Authors: Federico Mena-Quintero <federico@ximian.com>
* Rodrigo Moya <rodrigo@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/job.c b/calendar/pcs/job.c
index 6519db8d4a..584f1a6f38 100644
--- a/calendar/pcs/job.c
+++ b/calendar/pcs/job.c
@@ -5,10 +5,9 @@
*
* Author: Federico Mena-Quintero <federico@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/job.h b/calendar/pcs/job.h
index 4e5eadad4e..07e3371f89 100644
--- a/calendar/pcs/job.h
+++ b/calendar/pcs/job.h
@@ -5,10 +5,9 @@
*
* Author: Federico Mena-Quintero <federico@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/query.c b/calendar/pcs/query.c
index e3a77d0dc4..28513d3822 100644
--- a/calendar/pcs/query.c
+++ b/calendar/pcs/query.c
@@ -4,10 +4,9 @@
*
* Author: Federico Mena-Quintero <federico@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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/calendar/pcs/query.h b/calendar/pcs/query.h
index bd10351fcb..71f289906e 100644
--- a/calendar/pcs/query.h
+++ b/calendar/pcs/query.h
@@ -4,10 +4,9 @@
*
* Author: Federico Mena-Quintero <federico@ximian.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * 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