diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-14 17:35:11 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-10-14 17:35:11 +0800 |
commit | c3aad49dee688ae227615fa738d8dee32110844c (patch) | |
tree | 8ace09c87cf136acfcfbec2b6e2eb05883bd311b /calendar | |
parent | 83c2cc10f4dde85c2f4acfdf0df32990d11facde (diff) | |
download | gsoc2013-evolution-c3aad49dee688ae227615fa738d8dee32110844c.tar.gz gsoc2013-evolution-c3aad49dee688ae227615fa738d8dee32110844c.tar.zst gsoc2013-evolution-c3aad49dee688ae227615fa738d8dee32110844c.zip |
Remove improper FSF copyright statements; was never signed over to them
* Remove improper FSF copyright statements; was never signed over to them and was incorrectly added to this file due to a mistake made by the original developer.
svn path=/trunk/; revision=36616
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/conduits/calendar/calendar-conduit.c | 1 | ||||
-rw-r--r-- | calendar/conduits/memo/memo-conduit.c | 1 | ||||
-rw-r--r-- | calendar/conduits/todo/todo-conduit.c | 1 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.c | 2 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.h | 2 | ||||
-rw-r--r-- | calendar/gui/gnome-cal.c | 3 | ||||
-rw-r--r-- | calendar/gui/gnome-cal.h | 2 |
7 files changed, 0 insertions, 12 deletions
diff --git a/calendar/conduits/calendar/calendar-conduit.c b/calendar/conduits/calendar/calendar-conduit.c index 5d610132a3..b39507a3cd 100644 --- a/calendar/conduits/calendar/calendar-conduit.c +++ b/calendar/conduits/calendar/calendar-conduit.c @@ -1,7 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* Evolution calendar - Calendar Conduit * - * Copyright (C) 1998 Free Software Foundation * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * Authors: Eskil Heyn Olsen <deity@eskil.dk> diff --git a/calendar/conduits/memo/memo-conduit.c b/calendar/conduits/memo/memo-conduit.c index 1a9638b0ce..9c51333063 100644 --- a/calendar/conduits/memo/memo-conduit.c +++ b/calendar/conduits/memo/memo-conduit.c @@ -1,7 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* Evolution calendar - Memo Conduit * - * Copyright (C) 1998 Free Software Foundation * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * Authors: Eskil Heyn Olsen <deity@eskil.dk> diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c index de93956d18..516e81a8a1 100644 --- a/calendar/conduits/todo/todo-conduit.c +++ b/calendar/conduits/todo/todo-conduit.c @@ -1,7 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* Evolution calendar - ToDo Conduit * - * Copyright (C) 1998 Free Software Foundation * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * Authors: Eskil Heyn Olsen <deity@eskil.dk> diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index cbeca7c9e3..6331792a24 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -1,8 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* Evolution calendar - Commands for the calendar GUI control * - * Copyright (C) 1998 The Free Software Foundation - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * Authors: Miguel de Icaza <miguel@ximian.com> diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h index ac996eeede..a913a1a60c 100644 --- a/calendar/gui/calendar-commands.h +++ b/calendar/gui/calendar-commands.h @@ -1,7 +1,5 @@ /* Evolution calendar - Commands for the calendar GUI control * - * Copyright (C) 1998 The Free Software Foundation - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * Authors: Miguel de Icaza <miguel@ximian.com> diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 4d65f094b8..cb5a2fbd79 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1,9 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* Evolution calendar - Main calendar view widget * - * Copyright (C) 1998 The Free Software Foundation - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * Authors: Miguel de Icaza <miguel@ximian.com> diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index d400006be8..b419f6acd8 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -1,7 +1,5 @@ /* Evolution calendar - Main calendar view widget * - * Copyright (C) 1998 The Free Software Foundation - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * * Authors: Miguel de Icaza <miguel@ximian.com> |