forgot the copyright message at the top of the file.

1998-12-08  James Henstridge  <james@daa.com.au>
	* url-properties.c: forgot the copyright message at the top of the
	file.
This commit is contained in:
James Henstridge 1998-12-08 04:12:24 +00:00 committed by James Henstridge
parent 77cf1314e4
commit 6d3914cd34
2 changed files with 23 additions and 1 deletions

View file

@ -1,7 +1,11 @@
1998-12-08 James Henstridge <james@daa.com.au>
* url-properties.c: forgot the copyright message at the top of the
file.
1998-12-08 James Henstridge <james@daa.com.au> 1998-12-08 James Henstridge <james@daa.com.au>
* url-properties.c, url-properties.desktop, Makefile.am: A new capplet * url-properties.c, url-properties.desktop, Makefile.am: A new capplet
that can be used to configure the behaviour of the gnome_url_show that can be used to configure the behaviour of the gnome_url_show
function. function.

View file

@ -1,3 +1,21 @@
/* url-properties -- a capplet to configure the behaviour of gnome_url_show
* Copyright (C) 1998 James Henstridge <james@daa.com.au>
*
* 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 #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif