summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/default/attachment/contenttypes21
-rw-r--r--template/default/buglist/buglist-rdf.rdf.tmpl2
-rw-r--r--template/default/buglist/buglist-simple.html.tmpl1
-rw-r--r--template/default/buglist/buglist.html.tmpl1
-rw-r--r--template/default/buglist/change-form.tmpl1
-rw-r--r--template/default/buglist/table.tmpl1
-rw-r--r--template/default/prefs/account.tmpl1
-rw-r--r--template/default/prefs/email.tmpl1
-rw-r--r--template/default/prefs/footer.tmpl1
-rw-r--r--template/default/prefs/permissions.tmpl1
-rw-r--r--template/default/show/navigate.html.tmpl1
-rw-r--r--template/default/sidebar/xul.tmpl3
12 files changed, 34 insertions, 1 deletions
diff --git a/template/default/attachment/contenttypes b/template/default/attachment/contenttypes
index 0328da2ec..4e7cafc47 100644
--- a/template/default/attachment/contenttypes
+++ b/template/default/attachment/contenttypes
@@ -1,3 +1,24 @@
+<!-- 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>
+ #%]
+
<option value="text/plain">plain text (text/plain)</option>
<option value="text/html">HTML source (text/html)</option>
<option value="image/gif">GIF image (image/gif)</option>
diff --git a/template/default/buglist/buglist-rdf.rdf.tmpl b/template/default/buglist/buglist-rdf.rdf.tmpl
index 4cf480dcc..c8beb50e3 100644
--- a/template/default/buglist/buglist-rdf.rdf.tmpl
+++ b/template/default/buglist/buglist-rdf.rdf.tmpl
@@ -1,3 +1,4 @@
+[% 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
@@ -19,6 +20,7 @@
#%]
<?xml version="1.0"?>
+<!-- [% template_version %] -->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:bz="http://www.bugzilla.org/rdf#">
diff --git a/template/default/buglist/buglist-simple.html.tmpl b/template/default/buglist/buglist-simple.html.tmpl
index c2e4e6823..883b278d7 100644
--- a/template/default/buglist/buglist-simple.html.tmpl
+++ b/template/default/buglist/buglist-simple.html.tmpl
@@ -1,3 +1,4 @@
+<!-- 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
diff --git a/template/default/buglist/buglist.html.tmpl b/template/default/buglist/buglist.html.tmpl
index 37a202fe5..150ac2c54 100644
--- a/template/default/buglist/buglist.html.tmpl
+++ b/template/default/buglist/buglist.html.tmpl
@@ -1,3 +1,4 @@
+<!-- 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
diff --git a/template/default/buglist/change-form.tmpl b/template/default/buglist/change-form.tmpl
index 60c1a2de7..c7c8d00bf 100644
--- a/template/default/buglist/change-form.tmpl
+++ b/template/default/buglist/change-form.tmpl
@@ -1,3 +1,4 @@
+<!-- 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
diff --git a/template/default/buglist/table.tmpl b/template/default/buglist/table.tmpl
index 59cd5ac83..2afc9bb9d 100644
--- a/template/default/buglist/table.tmpl
+++ b/template/default/buglist/table.tmpl
@@ -1,3 +1,4 @@
+<!-- 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
diff --git a/template/default/prefs/account.tmpl b/template/default/prefs/account.tmpl
index 2033e86fc..e1675c7fb 100644
--- a/template/default/prefs/account.tmpl
+++ b/template/default/prefs/account.tmpl
@@ -1,3 +1,4 @@
+<!-- 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
diff --git a/template/default/prefs/email.tmpl b/template/default/prefs/email.tmpl
index bbcc4365c..f7d529c7c 100644
--- a/template/default/prefs/email.tmpl
+++ b/template/default/prefs/email.tmpl
@@ -1,3 +1,4 @@
+<!-- 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
diff --git a/template/default/prefs/footer.tmpl b/template/default/prefs/footer.tmpl
index 2421c7168..ea5753f0e 100644
--- a/template/default/prefs/footer.tmpl
+++ b/template/default/prefs/footer.tmpl
@@ -1,3 +1,4 @@
+<!-- 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
diff --git a/template/default/prefs/permissions.tmpl b/template/default/prefs/permissions.tmpl
index 56429a78d..7ab7f1df9 100644
--- a/template/default/prefs/permissions.tmpl
+++ b/template/default/prefs/permissions.tmpl
@@ -1,3 +1,4 @@
+<!-- 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
diff --git a/template/default/show/navigate.html.tmpl b/template/default/show/navigate.html.tmpl
index 685539e01..3713e0a0d 100644
--- a/template/default/show/navigate.html.tmpl
+++ b/template/default/show/navigate.html.tmpl
@@ -1,3 +1,4 @@
+<!-- 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
diff --git a/template/default/sidebar/xul.tmpl b/template/default/sidebar/xul.tmpl
index 6bae21631..02ee1bf9b 100644
--- a/template/default/sidebar/xul.tmpl
+++ b/template/default/sidebar/xul.tmpl
@@ -1,4 +1,4 @@
-[%# 1.0@bugzilla.org %]
+[% template_version = "1.0@bugzilla.org" %]
[%# -*- mode: sgml -*- %]
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
@@ -21,6 +21,7 @@
# Scott Collins <scc@mozilla.org>
#%]
<?xml version="1.0"?>
+<!-- [% template_version %] -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="[% Param('urlbase') %]css/panel.css" type="text/css"?>
<window