Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/sftp/SftpURLConnection.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/sftp/SftpURLConnection.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/sftp/SftpURLConnection.java (original) +++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/url/handlers/sftp/SftpURLConnection.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -//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. + */ + package gov.nasa.jpl.oodt.cas.pushpull.url.handlers.sftp;
Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/util/ExpressionValidator.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/util/ExpressionValidator.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/util/ExpressionValidator.java (original) +++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/util/ExpressionValidator.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -//Copyright (c) 2008, 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.pushpull.util; Modified: incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/util/email/InstallCert.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/util/email/InstallCert.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/util/email/InstallCert.java (original) +++ incubator/oodt/trunk/pushpull/src/main/java/gov/nasa/jpl/oodt/cas/pushpull/util/email/InstallCert.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -//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. + */ + package gov.nasa.jpl.oodt.cas.pushpull.util.email; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryClient.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryClient.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryClient.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryClient.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: QueryClient.java,v 1.2 2004-03-09 10:57:05 kelly Exp $ +/* + * 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 jpl.eda.query; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryEngine.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryEngine.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryEngine.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryEngine.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: QueryEngine.java,v 1.2 2006-12-12 17:54:08 kelly Exp $ +/* + * 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 jpl.eda.query; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryException.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryException.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryException.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryException.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: QueryException.java,v 1.1.1.1 2004-03-04 18:35:15 kelly Exp $ +/* + * 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 jpl.eda.query; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryService.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryService.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryService.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryService.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: QueryService.java,v 1.1.1.1 2004-03-04 18:35:15 kelly Exp $ +/* + * 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 jpl.eda.query; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryServlet.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryServlet.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryServlet.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/QueryServlet.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 1999-2001 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: QueryServlet.java,v 1.1.1.1 2004-03-04 18:35:16 kelly Exp $ +/* + * 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 jpl.eda.query; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/CORBAQueryServiceFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/CORBAQueryServiceFactory.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/CORBAQueryServiceFactory.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/CORBAQueryServiceFactory.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: CORBAQueryServiceFactory.java,v 1.1.1.1 2004-03-04 18:35:16 kelly Exp $ +/* + * 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 jpl.eda.query.corba; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/QueryServiceImpl.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/QueryServiceImpl.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/QueryServiceImpl.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/QueryServiceImpl.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: QueryServiceImpl.java,v 1.2 2004-07-30 22:30:27 kelly Exp $ +/* + * 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 jpl.eda.query.corba; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/ServerImpl.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/ServerImpl.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/ServerImpl.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/corba/ServerImpl.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: ServerImpl.java,v 1.1.1.1 2004-03-04 18:35:16 kelly Exp $ +/* + * 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 jpl.eda.query.corba; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/QueryService.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/QueryService.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/QueryService.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/QueryService.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: QueryService.java,v 1.1.1.1 2004-03-04 18:35:16 kelly Exp $ +/* + * 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 jpl.eda.query.rmi; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/QueryServiceImpl.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/QueryServiceImpl.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/QueryServiceImpl.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/QueryServiceImpl.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: QueryServiceImpl.java,v 1.1.1.1 2004-03-04 18:35:16 kelly Exp $ +/* + * 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 jpl.eda.query.rmi; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/RMIQueryServiceFactory.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/RMIQueryServiceFactory.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/RMIQueryServiceFactory.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/RMIQueryServiceFactory.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: RMIQueryServiceFactory.java,v 1.1.1.1 2004-03-04 18:35:16 kelly Exp $ +/* + * 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 jpl.eda.query.rmi; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/Server.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/Server.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/Server.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/Server.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: Server.java,v 1.1.1.1 2004-03-04 18:35:16 kelly Exp $ +/* + * 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 jpl.eda.query.rmi; Modified: incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/ServerImpl.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/ServerImpl.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/ServerImpl.java (original) +++ incubator/oodt/trunk/query/src/main/java/jpl/eda/query/rmi/ServerImpl.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: ServerImpl.java,v 1.1.1.1 2004-03-04 18:35:16 kelly Exp $ +/* + * 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 jpl.eda.query.rmi; Modified: incubator/oodt/trunk/query/src/test/jpl/eda/query/QueryEngineTest.java URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/query/src/test/jpl/eda/query/QueryEngineTest.java?rev=953117&r1=953116&r2=953117&view=diff ============================================================================== --- incubator/oodt/trunk/query/src/test/jpl/eda/query/QueryEngineTest.java (original) +++ incubator/oodt/trunk/query/src/test/jpl/eda/query/QueryEngineTest.java Wed Jun 9 19:11:21 2010 @@ -1,7 +1,20 @@ -// Copyright 2003 California Institute of Technology. ALL RIGHTS RESERVED. -// U.S. Government Sponsorship acknowledged. -// -// $Id: QueryEngineTest.java,v 1.2 2004-06-14 16:15:01 kelly Exp $ +/* + * 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 jpl.eda.query;
