diff options
author | Bradley Smith | 2008-03-09 15:00:08 +0000 |
---|---|---|
committer | Bradley Smith | 2008-03-09 15:00:08 +0000 |
commit | 76565841ac4c40ce7051f59080e3d7e1207998de (patch) | |
tree | d8d08607f6b31eb23b64f8b71ed1f880512d7648 /src | |
parent | Got rid of unnecessary getopt. (diff) | |
download | gnurobots-76565841ac4c40ce7051f59080e3d7e1207998de.tar.gz |
Corrected all copyright headers, and misc cleanups.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 18 | ||||
-rw-r--r-- | src/api.c | 8 | ||||
-rw-r--r-- | src/grobot.c | 7 | ||||
-rw-r--r-- | src/main.c | 8 | ||||
-rw-r--r-- | src/map.c | 7 | ||||
-rw-r--r-- | src/userinterface.c | 8 |
6 files changed, 33 insertions, 23 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 36751cc..eb3496b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,21 @@ +## Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> +## +## src/Makefile.am +## +## GNU Robots 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. +## +## GNU Robots 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 GNU Robots; if not, write to the Free Software +## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + bin_PROGRAMS = gnurobots INCLUDES = $(GLIB2_CFLAGS) $(GUILE_CFLAGS) -I$(top_builddir)/include \ @@ -1,10 +1,8 @@ -/* $Id: api.c,v 1.16 2005/09/06 19:55:40 zeenix Exp $ */ -/* - * Robot API for the GNU Robots game - * - * Copyright (C) 1998 Jim Hall <jhall1@isd.net> +/* Copyright (C) 1998 Jim Hall <jhall1@isd.net> * Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> * + * Robot API for the GNU Robots game + * * GNU Robots 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 diff --git a/src/grobot.c b/src/grobot.c index f54224d..6f99335 100644 --- a/src/grobot.c +++ b/src/grobot.c @@ -1,9 +1,8 @@ -/* - * Robot object for the GNU Robots game - * - * Copyright (C) 1998 Jim Hall <jhall1@isd.net> +/* Copyright (C) 1998 Jim Hall <jhall1@isd.net> * Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> * + * Robot object for the GNU Robots game + * * GNU Robots 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 @@ -1,11 +1,9 @@ -/* $Id: main.c,v 1.28 2005/09/06 19:55:40 zeenix Exp $ */ -/* +/* Copyright (C) 1998 Jim Hall <jhall1@isd.net> + * Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> + * * GNU Robots game engine. This is the main() program, using GNU * Guile as the backend to handle the language. * - * Copyright (C) 1998 Jim Hall <jhall1@isd.net> - * Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> - * * GNU Robots 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 @@ -1,9 +1,8 @@ -/* - * GNU Robots. - * - * Copyright (C) 1998 Jim Hall <jhall1@isd.net> +/* Copyright (C) 1998 Jim Hall <jhall1@isd.net> * Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> * + * GNU Robots Map object. + * * GNU Robots 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 diff --git a/src/userinterface.c b/src/userinterface.c index 8562454..e973460 100644 --- a/src/userinterface.c +++ b/src/userinterface.c @@ -1,10 +1,8 @@ -/* $Id: userinterface.c,v 1.7 2004/10/21 19:24:30 zeenix Exp $ */ -/* - * GNU Robots game engine. This is the User Interface module - * - * Copyright (C) 1998 Jim Hall <jhall1@isd.net> +/* Copyright (C) 1998 Jim Hall <jhall1@isd.net> * Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> * + * GNU Robots game engine. This is the User Interface module + * * GNU Robots 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 |