diff options
Diffstat (limited to 'Bugzilla')
-rwxr-xr-x | Bugzilla/Bug.pm | 2 | ||||
-rw-r--r-- | Bugzilla/Constants.pm | 1 | ||||
-rw-r--r-- | Bugzilla/DB.pm | 1 | ||||
-rw-r--r-- | Bugzilla/DB/Mysql.pm | 1 | ||||
-rw-r--r-- | Bugzilla/DB/Pg.pm | 1 | ||||
-rw-r--r-- | Bugzilla/DB/Schema.pm | 1 | ||||
-rw-r--r-- | Bugzilla/DB/Schema/Mysql.pm | 1 | ||||
-rw-r--r-- | Bugzilla/DB/Schema/Pg.pm | 1 | ||||
-rw-r--r-- | Bugzilla/Search.pm | 2 | ||||
-rw-r--r-- | Bugzilla/Template.pm | 1 | ||||
-rw-r--r-- | Bugzilla/User.pm | 2 | ||||
-rw-r--r-- | Bugzilla/User/Setting.pm | 2 | ||||
-rw-r--r-- | Bugzilla/Util.pm | 2 |
13 files changed, 13 insertions, 5 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 4439a7993..7cfd1b382 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -22,7 +22,7 @@ # Chris Yeh <cyeh@bluemartini.com> # Bradley Baetz <bbaetz@acm.org> # Dave Miller <justdave@bugzilla.org> -# Max Kanat-Alexander <mkanat@kerio.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> # Frédéric Buclin <LpSolit@gmail.com> package Bugzilla::Bug; diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 9946be3f3..b7cc013a2 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -26,6 +26,7 @@ # Bradley Baetz <bbaetz@student.usyd.edu.au> # Christopher Aillon <christopher@aillon.com> # Shane H. W. Travis <travis@sedsystems.ca> +# Max Kanat-Alexander <mkanat@bugzilla.org> package Bugzilla::Constants; use strict; diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index f252420f6..e11d52592 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -23,6 +23,7 @@ # Bradley Baetz <bbaetz@student.usyd.edu.au> # Christopher Aillon <christopher@aillon.com> # Tomas Kopal <Tomas.Kopal@altap.cz> +# Max Kanat-Alexander <mkanat@bugzilla.org> package Bugzilla::DB; diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm index 4fb755da7..832034a97 100644 --- a/Bugzilla/DB/Mysql.pm +++ b/Bugzilla/DB/Mysql.pm @@ -22,6 +22,7 @@ # Jeroen Ruigrok van der Werven <asmodai@wxs.nl> # Dave Lawrence <dkl@redhat.com> # Tomas Kopal <Tomas.Kopal@altap.cz> +# Max Kanat-Alexander <mkanat@bugzilla.org> =head1 NAME diff --git a/Bugzilla/DB/Pg.pm b/Bugzilla/DB/Pg.pm index 25378ccc3..a83b75bd9 100644 --- a/Bugzilla/DB/Pg.pm +++ b/Bugzilla/DB/Pg.pm @@ -22,6 +22,7 @@ # Jeroen Ruigrok van der Werven <asmodai@wxs.nl> # Dave Lawrence <dkl@redhat.com> # Tomas Kopal <Tomas.Kopal@altap.cz> +# Max Kanat-Alexander <mkanat@bugzilla.org> =head1 NAME diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index 8682f1721..2ca0abc1a 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -19,6 +19,7 @@ # # Contributor(s): Andrew Dunstan <andrew@dunslane.net>, # Edward J. Sabol <edwardjsabol@iname.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> package Bugzilla::DB::Schema; diff --git a/Bugzilla/DB/Schema/Mysql.pm b/Bugzilla/DB/Schema/Mysql.pm index 9ff8822fa..2c7d80b36 100644 --- a/Bugzilla/DB/Schema/Mysql.pm +++ b/Bugzilla/DB/Schema/Mysql.pm @@ -19,6 +19,7 @@ # # Contributor(s): Andrew Dunstan <andrew@dunslane.net>, # Edward J. Sabol <edwardjsabol@iname.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> package Bugzilla::DB::Schema::Mysql; diff --git a/Bugzilla/DB/Schema/Pg.pm b/Bugzilla/DB/Schema/Pg.pm index 14c98308a..09636186d 100644 --- a/Bugzilla/DB/Schema/Pg.pm +++ b/Bugzilla/DB/Schema/Pg.pm @@ -19,6 +19,7 @@ # # Contributor(s): Andrew Dunstan <andrew@dunslane.net>, # Edward J. Sabol <edwardjsabol@iname.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> package Bugzilla::DB::Schema::Pg; diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 8cefc8cab..f0bc0b6fe 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -24,7 +24,7 @@ # Andreas Franke <afranke@mathweb.org> # Myk Melez <myk@mozilla.org> # Michael Schindler <michael@compressconsult.com> -# Max Kanat-Alexander <mkanat@kerio.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> use strict; diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 23a9c0a7c..7efd3a16e 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -24,6 +24,7 @@ # Christopher Aillon <christopher@aillon.com> # Tobias Burnus <burnus@net-b.de> # Myk Melez <myk@mozilla.org> +# Max Kanat-Alexander <mkanat@bugzilla.org> package Bugzilla::Template; diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 47887b03a..87239bc6e 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -23,7 +23,7 @@ # Joel Peshkin <bugreport@peshkin.net> # Byron Jones <bugzilla@glob.com.au> # Shane H. W. Travis <travis@sedsystems.ca> -# Max Kanat-Alexander <mkanat@kerio.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> # Gervase Markham <gerv@gerv.net> ################################################################################ diff --git a/Bugzilla/User/Setting.pm b/Bugzilla/User/Setting.pm index a5527e703..df1ba28f8 100644 --- a/Bugzilla/User/Setting.pm +++ b/Bugzilla/User/Setting.pm @@ -13,7 +13,7 @@ # The Original Code is the Bugzilla Bug Tracking System. # # Contributor(s): Shane H. W. Travis <travis@sedsystems.ca> -# Max Kanat-Alexander <mkanat@kerio.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> # diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index ed415c7be..4dc64fe94 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -22,7 +22,7 @@ # Jacob Steenhagen <jake@bugzilla.org> # Bradley Baetz <bbaetz@student.usyd.edu.au> # Christopher Aillon <christopher@aillon.com> -# Max Kanat-Alexander <mkanat@kerio.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> package Bugzilla::Util; |