]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1020708 - Copyright header missing from Bugzilla::BugUserLastVisit
authorDylan William Hardison <dylan@hardison.net>
Thu, 5 Jun 2014 17:27:17 +0000 (13:27 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 5 Jun 2014 17:27:17 +0000 (13:27 -0400)
r/a=glob

Bugzilla/BugUserLastVisit.pm

index e8e4834057ea7981d3582faa8bda5efc35665fdd..c4acfa56b252dbc2a84cc7af9e64d83da50c3057 100644 (file)
@@ -1,3 +1,10 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This Source Code Form is "Incompatible With Secondary Licenses", as
+# defined by the Mozilla Public License, v. 2.0.
+
 package Bugzilla::BugUserLastVisit;
 
 use 5.10.1;