aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libbe/command/serve.py5
-rw-r--r--libbe/storage/http.py2
-rwxr-xr-xupdate_copyright.py2
3 files changed, 3 insertions, 6 deletions
diff --git a/libbe/command/serve.py b/libbe/command/serve.py
index 920a147..5dbd2b4 100644
--- a/libbe/command/serve.py
+++ b/libbe/command/serve.py
@@ -1,7 +1,4 @@
-# Copyright (C) 2005-2010 Aaron Bentley and Panometrics, Inc.
-# Gianluca Montecchi <gian@grys.it>
-# Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
-# W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
#
# 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
diff --git a/libbe/storage/http.py b/libbe/storage/http.py
index 78fe893..0792b1e 100644
--- a/libbe/storage/http.py
+++ b/libbe/storage/http.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2010 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
#
# 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
diff --git a/update_copyright.py b/update_copyright.py
index 5ca5455..2490ba9 100755
--- a/update_copyright.py
+++ b/update_copyright.py
@@ -26,7 +26,7 @@ import sys
import select
from threading import Thread
-from libbe.subproc import Pipe
+from libbe.util.subproc import Pipe
COPYRIGHT_TEXT="""#
# This program is free software; you can redistribute it and/or modify