diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-28 07:42:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-28 07:42:27 +0800 |
commit | 10b85c3677f8b8c7c9d40de5f8fc0015aff9d224 (patch) | |
tree | 31a9ea28d7becdb1e7f2c5d0f760a6faad7736ac /calendar/gui | |
parent | be7e0fd349bbb0f8ed01437de25fb4882f3abc6e (diff) | |
download | gsoc2013-evolution-10b85c3677f8b8c7c9d40de5f8fc0015aff9d224.tar gsoc2013-evolution-10b85c3677f8b8c7c9d40de5f8fc0015aff9d224.tar.gz gsoc2013-evolution-10b85c3677f8b8c7c9d40de5f8fc0015aff9d224.tar.bz2 gsoc2013-evolution-10b85c3677f8b8c7c9d40de5f8fc0015aff9d224.tar.lz gsoc2013-evolution-10b85c3677f8b8c7c9d40de5f8fc0015aff9d224.tar.xz gsoc2013-evolution-10b85c3677f8b8c7c9d40de5f8fc0015aff9d224.tar.zst gsoc2013-evolution-10b85c3677f8b8c7c9d40de5f8fc0015aff9d224.zip |
More fixing of the license texts.
svn path=/trunk/; revision=14242
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/misc.c | 18 | ||||
-rw-r--r-- | calendar/gui/misc.h | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/calendar/gui/misc.c b/calendar/gui/misc.c index 9f9aa77296..15dcf93e09 100644 --- a/calendar/gui/misc.c +++ b/calendar/gui/misc.c @@ -4,19 +4,19 @@ * * Authors: 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 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H diff --git a/calendar/gui/misc.h b/calendar/gui/misc.h index 8f4864a174..81e2a13afe 100644 --- a/calendar/gui/misc.h +++ b/calendar/gui/misc.h @@ -4,19 +4,19 @@ * * Authors: 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 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #ifndef MISC_H |