From 1676f2f2951739a276e071ef7821609193fe15b0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 1 Jan 2010 16:51:13 -0500 Subject: [PATCH] Fixed update_copyright.py's subproc import and updated copyrights --- libbe/command/serve.py | 5 +---- libbe/storage/http.py | 2 +- update_copyright.py | 2 +- 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 -# 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 -- 2.26.2