evolution r35663 - trunk/mail



Author: fejj
Date: Fri Jun 20 22:14:15 2008
New Revision: 35663
URL: http://svn.gnome.org/viewvc/evolution?rev=35663&view=rev

Log:
fixed copyright notices

Modified:
   trunk/mail/em-account-editor.c
   trunk/mail/em-account-editor.h
   trunk/mail/em-account-prefs.c
   trunk/mail/em-account-prefs.h
   trunk/mail/em-composer-prefs.c
   trunk/mail/em-composer-prefs.h
   trunk/mail/em-composer-utils.c
   trunk/mail/em-composer-utils.h
   trunk/mail/em-config.c
   trunk/mail/em-config.h
   trunk/mail/em-event.c
   trunk/mail/em-event.h
   trunk/mail/em-filter-context.c
   trunk/mail/em-filter-context.h
   trunk/mail/em-filter-editor.c
   trunk/mail/em-filter-editor.h
   trunk/mail/em-filter-folder-element.c
   trunk/mail/em-filter-folder-element.h
   trunk/mail/em-filter-rule.c
   trunk/mail/em-filter-rule.h
   trunk/mail/em-filter-source-element.c
   trunk/mail/em-filter-source-element.h
   trunk/mail/em-folder-browser.c
   trunk/mail/em-folder-browser.h
   trunk/mail/em-folder-selection-button.c
   trunk/mail/em-folder-selection-button.h
   trunk/mail/em-folder-selection.c
   trunk/mail/em-folder-selection.h
   trunk/mail/em-folder-selector.c
   trunk/mail/em-folder-selector.h
   trunk/mail/em-folder-tree-model.c
   trunk/mail/em-folder-tree-model.h
   trunk/mail/em-folder-tree.c
   trunk/mail/em-folder-tree.h
   trunk/mail/em-folder-utils.c
   trunk/mail/em-folder-utils.h
   trunk/mail/em-folder-view.c
   trunk/mail/em-folder-view.h
   trunk/mail/em-format-hook.c
   trunk/mail/em-format-hook.h
   trunk/mail/em-format-html-display.c
   trunk/mail/em-format-html-print.c
   trunk/mail/em-format-html.c
   trunk/mail/em-format-html.h
   trunk/mail/em-format-quote.c
   trunk/mail/em-format-quote.h
   trunk/mail/em-format.c
   trunk/mail/em-format.h
   trunk/mail/em-html-stream.h
   trunk/mail/em-inline-filter.c
   trunk/mail/em-junk-hook.c
   trunk/mail/em-junk-hook.h
   trunk/mail/em-mailer-prefs.c
   trunk/mail/em-mailer-prefs.h
   trunk/mail/em-menu.c
   trunk/mail/em-menu.h
   trunk/mail/em-message-browser.c
   trunk/mail/em-migrate.c
   trunk/mail/em-migrate.h
   trunk/mail/em-network-prefs.c
   trunk/mail/em-network-prefs.h
   trunk/mail/em-popup.c
   trunk/mail/em-popup.h
   trunk/mail/em-search-context.c
   trunk/mail/em-search-context.h
   trunk/mail/em-stripsig-filter.c
   trunk/mail/em-stripsig-filter.h
   trunk/mail/em-sync-stream.c
   trunk/mail/em-utils.c
   trunk/mail/em-utils.h
   trunk/mail/em-vfolder-context.c
   trunk/mail/em-vfolder-context.h
   trunk/mail/em-vfolder-editor.c
   trunk/mail/em-vfolder-editor.h
   trunk/mail/em-vfolder-rule.c
   trunk/mail/em-vfolder-rule.h
   trunk/mail/mail-config-factory.c
   trunk/mail/mail-config-factory.h
   trunk/mail/mail-config.c
   trunk/mail/mail-config.h
   trunk/mail/mail-crypto.c
   trunk/mail/mail-crypto.h
   trunk/mail/mail-send-recv.c
   trunk/mail/mail-send-recv.h
   trunk/mail/mail-session.c
   trunk/mail/mail-session.h
   trunk/mail/mail-signature-editor.c
   trunk/mail/mail-signature-editor.h
   trunk/mail/mail-vfolder.c
   trunk/mail/message-list.c
   trunk/mail/message-list.h
   trunk/mail/message-tag-editor.c
   trunk/mail/message-tag-editor.h
   trunk/mail/message-tag-followup.c
   trunk/mail/message-tag-followup.h

