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:06:21 UTC

svn commit: r966753 - in /incubator/oodt/trunk/catalog: ./ src/main/resources/ src/main/resources/oracle/ src/testdata/

Author: woollard
Date: Thu Jul 22 17:06:21 2010
New Revision: 966753

URL: http://svn.apache.org/viewvc?rev=966753&view=rev
Log:
added apache headers to the catalog subproject. progress toward OODT-3

Modified:
    incubator/oodt/trunk/catalog/pom.xml
    incubator/oodt/trunk/catalog/src/main/resources/catalog-service.properties
    incubator/oodt/trunk/catalog/src/main/resources/logging.properties
    incubator/oodt/trunk/catalog/src/main/resources/oracle/create-transaction-id-map-table.sql
    incubator/oodt/trunk/catalog/src/main/resources/oracle/create-transaction-index-table.sql
    incubator/oodt/trunk/catalog/src/testdata/test-index-cat.sql
    incubator/oodt/trunk/catalog/src/testdata/test-mapper-cat.sql

Modified: incubator/oodt/trunk/catalog/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/catalog/pom.xml?rev=966753&r1=966752&r2=966753&view=diff
==============================================================================
--- incubator/oodt/trunk/catalog/pom.xml (original)
+++ incubator/oodt/trunk/catalog/pom.xml Thu Jul 22 17:06:21 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/catalog/src/main/resources/catalog-service.properties
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/catalog/src/main/resources/catalog-service.properties?rev=966753&r1=966752&r2=966753&view=diff
==============================================================================
--- incubator/oodt/trunk/catalog/src/main/resources/catalog-service.properties (original)
+++ incubator/oodt/trunk/catalog/src/main/resources/catalog-service.properties Thu Jul 22 17:06:21 2010
@@ -1,8 +1,18 @@
-# Copyright (c) 2009 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 Catalog Service
 
 # Directory to store plugin jars
@@ -10,4 +20,4 @@ gov.nasa.jpl.oodt.cas.catalog.plugin.dir
 
 # CatalogService configuration file
 gov.nasa.jpl.oodt.cas.catalog.server.config.file=/[CAS_CATALOG_HOME]/policy/catserv-server-config.xml
-gov.nasa.jpl.oodt.cas.catalog.client.config.file=/[CAS_CATALOG_HOME]/policy/catserv-client-config.xml
\ No newline at end of file
+gov.nasa.jpl.oodt.cas.catalog.client.config.file=/[CAS_CATALOG_HOME]/policy/catserv-client-config.xml

Modified: incubator/oodt/trunk/catalog/src/main/resources/logging.properties
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/catalog/src/main/resources/logging.properties?rev=966753&r1=966752&r2=966753&view=diff
==============================================================================
--- incubator/oodt/trunk/catalog/src/main/resources/logging.properties (original)
+++ incubator/oodt/trunk/catalog/src/main/resources/logging.properties Thu Jul 22 17:06:21 2010
@@ -1,5 +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
+#
+#     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/catalog/src/main/resources/oracle/create-transaction-id-map-table.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/catalog/src/main/resources/oracle/create-transaction-id-map-table.sql?rev=966753&r1=966752&r2=966753&view=diff
==============================================================================
--- incubator/oodt/trunk/catalog/src/main/resources/oracle/create-transaction-id-map-table.sql (original)
+++ incubator/oodt/trunk/catalog/src/main/resources/oracle/create-transaction-id-map-table.sql Thu Jul 22 17:06:21 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.
+*/
 
 CREATE TABLE CatalogServiceMapper (
   CAT_SERV_TRANS_ID VARCHAR2(255) NOT NULL ,

Modified: incubator/oodt/trunk/catalog/src/main/resources/oracle/create-transaction-index-table.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/catalog/src/main/resources/oracle/create-transaction-index-table.sql?rev=966753&r1=966752&r2=966753&view=diff
==============================================================================
--- incubator/oodt/trunk/catalog/src/main/resources/oracle/create-transaction-index-table.sql (original)
+++ incubator/oodt/trunk/catalog/src/main/resources/oracle/create-transaction-index-table.sql Thu Jul 22 17:06:21 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.
+*/
 
 CREATE TABLE transactions
 (
@@ -14,4 +30,4 @@ CREATE TABLE transaction_terms
 );
 
 CREATE INDEX transactions_transid_idx ON transactions(transaction_id);  
-CREATE INDEX transaction_terms_transid_idx ON transaction_terms(transaction_id);  
\ No newline at end of file
+CREATE INDEX transaction_terms_transid_idx ON transaction_terms(transaction_id);  

Modified: incubator/oodt/trunk/catalog/src/testdata/test-index-cat.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/catalog/src/testdata/test-index-cat.sql?rev=966753&r1=966752&r2=966753&view=diff
==============================================================================
--- incubator/oodt/trunk/catalog/src/testdata/test-index-cat.sql (original)
+++ incubator/oodt/trunk/catalog/src/testdata/test-index-cat.sql Thu Jul 22 17:06:21 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.
+*/
+
 DROP TABLE transactions IF EXISTS;
 DROP TABLE transaction_terms IF EXISTS;
 

Modified: incubator/oodt/trunk/catalog/src/testdata/test-mapper-cat.sql
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/catalog/src/testdata/test-mapper-cat.sql?rev=966753&r1=966752&r2=966753&view=diff
==============================================================================
--- incubator/oodt/trunk/catalog/src/testdata/test-mapper-cat.sql (original)
+++ incubator/oodt/trunk/catalog/src/testdata/test-mapper-cat.sql Thu Jul 22 17:06:21 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.
+*/
+
 DROP TABLE CatalogServiceMapper IF EXISTS;
 
 CREATE TABLE CatalogServiceMapper (