diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 08:25:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 08:25:49 +0800 |
commit | 02dcd0aadfb516aba8c1322af34ebef5c265787d (patch) | |
tree | 0491c5761587c9e3891e7de011da23cdf3759f13 /shell | |
parent | a5cbf7c4b8cc5d2fd5eaf29417d681036fcd87f2 (diff) | |
download | gsoc2013-evolution-02dcd0aadfb516aba8c1322af34ebef5c265787d.tar.gz 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 'shell')
-rw-r--r-- | shell/importer/evolution-importer-client.c | 4 | ||||
-rw-r--r-- | shell/importer/evolution-importer-client.h | 4 | ||||
-rw-r--r-- | shell/importer/evolution-importer-listener.c | 4 | ||||
-rw-r--r-- | shell/importer/evolution-importer-listener.h | 4 | ||||
-rw-r--r-- | shell/importer/evolution-importer.c | 4 | ||||
-rw-r--r-- | shell/importer/evolution-importer.h | 4 | ||||
-rw-r--r-- | shell/importer/evolution-intelligent-importer.c | 4 | ||||
-rw-r--r-- | shell/importer/evolution-intelligent-importer.h | 4 | ||||
-rw-r--r-- | shell/importer/intelligent.c | 4 | ||||
-rw-r--r-- | shell/importer/intelligent.h | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/shell/importer/evolution-importer-client.c b/shell/importer/evolution-importer-client.c index 337cf36507..44d07d0e1f 100644 --- a/shell/importer/evolution-importer-client.c +++ b/shell/importer/evolution-importer-client.c @@ -4,9 +4,9 @@ * Copyright (C) 2000 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/shell/importer/evolution-importer-client.h b/shell/importer/evolution-importer-client.h index 20142c018d..ea9294b230 100644 --- a/shell/importer/evolution-importer-client.h +++ b/shell/importer/evolution-importer-client.h @@ -4,9 +4,9 @@ * Copyright (C) 2000 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/shell/importer/evolution-importer-listener.c b/shell/importer/evolution-importer-listener.c index 8a547e6f3e..e82845c883 100644 --- a/shell/importer/evolution-importer-listener.c +++ b/shell/importer/evolution-importer-listener.c @@ -4,9 +4,9 @@ * Copyright (C) 2000 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/shell/importer/evolution-importer-listener.h b/shell/importer/evolution-importer-listener.h index 6289e54d99..cf7c86714b 100644 --- a/shell/importer/evolution-importer-listener.h +++ b/shell/importer/evolution-importer-listener.h @@ -4,9 +4,9 @@ * Copyright (C) 2000 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/shell/importer/evolution-importer.c b/shell/importer/evolution-importer.c index f41ace28aa..c759cb5d9a 100644 --- a/shell/importer/evolution-importer.c +++ b/shell/importer/evolution-importer.c @@ -4,9 +4,9 @@ * Copyright (C) 2000 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/shell/importer/evolution-importer.h b/shell/importer/evolution-importer.h index abdcfc6bb6..ab08aeefe2 100644 --- a/shell/importer/evolution-importer.h +++ b/shell/importer/evolution-importer.h @@ -4,9 +4,9 @@ * Copyright (C) 2000 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/shell/importer/evolution-intelligent-importer.c b/shell/importer/evolution-intelligent-importer.c index e15f37cc24..9a2a1ddfae 100644 --- a/shell/importer/evolution-intelligent-importer.c +++ b/shell/importer/evolution-intelligent-importer.c @@ -4,9 +4,9 @@ * Copyright (C) 2000, 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/shell/importer/evolution-intelligent-importer.h b/shell/importer/evolution-intelligent-importer.h index 4d2a4e849d..76f8e64be3 100644 --- a/shell/importer/evolution-intelligent-importer.h +++ b/shell/importer/evolution-intelligent-importer.h @@ -4,9 +4,9 @@ * Copyright (C) 2000 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/shell/importer/intelligent.c b/shell/importer/intelligent.c index 28fcd9a00f..1ed4c85898 100644 --- a/shell/importer/intelligent.c +++ b/shell/importer/intelligent.c @@ -7,9 +7,9 @@ * Copyright 2001 Ximian, Inc. (www.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 + * 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/shell/importer/intelligent.h b/shell/importer/intelligent.h index 5e1523a8e1..ce0ddbced6 100644 --- a/shell/importer/intelligent.h +++ b/shell/importer/intelligent.h @@ -4,9 +4,9 @@ * Copyright (C) 2000 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 |