Updated Branches: refs/heads/master 971083419 -> a61b47e4d
add apache license Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a61b47e4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a61b47e4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a61b47e4 Branch: refs/heads/master Commit: a61b47e4d969a646298c82515c59249a7270e238 Parents: 9710834 Author: Garren Smith <[email protected]> Authored: Wed Oct 16 13:32:03 2013 +0200 Committer: Garren Smith <[email protected]> Committed: Wed Oct 16 13:32:03 2013 +0200 ---------------------------------------------------------------------- .../verifyinstall/assets/less/verifyinstall.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a61b47e4/src/fauxton/app/addons/verifyinstall/assets/less/verifyinstall.less ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/verifyinstall/assets/less/verifyinstall.less b/src/fauxton/app/addons/verifyinstall/assets/less/verifyinstall.less index 508994b..8a116df 100644 --- a/src/fauxton/app/addons/verifyinstall/assets/less/verifyinstall.less +++ b/src/fauxton/app/addons/verifyinstall/assets/less/verifyinstall.less @@ -1,3 +1,16 @@ +/* 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. + */ + #start { margin-bottom: 20px; }
