aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-07-11 08:13:34 -0400
committerW. Trevor King <wking@drexel.edu>2009-07-11 08:13:34 -0400
commita03fea1b2b2eeb95d8ab62c49724bbf0cf631f19 (patch)
treec3734dd8ff5084d7c7651bef46b4144dc1f6d670 /libbe
parentc5fcffdcf6944eecc8fac0582ab938961eb987a8 (diff)
downloadbugseverywhere-a03fea1b2b2eeb95d8ab62c49724bbf0cf631f19.tar.gz
Removed <abentley@panoramicfeedback.com> from copyright blurbs.
These didn't work with my update_copyright.sh. I went with Aaron Bentley and Panometrics, Inc. instead of Aaron Bentley <abentley@panoramicfeedback.com> and Panometrics, Inc. just because of line length, but I'm open to convincing if people prefer the latter...
Diffstat (limited to 'libbe')
-rw-r--r--libbe/arch.py1
-rw-r--r--libbe/beuuid.py1
-rw-r--r--libbe/bug.py1
-rw-r--r--libbe/bugdir.py1
-rw-r--r--libbe/bzr.py1
-rw-r--r--libbe/cmdutil.py1
-rw-r--r--libbe/config.py1
-rw-r--r--libbe/diff.py1
-rw-r--r--libbe/editor.py1
-rw-r--r--libbe/encoding.py1
-rw-r--r--libbe/mapfile.py1
-rw-r--r--libbe/plugin.py1
-rw-r--r--libbe/rcs.py1
-rw-r--r--libbe/utility.py1
14 files changed, 0 insertions, 14 deletions
diff --git a/libbe/arch.py b/libbe/arch.py
index 3051b34..8f7603b 100644
--- a/libbe/arch.py
+++ b/libbe/arch.py
@@ -2,7 +2,6 @@
# Ben Finney <ben+python@benfinney.id.au>
# James Rowe <jnrowe@ukfsn.org>
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/beuuid.py b/libbe/beuuid.py
index de67cb7..020ea9f 100644
--- a/libbe/beuuid.py
+++ b/libbe/beuuid.py
@@ -1,5 +1,4 @@
# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/bug.py b/libbe/bug.py
index 611a9cc..8cb8a0a 100644
--- a/libbe/bug.py
+++ b/libbe/bug.py
@@ -1,7 +1,6 @@
# Copyright (C) 2008-2009 Chris Ball <cjb@laptop.org>
# Thomas Habets <thomas@habets.pp.se>
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/bugdir.py b/libbe/bugdir.py
index d4a39cb..67ff074 100644
--- a/libbe/bugdir.py
+++ b/libbe/bugdir.py
@@ -3,7 +3,6 @@
# Chris Ball <cjb@laptop.org>
# Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/bzr.py b/libbe/bzr.py
index d73392a..56a1648 100644
--- a/libbe/bzr.py
+++ b/libbe/bzr.py
@@ -2,7 +2,6 @@
# Ben Finney <ben+python@benfinney.id.au>
# Marien Zwart <marienz@gentoo.org>
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/cmdutil.py b/libbe/cmdutil.py
index e56cdea..b39aa51 100644
--- a/libbe/cmdutil.py
+++ b/libbe/cmdutil.py
@@ -1,7 +1,6 @@
# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
# Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com>
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/config.py b/libbe/config.py
index 7f600a5..fafb4f0 100644
--- a/libbe/config.py
+++ b/libbe/config.py
@@ -1,6 +1,5 @@
# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/diff.py b/libbe/diff.py
index a349e14..13efc9f 100644
--- a/libbe/diff.py
+++ b/libbe/diff.py
@@ -1,6 +1,5 @@
# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/editor.py b/libbe/editor.py
index 6638ed9..4bab0fa 100644
--- a/libbe/editor.py
+++ b/libbe/editor.py
@@ -1,6 +1,5 @@
# Bugs Everywhere, a distributed bugtracker
# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/encoding.py b/libbe/encoding.py
index bdac98e..84c360a 100644
--- a/libbe/encoding.py
+++ b/libbe/encoding.py
@@ -1,6 +1,5 @@
# Bugs Everywhere, a distributed bugtracker
# Copyright (C) 2008-2009 W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/mapfile.py b/libbe/mapfile.py
index 9ff2215..40386e2 100644
--- a/libbe/mapfile.py
+++ b/libbe/mapfile.py
@@ -1,6 +1,5 @@
# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/plugin.py b/libbe/plugin.py
index 3c7c753..a21ba91 100644
--- a/libbe/plugin.py
+++ b/libbe/plugin.py
@@ -1,7 +1,6 @@
# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
# Marien Zwart <marienz@gentoo.org>
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/rcs.py b/libbe/rcs.py
index 2c416f4..844920a 100644
--- a/libbe/rcs.py
+++ b/libbe/rcs.py
@@ -3,7 +3,6 @@
# Ben Finney <ben+python@benfinney.id.au>
# Chris Ball <cjb@laptop.org>
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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/utility.py b/libbe/utility.py
index 8a0f318..2e8918e 100644
--- a/libbe/utility.py
+++ b/libbe/utility.py
@@ -1,6 +1,5 @@
# Copyright (C) 2005-2009 Aaron Bentley and Panometrics, Inc.
# W. Trevor King <wking@drexel.edu>
-# <abentley@panoramicfeedback.com>
#
# 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