Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks
diff options
context:
space:
mode:
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'))
+