Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-12-23 18:19:49 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-12-23 18:19:49 (GMT)
commita860a7492ea17b7a64b387362183e1d4c414b08a (patch)
treecf5f4c6f3b00b9b9ac48dc735f2db3e1853d762d /turtleblocks
parentc6533bb3c123458fc82fbe03ee24c711052bdef7 (diff)
changed CR
Diffstat (limited to 'turtleblocks')
-rwxr-xr-xturtleblocks5
1 files changed, 2 insertions, 3 deletions
diff --git a/turtleblocks b/turtleblocks
index 913a428..c381e5a 100755
--- a/turtleblocks
+++ b/turtleblocks
@@ -2,9 +2,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2011 Butiá Team butia@fing.edu.uy
-# Butia is a free open plataform for robotics projects
-# www.fing.edu.uy/inco/proyectos/butia
-# Universidad de la República del Uruguay
+# Copyright (c) 2012 Walter Bender
#
# 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
@@ -33,3 +31,4 @@ if len(argv) > 1:
os.system(os.path.join(TAPATH, 'turtleblocks.py') + ' ' + argv.join(' '))
else:
os.system(os.path.join(TAPATH, 'turtleblocks.py'))
+