diff --git a/src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/AbstractConceptSearch.java b/src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/AbstractConceptSearch.java index fd77c7d9..6e9c836f 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/AbstractConceptSearch.java +++ b/src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/AbstractConceptSearch.java @@ -1,3 +1,5 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + package edu.cornell.mannlib.vitro.webapp.utils.ConceptSearchService; import javax.servlet.ServletContext; diff --git a/src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/UMLSConceptSearch.java b/src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/UMLSConceptSearch.java index 1a62df1a..da011ed4 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/UMLSConceptSearch.java +++ b/src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/UMLSConceptSearch.java @@ -1,3 +1,5 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + package edu.cornell.mannlib.vitro.webapp.utils.ConceptSearchService; import java.io.BufferedReader;