Author: rjollos
Date: Wed Jun 12 03:45:23 2013
New Revision: 1492040

URL: http://svn.apache.org/r1492040
Log:
Refs #201: Added license header that was missing from new file in  [1492038], 
fixed a truncated license header and moved license headers to top of template 
files to normalize position across all templates.

Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_about.html
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_account_details.html
    
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_accountsconfig.html
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_users.html
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_login.html
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_about.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_about.html?rev=1492040&r1=1492039&r2=1492040&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_about.html (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_about.html Wed Jun 
12 03:45:23 2013
@@ -1,6 +1,3 @@
-<!DOCTYPE html
-    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <!--!
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -20,6 +17,9 @@
   under the License.
 -->
 
+<!DOCTYPE html
+    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml";
       xmlns:py="http://genshi.edgewall.org/";
       xmlns:i18n="http://genshi.edgewall.org/i18n";

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_account_details.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_account_details.html?rev=1492040&r1=1492039&r2=1492040&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_account_details.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_account_details.html 
Wed Jun 12 03:45:23 2013
@@ -1,3 +1,22 @@
+<!--!
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
 <!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_accountsconfig.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_accountsconfig.html?rev=1492040&r1=1492039&r2=1492040&view=diff
==============================================================================
--- 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_accountsconfig.html
 (original)
+++ 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_accountsconfig.html
 Wed Jun 12 03:45:23 2013
@@ -1,7 +1,3 @@
-<!DOCTYPE html
-    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-
 <!--!
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -21,6 +17,9 @@
   under the License.
 -->
 
+<!DOCTYPE html
+    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml";
       xmlns:xi="http://www.w3.org/2001/XInclude";
       xmlns:py="http://genshi.edgewall.org/"; 

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_users.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_users.html?rev=1492040&r1=1492039&r2=1492040&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_users.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_users.html Wed 
Jun 12 03:45:23 2013
@@ -1,7 +1,3 @@
-<!DOCTYPE html
-    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-
 <!--!
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -21,6 +17,9 @@
   under the License.
 -->
 
+<!DOCTYPE html
+    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml";
       xmlns:xi="http://www.w3.org/2001/XInclude";
       xmlns:py="http://genshi.edgewall.org/"; 

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_login.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_login.html?rev=1492040&r1=1492039&r2=1492040&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_login.html (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_login.html Wed Jun 
12 03:45:23 2013
@@ -1,6 +1,3 @@
-<!DOCTYPE html
-    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <!--!
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -20,6 +17,9 @@
   under the License.
 -->
 
+<!DOCTYPE html
+    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml";
       xmlns:py="http://genshi.edgewall.org/";
       xmlns:xi="http://www.w3.org/2001/XInclude"; 

Modified: 
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html
URL: 
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html?rev=1492040&r1=1492039&r2=1492040&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html 
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_report_delete.html 
Wed Jun 12 03:45:23 2013
@@ -1,4 +1,5 @@
 <!--!
+  Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file


Reply via email to