summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Smith2008-03-07 23:14:53 +0000
committerBradley Smith2008-03-07 23:14:53 +0000
commit0f5f7bc7cdf8fb3ff11aa622b2fcf4ac43d1a1b1 (patch)
treec84f36656c541d03addd9b199ad08e7d0ccf5fa2
parentCleanups (diff)
downloadgnurobots-0f5f7bc7cdf8fb3ff11aa622b2fcf4ac43d1a1b1.tar.gz
Add myself to copyright in changed files, and correct address.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
-rw-r--r--configure.ac3
-rw-r--r--lib/x11plugin.c36
2 files changed, 20 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index a034057..9e129e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
dnl
dnl configure.ac for GNU Robots
-dnl Copyright (C) 1998 Jim Hall, jhall1@isd.net
+dnl Copyright (C) 1998 Jim Hall <jhall1@isd.net>
+dnl Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk>
dnl
dnl GNU Robots is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
diff --git a/lib/x11plugin.c b/lib/x11plugin.c
index 21a810f..93f0ae5 100644
--- a/lib/x11plugin.c
+++ b/lib/x11plugin.c
@@ -1,23 +1,23 @@
/* $Id: x11plugin.c,v 1.1 2004/10/21 19:24:30 zeenix Exp $ */
-
-/* GNU Robots game engine. */
-
-/* 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.
+ * GNU Robots game engine.
+ *
+ * Copyright (C) 1998 Jim Hall <jhall1@isd.net>
+ * Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk>
+ *
+ * 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 GNU Robots; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <glib.h>