evolution r36264 - in trunk: addressbook/gui/widgets calendar/gui mail plugins/exchange-operations smime/lib widgets/misc
- From: michael svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36264 - in trunk: addressbook/gui/widgets calendar/gui mail plugins/exchange-operations smime/lib widgets/misc
- Date: Sat, 6 Sep 2008 15:32:11 +0000 (UTC)
Author: michael
Date: Sat Sep 6 15:32:10 2008
New Revision: 36264
URL: http://svn.gnome.org/viewvc/evolution?rev=36264&view=rev
Log:
esthetic license header cleans, and fix e-pkcs12
Modified:
trunk/addressbook/gui/widgets/e-addressbook-reflow-adapter.c
trunk/addressbook/gui/widgets/eab-popup-control.c
trunk/calendar/gui/e-cal-list-view.c
trunk/calendar/gui/e-cell-date-edit-text.c
trunk/calendar/gui/e-cell-date-edit-text.h
trunk/calendar/gui/e-day-view-time-item.c
trunk/calendar/gui/e-meeting-time-sel-item.c
trunk/calendar/gui/e-week-view-layout.c
trunk/calendar/gui/e-week-view-main-item.c
trunk/calendar/gui/e-week-view-titles-item.c
trunk/mail/em-format-html-print.h
trunk/mail/mail-autofilter.c
trunk/plugins/exchange-operations/exchange-config-listener.c
trunk/smime/lib/e-pkcs12.c
trunk/smime/lib/e-pkcs12.h
trunk/widgets/misc/e-calendar-item.c
Modified: trunk/addressbook/gui/widgets/e-addressbook-reflow-adapter.c
==============================================================================
--- trunk/addressbook/gui/widgets/e-addressbook-reflow-adapter.c (original)
+++ trunk/addressbook/gui/widgets/e-addressbook-reflow-adapter.c Sat Sep 6 15:32:10 2008
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -12,14 +13,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
- * Authors:
- *
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
*/
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-
#include <config.h>
#include <string.h>
Modified: trunk/addressbook/gui/widgets/eab-popup-control.c
==============================================================================
--- trunk/addressbook/gui/widgets/eab-popup-control.c (original)
+++ trunk/addressbook/gui/widgets/eab-popup-control.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,6 @@
/*
+ * This file is too big and this widget is too complicated. Forgive me.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,17 +14,11 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Jon Trowbridge <trow ximian com>
* Chris Toshok <toshok ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-/*
- * This file is too big and this widget is too complicated. Forgive me.
*/
#include <config.h>
Modified: trunk/calendar/gui/e-cal-list-view.c
==============================================================================
--- trunk/calendar/gui/e-cal-list-view.c (original)
+++ trunk/calendar/gui/e-cal-list-view.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,6 @@
/*
+ * ECalListView - display calendar events in an ETable.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,16 +14,10 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Hans Petter Jansson <hpj ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-/*
- * ECalListView - display calendar events in an ETable.
*/
#ifdef HAVE_CONFIG_H
Modified: trunk/calendar/gui/e-cell-date-edit-text.c
==============================================================================
--- trunk/calendar/gui/e-cell-date-edit-text.c (original)
+++ trunk/calendar/gui/e-cell-date-edit-text.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,7 @@
/*
+ * ECellDateEditText - a subclass of ECellText used to show and edit the text
+ * representation of the date, from a ECalComponentDateTime* model value.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,17 +15,10 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Damon Chaplin <damon ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-/*
- * ECellDateEditText - a subclass of ECellText used to show and edit the text
- * representation of the date, from a ECalComponentDateTime* model value.
*/
#ifdef HAVE_CONFIG_H
Modified: trunk/calendar/gui/e-cell-date-edit-text.h
==============================================================================
--- trunk/calendar/gui/e-cell-date-edit-text.h (original)
+++ trunk/calendar/gui/e-cell-date-edit-text.h Sat Sep 6 15:32:10 2008
@@ -1,4 +1,7 @@
/*
+ * ECellDateEditText - a subclass of ECellText used to show and edit the text
+ * representation of the date, from a ECalComponentDateTime* model value.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,17 +15,10 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Damon Chaplin <damon ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-/*
- * ECellDateEditText - a subclass of ECellText used to show and edit the text
- * representation of the date, from a ECalComponentDateTime* model value.
*/
#ifndef _E_CELL_DATE_EDIT_TEXT_H_
Modified: trunk/calendar/gui/e-day-view-time-item.c
==============================================================================
--- trunk/calendar/gui/e-day-view-time-item.c (original)
+++ trunk/calendar/gui/e-day-view-time-item.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,7 @@
/*
+ * EDayViewTimeItem - canvas item which displays the times down the left of
+ * the EDayView.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,17 +15,10 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Damon Chaplin <damon ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-/*
- * EDayViewTimeItem - canvas item which displays the times down the left of
- * the EDayView.
*/
#ifdef HAVE_CONFIG_H
Modified: trunk/calendar/gui/e-meeting-time-sel-item.c
==============================================================================
--- trunk/calendar/gui/e-meeting-time-sel-item.c (original)
+++ trunk/calendar/gui/e-meeting-time-sel-item.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,9 @@
/*
+ * EMeetingTimeSelectorItem - A GnomeCanvasItem which is used for both the main
+ * display canvas and the top display (with the dates, times & All Attendees).
+ * I didn't make these separate GnomeCanvasItems since they share a lot of
+ * code.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,21 +17,11 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Damon Chaplin <damon gtk org>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
*/
-
-/*
- * EMeetingTimeSelectorItem - A GnomeCanvasItem which is used for both the main
- * display canvas and the top display (with the dates, times & All Attendees).
- * I didn't make these separate GnomeCanvasItems since they share a lot of
- * code.
- */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Modified: trunk/calendar/gui/e-week-view-layout.c
==============================================================================
--- trunk/calendar/gui/e-week-view-layout.c (original)
+++ trunk/calendar/gui/e-week-view-layout.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,7 @@
/*
+ * Lays out events for the Week & Month views of the calendar. It is also
+ * used for printing.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,17 +15,10 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Damon Chaplin <damon ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-/*
- * Lays out events for the Week & Month views of the calendar. It is also
- * used for printing.
*/
#include <config.h>
Modified: trunk/calendar/gui/e-week-view-main-item.c
==============================================================================
--- trunk/calendar/gui/e-week-view-main-item.c (original)
+++ trunk/calendar/gui/e-week-view-main-item.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,7 @@
/*
+ * EWeekViewMainItem - displays the background grid and dates for the Week and
+ * Month calendar views.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,17 +15,10 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Damon Chaplin <damon ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-/*
- * EWeekViewMainItem - displays the background grid and dates for the Week and
- * Month calendar views.
*/
#ifdef HAVE_CONFIG_H
Modified: trunk/calendar/gui/e-week-view-titles-item.c
==============================================================================
--- trunk/calendar/gui/e-week-view-titles-item.c (original)
+++ trunk/calendar/gui/e-week-view-titles-item.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,7 @@
/*
+ * EWeekViewTitlesItem - displays the 'Monday', 'Tuesday' etc. at the top of
+ * the Month calendar view.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,17 +15,10 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Damon Chaplin <damon ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-/*
- * EWeekViewTitlesItem - displays the 'Monday', 'Tuesday' etc. at the top of
- * the Month calendar view.
*/
#ifdef HAVE_CONFIG_H
Modified: trunk/mail/em-format-html-print.h
==============================================================================
--- trunk/mail/em-format-html-print.h (original)
+++ trunk/mail/em-format-html-print.h Sat Sep 6 15:32:10 2008
@@ -1,4 +1,6 @@
/*
+ * Concrete class for formatting mails to displayed html
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,17 +14,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
- * Authors:
- *
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
*/
-
-/*
- Concrete class for formatting mails to displayed html
-*/
-
#ifndef _EM_FORMAT_HTML_PRINT_H
#define _EM_FORMAT_HTML_PRINT_H
Modified: trunk/mail/mail-autofilter.c
==============================================================================
--- trunk/mail/mail-autofilter.c (original)
+++ trunk/mail/mail-autofilter.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,6 @@
/*
+ * Code for autogenerating rules or filters from a message.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,17 +14,12 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Michael Zucchi <notzed ximian com>
* Ettore Perazzoli <ettore ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
*/
-
-/* Code for autogenerating rules or filters from a message. */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Modified: trunk/plugins/exchange-operations/exchange-config-listener.c
==============================================================================
--- trunk/plugins/exchange-operations/exchange-config-listener.c (original)
+++ trunk/plugins/exchange-operations/exchange-config-listener.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,8 @@
/*
+ * ExchangeConfigListener: a class that listens to the config database
+ * and handles creating the ExchangeAccount object and making sure that
+ * default folders are updated as needed.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,16 +16,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
- * Authors:
- *
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
-/* ExchangeConfigListener: a class that listens to the config database
- * and handles creating the ExchangeAccount object and making sure that
- * default folders are updated as needed.
*/
#ifdef HAVE_CONFIG_H
Modified: trunk/smime/lib/e-pkcs12.c
==============================================================================
--- trunk/smime/lib/e-pkcs12.c (original)
+++ trunk/smime/lib/e-pkcs12.c Sat Sep 6 15:32:10 2008
@@ -1,25 +1,3 @@
-/*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) version 3.
- *
- * 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
- *
- *
- * Authors:
- * Chris Toshok (toshok ximian com)
- *
- * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-
/* The following is the mozilla license blurb, as the bodies some of
these functions were derived from the mozilla source. */
Modified: trunk/smime/lib/e-pkcs12.h
==============================================================================
--- trunk/smime/lib/e-pkcs12.h (original)
+++ trunk/smime/lib/e-pkcs12.h Sat Sep 6 15:32:10 2008
@@ -1,5 +1,4 @@
/*
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -13,12 +12,10 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Chris Toshok <toshok ximian com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
*/
#ifndef _E_PKCS12_H_
Modified: trunk/widgets/misc/e-calendar-item.c
==============================================================================
--- trunk/widgets/misc/e-calendar-item.c (original)
+++ trunk/widgets/misc/e-calendar-item.c Sat Sep 6 15:32:10 2008
@@ -1,4 +1,6 @@
/*
+ * ECalendarItem - canvas item displaying a calendar.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,20 +14,13 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
* Authors:
* Damon Chaplin <damon ximian com>
* Bolian Yin <bolian yin sun com>
*
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
*/
-/*
- * ECalendarItem - canvas item displaying a calendar.
- */
-
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]