diff options
author | Bradley Smith | 2008-01-21 17:37:31 +0000 |
---|---|---|
committer | Bradley Smith | 2008-01-21 17:37:31 +0000 |
commit | 7cbef69a7faadd2a60e350235211a59c0156bc3e (patch) | |
tree | f1c1655ae2d65a4e3cefe6c58ca49dbd06bec40b | |
parent | Reformatted src/api.c. (diff) | |
download | gnurobots-7cbef69a7faadd2a60e350235211a59c0156bc3e.tar.gz |
Corrected fsf address in copyright.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
-rw-r--r-- | src/grobot.c | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/grobot.c b/src/grobot.c index 89602a0..f1fed91 100644 --- a/src/grobot.c +++ b/src/grobot.c @@ -1,26 +1,26 @@ -/* Robot object for the GNU Robots game */ - -/* Copyright (C) 1998 Jim Hall, jhall1@isd.net */ - -/* - 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., 675 Mass Ave, Cambridge, MA 02139, USA. +/* Robot object for the GNU Robots game + * + * 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 + * (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 */ #include "grobot.h" #include "configs.h" -#include "userinterface.h" /* GNU Robots UI */ +#include "userinterface.h" /* GNU Robots UI */ #include <stdio.h> #include <glib.h> |