Modified: trunk/mail/em-account-editor.c
==============================================================================
--- trunk/mail/em-account-editor.c	(original)
+++ trunk/mail/em-account-editor.c	Fri Jun 20 22:14:15 2008
@@ -5,7 +5,7 @@
  *    Jeffrey Stedfast <fejj ximian com>
  *    Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2001 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/em-account-editor.h
==============================================================================
--- trunk/mail/em-account-editor.h	(original)
+++ trunk/mail/em-account-editor.h	Fri Jun 20 22:14:15 2008
@@ -4,7 +4,7 @@
  *    Jeffrey Stedfast <fejj ximian com>
  *    Dan Winship <danw ximian com>
  *
- *  Copyright 2001-2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/em-account-prefs.c
==============================================================================
--- trunk/mail/em-account-prefs.c	(original)
+++ trunk/mail/em-account-prefs.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002-2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-account-prefs.h
==============================================================================
--- trunk/mail/em-account-prefs.h	(original)
+++ trunk/mail/em-account-prefs.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002-2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-composer-prefs.c
==============================================================================
--- trunk/mail/em-composer-prefs.c	(original)
+++ trunk/mail/em-composer-prefs.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002-2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-composer-prefs.h
==============================================================================
--- trunk/mail/em-composer-prefs.h	(original)
+++ trunk/mail/em-composer-prefs.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002-2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-composer-utils.c
==============================================================================
--- trunk/mail/em-composer-utils.c	(original)
+++ trunk/mail/em-composer-utils.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-composer-utils.h
==============================================================================
--- trunk/mail/em-composer-utils.h	(original)
+++ trunk/mail/em-composer-utils.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-config.c
==============================================================================
--- trunk/mail/em-config.c	(original)
+++ trunk/mail/em-config.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2004 Novell, Inc. (www.novell.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-config.h
==============================================================================
--- trunk/mail/em-config.h	(original)
+++ trunk/mail/em-config.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
  *
  *  Authors: Michel Zucchi <notzed ximian com>
  *
- *  Copyright 2004 Novell, Inc. (www.novell.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-event.c
==============================================================================
--- trunk/mail/em-event.c	(original)
+++ trunk/mail/em-event.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2004 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-event.h
==============================================================================
--- trunk/mail/em-event.h	(original)
+++ trunk/mail/em-event.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
  *
  *  Authors: Michel Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-filter-context.c
==============================================================================
--- trunk/mail/em-filter-context.c	(original)
+++ trunk/mail/em-filter-context.c	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-filter-context.h
==============================================================================
--- trunk/mail/em-filter-context.h	(original)
+++ trunk/mail/em-filter-context.h	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-filter-editor.c
==============================================================================
--- trunk/mail/em-filter-editor.c	(original)
+++ trunk/mail/em-filter-editor.c	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-filter-editor.h
==============================================================================
--- trunk/mail/em-filter-editor.h	(original)
+++ trunk/mail/em-filter-editor.h	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-filter-folder-element.c
==============================================================================
--- trunk/mail/em-filter-folder-element.c	(original)
+++ trunk/mail/em-filter-folder-element.c	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright(C)2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-filter-folder-element.h
==============================================================================
--- trunk/mail/em-filter-folder-element.h	(original)
+++ trunk/mail/em-filter-folder-element.h	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-filter-rule.c
==============================================================================
--- trunk/mail/em-filter-rule.c	(original)
+++ trunk/mail/em-filter-rule.c	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright(C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed ximian com>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-filter-rule.h
==============================================================================
--- trunk/mail/em-filter-rule.h	(original)
+++ trunk/mail/em-filter-rule.h	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-filter-source-element.c
==============================================================================
--- trunk/mail/em-filter-source-element.c	(original)
+++ trunk/mail/em-filter-source-element.c	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
  *  Authors: Jon Trowbridge <trow ximian com>
  *           Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2001-2002 Ximian, Inc.(www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-filter-source-element.h
==============================================================================
--- trunk/mail/em-filter-source-element.h	(original)
+++ trunk/mail/em-filter-source-element.h	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
  *  Authors: Jon Trowbridge <trow ximian com>
  *           Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2001-2002 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-browser.c
==============================================================================
--- trunk/mail/em-folder-browser.c	(original)
+++ trunk/mail/em-folder-browser.c	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
  *  Authors: Michael Zucchi <notzed ximian com>
  *           Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-browser.h
==============================================================================
--- trunk/mail/em-folder-browser.h	(original)
+++ trunk/mail/em-folder-browser.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-selection-button.c
==============================================================================
--- trunk/mail/em-folder-selection-button.c	(original)
+++ trunk/mail/em-folder-selection-button.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-selection-button.h
==============================================================================
--- trunk/mail/em-folder-selection-button.h	(original)
+++ trunk/mail/em-folder-selection-button.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-selection.c
==============================================================================
--- trunk/mail/em-folder-selection.c	(original)
+++ trunk/mail/em-folder-selection.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-selection.h
==============================================================================
--- trunk/mail/em-folder-selection.h	(original)
+++ trunk/mail/em-folder-selection.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-selector.c
==============================================================================
--- trunk/mail/em-folder-selector.c	(original)
+++ trunk/mail/em-folder-selector.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-selector.h
==============================================================================
--- trunk/mail/em-folder-selector.h	(original)
+++ trunk/mail/em-folder-selector.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-tree-model.c
==============================================================================
--- trunk/mail/em-folder-tree-model.c	(original)
+++ trunk/mail/em-folder-tree-model.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-tree-model.h
==============================================================================
--- trunk/mail/em-folder-tree-model.h	(original)
+++ trunk/mail/em-folder-tree-model.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-tree.c
==============================================================================
--- trunk/mail/em-folder-tree.c	(original)
+++ trunk/mail/em-folder-tree.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-tree.h
==============================================================================
--- trunk/mail/em-folder-tree.h	(original)
+++ trunk/mail/em-folder-tree.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-utils.c
==============================================================================
--- trunk/mail/em-folder-utils.c	(original)
+++ trunk/mail/em-folder-utils.c	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-utils.h
==============================================================================
--- trunk/mail/em-folder-utils.h	(original)
+++ trunk/mail/em-folder-utils.h	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *           Rodney Dawes <dobey novell com>
  *
- *  Copyright 2003-2005 Novell, Inc. (www.novell.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-view.c
==============================================================================
--- trunk/mail/em-folder-view.c	(original)
+++ trunk/mail/em-folder-view.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-folder-view.h
==============================================================================
--- trunk/mail/em-folder-view.h	(original)
+++ trunk/mail/em-folder-view.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format-hook.c
==============================================================================
--- trunk/mail/em-format-hook.c	(original)
+++ trunk/mail/em-format-hook.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2004 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format-hook.h
==============================================================================
--- trunk/mail/em-format-hook.h	(original)
+++ trunk/mail/em-format-hook.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
  *
  *  Authors: Michel Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format-html-display.c
==============================================================================
--- trunk/mail/em-format-html-display.c	(original)
+++ trunk/mail/em-format-html-display.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format-html-print.c
==============================================================================
--- trunk/mail/em-format-html-print.c	(original)
+++ trunk/mail/em-format-html-print.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2004 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format-html.c
==============================================================================
--- trunk/mail/em-format-html.c	(original)
+++ trunk/mail/em-format-html.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format-html.h
==============================================================================
--- trunk/mail/em-format-html.h	(original)
+++ trunk/mail/em-format-html.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format-quote.c
==============================================================================
--- trunk/mail/em-format-quote.c	(original)
+++ trunk/mail/em-format-quote.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format-quote.h
==============================================================================
--- trunk/mail/em-format-quote.h	(original)
+++ trunk/mail/em-format-quote.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format.c
==============================================================================
--- trunk/mail/em-format.c	(original)
+++ trunk/mail/em-format.c	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
  *  Authors: Michael Zucchi <notzed ximian com>
  *           Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-format.h
==============================================================================
--- trunk/mail/em-format.h	(original)
+++ trunk/mail/em-format.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-html-stream.h
==============================================================================
--- trunk/mail/em-html-stream.h	(original)
+++ trunk/mail/em-html-stream.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2001 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/em-inline-filter.c
==============================================================================
--- trunk/mail/em-inline-filter.c	(original)
+++ trunk/mail/em-inline-filter.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
  *
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/em-junk-hook.c
==============================================================================
--- trunk/mail/em-junk-hook.c	(original)
+++ trunk/mail/em-junk-hook.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Vivek Jain <jvivek novell com>
  *
- *  Copyright 2005 Novell, Inc. (www.novell.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-junk-hook.h
==============================================================================
--- trunk/mail/em-junk-hook.h	(original)
+++ trunk/mail/em-junk-hook.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
  *
  *  Authors: Vivek Jain <jvivek novell com>
  *
- *  Copyright 2005 Novell, Inc. (www.novell.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-mailer-prefs.c
==============================================================================
--- trunk/mail/em-mailer-prefs.c	(original)
+++ trunk/mail/em-mailer-prefs.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002-2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-mailer-prefs.h
==============================================================================
--- trunk/mail/em-mailer-prefs.h	(original)
+++ trunk/mail/em-mailer-prefs.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002-2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-menu.c
==============================================================================
--- trunk/mail/em-menu.c	(original)
+++ trunk/mail/em-menu.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2004 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-menu.h
==============================================================================
--- trunk/mail/em-menu.h	(original)
+++ trunk/mail/em-menu.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
  *
  *  Authors: Michel Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-message-browser.c
==============================================================================
--- trunk/mail/em-message-browser.c	(original)
+++ trunk/mail/em-message-browser.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-migrate.c
==============================================================================
--- trunk/mail/em-migrate.c	(original)
+++ trunk/mail/em-migrate.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-migrate.h
==============================================================================
--- trunk/mail/em-migrate.h	(original)
+++ trunk/mail/em-migrate.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-network-prefs.c
==============================================================================
--- trunk/mail/em-network-prefs.c	(original)
+++ trunk/mail/em-network-prefs.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Veerapuram Varadhan  <vvaradhan novell com>
  *
- *  Copyright 2007 Novell, Inc. (www.novell.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-network-prefs.h
==============================================================================
--- trunk/mail/em-network-prefs.h	(original)
+++ trunk/mail/em-network-prefs.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Veerapuram Varadhan  <vvaradhan novell com>
  *
- *  Copyright 2007 Novell, Inc. (www.novell.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-popup.c
==============================================================================
--- trunk/mail/em-popup.c	(original)
+++ trunk/mail/em-popup.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2004 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-popup.h
==============================================================================
--- trunk/mail/em-popup.h	(original)
+++ trunk/mail/em-popup.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
  *
  *  Authors: Michel Zucchi <notzed ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-search-context.c
==============================================================================
--- trunk/mail/em-search-context.c	(original)
+++ trunk/mail/em-search-context.c	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-search-context.h
==============================================================================
--- trunk/mail/em-search-context.h	(original)
+++ trunk/mail/em-search-context.h	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-stripsig-filter.c
==============================================================================
--- trunk/mail/em-stripsig-filter.c	(original)
+++ trunk/mail/em-stripsig-filter.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2001-2004 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-stripsig-filter.h
==============================================================================
--- trunk/mail/em-stripsig-filter.h	(original)
+++ trunk/mail/em-stripsig-filter.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2001-2004 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-sync-stream.c
==============================================================================
--- trunk/mail/em-sync-stream.c	(original)
+++ trunk/mail/em-sync-stream.c	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *	     Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2001 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/em-utils.c
==============================================================================
--- trunk/mail/em-utils.c	(original)
+++ trunk/mail/em-utils.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-utils.h
==============================================================================
--- trunk/mail/em-utils.h	(original)
+++ trunk/mail/em-utils.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/em-vfolder-context.c
==============================================================================
--- trunk/mail/em-vfolder-context.c	(original)
+++ trunk/mail/em-vfolder-context.c	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright(C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-vfolder-context.h
==============================================================================
--- trunk/mail/em-vfolder-context.h	(original)
+++ trunk/mail/em-vfolder-context.h	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-vfolder-editor.c
==============================================================================
--- trunk/mail/em-vfolder-editor.c	(original)
+++ trunk/mail/em-vfolder-editor.c	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2001-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-vfolder-editor.h
==============================================================================
--- trunk/mail/em-vfolder-editor.h	(original)
+++ trunk/mail/em-vfolder-editor.h	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Authors: Not Zed <notzed lostzed mmc com au>
  *           Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-vfolder-rule.c
==============================================================================
--- trunk/mail/em-vfolder-rule.c	(original)
+++ trunk/mail/em-vfolder-rule.c	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright(C)2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Author: Not Zed <notzed lostzed mmc com au>
  *          Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/em-vfolder-rule.h
==============================================================================
--- trunk/mail/em-vfolder-rule.h	(original)
+++ trunk/mail/em-vfolder-rule.h	Fri Jun 20 22:14:15 2008
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- *  Copyright (C) 2000-2002 Ximian Inc.
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  *  Author: NotZed <notzed ximian com>
  *          Jeffrey Stedfast <fejj ximian com>

Modified: trunk/mail/mail-config-factory.c
==============================================================================
--- trunk/mail/mail-config-factory.c	(original)
+++ trunk/mail/mail-config-factory.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/mail-config-factory.h
==============================================================================
--- trunk/mail/mail-config-factory.h	(original)
+++ trunk/mail/mail-config-factory.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002-2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/mail-config.c
==============================================================================
--- trunk/mail/mail-config.c	(original)
+++ trunk/mail/mail-config.c	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *           Radek Doulik     <rodo ximian com>
  *
- *  Copyright 2001 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/mail-config.h
==============================================================================
--- trunk/mail/mail-config.h	(original)
+++ trunk/mail/mail-config.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2001 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/mail-crypto.c
==============================================================================
--- trunk/mail/mail-crypto.c	(original)
+++ trunk/mail/mail-crypto.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2001 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/mail-crypto.h
==============================================================================
--- trunk/mail/mail-crypto.h	(original)
+++ trunk/mail/mail-crypto.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2000 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/mail-send-recv.c
==============================================================================
--- trunk/mail/mail-send-recv.c	(original)
+++ trunk/mail/mail-send-recv.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <NotZed ximian com>
  *
- *  Copyright 2001 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/mail-send-recv.h
==============================================================================
--- trunk/mail/mail-send-recv.h	(original)
+++ trunk/mail/mail-send-recv.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <NotZed ximian com>
  *
- *  Copyright 2001 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/mail-session.c
==============================================================================
--- trunk/mail/mail-session.c	(original)
+++ trunk/mail/mail-session.c	Fri Jun 20 22:14:15 2008
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /* mail-session.c: handles the session information and resource manipulation */
 /*
- *  Copyright 2001 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/mail-session.h
==============================================================================
--- trunk/mail/mail-session.h	(original)
+++ trunk/mail/mail-session.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2000 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/mail-signature-editor.c
==============================================================================
--- trunk/mail/mail-signature-editor.c	(original)
+++ trunk/mail/mail-signature-editor.c	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
  *  Authors: Radek Doulik <rodo ximian com>
  *           Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/mail-signature-editor.h
==============================================================================
--- trunk/mail/mail-signature-editor.h	(original)
+++ trunk/mail/mail-signature-editor.h	Fri Jun 20 22:14:15 2008
@@ -3,7 +3,7 @@
  *  Authors:
  *    Radek Doulik <rodo ximian com>
  *
- *  Copyright 2001, 2002 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public

Modified: trunk/mail/mail-vfolder.c
==============================================================================
--- trunk/mail/mail-vfolder.c	(original)
+++ trunk/mail/mail-vfolder.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Michael Zucchi <notzed ximian com>
  *
- *  Copyright 2000-2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/message-list.c
==============================================================================
--- trunk/mail/message-list.c	(original)
+++ trunk/mail/message-list.c	Fri Jun 20 22:14:15 2008
@@ -4,7 +4,7 @@
  *           Bertrand Guiheneuf (bg aful org)
  *           And just about everyone else in evolution ...
  *
- *  Copyright 2000-2002 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/message-list.h
==============================================================================
--- trunk/mail/message-list.h	(original)
+++ trunk/mail/message-list.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2003 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/message-tag-editor.c
==============================================================================
--- trunk/mail/message-tag-editor.c	(original)
+++ trunk/mail/message-tag-editor.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/message-tag-editor.h
==============================================================================
--- trunk/mail/message-tag-editor.h	(original)
+++ trunk/mail/message-tag-editor.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/message-tag-followup.c
==============================================================================
--- trunk/mail/message-tag-followup.c	(original)
+++ trunk/mail/message-tag-followup.c	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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

Modified: trunk/mail/message-tag-followup.h
==============================================================================
--- trunk/mail/message-tag-followup.h	(original)
+++ trunk/mail/message-tag-followup.h	Fri Jun 20 22:14:15 2008
@@ -2,7 +2,7 @@
 /*
  *  Authors: Jeffrey Stedfast <fejj ximian com>
  *
- *  Copyright 2002 Ximian, Inc. (www.ximian.com)
+ *  Copyright (C) 1999-2008 Novell, Inc. (www.novell.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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]