aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
Diffstat (limited to 'becommands')
-rw-r--r--becommands/assign.py1
-rw-r--r--becommands/close.py1
-rw-r--r--becommands/diff.py1
-rw-r--r--becommands/init.py1
-rw-r--r--becommands/list.py1
-rw-r--r--becommands/merge.py1
-rw-r--r--becommands/new.py1
-rw-r--r--becommands/open.py1
-rw-r--r--becommands/remove.py1
-rw-r--r--becommands/set.py1
-rw-r--r--becommands/severity.py1
-rw-r--r--becommands/show.py1
-rw-r--r--becommands/status.py1
-rw-r--r--becommands/target.py1
14 files changed, 0 insertions, 14 deletions
diff --git a/becommands/assign.py b/becommands/assign.py
index 871a3af..e6126b8 100644
--- a/becommands/assign.py
+++ b/becommands/assign.py
@@ -2,7 +2,6 @@
# Marien Zwart <marienz@gentoo.org>
# Thomas Gerigk <tgerigk@gmx.de>
# 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/becommands/close.py b/becommands/close.py
index deaccce..ddffaa5 100644
--- a/becommands/close.py
+++ b/becommands/close.py
@@ -2,7 +2,6 @@
# Marien Zwart <marienz@gentoo.org>
# Thomas Gerigk <tgerigk@gmx.de>
# 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/becommands/diff.py b/becommands/diff.py
index 2bdea93..aa782b4 100644
--- a/becommands/diff.py
+++ b/becommands/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/becommands/init.py b/becommands/init.py
index 390dd15..5d9ccda 100644
--- a/becommands/init.py
+++ b/becommands/init.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/becommands/list.py b/becommands/list.py
index 443704b..0fc0609 100644
--- a/becommands/list.py
+++ b/becommands/list.py
@@ -2,7 +2,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/becommands/merge.py b/becommands/merge.py
index 4bec6bf..3839774 100644
--- a/becommands/merge.py
+++ b/becommands/merge.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/becommands/new.py b/becommands/new.py
index 922b5ed..ceb4949 100644
--- a/becommands/new.py
+++ b/becommands/new.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/becommands/open.py b/becommands/open.py
index f9abcbb..6d13af0 100644
--- a/becommands/open.py
+++ b/becommands/open.py
@@ -2,7 +2,6 @@
# Marien Zwart <marienz@gentoo.org>
# Thomas Gerigk <tgerigk@gmx.de>
# 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/becommands/remove.py b/becommands/remove.py
index 213a8d9..e20440b 100644
--- a/becommands/remove.py
+++ b/becommands/remove.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/becommands/set.py b/becommands/set.py
index 939236a..a7a47cc 100644
--- a/becommands/set.py
+++ b/becommands/set.py
@@ -3,7 +3,6 @@
# Marien Zwart <marienz@gentoo.org>
# Thomas Gerigk <tgerigk@gmx.de>
# 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/becommands/severity.py b/becommands/severity.py
index f8a0c02..36dea6e 100644
--- a/becommands/severity.py
+++ b/becommands/severity.py
@@ -2,7 +2,6 @@
# Marien Zwart <marienz@gentoo.org>
# Thomas Gerigk <tgerigk@gmx.de>
# 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/becommands/show.py b/becommands/show.py
index d72b3a8..a4208c3 100644
--- a/becommands/show.py
+++ b/becommands/show.py
@@ -3,7 +3,6 @@
# Thomas Gerigk <tgerigk@gmx.de>
# 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/becommands/status.py b/becommands/status.py
index d8bd4c4..7413136 100644
--- a/becommands/status.py
+++ b/becommands/status.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/becommands/target.py b/becommands/target.py
index aa027e0..e2283f4 100644
--- a/becommands/target.py
+++ b/becommands/target.py
@@ -4,7 +4,6 @@
# Marien Zwart <marienz@gentoo.org>
# Thomas Gerigk <tgerigk@gmx.de>
# 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