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 19:51:43 UTC

svn commit: r966773 - in /incubator/oodt/trunk/filemgr: ./ src/main/resources/ src/main/resources/examples/ src/site/resources/css/

Author: woollard
Date: Thu Jul 22 17:51:42 2010
New Revision: 966773

URL: http://svn.apache.org/viewvc?rev=966773&view=rev
Log:
adding apache headers to filemgr subproject. work toward OODT-3

Modified:
    incubator/oodt/trunk/filemgr/pom.xml
    incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-core-schema-oracle.sql
    incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-dyn-catalog-schema.sql
    incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-repositorymgr-schema-oracle.sql
    incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-schema-mysql.sql
    incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-validationlayer-schema-oracle.sql
    incubator/oodt/trunk/filemgr/src/main/resources/cas_filemgr_create_oracle_sequences.sql
    incubator/oodt/trunk/filemgr/src/main/resources/catalog.typemap.properties
    incubator/oodt/trunk/filemgr/src/main/resources/examples/elements.xml
    incubator/oodt/trunk/filemgr/src/main/resources/examples/product-type-element-map.xml
    incubator/oodt/trunk/filemgr/src/main/resources/examples/product-types.xml
    incubator/oodt/trunk/filemgr/src/main/resources/filemgr.properties
    incubator/oodt/trunk/filemgr/src/main/resources/ingestcache.properties
    incubator/oodt/trunk/filemgr/src/main/resources/logging.properties
    incubator/oodt/trunk/filemgr/src/main/resources/mime-types.xml
    incubator/oodt/trunk/filemgr/src/main/resources/product-type-element-map.xsl
    incubator/oodt/trunk/filemgr/src/site/resources/css/guides.css

