From 56b24983e2413d5863442af43f10150808a8a56f Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 26 Sep 2001 19:37:32 +0000 Subject: Add copyright notices svn path=/trunk/; revision=13157 --- my-evolution/ChangeLog | 4 ++++ my-evolution/component-factory.c | 21 ++++++++++++++++++--- my-evolution/component-factory.h | 21 ++++++++++++++++++--- my-evolution/e-summary-calendar.c | 23 +++++++++++++++++++---- my-evolution/e-summary-calendar.h | 21 ++++++++++++++++++--- my-evolution/e-summary-factory.c | 21 ++++++++++++++++++--- my-evolution/e-summary-factory.h | 21 ++++++++++++++++++--- my-evolution/e-summary-mail.c | 21 ++++++++++++++++++--- my-evolution/e-summary-mail.h | 21 ++++++++++++++++++--- my-evolution/e-summary-offline-handler.c | 28 ++++++++++++++++++++++------ my-evolution/e-summary-offline-handler.h | 26 ++++++++++++++++++++++---- my-evolution/e-summary-preferences.c | 23 +++++++++++++++++++---- my-evolution/e-summary-preferences.h | 23 +++++++++++++++++++---- my-evolution/e-summary-rdf.c | 24 +++++++++++++++++++----- my-evolution/e-summary-rdf.h | 23 +++++++++++++++++++---- my-evolution/e-summary-tasks.c | 23 +++++++++++++++++++---- my-evolution/e-summary-tasks.h | 21 ++++++++++++++++++--- my-evolution/e-summary-type.h | 21 ++++++++++++++++++--- my-evolution/e-summary-weather.c | 23 +++++++++++++++++++---- my-evolution/e-summary-weather.h | 22 ++++++++++++++++++++-- my-evolution/e-summary.c | 21 ++++++++++++++++++--- my-evolution/e-summary.h | 21 ++++++++++++++++++--- my-evolution/main.c | 21 ++++++++++++++++++--- my-evolution/my-evolution-html.h | 21 ++++++++++++++++++--- my-evolution/weather.h | 23 +++++++++++++++++++---- 25 files changed, 454 insertions(+), 84 deletions(-) (limited to 'my-evolution') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 339ae821c0..bcbae10943 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-09-26 Iain Holmes + + * *.[ch]: Add correct approved copyright notices. + 2001-09-25 Iain Holmes * e-summary.c (e_summary_draw): Check if the summary is frozen, if so diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 659d2681d5..f2bd177298 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -1,9 +1,24 @@ -/* - * component-factory.c: Component factory registration for Executive Summary. +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* component-factory.c * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/component-factory.h b/my-evolution/component-factory.h index f4b0c0e1a8..fb1af710de 100644 --- a/my-evolution/component-factory.h +++ b/my-evolution/component-factory.h @@ -1,9 +1,24 @@ -/* - * component-factory.h: Header file for component-factory.c +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* component-factory.h * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __COMPONENT_FACTORY_H__ diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index f32e197e8a..26336258c5 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -1,9 +1,24 @@ -/* - * e-summary-calendar.c: +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-calendar.c * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/e-summary-calendar.h b/my-evolution/e-summary-calendar.h index bad6d783cc..2e65f24e86 100644 --- a/my-evolution/e-summary-calendar.h +++ b/my-evolution/e-summary-calendar.h @@ -1,9 +1,24 @@ -/* - * e-summary-calendar.h +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-calendar.h * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __E_SUMMARY_CALENDAR_H__ diff --git a/my-evolution/e-summary-factory.c b/my-evolution/e-summary-factory.c index 7c19f570ac..0181113a58 100644 --- a/my-evolution/e-summary-factory.c +++ b/my-evolution/e-summary-factory.c @@ -1,9 +1,24 @@ -/* - * e-summary-factory.c: Executive Summary Factory. +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-factory.c * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/e-summary-factory.h b/my-evolution/e-summary-factory.h index 858bca9956..c8aea2d0da 100644 --- a/my-evolution/e-summary-factory.h +++ b/my-evolution/e-summary-factory.h @@ -1,9 +1,24 @@ -/* - * e-summary-factory.c: Executive Summary Factory. +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-factory.h * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __E_SUMMARY_FACTORY_H__ diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c index 27a1ff3e53..69d7ebe611 100644 --- a/my-evolution/e-summary-mail.c +++ b/my-evolution/e-summary-mail.c @@ -1,9 +1,24 @@ -/* - * e-summary-mail.c: Mail summary bit. +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-mail.c * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/e-summary-mail.h b/my-evolution/e-summary-mail.h index 9af0572a53..00cf700234 100644 --- a/my-evolution/e-summary-mail.h +++ b/my-evolution/e-summary-mail.h @@ -1,9 +1,24 @@ -/* - * e-summary-mail.h +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-mail.h * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __E_SUMMARY_MAIL_H__ diff --git a/my-evolution/e-summary-offline-handler.c b/my-evolution/e-summary-offline-handler.c index efe9701bdf..b0b1bc5efc 100644 --- a/my-evolution/e-summary-offline-handler.c +++ b/my-evolution/e-summary-offline-handler.c @@ -1,11 +1,27 @@ -/* - * e-summary-offline-handler.c: +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-offline-handler.c * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2001 Ximian, Inc. * - * Authors: Ettore Perazzoli - * Dan Winship - * Iain Holmes + * 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 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. + * + * 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. + * + * Authors: + * Ettore Perazzoli + * Dan Winship + * Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/e-summary-offline-handler.h b/my-evolution/e-summary-offline-handler.h index 9a88fa2c3e..2118ed8e09 100644 --- a/my-evolution/e-summary-offline-handler.h +++ b/my-evolution/e-summary-offline-handler.h @@ -1,9 +1,27 @@ -/* - * e-summary-offline-handler.h: +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-offline-handler.h * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Authors: + * Ettore Perazzoli + * Dan Winship + * Iain Holmes */ #ifndef __E_SUMMARY_OFFLINE_HANDLER_H__ diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c index 708221fd6c..8f90f1923f 100644 --- a/my-evolution/e-summary-preferences.c +++ b/my-evolution/e-summary-preferences.c @@ -1,9 +1,24 @@ -/* - * e-summary-preferences.c: +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-preferences.c * - * Copyright (C) 2001 Ximian, Inc + * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/e-summary-preferences.h b/my-evolution/e-summary-preferences.h index 0ce3715931..888ea794fc 100644 --- a/my-evolution/e-summary-preferences.h +++ b/my-evolution/e-summary-preferences.h @@ -1,9 +1,24 @@ -/* - * e-summary-preferences.h +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-preferences.h * - * Copyright (C) 2001 Ximian, Inc + * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __E_SUMMARY_PREFERENCES_H__ diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c index 0cc88a2181..d023e630f8 100644 --- a/my-evolution/e-summary-rdf.c +++ b/my-evolution/e-summary-rdf.c @@ -1,12 +1,26 @@ -/* - * e-summary-rdf.c: RDF summary bit. +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-rdf.c * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes - * - * Based on code by Alan Cox + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ + #ifdef HAVE_CONFIG_H #include #endif diff --git a/my-evolution/e-summary-rdf.h b/my-evolution/e-summary-rdf.h index aae99b383e..1f6f617dcd 100644 --- a/my-evolution/e-summary-rdf.h +++ b/my-evolution/e-summary-rdf.h @@ -1,9 +1,24 @@ -/* - * e-summary-rdf.h: +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-rdf.h * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __E_SUMMARY_RDF_H__ diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c index 1fe44371eb..05cb741ee0 100644 --- a/my-evolution/e-summary-tasks.c +++ b/my-evolution/e-summary-tasks.c @@ -1,9 +1,24 @@ -/* - * e-summary-tasks.c: +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-tasks.c * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/e-summary-tasks.h b/my-evolution/e-summary-tasks.h index fbf0ae4f32..465323b419 100644 --- a/my-evolution/e-summary-tasks.h +++ b/my-evolution/e-summary-tasks.h @@ -1,9 +1,24 @@ -/* - * e-summary-tasks.h +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-tasks.h * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __E_SUMMARY_TASKS_H__ diff --git a/my-evolution/e-summary-type.h b/my-evolution/e-summary-type.h index 1ebc8ea63a..20733e6e22 100644 --- a/my-evolution/e-summary-type.h +++ b/my-evolution/e-summary-type.h @@ -1,9 +1,24 @@ -/* - * e-summary-type.h: +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-type.h * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __E_SUMMARY_TYPE_H__ diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index d58b58d6ce..4ff97a8e05 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -1,9 +1,24 @@ -/* - * e-summary-weather.c +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-weather.c * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/e-summary-weather.h b/my-evolution/e-summary-weather.h index 5ee1623f6d..47d19ca625 100644 --- a/my-evolution/e-summary-weather.h +++ b/my-evolution/e-summary-weather.h @@ -1,6 +1,24 @@ -/* - * e-summary-weather.h +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-weather.h * + * Copyright (C) 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 + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __E_SUMMARY_WEATHER_H__ diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index d93877e024..56ba7dd9ae 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -1,9 +1,24 @@ -/* - * e-summary.c: ESummary object. +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary.c * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/e-summary.h b/my-evolution/e-summary.h index d2e4f4e61f..5378572400 100644 --- a/my-evolution/e-summary.h +++ b/my-evolution/e-summary.h @@ -1,9 +1,24 @@ -/* - * e-summary.h: Header file for the ESummary object. +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary.h * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef _E_SUMMARY_H__ diff --git a/my-evolution/main.c b/my-evolution/main.c index f13e76434c..a7720f8c8d 100644 --- a/my-evolution/main.c +++ b/my-evolution/main.c @@ -1,9 +1,24 @@ -/* - * main.c: Main file for the Executive Summary +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* main.c * * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifdef HAVE_CONFIG_H diff --git a/my-evolution/my-evolution-html.h b/my-evolution/my-evolution-html.h index 72b862daeb..bb3b45fef8 100644 --- a/my-evolution/my-evolution-html.h +++ b/my-evolution/my-evolution-html.h @@ -1,7 +1,22 @@ -/* - * my-evolution-html.h: HTML as a #define +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-summary-weather.c * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 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 + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * 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. + * + * 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. * * Authors: Jakub Steiner * Iain Holmes diff --git a/my-evolution/weather.h b/my-evolution/weather.h index f94dd64538..60d184e1ee 100644 --- a/my-evolution/weather.h +++ b/my-evolution/weather.h @@ -1,9 +1,24 @@ -/* - * weather.h +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* weather.h * - * Copyright (C) 2001, Ximian, Inc + * Copyright (C) 2001 Ximian, Inc. * - * Authors: Iain Holmes + * 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 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. + * + * 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. + * + * Author: Iain Holmes */ #ifndef __WEATHER_H__ -- cgit v1.2.3