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 /maps | |
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 'maps')
-rw-r--r-- | maps/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Makefile.am b/maps/Makefile.am index 79c4634..877c935 100644 --- a/maps/Makefile.am +++ b/maps/Makefile.am @@ -1,3 +1,4 @@ +## Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> ## ## maps/Makefile.am ## @@ -14,7 +15,6 @@ ## 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 -## mapsdir = $(pkgdatadir)/maps |