diff --git a/src/org/vivoweb/reasoner/plugin/DCCreatorForDocuments.java b/src/org/vivoweb/reasoner/plugin/DCCreatorForDocuments.java index 51d1974b..e466edde 100644 --- a/src/org/vivoweb/reasoner/plugin/DCCreatorForDocuments.java +++ b/src/org/vivoweb/reasoner/plugin/DCCreatorForDocuments.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 edu.cornell.mannlib.vitro.webapp.reasoner.ReasonerPlugin; diff --git a/src/org/vivoweb/reasoner/plugin/DCTitleForDocuments.java b/src/org/vivoweb/reasoner/plugin/DCTitleForDocuments.java index 9295e7de..e259f67c 100644 --- a/src/org/vivoweb/reasoner/plugin/DCTitleForDocuments.java +++ b/src/org/vivoweb/reasoner/plugin/DCTitleForDocuments.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;