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 /scheme | |
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 'scheme')
-rw-r--r-- | scheme/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme/Makefile.am b/scheme/Makefile.am index 1a379e9..67def40 100644 --- a/scheme/Makefile.am +++ b/scheme/Makefile.am @@ -1,3 +1,4 @@ +## Copyright (C) 2008 Bradley Smith <brad@brad-smith.co.uk> ## ## scheme/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 -## schemedir = $(pkgdatadir)/scheme |