Updated Branches: refs/heads/master d751a3914 -> a0fc1c608
Ensure fauxton files are licensed to pass make distcheck Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ac620782 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ac620782 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ac620782 Branch: refs/heads/master Commit: ac620782bc5096f41f91009e612558f3d9a80b15 Parents: d751a39 Author: Dave Cottlehuber <[email protected]> Authored: Thu Apr 25 12:55:18 2013 +0200 Committer: Dave Cottlehuber <[email protected]> Committed: Thu Apr 25 14:51:49 2013 +0200 ---------------------------------------------------------------------- license.skip | 2 +- src/fauxton/app/templates/fauxton/footer.html | 16 +++++++++++++++- src/fauxton/app/templates/fauxton/pagination.html | 14 ++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ac620782/license.skip ---------------------------------------------------------------------- diff --git a/license.skip b/license.skip index 291e51d..f1df589 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/.* http://git-wip-us.apache.org/repos/asf/couchdb/blob/ac620782/src/fauxton/app/templates/fauxton/footer.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/templates/fauxton/footer.html b/src/fauxton/app/templates/fauxton/footer.html index 6af1bcf..a070b52 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> http://git-wip-us.apache.org/repos/asf/couchdb/blob/ac620782/src/fauxton/app/templates/fauxton/pagination.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/templates/fauxton/pagination.html b/src/fauxton/app/templates/fauxton/pagination.html index 161593b..6ed56a8 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) { %>
