From 65733e3694851e9dea90c5656cc2fc76f8bd154e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 18 Apr 2002 04:28:13 +0000 Subject: Bug 135545 - missing template version strings. Patch by ddk; 2xr=gerv. --- template/default/attachment/contenttypes | 21 +++++++++++++++++++++ template/default/buglist/buglist-rdf.rdf.tmpl | 2 ++ template/default/buglist/buglist-simple.html.tmpl | 1 + template/default/buglist/buglist.html.tmpl | 1 + template/default/buglist/change-form.tmpl | 1 + template/default/buglist/table.tmpl | 1 + template/default/prefs/account.tmpl | 1 + template/default/prefs/email.tmpl | 1 + template/default/prefs/footer.tmpl | 1 + template/default/prefs/permissions.tmpl | 1 + template/default/show/navigate.html.tmpl | 1 + template/default/sidebar/xul.tmpl | 3 ++- 12 files changed, 34 insertions(+), 1 deletion(-) 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 @@ + +[%# 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 + #%] + 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 @@ #%] + 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 @@ + [%# 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 @@ + [%# 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 @@ + [%# 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 @@ + [%# 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 @@ + [%# 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 @@ + [%# 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 @@ + [%# 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 @@ + [%# 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 @@ + [%# 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 #%] +