You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by wo...@apache.org on 2010/07/22 21:19:20 UTC

svn commit: r966813 - in /incubator/oodt/trunk/webapp: filemgr/src/main/webapp/css/main.css workflow/src/main/webapp/css/main.css workflow/src/main/webapp/css/progress.css

Author: woollard
Date: Thu Jul 22 19:19:19 2010
New Revision: 966813

URL: http://svn.apache.org/viewvc?rev=966813&view=rev
Log:
added apache headers for webapp subproject. toward OODT-3

Modified:
    incubator/oodt/trunk/webapp/filemgr/src/main/webapp/css/main.css
    incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/main.css
    incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/progress.css

Modified: incubator/oodt/trunk/webapp/filemgr/src/main/webapp/css/main.css
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/filemgr/src/main/webapp/css/main.css?rev=966813&r1=966812&r2=966813&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/filemgr/src/main/webapp/css/main.css (original)
+++ incubator/oodt/trunk/webapp/filemgr/src/main/webapp/css/main.css Thu Jul 22 19:19:19 2010
@@ -1,3 +1,19 @@
+/*
+  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.
+*/
 
 body{
  font-family: Arial, Sans-Serif, sans-serif; color:black;

Modified: incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/main.css
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/main.css?rev=966813&r1=966812&r2=966813&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/main.css (original)
+++ incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/main.css Thu Jul 22 19:19:19 2010
@@ -1,3 +1,19 @@
+/*
+  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.
+*/
 
 body{
  font-family: Arial, Sans-Serif, sans-serif; color:black;

Modified: incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/progress.css
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/progress.css?rev=966813&r1=966812&r2=966813&view=diff
==============================================================================
--- incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/progress.css (original)
+++ incubator/oodt/trunk/webapp/workflow/src/main/webapp/css/progress.css Thu Jul 22 19:19:19 2010
@@ -1,3 +1,20 @@
+/*
+  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.
+*/
+
 img.percentImage1 {
  background: white url(../images/percent/percentImage_back1.png) top left no-repeat;
  padding: 0;
@@ -24,4 +41,4 @@ img.percentImage4 {
  padding: 0;
  margin: 5px 0 0 0;
  background-position: 1px 0;
-}
\ No newline at end of file
+}