From: W. Trevor King Date: Fri, 1 Jan 2010 21:51:13 +0000 (-0500) Subject: Fixed update_copyright.py's subproc import and updated copyrights X-Git-Tag: 1.0.0~59^2~50^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1676f2f2951739a276e071ef7821609193fe15b0;p=be.git Fixed update_copyright.py's subproc import and updated copyrights --- 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 -# Oleg Romanyshyn -# W. Trevor King +# Copyright (C) 2010 W. Trevor King # # 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 +# Copyright (C) 2010 W. Trevor King # # 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