Fixed update_copyright.py's subproc import and updated copyrights
authorW. Trevor King <wking@drexel.edu>
Fri, 1 Jan 2010 21:51:13 +0000 (16:51 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 1 Jan 2010 21:51:13 +0000 (16:51 -0500)
libbe/command/serve.py
libbe/storage/http.py
update_copyright.py

index 920a147a4b771702505f274ff0fa4ba60e3da6cc..5dbd2b415ad527d2b383d4301178b56cf166bf5a 100644 (file)
@@ -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
index 78fe8939ae2bac2d2aa2c76500f282f47facb23c..0792b1ef749b47923bd42c7d59271b08754129d9 100644 (file)
@@ -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
index 5ca54552042c23dd425331b92051312068522e86..2490ba975291cb900b46be6487a4446489f1b71f 100755 (executable)
@@ -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