From 937f84cd081e72f843bc7d26991a5116dc3cd6fb Mon Sep 17 00:00:00 2001 From: brianjlowe Date: Tue, 8 Nov 2011 14:34:51 +0000 Subject: [PATCH] adding license tags --- src/org/vivoweb/reasoner/plugin/DCCreatorForDocuments.java | 2 ++ src/org/vivoweb/reasoner/plugin/DCTitleForDocuments.java | 2 ++ 2 files changed, 4 insertions(+) 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;