summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCraig Silverstein <csilvers@khanacademy.org>2008-05-23 07:29:36 +0000
committerCraig Silverstein <csilvers@khanacademy.org>2008-05-23 07:29:36 +0000
commit07ee27bbcde7f780bfdd1b58bd3ecf9c3bcf0cb4 (patch)
treeb97645b6e23313a474e9dbf310086eaf4dd3d4c9 /test
parenta14e7df82c371e342a79964b12a395a9cd60ebbc (diff)
downloaddistcc-git-07ee27bbcde7f780bfdd1b58bd3ecf9c3bcf0cb4.tar.gz
Fix author lines. Also, add gpl text.
OKed by fergus and klarlund
Diffstat (limited to 'test')
-rwxr-xr-xtest/onetest.py19
1 files changed, 17 insertions, 2 deletions
diff --git a/test/onetest.py b/test/onetest.py
index ec743da..cf33ba3 100755
--- a/test/onetest.py
+++ b/test/onetest.py
@@ -1,6 +1,21 @@
#!/usr/bin/python2.4
#
-# Copyright 2007 Google Inc. All Rights Reserved.
+# Copyright 2007 Google Inc.
+#
+# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
"""Usage: onetest.py [--valgrind[=command]] [--lzo] [--pump] TESTNAME
@@ -8,7 +23,7 @@ This command runs a single test case.
TESTNAME should be the name of one of the test cases from testdistcc.py.
"""
-__author__ = 'fergus@google.com (Fergus Henderson)'
+__author__ = 'Fergus Henderson'
import testdistcc
import comfychair