You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/12/09 18:16:43 UTC

git commit: [#6829] Add license header to new css file

Updated Branches:
  refs/heads/master 1b3248e0c -> 9a0faf0de


[#6829] Add license header to new css file

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/9a0faf0d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/9a0faf0d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/9a0faf0d

Branch: refs/heads/master
Commit: 9a0faf0de4da8da98ab7f047cb47bc338fa58a50
Parents: 1b3248e
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Mon Dec 9 17:16:30 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Mon Dec 9 17:16:30 2013 +0000

----------------------------------------------------------------------
 .../forgeactivity/nf/activity/css/activity.css   | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/9a0faf0d/ForgeActivity/forgeactivity/nf/activity/css/activity.css
----------------------------------------------------------------------
diff --git a/ForgeActivity/forgeactivity/nf/activity/css/activity.css b/ForgeActivity/forgeactivity/nf/activity/css/activity.css
index f7198fe..ca6ea59 100644
--- a/ForgeActivity/forgeactivity/nf/activity/css/activity.css
+++ b/ForgeActivity/forgeactivity/nf/activity/css/activity.css
@@ -1,3 +1,22 @@
+/*
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you 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.
+*/
+
 .activity {
   padding: 0 20px 20px 20px;
 }