Modified: incubator/oodt/trunk/filemgr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/pom.xml?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/pom.xml (original)
+++ incubator/oodt/trunk/filemgr/pom.xml Thu Jul 22 17:51:42 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Modified: incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-core-schema-oracle.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-core-schema-oracle.sql?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-core-schema-oracle.sql (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-core-schema-oracle.sql Thu Jul 22 17:51:42 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.
+*/
+
 SET ECHO ON;
 ALTER SESSION SET NLS_DATE_FORMAT='YYYY-MM-DD hh24:mi:ss';
 

Modified: incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-dyn-catalog-schema.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-dyn-catalog-schema.sql?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-dyn-catalog-schema.sql (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-dyn-catalog-schema.sql Thu Jul 22 17:51:42 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.
+*/
+
 CREATE TABLE YourProductTypeName_metadata
 (
   product_id int NOT NULL,

Modified: incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-repositorymgr-schema-oracle.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-repositorymgr-schema-oracle.sql?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-repositorymgr-schema-oracle.sql (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-repositorymgr-schema-oracle.sql Thu Jul 22 17:51:42 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.
+*/
+
 SET ECHO ON;
 ALTER SESSION SET NLS_DATE_FORMAT='YYYY-MM-DD hh24:mi:ss';
 

Modified: incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-schema-mysql.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-schema-mysql.sql?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-schema-mysql.sql (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-schema-mysql.sql Thu Jul 22 17:51:42 2010
@@ -1,3 +1,18 @@
+#  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.
+
 # Connection: localhost
 # Host: spawn
 # Saved: 2006-01-02 18:12:06

Modified: incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-validationlayer-schema-oracle.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-validationlayer-schema-oracle.sql?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-validationlayer-schema-oracle.sql (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/cas-filemgr-validationlayer-schema-oracle.sql Thu Jul 22 17:51:42 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.
+*/
+
 SET ECHO ON;
 ALTER SESSION SET NLS_DATE_FORMAT='YYYY-MM-DD hh24:mi:ss';
 

Modified: incubator/oodt/trunk/filemgr/src/main/resources/cas_filemgr_create_oracle_sequences.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/cas_filemgr_create_oracle_sequences.sql?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/cas_filemgr_create_oracle_sequences.sql (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/cas_filemgr_create_oracle_sequences.sql Thu Jul 22 17:51:42 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.
+*/
+
 create sequence products_seq
 start with 1
 increment by 1

Modified: incubator/oodt/trunk/filemgr/src/main/resources/catalog.typemap.properties
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/catalog.typemap.properties?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/catalog.typemap.properties (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/catalog.typemap.properties Thu Jul 22 17:51:42 2010
@@ -1,10 +1,18 @@
-# Copyright (c) 2008 California Institute of Technology.
-# ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged.
+#  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
 #
-# $Id$
-#
-# Author: mattmann
+#      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.
+
 # Example Product Type to Table Mappings
 # (for product types with LONG names, allows us to get
 # around Oracle's sad 31 char table name limit)

Modified: incubator/oodt/trunk/filemgr/src/main/resources/examples/elements.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/examples/elements.xml?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/examples/elements.xml (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/examples/elements.xml Thu Jul 22 17:51:42 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <cas:elements xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
 	<element id="urn:oodt:ProductId" name="CAS.ProductId">
 		<dcElement>Identifier</dcElement>

Modified: incubator/oodt/trunk/filemgr/src/main/resources/examples/product-type-element-map.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/examples/product-type-element-map.xml?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/examples/product-type-element-map.xml (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/examples/product-type-element-map.xml Thu Jul 22 17:51:42 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <cas:producttypemap xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
  <!--  can set the "parent" attribute on types below to allow inheritance
        of elements between the types 

Modified: incubator/oodt/trunk/filemgr/src/main/resources/examples/product-types.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/examples/product-types.xml?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/examples/product-types.xml (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/examples/product-types.xml Thu Jul 22 17:51:42 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <cas:producttypes xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
   <type id="urn:oodt:GenericFile" name="GenericFile">
     <repository path="file://[HOME]/files"/>

Modified: incubator/oodt/trunk/filemgr/src/main/resources/filemgr.properties
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/filemgr.properties?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/filemgr.properties (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/filemgr.properties Thu Jul 22 17:51:42 2010
@@ -1,8 +1,18 @@
-# Copyright (c) 2006 California Institute of Technology.
-# ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged.
+#  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
 #
-# $Id$
+#      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.
+
 # Configuration properties for the File Manager
 
 # repository factory

Modified: incubator/oodt/trunk/filemgr/src/main/resources/ingestcache.properties
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/ingestcache.properties?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/ingestcache.properties (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/ingestcache.properties Thu Jul 22 17:51:42 2010
@@ -1,8 +1,18 @@
-# Copyright (c) 2008 California Institute of Technology.
-# ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged.
+#  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
 #
-# $Id$
+#      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.
+
 # A file to describe properties for the gov.nasa.jpl.oodt.filemgr.ingest.Cache
 
 

Modified: incubator/oodt/trunk/filemgr/src/main/resources/logging.properties
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/logging.properties?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/logging.properties (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/logging.properties Thu Jul 22 17:51:42 2010
@@ -1,8 +1,17 @@
-# Copyright (c) 2005 California Institute of Technology.
-# ALL RIGHTS RESERVED. U.S. Government Sponsorship acknowledged.
+#  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
 #
-# $Id$
-
+#      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.
 
 # Specify the handlers to create in the root logger
 # (all loggers are children of the root logger)

Modified: incubator/oodt/trunk/filemgr/src/main/resources/mime-types.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/mime-types.xml?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/mime-types.xml (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/mime-types.xml Thu Jul 22 17:51:42 2010
@@ -1,9 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- //Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$Id$
+  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.
 -->
 <!--
  !   Document   : mime-types.xml. 

Modified: incubator/oodt/trunk/filemgr/src/main/resources/product-type-element-map.xsl
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/main/resources/product-type-element-map.xsl?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/main/resources/product-type-element-map.xsl (original)
+++ incubator/oodt/trunk/filemgr/src/main/resources/product-type-element-map.xsl Thu Jul 22 17:51:42 2010
@@ -1,11 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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.
+-->
 <!-- 
-	Copyright 2007 California Institute of Technology. ALL RIGHTS
-	RESERVED. U.S. Government Sponsorship acknowledged.
-	
-	$Id$
-	
-	Author: Chris A. Mattmann
 	Description: To use this stylesheet in your product-type-element map, add the following
 	line below the <?xml... ?> declaration in the map file:
 	

Modified: incubator/oodt/trunk/filemgr/src/site/resources/css/guides.css
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/filemgr/src/site/resources/css/guides.css?rev=966773&r1=966772&r2=966773&view=diff
==============================================================================
--- incubator/oodt/trunk/filemgr/src/site/resources/css/guides.css (original)
+++ incubator/oodt/trunk/filemgr/src/site/resources/css/guides.css Thu Jul 22 17:51:42 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.
+*/
+
 .info, .success, .warning, .error, .validation {
 border: 1px solid;
 margin: 10px 0px;