Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/microdata/MicrodataExtractorTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/microdata/MicrodataExtractorTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/microdata/MicrodataExtractorTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/microdata/MicrodataExtractorTest.java Fri Jan 13 13:20:12 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.deri.any23.extractor.microdata; import org.apache.log4j.Logger;
Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/microdata/MicrodataParserTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/microdata/MicrodataParserTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/microdata/MicrodataParserTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/microdata/MicrodataParserTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdf/TurtleExtractorTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdf/TurtleExtractorTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdf/TurtleExtractorTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdf/TurtleExtractorTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/AbstractRDFaExtractorTestCase.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/AbstractRDFaExtractorTestCase.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/AbstractRDFaExtractorTestCase.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/AbstractRDFaExtractorTestCase.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/ExtractionExceptionTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/ExtractionExceptionTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/ExtractionExceptionTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/ExtractionExceptionTest.java Fri Jan 13 13:20:12 2012 @@ -1,18 +1,18 @@ -/** - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) - * - * Licensed 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 +/* + * 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 + * 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.deri.any23.extractor.rdfa; Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFa11ExtractorTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFa11ExtractorTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFa11ExtractorTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFa11ExtractorTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFa11ParserTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFa11ParserTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFa11ParserTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFa11ParserTest.java Fri Jan 13 13:20:12 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.deri.any23.extractor.rdfa; import org.deri.any23.rdf.RDFUtils; Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFaExtractorTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFaExtractorTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFaExtractorTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/RDFaExtractorTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/XSLTStylesheetTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/XSLTStylesheetTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/XSLTStylesheetTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/rdfa/XSLTStylesheetTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ -/** - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) - * - * Licensed 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 +/* + * 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/xpath/TemplateXPathExtractorRuleImplTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/xpath/TemplateXPathExtractorRuleImplTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/xpath/TemplateXPathExtractorRuleImplTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/extractor/xpath/TemplateXPathExtractorRuleImplTest.java Fri Jan 13 13:20:12 2012 @@ -1,18 +1,18 @@ -/** - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) - * - * Licensed 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 +/* + * 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 + * 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.deri.any23.extractor.xpath; Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/filter/ExtractionContextBlockerTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/filter/ExtractionContextBlockerTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/filter/ExtractionContextBlockerTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/filter/ExtractionContextBlockerTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/filter/IgnoreAccidentalRDFaTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/filter/IgnoreAccidentalRDFaTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/filter/IgnoreAccidentalRDFaTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/filter/IgnoreAccidentalRDFaTest.java Fri Jan 13 13:20:12 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.deri.any23.filter; import org.deri.any23.extractor.ExtractionContext; Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/http/AcceptHeaderBuilderTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/http/AcceptHeaderBuilderTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/http/AcceptHeaderBuilderTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/http/AcceptHeaderBuilderTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/io/nquads/NQuadsParserTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/io/nquads/NQuadsParserTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/io/nquads/NQuadsParserTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/io/nquads/NQuadsParserTest.java Fri Jan 13 13:20:12 2012 @@ -1,18 +1,18 @@ -/** - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) - * - * Licensed 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 +/* + * 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 + * 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.deri.any23.io.nquads; Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/io/nquads/NQuadsWriterTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/io/nquads/NQuadsWriterTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/io/nquads/NQuadsWriterTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/io/nquads/NQuadsWriterTest.java Fri Jan 13 13:20:12 2012 @@ -1,18 +1,18 @@ -/** - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) - * - * Licensed 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 +/* + * 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 + * 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.deri.any23.io.nquads; Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/mime/TikaMIMETypeDetectorTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/mime/TikaMIMETypeDetectorTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/mime/TikaMIMETypeDetectorTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/mime/TikaMIMETypeDetectorTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/mime/purifier/WhiteSpacesPurifierTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/mime/purifier/WhiteSpacesPurifierTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/mime/purifier/WhiteSpacesPurifierTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/mime/purifier/WhiteSpacesPurifierTest.java Fri Jan 13 13:20:12 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.deri.any23.mime.purifier; import org.deri.any23.mime.purifier.Purifier; Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/plugin/Any23PluginManagerTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/plugin/Any23PluginManagerTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/plugin/Any23PluginManagerTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/plugin/Any23PluginManagerTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/rdf/PrefixesTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/rdf/PrefixesTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/rdf/PrefixesTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/rdf/PrefixesTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/rdf/RDFUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/rdf/RDFUtilsTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/rdf/RDFUtilsTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/rdf/RDFUtilsTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/util/DiscoveryUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/util/DiscoveryUtilsTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/util/DiscoveryUtilsTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/util/DiscoveryUtilsTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/util/StringUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/util/StringUtilsTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/util/StringUtilsTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/util/StringUtilsTest.java Fri Jan 13 13:20:12 2012 @@ -1,18 +1,18 @@ /* - * Copyright 2004-2005 The Apache Software Foundation. + * 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 * - * Licensed 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. + * 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.deri.any23.util; Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/validator/DefaultValidatorTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/validator/XMLValidationReportSerializerTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/validator/XMLValidationReportSerializerTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/validator/XMLValidationReportSerializerTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/validator/XMLValidationReportSerializerTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/vocab/RDFSchemaUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/vocab/RDFSchemaUtilsTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/vocab/RDFSchemaUtilsTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/vocab/RDFSchemaUtilsTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/vocab/VocabularyTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/vocab/VocabularyTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/vocab/VocabularyTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/vocab/VocabularyTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/writer/JSONWriterTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/writer/JSONWriterTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/writer/JSONWriterTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/writer/JSONWriterTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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, Modified: incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/writer/WriterRegistryTest.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/writer/WriterRegistryTest.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/writer/WriterRegistryTest.java (original) +++ incubator/any23/trunk/any23-core/src/test/java/org/deri/any23/writer/WriterRegistryTest.java Fri Jan 13 13:20:12 2012 @@ -1,11 +1,12 @@ /* - * Copyright 2008-2010 Digital Enterprise Research Institute (DERI) + * 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 * - * Licensed 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 + * 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,
