Return-Path: X-Original-To: apmail-incubator-any23-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-any23-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 528B598C8 for ; Fri, 13 Jan 2012 13:21:06 +0000 (UTC) Received: (qmail 63265 invoked by uid 500); 13 Jan 2012 13:21:05 -0000 Delivered-To: apmail-incubator-any23-commits-archive@incubator.apache.org Received: (qmail 63136 invoked by uid 500); 13 Jan 2012 13:21:01 -0000 Mailing-List: contact any23-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@incubator.apache.org Delivered-To: mailing list any23-commits@incubator.apache.org Received: (qmail 63115 invoked by uid 99); 13 Jan 2012 13:20:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 13:20:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 13:20:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9FE3F2388A9B; Fri, 13 Jan 2012 13:20:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1231049 [4/6] - in /incubator/any23/trunk/any23-core/src: main/java/org/deri/any23/ main/java/org/deri/any23/cli/ main/java/org/deri/any23/configuration/ main/java/org/deri/any23/encoding/ main/java/org/deri/any23/extractor/ main/java/org/... Date: Fri, 13 Jan 2012 13:20:20 -0000 To: any23-commits@incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120113132034.9FE3F2388A9B@eris.apache.org> Modified: incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/ReaderInputStream.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/ReaderInputStream.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/ReaderInputStream.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/ReaderInputStream.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/main/java/org/deri/any23/util/StreamUtils.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/StreamUtils.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/StreamUtils.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/StreamUtils.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/main/java/org/deri/any23/util/StringUtils.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/StringUtils.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/StringUtils.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/StringUtils.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/main/java/org/deri/any23/util/URLUtils.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/URLUtils.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/URLUtils.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/URLUtils.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/main/java/org/deri/any23/util/package-info.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/package-info.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/package-info.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/util/package-info.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. + */ + /** * This package collects a set of general purpose utility classes. */ Modified: incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DOMDocument.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DOMDocument.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DOMDocument.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DOMDocument.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/main/java/org/deri/any23/validator/DefaultDOMDocument.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultDOMDocument.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultDOMDocument.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultDOMDocument.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/main/java/org/deri/any23/validator/DefaultRuleContext.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultRuleContext.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultRuleContext.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultRuleContext.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/main/java/org/deri/any23/validator/DefaultValidationReport.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultValidationReport.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultValidationReport.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultValidationReport.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/main/java/org/deri/any23/validator/DefaultValidationReportBuilder.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultValidationReportBuilder.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultValidationReportBuilder.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultValidationReportBuilder.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/main/java/org/deri/any23/validator/DefaultValidator.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultValidator.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultValidator.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/DefaultValidator.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/main/java/org/deri/any23/validator/EmptyValidationReport.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/EmptyValidationReport.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/EmptyValidationReport.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/EmptyValidationReport.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/main/java/org/deri/any23/validator/Fix.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/Fix.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/Fix.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/Fix.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/main/java/org/deri/any23/validator/Rule.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/Rule.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/Rule.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/Rule.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/main/java/org/deri/any23/validator/RuleContext.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/RuleContext.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/RuleContext.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/RuleContext.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/main/java/org/deri/any23/validator/SerializationException.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/SerializationException.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/SerializationException.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/SerializationException.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/main/java/org/deri/any23/validator/ValidationReport.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidationReport.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidationReport.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidationReport.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/main/java/org/deri/any23/validator/ValidationReportBuilder.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidationReportBuilder.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidationReportBuilder.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidationReportBuilder.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/main/java/org/deri/any23/validator/ValidationReportSerializer.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidationReportSerializer.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidationReportSerializer.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidationReportSerializer.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/main/java/org/deri/any23/validator/Validator.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/Validator.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/Validator.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/Validator.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/main/java/org/deri/any23/validator/ValidatorException.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidatorException.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidatorException.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/ValidatorException.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/main/java/org/deri/any23/validator/XMLValidationReportSerializer.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/XMLValidationReportSerializer.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/XMLValidationReportSerializer.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/XMLValidationReportSerializer.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/main/java/org/deri/any23/validator/package-info.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/package-info.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/package-info.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/package-info.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. + */ + /** * This package defines a simple rule based validation * framework able to detect ({@link org.deri.any23.validator.Rule}) and @@ -5,4 +22,4 @@ * can be present within an HTML DOM model and * that can prevent the extraction of metadata. */ -package org.deri.any23.validator; \ No newline at end of file +package org.deri.any23.validator; Modified: incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/AboutNotURIRule.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/AboutNotURIRule.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/AboutNotURIRule.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/AboutNotURIRule.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/main/java/org/deri/any23/validator/rule/MetaNameMisuseFix.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/MetaNameMisuseFix.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/MetaNameMisuseFix.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/MetaNameMisuseFix.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/main/java/org/deri/any23/validator/rule/MetaNameMisuseRule.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/MetaNameMisuseRule.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/MetaNameMisuseRule.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/MetaNameMisuseRule.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/main/java/org/deri/any23/validator/rule/MissingOpenGraphNamespaceRule.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/MissingOpenGraphNamespaceRule.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/MissingOpenGraphNamespaceRule.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/MissingOpenGraphNamespaceRule.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/main/java/org/deri/any23/validator/rule/OpenGraphNamespaceFix.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/OpenGraphNamespaceFix.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/OpenGraphNamespaceFix.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/OpenGraphNamespaceFix.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/main/java/org/deri/any23/validator/rule/package-info.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/package-info.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/package-info.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/validator/rule/package-info.java Fri Jan 13 13:20:12 2012 @@ -1,5 +1,22 @@ +/* + * 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. + */ + /** * A set of predefined validation {@link org.deri.any23.validator.Rule}s * and associated {@link org.deri.any23.validator.Fix}es. */ -package org.deri.any23.validator.rule; \ No newline at end of file +package org.deri.any23.validator.rule; Modified: incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/CSV.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/CSV.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/CSV.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/CSV.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/main/java/org/deri/any23/vocab/DCTERMS.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/DCTERMS.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/DCTERMS.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/DCTERMS.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/main/java/org/deri/any23/vocab/DOAC.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/DOAC.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/DOAC.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/DOAC.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/main/java/org/deri/any23/vocab/FOAF.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/FOAF.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/FOAF.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/FOAF.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/main/java/org/deri/any23/vocab/GEO.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/GEO.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/GEO.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/GEO.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/main/java/org/deri/any23/vocab/HLISTING.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/HLISTING.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/HLISTING.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/HLISTING.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/main/java/org/deri/any23/vocab/HRECIPE.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/HRECIPE.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/HRECIPE.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/HRECIPE.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.vocab; import org.openrdf.model.URI; Modified: incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/ICAL.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/ICAL.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/ICAL.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/ICAL.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/main/java/org/deri/any23/vocab/OGP.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/OGP.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/OGP.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/OGP.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.vocab; Modified: incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/RDFSchemaUtils.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/RDFSchemaUtils.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/RDFSchemaUtils.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/RDFSchemaUtils.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/main/java/org/deri/any23/vocab/REVIEW.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/REVIEW.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/REVIEW.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/REVIEW.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/main/java/org/deri/any23/vocab/SCHEMAORG.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/SCHEMAORG.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/SCHEMAORG.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/SCHEMAORG.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/main/java/org/deri/any23/vocab/SINDICE.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/SINDICE.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/SINDICE.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/SINDICE.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/main/java/org/deri/any23/vocab/VCARD.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/VCARD.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/VCARD.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/VCARD.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/main/java/org/deri/any23/vocab/Vocabulary.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/Vocabulary.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/Vocabulary.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/Vocabulary.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/main/java/org/deri/any23/vocab/WO.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/WO.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/WO.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/WO.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/main/java/org/deri/any23/vocab/XFN.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/XFN.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/XFN.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/XFN.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/main/java/org/deri/any23/vocab/XHTML.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/XHTML.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/XHTML.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/XHTML.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/main/java/org/deri/any23/vocab/package-info.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/package-info.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/package-info.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/vocab/package-info.java Fri Jan 13 13:20:12 2012 @@ -1,4 +1,21 @@ +/* + * 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. + */ + /** * This package defines some ontologies used by Any23. */ -package org.deri.any23.vocab; \ No newline at end of file +package org.deri.any23.vocab; Modified: incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/BenchmarkTripleHandler.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/BenchmarkTripleHandler.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/BenchmarkTripleHandler.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/BenchmarkTripleHandler.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/main/java/org/deri/any23/writer/CompositeTripleHandler.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/CompositeTripleHandler.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/CompositeTripleHandler.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/CompositeTripleHandler.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/main/java/org/deri/any23/writer/CountingTripleHandler.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/CountingTripleHandler.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/CountingTripleHandler.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/CountingTripleHandler.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/main/java/org/deri/any23/writer/FormatWriter.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/FormatWriter.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/FormatWriter.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/FormatWriter.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/main/java/org/deri/any23/writer/JSONWriter.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/JSONWriter.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/JSONWriter.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/JSONWriter.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/main/java/org/deri/any23/writer/LoggingTripleHandler.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/LoggingTripleHandler.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/LoggingTripleHandler.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/LoggingTripleHandler.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/main/java/org/deri/any23/writer/NQuadsWriter.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/NQuadsWriter.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/NQuadsWriter.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/NQuadsWriter.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/main/java/org/deri/any23/writer/NTriplesWriter.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/NTriplesWriter.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/NTriplesWriter.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/NTriplesWriter.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/main/java/org/deri/any23/writer/RDFWriterTripleHandler.java URL: http://svn.apache.org/viewvc/incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/RDFWriterTripleHandler.java?rev=1231049&r1=1231048&r2=1231049&view=diff ============================================================================== --- incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/RDFWriterTripleHandler.java (original) +++ incubator/any23/trunk/any23-core/src/main/java/org/deri/any23/writer/RDFWriterTripleHandler.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,