diff --git a/src/org/vivoweb/reasoner/plugin/SimpleBridgingRule.java b/src/org/vivoweb/reasoner/plugin/SimpleBridgingRule.java index 9b376519..fbc4b9f4 100644 --- a/src/org/vivoweb/reasoner/plugin/SimpleBridgingRule.java +++ b/src/org/vivoweb/reasoner/plugin/SimpleBridgingRule.java @@ -1,3 +1,5 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + package org.vivoweb.reasoner.plugin; import org.apache.commons.logging.Log; diff --git a/src/org/vivoweb/reasoner/plugin/SimplePropertyAndTypeRule.java b/src/org/vivoweb/reasoner/plugin/SimplePropertyAndTypeRule.java index d6e14024..a5eb1d9a 100644 --- a/src/org/vivoweb/reasoner/plugin/SimplePropertyAndTypeRule.java +++ b/src/org/vivoweb/reasoner/plugin/SimplePropertyAndTypeRule.java @@ -1,3 +1,5 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + package org.vivoweb.reasoner.plugin; import com.hp.hpl.jena.ontology.OntModel;