diff options
Diffstat (limited to 'libbe')
-rw-r--r-- | libbe/command/serve.py | 5 | ||||
-rw-r--r-- | libbe/storage/http.py | 2 |
2 files changed, 2 insertions, 5 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 |