diff --git a/capplets/url-properties/ChangeLog b/capplets/url-properties/ChangeLog index e702582f2..5db253234 100644 --- a/capplets/url-properties/ChangeLog +++ b/capplets/url-properties/ChangeLog @@ -1,7 +1,11 @@ +1998-12-08 James Henstridge + * url-properties.c: forgot the copyright message at the top of the + file. + 1998-12-08 James Henstridge * url-properties.c, url-properties.desktop, Makefile.am: A new capplet that can be used to configure the behaviour of the gnome_url_show function. - + diff --git a/capplets/url-properties/url-properties.c b/capplets/url-properties/url-properties.c index c44910da0..58af120c1 100644 --- a/capplets/url-properties/url-properties.c +++ b/capplets/url-properties/url-properties.c @@ -1,3 +1,21 @@ +/* url-properties -- a capplet to configure the behaviour of gnome_url_show + * Copyright (C) 1998 James Henstridge + * + * 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 + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif