Skip to content

Commit

Permalink
Fix author lines. Also, add gpl text.
Browse files Browse the repository at this point in the history
OKed by fergus and klarlund
  • Loading branch information
csilvers committed May 23, 2008
1 parent a14e7df commit 07ee27b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
19 changes: 17 additions & 2 deletions pump.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
#!/bin/sh
#
# Copyright 2007 Google Inc. All Rights Reserved.
# Copyright 2007 Google Inc.
#
# Authors: [email protected], [email protected]
# 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.
#
# Authors: Nils Klarlund, Fergus Henderson
#
# 'pump': a script for using distcc-pump with build commands.

Expand Down
19 changes: 17 additions & 2 deletions test/onetest.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
#!/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
This command runs a single test case.
TESTNAME should be the name of one of the test cases from testdistcc.py.
"""

__author__ = '[email protected] (Fergus Henderson)'
__author__ = 'Fergus Henderson'

import testdistcc
import comfychair
Expand Down

0 comments on commit 07ee27b

Please sign in to comment.