Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 9ac2d75cd -> 7cead9eb1


add missing license headers

PR: #714
PR-URL: https://github.com/apache/couchdb-fauxton/pull/714
Reviewed-By: garren smith <garren.sm...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/2d312451
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/2d312451
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/2d312451

Branch: refs/heads/master
Commit: 2d312451b4bfa395e3b2abf711543755e35e6834
Parents: 58a1ac7
Author: Robert Kowalski <robertkowal...@apache.org>
Authored: Mon May 23 17:10:59 2016 +0200
Committer: Robert Kowalski <robertkowal...@apache.org>
Committed: Tue May 24 19:45:27 2016 +0200

----------------------------------------------------------------------
 app/addons/components/assets/less/badges.less        | 11 +++++++++++
 app/addons/components/assets/less/loading-lines.less | 13 +++++++++++++
 app/addons/components/assets/less/modals.less        | 13 +++++++++++++
 3 files changed, 37 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2d312451/app/addons/components/assets/less/badges.less
----------------------------------------------------------------------
diff --git a/app/addons/components/assets/less/badges.less 
b/app/addons/components/assets/less/badges.less
index fe73c42..0712417 100644
--- a/app/addons/components/assets/less/badges.less
+++ b/app/addons/components/assets/less/badges.less
@@ -1,3 +1,14 @@
+// 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.
 
 .component-badgelist {
   ul {

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2d312451/app/addons/components/assets/less/loading-lines.less
----------------------------------------------------------------------
diff --git a/app/addons/components/assets/less/loading-lines.less 
b/app/addons/components/assets/less/loading-lines.less
index 8d871f3..42e3b39 100644
--- a/app/addons/components/assets/less/loading-lines.less
+++ b/app/addons/components/assets/less/loading-lines.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.
+
+
 @import "../../../../../assets/less/variables.less";
 
 

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2d312451/app/addons/components/assets/less/modals.less
----------------------------------------------------------------------
diff --git a/app/addons/components/assets/less/modals.less 
b/app/addons/components/assets/less/modals.less
index fa32141..4a971b5 100644
--- a/app/addons/components/assets/less/modals.less
+++ b/app/addons/components/assets/less/modals.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.
+
+
 @import "../../../../../assets/less/variables.less";
 
 .modal .cancel-link {

Reply via email to