summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUserLastVisit.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-06-05 19:23:53 +0200
committerDylan William Hardison <dylan@hardison.net>2014-06-05 19:23:53 +0200
commitac9980ad764eeaadca73a73cdcab554587135629 (patch)
tree136dbb9eb537d5d579b732c6570f6c4f1bfa5770 /Bugzilla/BugUserLastVisit.pm
parentdb715a7d254db5ad95e54338b3fb96fd610b94f7 (diff)
downloadbugzilla-ac9980ad764eeaadca73a73cdcab554587135629.tar.gz
bugzilla-ac9980ad764eeaadca73a73cdcab554587135629.tar.xz
Bug 1020708 - Copyright header missing from Bugzilla::BugUserLastVisit
Diffstat (limited to 'Bugzilla/BugUserLastVisit.pm')
-rw-r--r--Bugzilla/BugUserLastVisit.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Bugzilla/BugUserLastVisit.pm b/Bugzilla/BugUserLastVisit.pm
index e8e483405..c4acfa56b 100644
--- a/Bugzilla/BugUserLastVisit.pm
+++ b/Bugzilla/BugUserLastVisit.pm
@@ -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;