summaryrefslogtreecommitdiffstats
path: root/template/en/default/config.js.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2003-04-30 08:37:48 +0200
committermyk%mozilla.org <>2003-04-30 08:37:48 +0200
commit418499dbf6f433aefb04f97d40197e6ed1944160 (patch)
tree43e1a1c7f12db7ef0750e7c6850825a80a69cbe7 /template/en/default/config.js.tmpl
parentc099fc5f7fd8b489d016046bcb2574e2a1495e6d (diff)
downloadbugzilla-418499dbf6f433aefb04f97d40197e6ed1944160.tar.gz
bugzilla-418499dbf6f433aefb04f97d40197e6ed1944160.tar.xz
Fixing build bustage by adding version string and license header.
Diffstat (limited to 'template/en/default/config.js.tmpl')
-rw-r--r--template/en/default/config.js.tmpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/template/en/default/config.js.tmpl b/template/en/default/config.js.tmpl
index 32258260f..62582f6df 100644
--- a/template/en/default/config.js.tmpl
+++ b/template/en/default/config.js.tmpl
@@ -1,3 +1,23 @@
+[%# 1.0@bugzilla.org %]
+[%# The contents of this file are subject to the Mozilla Public
+ # License Version 1.1 (the "License"); you may not use this file
+ # except in compliance with the License. You may obtain a copy of
+ # the License at http://www.mozilla.org/MPL/
+ #
+ # Software distributed under the License is distributed on an "AS
+ # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ # implied. See the License for the specific language governing
+ # rights and limitations under the License.
+ #
+ # The Original Code is the Bugzilla Bug Tracking System.
+ #
+ # The Initial Developer of the Original Code is Netscape Communications
+ # Corporation. Portions created by Netscape are
+ # Copyright (C) 1998 Netscape Communications Corporation. All
+ # Rights Reserved.
+ #
+ # Contributor(s): Myk Melez <myk@mozilla.org>
+ #%]
//
// This file contains the installation specific values for QuickSearch
// and other Bugzilla clients. See quicksearch.js for more details.