From: Reed Loden Date: Thu, 23 Dec 2010 09:42:48 +0000 (-0600) Subject: Add contributor lines for mkanat and myself for the new BugUrl modules. X-Git-Tag: bugzilla-4.1.1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0a53a216047d80e3b312e5f1fa80739a9ac2249;p=thirdparty%2Fbugzilla.git Add contributor lines for mkanat and myself for the new BugUrl modules. Add missing period in original developer line in license block. [a=mkanat] --- diff --git a/Bugzilla/BugUrl/Bugzilla.pm b/Bugzilla/BugUrl/Bugzilla.pm index 3957afc9dd..f8e714d9dc 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 +# Max Kanat-Alexander package Bugzilla::BugUrl::Bugzilla; use strict; diff --git a/Bugzilla/BugUrl/Bugzilla/Local.pm b/Bugzilla/BugUrl/Bugzilla/Local.pm index 22812d0853..69d2cc151e 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 90d61a69ac..7f73feea75 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 +# Reed Loden package Bugzilla::BugUrl::Debian; use strict; diff --git a/Bugzilla/BugUrl/Google.pm b/Bugzilla/BugUrl/Google.pm index 4f6321e74a..792699e50f 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 +# Reed Loden package Bugzilla::BugUrl::Google; use strict; diff --git a/Bugzilla/BugUrl/Launchpad.pm b/Bugzilla/BugUrl/Launchpad.pm index bb16b3b308..a5457fda91 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 +# Max Kanat-Alexander package Bugzilla::BugUrl::Launchpad; use strict;