From 76565841ac4c40ce7051f59080e3d7e1207998de Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Sun, 9 Mar 2008 15:00:08 +0000 Subject: Corrected all copyright headers, and misc cleanups. Signed-off-by: Bradley Smith --- src/Makefile.am | 18 ++++++++++++++++++ src/api.c | 8 +++----- src/grobot.c | 7 +++---- src/main.c | 8 +++----- src/map.c | 7 +++---- src/userinterface.c | 8 +++----- 6 files changed, 33 insertions(+), 23 deletions(-) (limited to 'src') 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 +## +## 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 \ diff --git a/src/api.c b/src/api.c index c0cee3e..a34c065 100644 --- a/src/api.c +++ b/src/api.c @@ -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 +/* Copyright (C) 1998 Jim Hall * Copyright (C) 2008 Bradley Smith * + * 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 +/* Copyright (C) 1998 Jim Hall * Copyright (C) 2008 Bradley Smith * + * 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 diff --git a/src/main.c b/src/main.c index fc0d6b6..ed5378a 100644 --- a/src/main.c +++ b/src/main.c @@ -1,11 +1,9 @@ -/* $Id: main.c,v 1.28 2005/09/06 19:55:40 zeenix Exp $ */ -/* +/* Copyright (C) 1998 Jim Hall + * Copyright (C) 2008 Bradley Smith + * * GNU Robots game engine. This is the main() program, using GNU * Guile as the backend to handle the language. * - * Copyright (C) 1998 Jim Hall - * Copyright (C) 2008 Bradley Smith - * * 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/map.c b/src/map.c index 16acc93..85019f2 100644 --- a/src/map.c +++ b/src/map.c @@ -1,9 +1,8 @@ -/* - * GNU Robots. - * - * Copyright (C) 1998 Jim Hall +/* Copyright (C) 1998 Jim Hall * Copyright (C) 2008 Bradley Smith * + * 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 +/* Copyright (C) 1998 Jim Hall * Copyright (C) 2008 Bradley Smith * + * 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 -- cgit v1.1