summaryrefslogtreecommitdiff
path: root/distbuild
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild')
-rw-r--r--distbuild/__init__.py3
-rw-r--r--distbuild/build_controller.py3
-rw-r--r--distbuild/connection_machine.py3
-rw-r--r--distbuild/crashpoint.py3
-rw-r--r--distbuild/crashpoint_tests.py3
-rw-r--r--distbuild/distbuild_socket.py3
-rw-r--r--distbuild/eventsrc.py3
-rw-r--r--distbuild/helper_router.py3
-rw-r--r--distbuild/idgen.py3
-rw-r--r--distbuild/initiator.py3
-rw-r--r--distbuild/initiator_connection.py3
-rw-r--r--distbuild/jm.py3
-rw-r--r--distbuild/json_router.py3
-rw-r--r--distbuild/mainloop.py3
-rw-r--r--distbuild/protocol.py3
-rw-r--r--distbuild/proxy_event_source.py3
-rw-r--r--distbuild/route_map.py3
-rw-r--r--distbuild/route_map_tests.py3
-rw-r--r--distbuild/serialise.py3
-rw-r--r--distbuild/serialise_tests.py3
-rw-r--r--distbuild/sm.py3
-rw-r--r--distbuild/sm_tests.py3
-rw-r--r--distbuild/sockbuf.py3
-rw-r--r--distbuild/socketsrc.py3
-rw-r--r--distbuild/sockserv.py3
-rw-r--r--distbuild/stringbuffer.py3
-rw-r--r--distbuild/stringbuffer_tests.py3
-rw-r--r--distbuild/timer_event_source.py3
-rw-r--r--distbuild/worker_build_scheduler.py3
29 files changed, 29 insertions, 58 deletions
diff --git a/distbuild/__init__.py b/distbuild/__init__.py
index 62a904d4..fc74d480 100644
--- a/distbuild/__init__.py
+++ b/distbuild/__init__.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
from stringbuffer import StringBuffer
diff --git a/distbuild/build_controller.py b/distbuild/build_controller.py
index fd4b2105..83e44f89 100644
--- a/distbuild/build_controller.py
+++ b/distbuild/build_controller.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
diff --git a/distbuild/connection_machine.py b/distbuild/connection_machine.py
index e75ebe56..a8b3a472 100644
--- a/distbuild/connection_machine.py
+++ b/distbuild/connection_machine.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import errno
diff --git a/distbuild/crashpoint.py b/distbuild/crashpoint.py
index 6e3eb3ef..4dc181ee 100644
--- a/distbuild/crashpoint.py
+++ b/distbuild/crashpoint.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
'''Crash the application.
diff --git a/distbuild/crashpoint_tests.py b/distbuild/crashpoint_tests.py
index eb64115e..b61e8d07 100644
--- a/distbuild/crashpoint_tests.py
+++ b/distbuild/crashpoint_tests.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import unittest
diff --git a/distbuild/distbuild_socket.py b/distbuild/distbuild_socket.py
index ce69f29e..3303bd90 100644
--- a/distbuild/distbuild_socket.py
+++ b/distbuild/distbuild_socket.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import socket
diff --git a/distbuild/eventsrc.py b/distbuild/eventsrc.py
index 560b9b7a..752c74e3 100644
--- a/distbuild/eventsrc.py
+++ b/distbuild/eventsrc.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
class EventSource(object):
diff --git a/distbuild/helper_router.py b/distbuild/helper_router.py
index f7126093..b5df56be 100644
--- a/distbuild/helper_router.py
+++ b/distbuild/helper_router.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
diff --git a/distbuild/idgen.py b/distbuild/idgen.py
index 41f2ffcf..2ed78767 100644
--- a/distbuild/idgen.py
+++ b/distbuild/idgen.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
diff --git a/distbuild/initiator.py b/distbuild/initiator.py
index 549df66b..eef4c9ec 100644
--- a/distbuild/initiator.py
+++ b/distbuild/initiator.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import cliapp
diff --git a/distbuild/initiator_connection.py b/distbuild/initiator_connection.py
index e0ab047a..8d6c1f4c 100644
--- a/distbuild/initiator_connection.py
+++ b/distbuild/initiator_connection.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
diff --git a/distbuild/jm.py b/distbuild/jm.py
index 85510924..6d93d66a 100644
--- a/distbuild/jm.py
+++ b/distbuild/jm.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import fcntl
diff --git a/distbuild/json_router.py b/distbuild/json_router.py
index 8b7b6457..05fcb3ea 100644
--- a/distbuild/json_router.py
+++ b/distbuild/json_router.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
diff --git a/distbuild/mainloop.py b/distbuild/mainloop.py
index f15a3ac1..e7c0cc3b 100644
--- a/distbuild/mainloop.py
+++ b/distbuild/mainloop.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import fcntl
diff --git a/distbuild/protocol.py b/distbuild/protocol.py
index 141df742..73d72d1d 100644
--- a/distbuild/protocol.py
+++ b/distbuild/protocol.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
'''Construct protocol message objects (dicts).'''
diff --git a/distbuild/proxy_event_source.py b/distbuild/proxy_event_source.py
index 20080800..d067f2b8 100644
--- a/distbuild/proxy_event_source.py
+++ b/distbuild/proxy_event_source.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import errno
diff --git a/distbuild/route_map.py b/distbuild/route_map.py
index 6dd90d78..4b178758 100644
--- a/distbuild/route_map.py
+++ b/distbuild/route_map.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
class RouteMap(object):
diff --git a/distbuild/route_map_tests.py b/distbuild/route_map_tests.py
index b5ceca70..2ca6ddd7 100644
--- a/distbuild/route_map_tests.py
+++ b/distbuild/route_map_tests.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import unittest
diff --git a/distbuild/serialise.py b/distbuild/serialise.py
index a7c6c4b9..ff9604a5 100644
--- a/distbuild/serialise.py
+++ b/distbuild/serialise.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import json
diff --git a/distbuild/serialise_tests.py b/distbuild/serialise_tests.py
index d80c3dd7..6a01017b 100644
--- a/distbuild/serialise_tests.py
+++ b/distbuild/serialise_tests.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import unittest
diff --git a/distbuild/sm.py b/distbuild/sm.py
index e773962b..73c2cf24 100644
--- a/distbuild/sm.py
+++ b/distbuild/sm.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
diff --git a/distbuild/sm_tests.py b/distbuild/sm_tests.py
index 59b9c023..a662e4e4 100644
--- a/distbuild/sm_tests.py
+++ b/distbuild/sm_tests.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import unittest
diff --git a/distbuild/sockbuf.py b/distbuild/sockbuf.py
index fc0315b0..12334611 100644
--- a/distbuild/sockbuf.py
+++ b/distbuild/sockbuf.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
diff --git a/distbuild/socketsrc.py b/distbuild/socketsrc.py
index 15283140..efb4cd15 100644
--- a/distbuild/socketsrc.py
+++ b/distbuild/socketsrc.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import fcntl
diff --git a/distbuild/sockserv.py b/distbuild/sockserv.py
index 156394e2..f820ebc8 100644
--- a/distbuild/sockserv.py
+++ b/distbuild/sockserv.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
diff --git a/distbuild/stringbuffer.py b/distbuild/stringbuffer.py
index 2b94dd19..96117da8 100644
--- a/distbuild/stringbuffer.py
+++ b/distbuild/stringbuffer.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
class StringBuffer(object):
diff --git a/distbuild/stringbuffer_tests.py b/distbuild/stringbuffer_tests.py
index da324f20..461cd52f 100644
--- a/distbuild/stringbuffer_tests.py
+++ b/distbuild/stringbuffer_tests.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import unittest
diff --git a/distbuild/timer_event_source.py b/distbuild/timer_event_source.py
index 4a2e81b7..2292a317 100644
--- a/distbuild/timer_event_source.py
+++ b/distbuild/timer_event_source.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import time
diff --git a/distbuild/worker_build_scheduler.py b/distbuild/worker_build_scheduler.py
index 81c961e1..e58059b2 100644
--- a/distbuild/worker_build_scheduler.py
+++ b/distbuild/worker_build_scheduler.py
@@ -12,8 +12,7 @@
# 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..
+# with this program. If not, see <http://www.gnu.org/licenses/>.
import collections