diff options
author | Michael Meeks <michael@src.gnome.org> | 2008-09-06 22:45:00 +0800 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2008-09-06 22:45:00 +0800 |
commit | e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6 (patch) | |
tree | b0420de5ee8f1bfcfd610d911e837cbe1fbf9314 /widgets/misc/e-reflow-model.c | |
parent | e867d62bebdc18f3f1212499fccafb4e6fa3ae47 (diff) | |
download | gsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.tar.gz gsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.tar.zst gsoc2013-evolution-e3f3503c975d4efab4ca1fc4901fba0bc16f0fb6.zip |
fix licensing snafus.
svn path=/trunk/; revision=36263
Diffstat (limited to 'widgets/misc/e-reflow-model.c')
-rw-r--r-- | widgets/misc/e-reflow-model.c | 24 |
1 files changed, 1 insertions, 23 deletions
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" |