aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc
diff options
context:
space:
mode:
authorMichael Meeks <michael@src.gnome.org>2008-09-06 22:45:00 +0800
committerMichael Meeks <michael@src.gnome.org>2008-09-06 22:45:00 +0800
commite3f3503c975d4efab4ca1fc4901fba0bc16f0fb6 (patch)
treeb0420de5ee8f1bfcfd610d911e837cbe1fbf9314 /widgets/misc
parente867d62bebdc18f3f1212499fccafb4e6fa3ae47 (diff)
downloadgsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.tar
gsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.tar.gz
gsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.tar.bz2
gsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.tar.lz
gsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.tar.xz
gsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.tar.zst
gsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.zip
fix licensing snafus.
svn path=/trunk/; revision=36263
Diffstat (limited to 'widgets/misc')
-rw-r--r--widgets/misc/ChangeLog1
-rw-r--r--widgets/misc/e-icon-entry.h21
-rw-r--r--widgets/misc/e-reflow-model.c24
3 files changed, 2 insertions, 44 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index ffa1c66f85..53a6086062 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,6 +1,7 @@
2008-09-06 Michael Meeks <michael.meeks@novell.com>
* e-spinner.c: correct licensing cockup; apologies.
+ * e-icon-entry.h: ditto.
2008-09-04 Sankar P <psankar@novell.com>
diff --git a/widgets/misc/e-icon-entry.h b/widgets/misc/e-icon-entry.h
index d5ee43cb06..894cb16c4f 100644
--- a/widgets/misc/e-icon-entry.h
+++ b/widgets/misc/e-icon-entry.h
@@ -1,25 +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
- * 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:
- *
- * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- */
-/*
* e-icon-entry.h
*
* Authors: Johnny Jacob <jjohnny@novell.com>
diff --git a/widgets/misc/e-reflow-model.c b/widgets/misc/e-reflow-model.c
index 418d19c20a..8f206e20c6 100644
--- a/widgets/misc/e-reflow-model.c
+++ b/widgets/misc/e-reflow-model.c
@@ -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
@@ -19,29 +20,6 @@
* Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
*
*/
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * e-reflow-model.c
- * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
- * Authors:
- * Chris Lahey <clahey@ximian.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License, version 2, as published by the Free Software Foundation.
- *
- * This library 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA.
- */
-
#include <config.h>
#include "e-util/e-util-marshal.h"