From: Dylan William Hardison Date: Thu, 5 Jun 2014 17:27:17 +0000 (-0400) Subject: Bug 1020708 - Copyright header missing from Bugzilla::BugUserLastVisit X-Git-Tag: bugzilla-4.5.5~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0de1fbfb1ecd87951820e7540f336733bc203b;p=thirdparty%2Fbugzilla.git Bug 1020708 - Copyright header missing from Bugzilla::BugUserLastVisit r/a=glob --- diff --git a/Bugzilla/BugUserLastVisit.pm b/Bugzilla/BugUserLastVisit.pm index e8e4834057..c4acfa56b2 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;