You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/08/10 12:22:15 UTC

svn commit: r1371640 - in /incubator/bloodhound/trunk/doc/html-templates: ./ css/ js/ placeholders/

Author: gjm
Date: Fri Aug 10 10:22:14 2012
New Revision: 1371640

URL: http://svn.apache.org/viewvc?rev=1371640&view=rev
Log:
rat: updating html-templates to add licenses to html, js and css that appears to be created by the project - towards #153

Modified:
    incubator/bloodhound/trunk/doc/html-templates/css/bloodhound-custom.css
    incubator/bloodhound/trunk/doc/html-templates/dashboard.html
    incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-activitysize.js
    incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-stickyscroll.js
    incubator/bloodhound/trunk/doc/html-templates/milestone.html
    incubator/bloodhound/trunk/doc/html-templates/placeholders/activity.html
    incubator/bloodhound/trunk/doc/html-templates/placeholders/header.html
    incubator/bloodhound/trunk/doc/html-templates/placeholders/ticketlist.html
    incubator/bloodhound/trunk/doc/html-templates/product.html
    incubator/bloodhound/trunk/doc/html-templates/search.html
    incubator/bloodhound/trunk/doc/html-templates/source.html
    incubator/bloodhound/trunk/doc/html-templates/ticket.html
    incubator/bloodhound/trunk/doc/html-templates/version.html
    incubator/bloodhound/trunk/doc/html-templates/wiki.html

Modified: incubator/bloodhound/trunk/doc/html-templates/css/bloodhound-custom.css
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/css/bloodhound-custom.css?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/css/bloodhound-custom.css (original)
+++ incubator/bloodhound/trunk/doc/html-templates/css/bloodhound-custom.css Fri Aug 10 10:22:14 2012
@@ -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.
+*/
+
 /* @group Sticky Status */
 
 div#stickyStatus {
@@ -127,4 +146,4 @@ ul.statusitems li .progress {
 	position: relative;
 	top: -6px;
 	color: whiteSmoke;
-}
\ No newline at end of file
+}

Modified: incubator/bloodhound/trunk/doc/html-templates/dashboard.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/dashboard.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/dashboard.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/dashboard.html Fri Aug 10 10:22:14 2012
@@ -1,4 +1,24 @@
 <!DOCTYPE html>
+
+<!--
+  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.
+-->
+
 <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
 <html>
 <head>

Modified: incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-activitysize.js
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-activitysize.js?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-activitysize.js (original)
+++ incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-activitysize.js Fri Aug 10 10:22:14 2012
@@ -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.
+*/
+
 $(document).ready(function activitySize() {
       $("#activity iframe").height($(window).height()-($("#activity h1").height()+25));
-});
\ No newline at end of file
+});

Modified: incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-stickyscroll.js
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-stickyscroll.js?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-stickyscroll.js (original)
+++ incubator/bloodhound/trunk/doc/html-templates/js/bloodhound-stickyscroll.js Fri Aug 10 10:22:14 2012
@@ -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.
+*/
+
 $(document).ready(function stickyStatus() {
 	$(window).scroll(function onScroll() {
 	
@@ -18,4 +37,4 @@ $(document).ready(function stickyStatus(
 			$("#whitebox").css({'border-bottom': ''});
 			}
 	});
-});
\ No newline at end of file
+});

Modified: incubator/bloodhound/trunk/doc/html-templates/milestone.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/milestone.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/milestone.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/milestone.html Fri Aug 10 10:22:14 2012
@@ -1,4 +1,24 @@
 <!DOCTYPE html>
+
+<!--
+  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.
+-->
+
 <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
 <link rel="stylesheet" type="text/css" href="css/bloodhound-custom.css" />
 <html>

Modified: incubator/bloodhound/trunk/doc/html-templates/placeholders/activity.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/placeholders/activity.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/placeholders/activity.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/placeholders/activity.html Fri Aug 10 10:22:14 2012
@@ -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.
+-->
+
 <table class="table">
 	<thead>
 		<tr><th>Today</th></tr>
