You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2012/02/27 22:57:44 UTC

svn commit: r1294353 - in /oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs: TestCDEResult.java TestCDEResultInputStream.java

Author: mattmann
Date: Mon Feb 27 21:57:44 2012
New Revision: 1294353

URL: http://svn.apache.org/viewvc?rev=1294353&view=rev
Log:
- add ALv2 headers

Modified:
    oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResult.java
    oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResultInputStream.java

Modified: oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResult.java
URL: http://svn.apache.org/viewvc/oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResult.java?rev=1294353&r1=1294352&r2=1294353&view=diff
==============================================================================
--- oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResult.java (original)
+++ oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResult.java Mon Feb 27 21:57:44 2012
@@ -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 org.apache.oodt.xmlps.structs;
 
 import static org.easymock.EasyMock.expect;

Modified: oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResultInputStream.java
URL: http://svn.apache.org/viewvc/oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResultInputStream.java?rev=1294353&r1=1294352&r2=1294353&view=diff
==============================================================================
--- oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResultInputStream.java (original)
+++ oodt/trunk/xmlps/src/test/java/org/apache/oodt/xmlps/structs/TestCDEResultInputStream.java Mon Feb 27 21:57:44 2012
@@ -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 org.apache.oodt.xmlps.structs;
 
 import static org.easymock.EasyMock.expect;