You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2013/09/10 18:32:41 UTC

git commit: updated refs/heads/master to 5ce320d

Updated Branches:
  refs/heads/master c185f8580 -> 5ce320d15


fix diskcheck failure


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

Branch: refs/heads/master
Commit: 5ce320d150644d29a4c8e51c26d87e0ac8c837af
Parents: c185f85
Author: Garren Smith <ga...@gmail.com>
Authored: Tue Sep 10 18:31:09 2013 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Sep 10 18:32:29 2013 +0200

----------------------------------------------------------------------
 .../addons/replication/assets/less/replication.less    | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5ce320d1/src/fauxton/app/addons/replication/assets/less/replication.less
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/replication/assets/less/replication.less b/src/fauxton/app/addons/replication/assets/less/replication.less
index ec3b718..eac7c6f 100644
--- a/src/fauxton/app/addons/replication/assets/less/replication.less
+++ b/src/fauxton/app/addons/replication/assets/less/replication.less
@@ -1,4 +1,15 @@
-/**/
+// 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.
+
 
 @brown: #3A2C2B;
 @red: #E33F3B;