diff options
author | myk%mozilla.org <> | 2003-04-30 08:37:48 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2003-04-30 08:37:48 +0200 |
commit | 418499dbf6f433aefb04f97d40197e6ed1944160 (patch) | |
tree | 43e1a1c7f12db7ef0750e7c6850825a80a69cbe7 /template | |
parent | c099fc5f7fd8b489d016046bcb2574e2a1495e6d (diff) | |
download | bugzilla-418499dbf6f433aefb04f97d40197e6ed1944160.tar.gz bugzilla-418499dbf6f433aefb04f97d40197e6ed1944160.tar.xz |
Fixing build bustage by adding version string and license header.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/config.js.tmpl | 20 | ||||
-rw-r--r-- | template/en/default/config.rdf.tmpl | 21 |
2 files changed, 41 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. diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 62e8a3198..54308408b 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -1,3 +1,24 @@ +[% template_version = "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> + #%] + <?xml version="1.0"?> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |