diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-06 20:31:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-06 20:31:58 +0000 |
commit | 9913d8102d603fcbd2724551d1481942e1aa75e4 (patch) | |
tree | 7105528d5cc7f24e6f2140371cc8da8fee04c86b | |
parent | Use existing regex instead of duplicating. (diff) | |
download | rbot-bugzilla-9913d8102d603fcbd2724551d1481942e1aa75e4.tar.gz rbot-bugzilla-9913d8102d603fcbd2724551d1481942e1aa75e4.tar.bz2 rbot-bugzilla-9913d8102d603fcbd2724551d1481942e1aa75e4.zip |
Make both copyright lines match.
-rw-r--r-- | bugzilla.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.rb b/bugzilla.rb index 939098e..60cfd97 100644 --- a/bugzilla.rb +++ b/bugzilla.rb @@ -1,5 +1,5 @@ # Bugzilla plugin for rbot -# Copyright (c) 2005-2008 Diego Pettenò <flameeyes@gmail.com> +# Copyright (c) 2005-2008 Diego Pettenò <flameeyes@gmail.com> & Robin H. Johnson <robbat2@orbis-terrarum.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |