Return-Path: X-Original-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A563DD1A for ; Sun, 8 Jul 2012 23:41:07 +0000 (UTC) Received: (qmail 73209 invoked by uid 500); 8 Jul 2012 23:41:07 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 73187 invoked by uid 500); 8 Jul 2012 23:41:07 -0000 Mailing-List: contact bloodhound-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-commits@incubator.apache.org Received: (qmail 73179 invoked by uid 99); 8 Jul 2012 23:41:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jul 2012 23:41:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jul 2012 23:41:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5CBE6238897D; Sun, 8 Jul 2012 23:40:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1358878 - in /incubator/bloodhound/trunk: bloodhound_dashboard/bhdashboard/htdocs/css/roadmap.css bloodhound_dashboard/bhdashboard/htdocs/css/timeline.css bloodhound_theme/bhtheme/htdocs/bloodhound.css Date: Sun, 08 Jul 2012 23:40:42 -0000 To: bloodhound-commits@incubator.apache.org From: gjm@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120708234042.5CBE6238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gjm Date: Sun Jul 8 23:40:41 2012 New Revision: 1358878 URL: http://svn.apache.org/viewvc?rev=1358878&view=rev Log: adding license header to css files - towards #124 Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/roadmap.css incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/timeline.css incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/roadmap.css URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/roadmap.css?rev=1358878&r1=1358877&r2=1358878&view=diff ============================================================================== --- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/roadmap.css (original) +++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/roadmap.css Sun Jul 8 23:40:41 2012 @@ -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. +*/ + /* General styles for the progress bars */ .progress a, .progress :link, .progress :visited, .progress :link:hover, .progress :visited:hover { Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/timeline.css URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/timeline.css?rev=1358878&r1=1358877&r2=1358878&view=diff ============================================================================== --- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/timeline.css (original) +++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/htdocs/css/timeline.css Sun Jul 8 23:40:41 2012 @@ -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. +*/ + /* Timeline */ * html .timeline #prefs { width: 34em } /* Set width only for IE */ Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1358878&r1=1358877&r2=1358878&view=diff ============================================================================== --- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original) +++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Sun Jul 8 23:40:41 2012 @@ -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. +*/ + #mainsearch { margin-bottom: 0px; }