diff options
author | Reed Loden <reed@reedloden.com> | 2010-12-23 03:42:48 -0600 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-12-23 03:42:48 -0600 |
commit | f0a53a216047d80e3b312e5f1fa80739a9ac2249 (patch) | |
tree | 17fd649ea494db0b77ddb3b82e79b2a7e9334495 /Bugzilla/BugUrl | |
parent | ca27162fd216875e560344117a2590978f60c906 (diff) | |
download | bugs-f0a53a216047d80e3b312e5f1fa80739a9ac2249.tar bugs-f0a53a216047d80e3b312e5f1fa80739a9ac2249.tar.gz bugs-f0a53a216047d80e3b312e5f1fa80739a9ac2249.tar.bz2 bugs-f0a53a216047d80e3b312e5f1fa80739a9ac2249.tar.xz bugs-f0a53a216047d80e3b312e5f1fa80739a9ac2249.zip |
Add contributor lines for mkanat and myself for the new BugUrl modules.
Add missing period in original developer line in license block.
[a=mkanat]
Diffstat (limited to 'Bugzilla/BugUrl')
-rw-r--r-- | Bugzilla/BugUrl/Bugzilla.pm | 3 | ||||
-rw-r--r-- | Bugzilla/BugUrl/Bugzilla/Local.pm | 2 | ||||
-rw-r--r-- | Bugzilla/BugUrl/Debian.pm | 3 | ||||
-rw-r--r-- | Bugzilla/BugUrl/Google.pm | 3 | ||||
-rw-r--r-- | Bugzilla/BugUrl/Launchpad.pm | 3 |
5 files changed, 9 insertions, 5 deletions
diff --git a/Bugzilla/BugUrl/Bugzilla.pm b/Bugzilla/BugUrl/Bugzilla.pm index 3957afc9d..f8e714d9d 100644 --- a/Bugzilla/BugUrl/Bugzilla.pm +++ b/Bugzilla/BugUrl/Bugzilla.pm @@ -12,11 +12,12 @@ # # The Original Code is the Bugzilla Bug Tracking System. # -# The Initial Developer of the Original Code is Tiago Mello +# The Initial Developer of the Original Code is Tiago Mello. # Portions created by Tiago Mello are Copyright (C) 2010 # Tiago Mello. All Rights Reserved. # # Contributor(s): Tiago Mello <timello@linux.vnet.ibm.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> package Bugzilla::BugUrl::Bugzilla; use strict; diff --git a/Bugzilla/BugUrl/Bugzilla/Local.pm b/Bugzilla/BugUrl/Bugzilla/Local.pm index 22812d085..69d2cc151 100644 --- a/Bugzilla/BugUrl/Bugzilla/Local.pm +++ b/Bugzilla/BugUrl/Bugzilla/Local.pm @@ -12,7 +12,7 @@ # # The Original Code is the Bugzilla Bug Tracking System. # -# The Initial Developer of the Original Code is Tiago Mello +# The Initial Developer of the Original Code is Tiago Mello. # Portions created by Tiago Mello are Copyright (C) 2010 # Tiago Mello. All Rights Reserved. # diff --git a/Bugzilla/BugUrl/Debian.pm b/Bugzilla/BugUrl/Debian.pm index 90d61a69a..7f73feea7 100644 --- a/Bugzilla/BugUrl/Debian.pm +++ b/Bugzilla/BugUrl/Debian.pm @@ -12,11 +12,12 @@ # # The Original Code is the Bugzilla Bug Tracking System. # -# The Initial Developer of the Original Code is Tiago Mello +# The Initial Developer of the Original Code is Tiago Mello. # Portions created by Tiago Mello are Copyright (C) 2010 # Tiago Mello. All Rights Reserved. # # Contributor(s): Tiago Mello <timello@linux.vnet.ibm.com> +# Reed Loden <reed@reedloden.com> package Bugzilla::BugUrl::Debian; use strict; diff --git a/Bugzilla/BugUrl/Google.pm b/Bugzilla/BugUrl/Google.pm index 4f6321e74..792699e50 100644 --- a/Bugzilla/BugUrl/Google.pm +++ b/Bugzilla/BugUrl/Google.pm @@ -12,11 +12,12 @@ # # The Original Code is the Bugzilla Bug Tracking System. # -# The Initial Developer of the Original Code is Tiago Mello +# The Initial Developer of the Original Code is Tiago Mello. # Portions created by Tiago Mello are Copyright (C) 2010 # Tiago Mello. All Rights Reserved. # # Contributor(s): Tiago Mello <timello@linux.vnet.ibm.com> +# Reed Loden <reed@reedloden.com> package Bugzilla::BugUrl::Google; use strict; diff --git a/Bugzilla/BugUrl/Launchpad.pm b/Bugzilla/BugUrl/Launchpad.pm index bb16b3b30..a5457fda9 100644 --- a/Bugzilla/BugUrl/Launchpad.pm +++ b/Bugzilla/BugUrl/Launchpad.pm @@ -12,11 +12,12 @@ # # The Original Code is the Bugzilla Bug Tracking System. # -# The Initial Developer of the Original Code is Tiago Mello +# The Initial Developer of the Original Code is Tiago Mello. # Portions created by Tiago Mello are Copyright (C) 2010 # Tiago Mello. All Rights Reserved. # # Contributor(s): Tiago Mello <timello@linux.vnet.ibm.com> +# Max Kanat-Alexander <mkanat@bugzilla.org> package Bugzilla::BugUrl::Launchpad; use strict; |