]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add contributor lines for mkanat and myself for the new BugUrl modules.
authorReed Loden <reed@reedloden.com>
Thu, 23 Dec 2010 09:42:48 +0000 (03:42 -0600)
committerReed Loden <reed@reedloden.com>
Thu, 23 Dec 2010 09:42:48 +0000 (03:42 -0600)
Add missing period in original developer line in license block.
[a=mkanat]

Bugzilla/BugUrl/Bugzilla.pm
Bugzilla/BugUrl/Bugzilla/Local.pm
Bugzilla/BugUrl/Debian.pm
Bugzilla/BugUrl/Google.pm
Bugzilla/BugUrl/Launchpad.pm

index 3957afc9dd2816d0ba779fdce0a86b53d17c0a70..f8e714d9dc7c6550315416e6175d267f04abb31c 100644 (file)
 #
 # 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;
index 22812d08537e4d1773bb961f2f66cc28b86b5763..69d2cc151e9fd3f62238dd876d795b88bf019a79 100644 (file)
@@ -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.
 #
index 90d61a69ac553e65a4001e1529d6b5c5469418af..7f73feea7527ae336011c970c5cac9d6db3bfd05 100644 (file)
 #
 # 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;
index 4f6321e74a0b0b63f55bcc2c3708db52f5b211d2..792699e50f25df50edcdf9428815cdbddd3e6f31 100644 (file)
 #
 # 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;
index bb16b3b308ab72ae01891cd540aeb6ff5ff58faf..a5457fda91b9c8f7a08e916fb4894ab08fa76ac3 100644 (file)
 #
 # 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;