summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@apache.org>2013-04-25 12:55:18 +0200
committerDave Cottlehuber <dch@apache.org>2013-04-25 14:51:49 +0200
commitac620782bc5096f41f91009e612558f3d9a80b15 (patch)
tree3afb8e284e09cf0a774856ec63259798c77f22d8
parentd751a3914ed8eafb7fab209187bca4d22e392ed5 (diff)
downloadcouchdb-ac620782bc5096f41f91009e612558f3d9a80b15.tar.gz
Ensure fauxton files are licensed to pass make distcheck
-rw-r--r--license.skip2
-rw-r--r--src/fauxton/app/templates/fauxton/footer.html16
-rw-r--r--src/fauxton/app/templates/fauxton/pagination.html14
3 files changed, 30 insertions, 2 deletions
diff --git a/license.skip b/license.skip
index 291e51dcd..f1df589f0 100644
--- a/license.skip
+++ b/license.skip
@@ -113,7 +113,7 @@
^src/fauxton/TODO.md
^src/fauxton/settings.json.*
^src/fauxton/test/.*
-^src/fauxton/tasks/rename.json
+^src/fauxton/tasks/addon/rename.json
^src/ibrowse/.*
^src/mochiweb/.*
^src/snappy/.*
diff --git a/src/fauxton/app/templates/fauxton/footer.html b/src/fauxton/app/templates/fauxton/footer.html
index 6af1bcf66..a070b52ef 100644
--- a/src/fauxton/app/templates/fauxton/footer.html
+++ b/src/fauxton/app/templates/fauxton/footer.html
@@ -1 +1,15 @@
-<p>Fauxton <%=version%> on <a href="http://couchdb.apache.org/">Apache CouchDB</a></p> \ No newline at end of file
+<!--
+Licensed 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.
+-->
+
+<p>Fauxton <%=version%> on <a href="http://couchdb.apache.org/">Apache CouchDB</a></p>
diff --git a/src/fauxton/app/templates/fauxton/pagination.html b/src/fauxton/app/templates/fauxton/pagination.html
index 161593b23..6ed56a803 100644
--- a/src/fauxton/app/templates/fauxton/pagination.html
+++ b/src/fauxton/app/templates/fauxton/pagination.html
@@ -1,3 +1,17 @@
+<!--
+Licensed 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 class="pagination pagination-centered">
<ul>
<% if (page > 1) { %>