Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/dictionary/WorkflowManagerDictionaryFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/dictionary/WorkflowManagerDictionaryFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/dictionary/WorkflowManagerDictionaryFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/dictionary/WorkflowManagerDictionaryFactory.java Mon Mar 1 22:27:55 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.dictionary; import gov.nasa.jpl.oodt.cas.catalog.struct.DictionaryFactory;
Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndex.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndex.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndex.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndex.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.index; //JDK imports @@ -443,4 +456,4 @@ } } - \ No newline at end of file + Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndexFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndexFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndexFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/DataSourceIndexFactory.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.index; //OODT imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndex.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndex.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndex.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndex.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.index; //JDK imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndexFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndexFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndexFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/InMemoryIndexFactory.java Mon Mar 1 22:27:55 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.index; import gov.nasa.jpl.oodt.cas.catalog.struct.IndexFactory; Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndex.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndex.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndex.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndex.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.index; //JDK imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndexFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndexFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndexFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/index/WorkflowManagerDataSourceIndexFactory.java Mon Mar 1 22:27:55 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.index; import gov.nasa.jpl.oodt.cas.catalog.struct.IndexFactory; Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/LongTransactionIdFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/LongTransactionIdFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/LongTransactionIdFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/LongTransactionIdFactory.java Mon Mar 1 22:27:55 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.transaction; import gov.nasa.jpl.oodt.cas.catalog.struct.TransactionId; Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/StringTransactionIdFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/StringTransactionIdFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/StringTransactionIdFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/StringTransactionIdFactory.java Mon Mar 1 22:27:55 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.transaction; import gov.nasa.jpl.oodt.cas.catalog.struct.TransactionId; Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/UuidTransactionIdFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/UuidTransactionIdFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/UuidTransactionIdFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/struct/impl/transaction/UuidTransactionIdFactory.java Mon Mar 1 22:27:55 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.struct.impl.transaction; import gov.nasa.jpl.oodt.cas.catalog.struct.TransactionId; Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/Catalog.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/Catalog.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/Catalog.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/Catalog.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.system; //OODT imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogFactory.java Mon Mar 1 22:27:55 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.system; import gov.nasa.jpl.oodt.cas.catalog.struct.Dictionary; Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogService.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogService.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogService.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogService.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.system; //OODT imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogServiceFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogServiceFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogServiceFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/CatalogServiceFactory.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.system; /** Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClient.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClient.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClient.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClient.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.system.impl; //OODT imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClientFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClientFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClientFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceClientFactory.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.system.impl; //Spring imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocal.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocal.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocal.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocal.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.system.impl; //OODT imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocalFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocalFactory.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocalFactory.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/system/impl/CatalogServiceLocalFactory.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.system.impl; //JDK imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Bucket.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Bucket.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Bucket.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Bucket.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.term; /** Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Term.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Term.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Term.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/Term.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.term; //JDK imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/TermBucket.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/TermBucket.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/TermBucket.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/term/TermBucket.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.term; //JDK imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/CasPropertyPlaceholderConfigurer.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/CasPropertyPlaceholderConfigurer.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/CasPropertyPlaceholderConfigurer.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/CasPropertyPlaceholderConfigurer.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.util; //OODT imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginClassLoader.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginClassLoader.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginClassLoader.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginClassLoader.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.util; //JDK imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginURL.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginURL.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginURL.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/PluginURL.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.util; //JDK imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/QueryUtils.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/QueryUtils.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/QueryUtils.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/QueryUtils.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.util; //JDK imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/Serializer.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/Serializer.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/Serializer.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/Serializer.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.util; //JDK imports Modified: incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/SpringUtils.java URL: http://svn.apache.org/viewvc/incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/SpringUtils.java?rev=917761&r1=917760&r2=917761&view=diff ============================================================================== --- incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/SpringUtils.java (original) +++ incubator/oodt/cas-catalog/trunk/src/main/java/gov/nasa/jpl/oodt/cas/catalog/util/SpringUtils.java Mon Mar 1 22:27:55 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2009, 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. + */ + package gov.nasa.jpl.oodt.cas.catalog.util; //OODT imports
