From 173014e603defca403169654420c094467a1049c Mon Sep 17 00:00:00 2001 From: Yevgeny Kazakov Date: Fri, 3 May 2024 18:10:33 +0200 Subject: [PATCH] Generate copyright headers for new files --- .../rules/ConditionalRuleVisitor.java | 22 +++++++++++++++++++ .../rules/DelegatingRuleVisitor.java | 22 +++++++++++++++++++ .../saturation/rules/DummyRuleVisitor.java | 22 +++++++++++++++++++ .../rules/RuleApplicationTimerVisitor.java | 22 +++++++++++++++++++ .../saturation/rules/RuleCounterVisitor.java | 22 +++++++++++++++++++ .../SubsumerDecompositionRuleVisitor.java | 22 +++++++++++++++++++ 6 files changed, 132 insertions(+) diff --git a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/ConditionalRuleVisitor.java b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/ConditionalRuleVisitor.java index 1ede5ddac..070cb76b6 100644 --- a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/ConditionalRuleVisitor.java +++ b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/ConditionalRuleVisitor.java @@ -1,5 +1,27 @@ package org.semanticweb.elk.reasoner.saturation.rules; +/*- + * #%L + * ELK Reasoner Core + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2024 Department of Computer Science, University of Oxford + * %% + * 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. + * #L% + */ + import org.semanticweb.elk.reasoner.indexing.model.IndexedClassExpression; import org.semanticweb.elk.reasoner.indexing.model.IndexedDefinedClass; import org.semanticweb.elk.reasoner.indexing.model.IndexedObjectComplementOf; diff --git a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/DelegatingRuleVisitor.java b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/DelegatingRuleVisitor.java index 43132eaec..5b4c26016 100644 --- a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/DelegatingRuleVisitor.java +++ b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/DelegatingRuleVisitor.java @@ -1,5 +1,27 @@ package org.semanticweb.elk.reasoner.saturation.rules; +/*- + * #%L + * ELK Reasoner Core + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2024 Department of Computer Science, University of Oxford + * %% + * 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. + * #L% + */ + import org.semanticweb.elk.reasoner.indexing.model.IndexedClassExpression; import org.semanticweb.elk.reasoner.indexing.model.IndexedDefinedClass; import org.semanticweb.elk.reasoner.indexing.model.IndexedObjectComplementOf; diff --git a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/DummyRuleVisitor.java b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/DummyRuleVisitor.java index e40b1d01a..90f3ecad4 100644 --- a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/DummyRuleVisitor.java +++ b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/DummyRuleVisitor.java @@ -1,5 +1,27 @@ package org.semanticweb.elk.reasoner.saturation.rules; +/*- + * #%L + * ELK Reasoner Core + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2024 Department of Computer Science, University of Oxford + * %% + * 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. + * #L% + */ + import org.semanticweb.elk.reasoner.indexing.model.IndexedClassExpression; import org.semanticweb.elk.reasoner.indexing.model.IndexedDefinedClass; import org.semanticweb.elk.reasoner.indexing.model.IndexedObjectComplementOf; diff --git a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/RuleApplicationTimerVisitor.java b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/RuleApplicationTimerVisitor.java index edc0bde88..8d3f6a41c 100644 --- a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/RuleApplicationTimerVisitor.java +++ b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/RuleApplicationTimerVisitor.java @@ -1,5 +1,27 @@ package org.semanticweb.elk.reasoner.saturation.rules; +/*- + * #%L + * ELK Reasoner Core + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2024 Department of Computer Science, University of Oxford + * %% + * 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. + * #L% + */ + import org.semanticweb.elk.reasoner.indexing.model.IndexedClassExpression; import org.semanticweb.elk.reasoner.indexing.model.IndexedDefinedClass; import org.semanticweb.elk.reasoner.indexing.model.IndexedObjectComplementOf; diff --git a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/RuleCounterVisitor.java b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/RuleCounterVisitor.java index b4a6660b8..29edc0fca 100644 --- a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/RuleCounterVisitor.java +++ b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/RuleCounterVisitor.java @@ -1,5 +1,27 @@ package org.semanticweb.elk.reasoner.saturation.rules; +/*- + * #%L + * ELK Reasoner Core + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2024 Department of Computer Science, University of Oxford + * %% + * 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. + * #L% + */ + import org.semanticweb.elk.reasoner.indexing.model.IndexedClassExpression; import org.semanticweb.elk.reasoner.indexing.model.IndexedDefinedClass; import org.semanticweb.elk.reasoner.indexing.model.IndexedObjectComplementOf; diff --git a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/subsumers/SubsumerDecompositionRuleVisitor.java b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/subsumers/SubsumerDecompositionRuleVisitor.java index 0383b88dd..66010dce1 100644 --- a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/subsumers/SubsumerDecompositionRuleVisitor.java +++ b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/rules/subsumers/SubsumerDecompositionRuleVisitor.java @@ -1,5 +1,27 @@ package org.semanticweb.elk.reasoner.saturation.rules.subsumers; +/*- + * #%L + * ELK Reasoner Core + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2011 - 2024 Department of Computer Science, University of Oxford + * %% + * 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. + * #L% + */ + import org.semanticweb.elk.reasoner.indexing.model.IndexedClassExpression; import org.semanticweb.elk.reasoner.indexing.model.IndexedDefinedClass; import org.semanticweb.elk.reasoner.indexing.model.IndexedObjectComplementOf;