diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-27 04:51:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-27 04:51:53 +0800 |
commit | 94cb75aa12d8d5bcc13dd24cde20203c9917b19b (patch) | |
tree | 8b2125ea5b29537af8c71f4070ed29c9903aafe7 /widgets/text | |
parent | b52361991b0ce9f7e9ec34c3eaccae4556187087 (diff) | |
download | gsoc2013-evolution-94cb75aa12d8d5bcc13dd24cde20203c9917b19b.tar gsoc2013-evolution-94cb75aa12d8d5bcc13dd24cde20203c9917b19b.tar.gz gsoc2013-evolution-94cb75aa12d8d5bcc13dd24cde20203c9917b19b.tar.bz2 gsoc2013-evolution-94cb75aa12d8d5bcc13dd24cde20203c9917b19b.tar.lz gsoc2013-evolution-94cb75aa12d8d5bcc13dd24cde20203c9917b19b.tar.xz gsoc2013-evolution-94cb75aa12d8d5bcc13dd24cde20203c9917b19b.tar.zst gsoc2013-evolution-94cb75aa12d8d5bcc13dd24cde20203c9917b19b.zip |
Changed the license announcement at the top of these files.
2001-10-26 Christopher James Lahey <clahey@ximian.com>
* gal/e-text/e-text-test.c, gal/util/e-i18n.h,
gal/widgets/e-hsv-utils.c, gal/widgets/e-hsv-utils.h: Changed the
license announcement at the top of these files.
svn path=/trunk/; revision=14169
Diffstat (limited to 'widgets/text')
-rw-r--r-- | widgets/text/e-text-test.c | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/widgets/text/e-text-test.c b/widgets/text/e-text-test.c index e3931da02f..39572905c8 100644 --- a/widgets/text/e-text-test.c +++ b/widgets/text/e-text-test.c @@ -1,9 +1,25 @@ -/* - ETextTest: E-Text item test program - Copyright (C)2000: Iain Holmes <ih@csd.abdn.ac.uk> - - This code is licensed under the GPL -*/ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * e-text-test.c - E-Text item test program + * Copyright 2000: Iain Holmes <ih@csd.abdn.ac.uk> + * + * Authors: + * Iain Holmes <ih@csd.abdn.ac.uk> + * + * 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., 59 Temple Place - Suite 330, Boston, MA + * 02111-1307, USA. + */ #include "e-text.h" #include <gnome.h> |