@@ -61,4 +80,4 @@
 		<td><a href="profile.html">Warren</a> commented on <a href="ticket.html">E-5476</a> (Fix header graphic) saying:
 		<div style="color:grey;">"The header graphic is going to need a re-think"</div></td>
 	</tr>
-</table>
\ No newline at end of file
+</table>

Modified: incubator/bloodhound/trunk/doc/html-templates/placeholders/header.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/placeholders/header.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/placeholders/header.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/placeholders/header.html Fri Aug 10 10:22:14 2012
@@ -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.
+-->
+
 <div id="logo-user">
 	<div class="span6">
 		<div id="logo" style="position:relative;">
@@ -16,4 +35,4 @@
 <footer style="border-top: 1px solid #EEE; margin-top:20px;">
 	<div class="span12" style="color:grey; margin-top:10px;">Powered by <a href="#" style="color:#565656;">Bloodhound</a>. Standing on the shoulders of <a href="#" style="color:#565656;">Trac 0.13</a>.</div>
 	</div>
-</footer>
\ No newline at end of file
+</footer>

Modified: incubator/bloodhound/trunk/doc/html-templates/placeholders/ticketlist.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/placeholders/ticketlist.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/placeholders/ticketlist.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/placeholders/ticketlist.html Fri Aug 10 10:22:14 2012
@@ -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.
+-->
+
 <table class="table table-condensed" id="myHigh" style="margin-top:8px;">
 <!-- Only high importance tickets related to the user (owner or viewer), to be shown for example on Product and Version pages -->
 	<thead>
@@ -156,4 +175,4 @@
 		<td><a href="profile.html">Gary</a></td>
 		<td style="text-align:right;">Med</td>
 	</tr>
-	</table>
\ No newline at end of file
+	</table>

Modified: incubator/bloodhound/trunk/doc/html-templates/product.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/product.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/product.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/product.html Fri Aug 10 10:22:14 2012
@@ -1,4 +1,24 @@
 <!DOCTYPE html>
+
+<!--
+  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.
+-->
+
 <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
 <link rel="stylesheet" type="text/css" href="css/bloodhound-custom.css" />
 <html>

Modified: incubator/bloodhound/trunk/doc/html-templates/search.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/search.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/search.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/search.html Fri Aug 10 10:22:14 2012
@@ -1,4 +1,24 @@
 <!DOCTYPE html>
+
+<!--
+  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.
+-->
+
 <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
 <html>
 <head>

Modified: incubator/bloodhound/trunk/doc/html-templates/source.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/source.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/source.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/source.html Fri Aug 10 10:22:14 2012
@@ -1,4 +1,24 @@
 <!DOCTYPE html>
+
+<!--
+  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.
+-->
+
 <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
 <html>
 <head>

Modified: incubator/bloodhound/trunk/doc/html-templates/ticket.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/ticket.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/ticket.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/ticket.html Fri Aug 10 10:22:14 2012
@@ -1,4 +1,24 @@
 <!DOCTYPE html>
+
+<!--
+  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.
+-->
+
 <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
 <link rel="stylesheet" type="text/css" href="css/bloodhound-custom.css" />
 <html>

Modified: incubator/bloodhound/trunk/doc/html-templates/version.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/version.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/version.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/version.html Fri Aug 10 10:22:14 2012
@@ -1,4 +1,24 @@
 <!DOCTYPE html>
+
+<!--
+  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.
+-->
+
 <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
 <link rel="stylesheet" type="text/css" href="css/bloodhound-custom.css" />
 <html>

Modified: incubator/bloodhound/trunk/doc/html-templates/wiki.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/doc/html-templates/wiki.html?rev=1371640&r1=1371639&r2=1371640&view=diff
==============================================================================
--- incubator/bloodhound/trunk/doc/html-templates/wiki.html (original)
+++ incubator/bloodhound/trunk/doc/html-templates/wiki.html Fri Aug 10 10:22:14 2012
@@ -1,4 +1,24 @@
 <!DOCTYPE html>
+
+<!--
+  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.
+-->
+
 <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
 <html>
 <head>