diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/bo/BaseObject.java b/api/src/main/java/edu/cornell/mannlib/semservices/bo/BaseObject.java index ce4d8aa66..18b98937e 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/bo/BaseObject.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/bo/BaseObject.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.semservices.bo; public class BaseObject { diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/bo/Concept.java b/api/src/main/java/edu/cornell/mannlib/semservices/bo/Concept.java index 434f82ea4..1b5e9c915 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/bo/Concept.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/bo/Concept.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.semservices.bo; diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/bo/ConceptInfo.java b/api/src/main/java/edu/cornell/mannlib/semservices/bo/ConceptInfo.java index 3ee08d520..3a5db785f 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/bo/ConceptInfo.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/bo/ConceptInfo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.semservices.bo; diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/bo/SemanticServicesError.java b/api/src/main/java/edu/cornell/mannlib/semservices/bo/SemanticServicesError.java index 449f5c233..d3916ccbf 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/bo/SemanticServicesError.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/bo/SemanticServicesError.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.semservices.bo; diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/bo/SemanticServicesInfoBase.java b/api/src/main/java/edu/cornell/mannlib/semservices/bo/SemanticServicesInfoBase.java index ac24a3ecc..0c572eb12 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/bo/SemanticServicesInfoBase.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/bo/SemanticServicesInfoBase.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.semservices.bo; diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/exceptions/ConceptsNotFoundException.java b/api/src/main/java/edu/cornell/mannlib/semservices/exceptions/ConceptsNotFoundException.java index 1264905eb..d56244dce 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/exceptions/ConceptsNotFoundException.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/exceptions/ConceptsNotFoundException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.semservices.exceptions; diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/service/ExternalConceptService.java b/api/src/main/java/edu/cornell/mannlib/semservices/service/ExternalConceptService.java index 8a675a415..213e83c0d 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/service/ExternalConceptService.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/service/ExternalConceptService.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.semservices.service; diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/util/MetadataNamespaceContext.java b/api/src/main/java/edu/cornell/mannlib/semservices/util/MetadataNamespaceContext.java index b9717e0c2..06895f998 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/util/MetadataNamespaceContext.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/util/MetadataNamespaceContext.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.semservices.util; import java.util.Iterator; diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/util/SKOSUtils.java b/api/src/main/java/edu/cornell/mannlib/semservices/util/SKOSUtils.java index 1afe48966..5b8955a87 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/util/SKOSUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/util/SKOSUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ /* We are no longer using the SKOS API since Vitro has moved to V 4.0 of OWL API which does not appear to be compatible. This file will contain methods used for reading SKOS as XML and parsing it for the properties diff --git a/api/src/main/java/edu/cornell/mannlib/semservices/util/XMLUtils.java b/api/src/main/java/edu/cornell/mannlib/semservices/util/XMLUtils.java index b5342c5c8..4a2cb0ef3 100644 --- a/api/src/main/java/edu/cornell/mannlib/semservices/util/XMLUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/semservices/util/XMLUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.semservices.util; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/beans/ButtonForm.java b/api/src/main/java/edu/cornell/mannlib/vedit/beans/ButtonForm.java index c94719cb5..8728d3fa4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/beans/ButtonForm.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/beans/ButtonForm.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.beans; import java.util.HashMap; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/beans/Checkbox.java b/api/src/main/java/edu/cornell/mannlib/vedit/beans/Checkbox.java index 1c5256068..c88d588ca 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/beans/Checkbox.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/beans/Checkbox.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/beans/DynamicField.java b/api/src/main/java/edu/cornell/mannlib/vedit/beans/DynamicField.java index b12244c6b..bf45c0103 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/beans/DynamicField.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/beans/DynamicField.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/beans/DynamicFieldRow.java b/api/src/main/java/edu/cornell/mannlib/vedit/beans/DynamicFieldRow.java index c99505fd2..f71e9b132 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/beans/DynamicFieldRow.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/beans/DynamicFieldRow.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/beans/EditProcessObject.java b/api/src/main/java/edu/cornell/mannlib/vedit/beans/EditProcessObject.java index a24396e4d..20ce0b49d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/beans/EditProcessObject.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/beans/EditProcessObject.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/beans/FieldHelp.java b/api/src/main/java/edu/cornell/mannlib/vedit/beans/FieldHelp.java index 5032d91d8..67d1d4b09 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/beans/FieldHelp.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/beans/FieldHelp.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/beans/FormObject.java b/api/src/main/java/edu/cornell/mannlib/vedit/beans/FormObject.java index 7d538027d..2044cf6a5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/beans/FormObject.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/beans/FormObject.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/beans/LoginStatusBean.java b/api/src/main/java/edu/cornell/mannlib/vedit/beans/LoginStatusBean.java index 8762771dc..541aa42f6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/beans/LoginStatusBean.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/beans/LoginStatusBean.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/beans/Option.java b/api/src/main/java/edu/cornell/mannlib/vedit/beans/Option.java index 75681f497..406d94513 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/beans/Option.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/beans/Option.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/controller/BaseEditController.java b/api/src/main/java/edu/cornell/mannlib/vedit/controller/BaseEditController.java index c1f7537a6..10eb262bd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/controller/BaseEditController.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/controller/BaseEditController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/controller/EditFrontController.java b/api/src/main/java/edu/cornell/mannlib/vedit/controller/EditFrontController.java index d418346af..07e8ee09f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/controller/EditFrontController.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/controller/EditFrontController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/controller/OperationController.java b/api/src/main/java/edu/cornell/mannlib/vedit/controller/OperationController.java index ba5a740ed..e688e4661 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/controller/OperationController.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/controller/OperationController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/forwarder/PageForwarder.java b/api/src/main/java/edu/cornell/mannlib/vedit/forwarder/PageForwarder.java index e3d0ecfb5..8929b98d5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/forwarder/PageForwarder.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/forwarder/PageForwarder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.forwarder; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/forwarder/impl/UrlForwarder.java b/api/src/main/java/edu/cornell/mannlib/vedit/forwarder/impl/UrlForwarder.java index 3dbe4fb3f..adcb3c10b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/forwarder/impl/UrlForwarder.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/forwarder/impl/UrlForwarder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.forwarder.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/listener/ChangeListener.java b/api/src/main/java/edu/cornell/mannlib/vedit/listener/ChangeListener.java index 91654a2e9..f29f03d75 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/listener/ChangeListener.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/listener/ChangeListener.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.listener; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/listener/EditPreProcessor.java b/api/src/main/java/edu/cornell/mannlib/vedit/listener/EditPreProcessor.java index ac55a478f..c2c481d99 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/listener/EditPreProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/listener/EditPreProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.listener; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/tags/DynamicFieldsTag.java b/api/src/main/java/edu/cornell/mannlib/vedit/tags/DynamicFieldsTag.java index 835fc0117..a7da820c4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/tags/DynamicFieldsTag.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/tags/DynamicFieldsTag.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.tags; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/tags/EditTag.java b/api/src/main/java/edu/cornell/mannlib/vedit/tags/EditTag.java index 6ebf3f647..95b713dd9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/tags/EditTag.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/tags/EditTag.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.tags; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/tags/ErrorTag.java b/api/src/main/java/edu/cornell/mannlib/vedit/tags/ErrorTag.java index b61ff9884..2242b044a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/tags/ErrorTag.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/tags/ErrorTag.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.tags; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/tags/OptionTag.java b/api/src/main/java/edu/cornell/mannlib/vedit/tags/OptionTag.java index 13b7696f2..8b556b226 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/tags/OptionTag.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/tags/OptionTag.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.tags; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/tags/ValueTag.java b/api/src/main/java/edu/cornell/mannlib/vedit/tags/ValueTag.java index 48c38be1e..9efbb8522 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/tags/ValueTag.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/tags/ValueTag.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.tags; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/util/FormUtils.java b/api/src/main/java/edu/cornell/mannlib/vedit/util/FormUtils.java index cf217bd8e..20ef40006 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/util/FormUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/util/FormUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.util; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/util/OperationUtils.java b/api/src/main/java/edu/cornell/mannlib/vedit/util/OperationUtils.java index 809d41eda..f4463f255 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/util/OperationUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/util/OperationUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.util; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/util/Stemmer.java b/api/src/main/java/edu/cornell/mannlib/vedit/util/Stemmer.java index 29a80cb1d..753a0b791 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/util/Stemmer.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/util/Stemmer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.util; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/validator/ValidationObject.java b/api/src/main/java/edu/cornell/mannlib/vedit/validator/ValidationObject.java index f50361d53..d71abb639 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/validator/ValidationObject.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/validator/ValidationObject.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.validator; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/validator/Validator.java b/api/src/main/java/edu/cornell/mannlib/vedit/validator/Validator.java index ed194eec4..7875395d2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/validator/Validator.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/validator/Validator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.validator; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/EnumValuesValidator.java b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/EnumValuesValidator.java index 5b976adee..71e20112c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/EnumValuesValidator.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/EnumValuesValidator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.validator.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/IntValidator.java b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/IntValidator.java index 08ae16243..c1fec41c3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/IntValidator.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/IntValidator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.validator.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/RequiredFieldValidator.java b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/RequiredFieldValidator.java index 402cf9239..161e2b5ac 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/RequiredFieldValidator.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/RequiredFieldValidator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.validator.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/UrlValidator.java b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/UrlValidator.java index dbbaeb033..63d91012d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/UrlValidator.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/UrlValidator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.validator.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/XMLNameValidator.java b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/XMLNameValidator.java index 68025bdcb..28bdbea5b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/XMLNameValidator.java +++ b/api/src/main/java/edu/cornell/mannlib/vedit/validator/impl/XMLNameValidator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.validator.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationImpl.java index cf2d67a99..b631836c8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.application; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationSetup.java index 005d8a361..03798f6c4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.application; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationUtils.java index 90b44f665..e513aa87b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/ApplicationUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.application; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/BuildProperties.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/BuildProperties.java index 19438b13f..52116beb8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/BuildProperties.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/BuildProperties.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.application; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/VitroHomeDirectory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/VitroHomeDirectory.java index 5ddb53f54..7b1ad8788 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/VitroHomeDirectory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/application/VitroHomeDirectory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.application; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/ActiveIdentifierBundleFactories.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/ActiveIdentifierBundleFactories.java index 15ddf272f..0c57ab81f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/ActiveIdentifierBundleFactories.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/ActiveIdentifierBundleFactories.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/ArrayIdentifierBundle.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/ArrayIdentifierBundle.java index d0ca09e12..567eddb12 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/ArrayIdentifierBundle.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/ArrayIdentifierBundle.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/Identifier.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/Identifier.java index 0740747d1..5e5dd0128 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/Identifier.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/Identifier.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/IdentifierBundle.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/IdentifierBundle.java index bdb50c80f..ea39f783a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/IdentifierBundle.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/IdentifierBundle.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/IdentifierBundleFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/IdentifierBundleFactory.java index 4c16af8e2..c34b18ee6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/IdentifierBundleFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/IdentifierBundleFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/RequestIdentifiers.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/RequestIdentifiers.java index 5d3736a8d..82f5a49a3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/RequestIdentifiers.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/RequestIdentifiers.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/RoleIdentifier.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/RoleIdentifier.java index 2d6d7797d..c1395cd03 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/RoleIdentifier.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/RoleIdentifier.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/UserBasedIdentifierBundleFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/UserBasedIdentifierBundleFactory.java index 869bdebad..e5ddf30a0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/UserBasedIdentifierBundleFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/UserBasedIdentifierBundleFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/AbstractCommonIdentifier.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/AbstractCommonIdentifier.java index e55d9dccd..75903b3a4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/AbstractCommonIdentifier.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/AbstractCommonIdentifier.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.common; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasAssociatedIndividual.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasAssociatedIndividual.java index 68122a7d5..fe237a6ec 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasAssociatedIndividual.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasAssociatedIndividual.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.common; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasPermission.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasPermission.java index 11de68c9b..3aa9aeff1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasPermission.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasPermission.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.common; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasPermissionSet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasPermissionSet.java index 83798cd0a..2dd010346 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasPermissionSet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasPermissionSet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.common; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasProfile.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasProfile.java index 392656102..d07a3e1a3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasProfile.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasProfile.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.common; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasProxyEditingRights.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasProxyEditingRights.java index 569d89419..39b197b4a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasProxyEditingRights.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/HasProxyEditingRights.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.common; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsBlacklisted.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsBlacklisted.java index 19968094b..74504298b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsBlacklisted.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsBlacklisted.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.common; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsRootUser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsRootUser.java index 189cf97b5..bec483633 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsRootUser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsRootUser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.common; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsUser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsUser.java index 27af30fb8..bb4b352ae 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsUser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/common/IsUser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.common; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/BaseIdentifierBundleFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/BaseIdentifierBundleFactory.java index 039f000e2..75bd8c119 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/BaseIdentifierBundleFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/BaseIdentifierBundleFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/BaseUserBasedIdentifierBundleFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/BaseUserBasedIdentifierBundleFactory.java index 2fafd49de..93aa96503 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/BaseUserBasedIdentifierBundleFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/BaseUserBasedIdentifierBundleFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionFactory.java index af18494c8..44d0689d4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionSetFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionSetFactory.java index 8e3ed9db6..e132251cf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionSetFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionSetFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasProfileOrIsBlacklistedFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasProfileOrIsBlacklistedFactory.java index 4fa966c3c..8d79827e9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasProfileOrIsBlacklistedFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasProfileOrIsBlacklistedFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasProxyEditingRightsFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasProxyEditingRightsFactory.java index 03ad69ab8..c126bcb91 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasProxyEditingRightsFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasProxyEditingRightsFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsRootUserFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsRootUserFactory.java index 44418266f..9767b2f2e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsRootUserFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsRootUserFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsUserFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsUserFactory.java index ba0c44943..d1d60ea9e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsUserFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsUserFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/BrokenPermission.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/BrokenPermission.java index 823ab00a6..e28d8a3b7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/BrokenPermission.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/BrokenPermission.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.permissions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/DisplayByRolePermission.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/DisplayByRolePermission.java index a3df82419..99cab19d3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/DisplayByRolePermission.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/DisplayByRolePermission.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.permissions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/EditByRolePermission.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/EditByRolePermission.java index 263815bd2..e276f9ace 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/EditByRolePermission.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/EditByRolePermission.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.permissions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/Permission.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/Permission.java index c6a328c63..fda203fc2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/Permission.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/Permission.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.permissions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionRegistry.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionRegistry.java index be496700a..ff50e7888 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionRegistry.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionRegistry.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.permissions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionSets.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionSets.java index f5931c7df..5d9198ef5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionSets.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionSets.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.permissions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionSetsSmokeTest.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionSetsSmokeTest.java index 79292502f..b86e97f08 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionSetsSmokeTest.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PermissionSetsSmokeTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.permissions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PublishByRolePermission.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PublishByRolePermission.java index 9942cfa88..b1e63aa4b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PublishByRolePermission.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/PublishByRolePermission.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.permissions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/SimplePermission.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/SimplePermission.java index 2f2c2c704..c5640f6e9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/SimplePermission.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/permissions/SimplePermission.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.permissions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/BaseSelfEditingPolicy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/BaseSelfEditingPolicy.java index e072f183a..1541cfc8e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/BaseSelfEditingPolicy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/BaseSelfEditingPolicy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/BasicPolicyDecision.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/BasicPolicyDecision.java index 3cdc69277..2fc390080 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/BasicPolicyDecision.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/BasicPolicyDecision.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/CompositPolicyDecision.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/CompositPolicyDecision.java index 538ea6a76..9e8a83abc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/CompositPolicyDecision.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/CompositPolicyDecision.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/DisplayRestrictedDataToSelfPolicy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/DisplayRestrictedDataToSelfPolicy.java index 57cfa0aa6..0b20f56ff 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/DisplayRestrictedDataToSelfPolicy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/DisplayRestrictedDataToSelfPolicy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PermissionsPolicy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PermissionsPolicy.java index 0d0044400..0a66bdeff 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PermissionsPolicy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PermissionsPolicy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyDecisionLogger.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyDecisionLogger.java index d86449271..a6aea3132 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyDecisionLogger.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyDecisionLogger.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper.java index b60a1f118..f06ab9634 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyList.java index 86693198c..6cdabb1d1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RequestPolicyList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RequestPolicyList.java index cf344e9e0..3d6e8224f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RequestPolicyList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RequestPolicyList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RestrictHomeMenuItemEditingPolicy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RestrictHomeMenuItemEditingPolicy.java index b7ba350ed..3b4357754 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RestrictHomeMenuItemEditingPolicy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RestrictHomeMenuItemEditingPolicy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RootUserPolicy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RootUserPolicy.java index d8d795815..d432ca66c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RootUserPolicy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/RootUserPolicy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicy.java index af7062b51..ab43736a7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ServletPolicyList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ServletPolicyList.java index 47ebbe932..1a163e482 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ServletPolicyList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ServletPolicyList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBean.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBean.java index 517fb84fd..993d21aab 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBean.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBean.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.bean; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanImpl.java index e0c4bcf02..5fed6daf3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.bean; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionLevels.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionLevels.java index a5f4711a8..866e9cfd2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionLevels.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionLevels.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.bean; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionListener.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionListener.java index f6997825a..d632703fa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionListener.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionListener.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.bean; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/RoleRestrictedProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/RoleRestrictedProperty.java index 040141c2b..7219bbf4b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/RoleRestrictedProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/RoleRestrictedProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.bean; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/Authorization.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/Authorization.java index b57be4ded..367a5a2ac 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/Authorization.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/Authorization.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/PolicyDecision.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/PolicyDecision.java index 6cd869cca..19356bf3c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/PolicyDecision.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/PolicyDecision.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/PolicyIface.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/PolicyIface.java index 564e47a38..11a19a4ed 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/PolicyIface.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/ifaces/PolicyIface.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.ifaces; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/setup/CommonPolicyFamilySetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/setup/CommonPolicyFamilySetup.java index 93633c8b2..7a5723267 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/setup/CommonPolicyFamilySetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/setup/CommonPolicyFamilySetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/specialrelationships/AbstractRelationshipPolicy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/specialrelationships/AbstractRelationshipPolicy.java index e388c65ad..ddf88ed17 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/specialrelationships/AbstractRelationshipPolicy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/specialrelationships/AbstractRelationshipPolicy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.specialrelationships; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/specialrelationships/RelationshipChecker.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/specialrelationships/RelationshipChecker.java index f306d051c..dd3bfd482 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/specialrelationships/RelationshipChecker.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/policy/specialrelationships/RelationshipChecker.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.specialrelationships; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/AuthorizationRequest.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/AuthorizationRequest.java index 9d690cd41..766977efe 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/AuthorizationRequest.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/AuthorizationRequest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/RequestedAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/RequestedAction.java index a1d3a0241..e32667465 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/RequestedAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/RequestedAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/SimpleRequestedAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/SimpleRequestedAction.java index 1a63b0fbc..313ff11f3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/SimpleRequestedAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/SimpleRequestedAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/AddNewUser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/AddNewUser.java index 2dd341669..0c57618a9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/AddNewUser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/AddNewUser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/LoadOntology.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/LoadOntology.java index 51d66372e..ea7027a73 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/LoadOntology.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/LoadOntology.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/RebuildTextIndex.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/RebuildTextIndex.java index 85c3cfe00..e0261e450 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/RebuildTextIndex.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/RebuildTextIndex.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/RemoveUser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/RemoveUser.java index c3d898c69..28fd602ad 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/RemoveUser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/RemoveUser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/ServerStatus.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/ServerStatus.java index 8d3c9bf23..8e2ff80dd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/ServerStatus.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/ServerStatus.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/UpdateTextIndex.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/UpdateTextIndex.java index dc015e6cd..233107823 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/UpdateTextIndex.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/UpdateTextIndex.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/UploadFile.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/UploadFile.java index bd28424d7..2327ecc4f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/UploadFile.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/admin/UploadFile.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayDataProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayDataProperty.java index 87e2149c6..a452d40fb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayDataProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayDataProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.display; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayDataPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayDataPropertyStatement.java index 92118d5c8..dfa25f1ab 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayDataPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayDataPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.display; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayObjectProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayObjectProperty.java index 9e5b75d6b..19b565564 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayObjectProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayObjectProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.display; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayObjectPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayObjectPropertyStatement.java index 568167b5e..1decb1196 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayObjectPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/display/DisplayObjectPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.display; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/AdminRequestedAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/AdminRequestedAction.java index c7977cbcb..25e73019c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/AdminRequestedAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/AdminRequestedAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/OntoRequestedAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/OntoRequestedAction.java index c0d3ed74d..cc2382901 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/OntoRequestedAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/OntoRequestedAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/RequiresActions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/RequiresActions.java index 0f4393e2f..a5c16bbd8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/RequiresActions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/RequiresActions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/SingleParameterAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/SingleParameterAction.java index 085f27c0f..de3131028 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/SingleParameterAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ifaces/SingleParameterAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/CreateOwlClass.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/CreateOwlClass.java index 71385aea7..36b7f732c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/CreateOwlClass.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/CreateOwlClass.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ontology; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/DefineDataProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/DefineDataProperty.java index 3387e7599..f7667d5f9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/DefineDataProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/DefineDataProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ontology; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/DefineObjectProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/DefineObjectProperty.java index 56b0319dd..63d189883 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/DefineObjectProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/DefineObjectProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ontology; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/RemoveOwlClass.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/RemoveOwlClass.java index e2da530d1..495116aae 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/RemoveOwlClass.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/ontology/RemoveOwlClass.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ontology; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractDataPropertyStatementAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractDataPropertyStatementAction.java index e20c3267a..b1614eafb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractDataPropertyStatementAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractDataPropertyStatementAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractObjectPropertyStatementAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractObjectPropertyStatementAction.java index 1ad4dc679..2e70191e1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractObjectPropertyStatementAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractObjectPropertyStatementAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractPropertyStatementAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractPropertyStatementAction.java index 3892b24aa..501870692 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractPropertyStatementAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AbstractPropertyStatementAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AddDataPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AddDataPropertyStatement.java index 02051450e..8b49ddc6b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AddDataPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AddDataPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AddObjectPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AddObjectPropertyStatement.java index 7b9241fe6..cc3f53dc6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AddObjectPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/AddObjectPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/DropDataPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/DropDataPropertyStatement.java index bb4d1f39e..e801837dc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/DropDataPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/DropDataPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/DropObjectPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/DropObjectPropertyStatement.java index e50da8e41..36549b8b8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/DropObjectPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/DropObjectPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/EditDataPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/EditDataPropertyStatement.java index 538102c7f..8fe4939d6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/EditDataPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/EditDataPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/EditObjectPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/EditObjectPropertyStatement.java index 07d2fb7aa..d85bfe784 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/EditObjectPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/EditObjectPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.propstmt; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishDataProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishDataProperty.java index 3133ec96c..e3d36a3e3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishDataProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishDataProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishDataPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishDataPropertyStatement.java index e73517ecb..03c019a80 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishDataPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishDataPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishObjectProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishObjectProperty.java index ecb3bc63e..5120a04cf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishObjectProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishObjectProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishObjectPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishObjectPropertyStatement.java index 1fe1a5eb3..bd5fcbbe0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishObjectPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/publish/PublishObjectPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.publish; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/AbstractResourceAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/AbstractResourceAction.java index ca219054e..a3354af9d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/AbstractResourceAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/AbstractResourceAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.resource; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/AddResource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/AddResource.java index 912308c57..6f748975b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/AddResource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/AddResource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.resource; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/DropResource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/DropResource.java index ff0e6d1a0..7dadddc43 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/DropResource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/resource/DropResource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.resource; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/usepages/ManageRootAccount.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/usepages/ManageRootAccount.java index 9e211d542..f2603b34a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/usepages/ManageRootAccount.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/usepages/ManageRootAccount.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.usepages; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/usepages/UsePagesRequestedAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/usepages/UsePagesRequestedAction.java index 288ae637f..7910825dd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/usepages/UsePagesRequestedAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/usepages/UsePagesRequestedAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.usepages; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ApplicationBean.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ApplicationBean.java index 76b74ed82..5e6c100df 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ApplicationBean.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ApplicationBean.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/BaseResourceBean.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/BaseResourceBean.java index d893a17ed..e51e7401b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/BaseResourceBean.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/BaseResourceBean.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Classes2Classes.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Classes2Classes.java index 2768f42fe..c8b364d84 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Classes2Classes.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Classes2Classes.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataProperty.java index fef38df6d..ddf931882 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyComparator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyComparator.java index 491ca68ea..fa285934c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyComparator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyComparator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyStatement.java index 5fa6a2358..c8fcb499b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyStatementImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyStatementImpl.java index b05c56a19..2ede77d2b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyStatementImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DataPropertyStatementImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Datatype.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Datatype.java index a481276e4..c086b595b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Datatype.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Datatype.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DisplayMessage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DisplayMessage.java index b18aa8092..00bd4c59a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DisplayMessage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/DisplayMessage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/FauxProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/FauxProperty.java index b7556b06f..167c388a0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/FauxProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/FauxProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Individual.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Individual.java index 43d2a5b78..baabe243f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Individual.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Individual.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/IndividualImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/IndividualImpl.java index e8023c8d1..50a63b216 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/IndividualImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/IndividualImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectProperty.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectProperty.java index 2db1be3ea..c1f1649d4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectProperty.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectProperty.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectPropertyStatement.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectPropertyStatement.java index f904eecac..62663f93b 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectPropertyStatement.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectPropertyStatement.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; import java.util.Date; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectPropertyStatementImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectPropertyStatementImpl.java index fb015bb43..2a3ecf3b0 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectPropertyStatementImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ObjectPropertyStatementImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Ontology.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Ontology.java index 717612db1..edd6d8142 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Ontology.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Ontology.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PermissionSet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PermissionSet.java index 5da62c694..ea315edc4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PermissionSet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PermissionSet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Property.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Property.java index ef796e326..80c6140f9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Property.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/Property.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyGroup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyGroup.java index b5f7dc434..f76d026b5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyGroup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyGroup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyInstance.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyInstance.java index 09ebe625e..2b02301ce 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyInstance.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyInstance.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyInstanceIface.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyInstanceIface.java index b53bbba94..603c2523c 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyInstanceIface.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/PropertyInstanceIface.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ResourceBean.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ResourceBean.java index c2549f89c..65d8dd1cb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ResourceBean.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/ResourceBean.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/SelfEditingConfiguration.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/SelfEditingConfiguration.java index 25d33160d..ce76b4819 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/SelfEditingConfiguration.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/SelfEditingConfiguration.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/UserAccount.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/UserAccount.java index 9830c1618..ec3f0bb12 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/UserAccount.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/UserAccount.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClass.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClass.java index 9a1248b13..c7877bf91 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClass.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClass.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClassGroup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClassGroup.java index 58f1f0b8e..d6fd3406c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClassGroup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClassGroup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClassList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClassList.java index d53b59ae4..eccc8ebf0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClassList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/beans/VClassList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationProperties.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationProperties.java index efc889249..7e9e4a0a4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationProperties.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationProperties.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesImpl.java index 9389ea6d3..be0da808f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSetup.java index 3ba0cd937..c2ce8f764 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSmokeTests.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSmokeTests.java index e642cc9a6..dfaef633f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSmokeTests.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesSmokeTests.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/DummyConfigurationProperties.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/DummyConfigurationProperties.java index 99d2393ba..c4ee88058 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/DummyConfigurationProperties.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/DummyConfigurationProperties.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoBean.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoBean.java index 40d9bf713..c43251d42 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoBean.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoBean.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoSetup.java index 16d826dbe..85bd1a349 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/AbstractPageHandler.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/AbstractPageHandler.java index 6102de1b5..f09141189 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/AbstractPageHandler.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/AbstractPageHandler.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/Controllers.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/Controllers.java index bc385c654..2dafe4d8e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/Controllers.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/Controllers.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/DashboardPropertyListController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/DashboardPropertyListController.java index e2a5367a8..e2fe2df68 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/DashboardPropertyListController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/DashboardPropertyListController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/IndividualListRdfController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/IndividualListRdfController.java index aeaa60f8c..6d1124394 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/IndividualListRdfController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/IndividualListRdfController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; import static edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery.RdfResultMediaType.RDF_XML; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/MailUsersServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/MailUsersServlet.java index 25d05b123..f01aea93c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/MailUsersServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/MailUsersServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/MultipartRequestWrapper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/MultipartRequestWrapper.java index f3d52258c..f64ceccc6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/MultipartRequestWrapper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/MultipartRequestWrapper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/OntologyController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/OntologyController.java index cd25ba970..5f93836f9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/OntologyController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/OntologyController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; import java.io.IOException; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/SparqlQueryBuilderServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/SparqlQueryBuilderServlet.java index d17ebe770..412355438 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/SparqlQueryBuilderServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/SparqlQueryBuilderServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/UserMailController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/UserMailController.java index f426be887..1064a1076 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/UserMailController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/UserMailController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/VitroHttpServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/VitroHttpServlet.java index 6a39a184f..3d765c4a8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/VitroHttpServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/VitroHttpServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/VitroRequest.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/VitroRequest.java index 8b5f843e3..bc7110de6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/VitroRequest.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/VitroRequest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsOrdering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsOrdering.java index cccb6faca..5485879a9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsOrdering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsOrdering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsPage.java index 0a977ec5d..97df47c7f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelection.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelection.java index 65021933a..7882738ca 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelection.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelection.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectionCriteria.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectionCriteria.java index 57a3dfce7..52cbf20b1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectionCriteria.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectionCriteria.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelector.java index af803122a..b809f768e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAddPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAddPage.java index 1970a024a..5bddbe63b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAddPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAddPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAddPageStrategy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAddPageStrategy.java index 740b31a97..4bed0fa55 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAddPageStrategy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAddPageStrategy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAdminController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAdminController.java index 2361722a8..bcf5d3a5f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAdminController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsAdminController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsDeleter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsDeleter.java index 0c452862b..70d52bead 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsDeleter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsDeleter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsEditPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsEditPage.java index 4769ad813..840e690ac 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsEditPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsEditPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsEditPageStrategy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsEditPageStrategy.java index 0c67d5e5a..974e71b49 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsEditPageStrategy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsEditPageStrategy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsListPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsListPage.java index 07a74c560..1eff96041 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsListPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsListPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsProfileCreator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsProfileCreator.java index cb4b11e1a..8e4c24071 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsProfileCreator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/UserAccountsProfileCreator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/ExternalAuthChecker.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/ExternalAuthChecker.java index 874bd9479..38e5afe71 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/ExternalAuthChecker.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/ExternalAuthChecker.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/ProfileAutoCompleter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/ProfileAutoCompleter.java index 5be1b3270..4d0193382 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/ProfileAutoCompleter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/ProfileAutoCompleter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.ajax; import static edu.cornell.mannlib.vitro.webapp.search.VitroSearchTermNames.AC_NAME_STEMMED; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/UserAccountsAjaxController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/UserAccountsAjaxController.java index fa70026fb..8b6894747 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/UserAccountsAjaxController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/admin/ajax/UserAccountsAjaxController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesController.java index c1484257b..3074b33f7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesCreatePage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesCreatePage.java index 86459891c..51be9c046 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesCreatePage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesCreatePage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesEditPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesEditPage.java index bf1f8122c..55bf9c2b2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesEditPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesEditPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesListPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesListPage.java index 6847fb236..d7f9a95dd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesListPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ManageProxiesListPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyItemInfo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyItemInfo.java index 1aa368912..d8a6f7d8f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyItemInfo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyItemInfo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationship.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationship.java index 8dcb7982c..d9ac0dbe2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationship.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationship.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelection.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelection.java index 97e2882a7..7f1a1285d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelection.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelection.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectionBuilder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectionBuilder.java index 9c7276d89..f053636cd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectionBuilder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectionBuilder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectionCriteria.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectionCriteria.java index c3e4d8074..44bdbfd90 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectionCriteria.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectionCriteria.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelector.java index 95e210dd7..0f3d47f2a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/BasicProfilesGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/BasicProfilesGetter.java index 82e2e24c9..f42322638 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/BasicProfilesGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/BasicProfilesGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/BasicProxiesGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/BasicProxiesGetter.java index f1c3d0c3e..7970ba615 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/BasicProxiesGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/BasicProxiesGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/ManageProxiesAjaxController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/ManageProxiesAjaxController.java index d49d166ba..c1e936419 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/ManageProxiesAjaxController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/ManageProxiesAjaxController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/MoreProfileInfo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/MoreProfileInfo.java index 9b62a1c7a..7071c3b55 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/MoreProfileInfo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/MoreProfileInfo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/MoreProxyInfo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/MoreProxyInfo.java index 62bf141a4..bb99cdc7a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/MoreProxyInfo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ajax/MoreProxyInfo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsCreatePasswordPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsCreatePasswordPage.java index 77390fc6d..8aec68112 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsCreatePasswordPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsCreatePasswordPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.user; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsFirstTimeExternalPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsFirstTimeExternalPage.java index ffffc1b1a..4503947dc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsFirstTimeExternalPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsFirstTimeExternalPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.user; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsFirstTimeExternalPageStrategy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsFirstTimeExternalPageStrategy.java index ff6e7367e..811a41adb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsFirstTimeExternalPageStrategy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsFirstTimeExternalPageStrategy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.user; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsMyAccountPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsMyAccountPage.java index 8ef256088..96ceb68e6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsMyAccountPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsMyAccountPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.user; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsMyAccountPageStrategy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsMyAccountPageStrategy.java index 2fa87ea3f..d7247a614 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsMyAccountPageStrategy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsMyAccountPageStrategy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.user; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsPasswordBasePage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsPasswordBasePage.java index d8e903f60..9a471b4bb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsPasswordBasePage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsPasswordBasePage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.user; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsResetPasswordPage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsResetPasswordPage.java index 41ef7ee55..d09f2bced 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsResetPasswordPage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsResetPasswordPage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.user; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsUserController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsUserController.java index 57b965d65..de90d217d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsUserController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/user/UserAccountsUserController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.user; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/RestrictLoginsController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/RestrictLoginsController.java index e80d7f2d5..86ba316db 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/RestrictLoginsController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/RestrictLoginsController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowAuthController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowAuthController.java index 329eb5b78..7d8f5274e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowAuthController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowAuthController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowBackgroundThreadsController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowBackgroundThreadsController.java index f8241ca6b..7f6780e78 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowBackgroundThreadsController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowBackgroundThreadsController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowConfiguration.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowConfiguration.java index b19d7cb76..b496384a8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowConfiguration.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowConfiguration.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowSourcesController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowSourcesController.java index 50c8a898a..5df2d68bb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowSourcesController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/ShowSourcesController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/SparqlQueryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/SparqlQueryController.java index bba1e0865..5879fcb55 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/SparqlQueryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/SparqlQueryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/StartupStatusController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/StartupStatusController.java index ae295ed35..388a76215 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/StartupStatusController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/StartupStatusController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/WaitForBackgroundThreadsController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/WaitForBackgroundThreadsController.java index a01131550..585f31d94 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/WaitForBackgroundThreadsController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/admin/WaitForBackgroundThreadsController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.admin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/AbstractAjaxResponder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/AbstractAjaxResponder.java index 3faa4c968..72061f3a1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/AbstractAjaxResponder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/AbstractAjaxResponder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/SparqlQueryAjaxController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/SparqlQueryAjaxController.java index a012716ae..b13c4b4a2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/SparqlQueryAjaxController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/SparqlQueryAjaxController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/SparqlUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/SparqlUtils.java index 9ebf5a940..78a389341 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/SparqlUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/SparqlUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/VitroAjaxController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/VitroAjaxController.java index 3590e83a8..d1398f010 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/VitroAjaxController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/ajax/VitroAjaxController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.ajax; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/NotAuthorizedToUseApiException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/NotAuthorizedToUseApiException.java index 8484ecc39..51ddba485 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/NotAuthorizedToUseApiException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/NotAuthorizedToUseApiException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlQueryApiController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlQueryApiController.java index b7ed960c9..dfe79d767 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlQueryApiController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlQueryApiController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlUpdateApiController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlUpdateApiController.java index b045b118c..08f83a2b6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlUpdateApiController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlUpdateApiController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/VitroApiServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/VitroApiServlet.java index cbcf26b8f..5105eeb0f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/VitroApiServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/VitroApiServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/InvalidQueryTypeException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/InvalidQueryTypeException.java index 3ff0f7db4..88842c98e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/InvalidQueryTypeException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/InvalidQueryTypeException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/RdfResultMediaType.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/RdfResultMediaType.java index 72d744ce4..4c9114a54 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/RdfResultMediaType.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/RdfResultMediaType.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/ResultSetMediaType.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/ResultSetMediaType.java index 2b4b56760..b283d84fe 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/ResultSetMediaType.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/ResultSetMediaType.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiAskExecutor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiAskExecutor.java index 66a808169..685e8b846 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiAskExecutor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiAskExecutor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiConstructExecutor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiConstructExecutor.java index 7c28a44a9..eca58f7a9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiConstructExecutor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiConstructExecutor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiDescribeExecutor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiDescribeExecutor.java index d4883672d..454b3b4ad 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiDescribeExecutor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiDescribeExecutor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiExecutor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiExecutor.java index e440e9131..9794145d3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiExecutor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiExecutor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiRdfProducer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiRdfProducer.java index 9e42fd819..1a24e5020 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiRdfProducer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiRdfProducer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiResultSetProducer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiResultSetProducer.java index 2e0f770b8..c8be53793 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiResultSetProducer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiResultSetProducer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiSelectExecutor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiSelectExecutor.java index ab2c754ea..eaacbd1fc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiSelectExecutor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiSelectExecutor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/AdminLoginController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/AdminLoginController.java index 74c7156c1..1b044a58a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/AdminLoginController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/AdminLoginController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/Authenticator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/Authenticator.java index c82231529..bf5aae3e5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/Authenticator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/Authenticator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/BaseLoginServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/BaseLoginServlet.java index 9fa5fb39c..4af7f9e44 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/BaseLoginServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/BaseLoginServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/BasicAuthenticator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/BasicAuthenticator.java index cd5063b70..2c9af1367 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/BasicAuthenticator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/BasicAuthenticator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ExternalAuthHelper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ExternalAuthHelper.java index a77f4d31e..5d0fd5c62 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ExternalAuthHelper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ExternalAuthHelper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/FakeExternalAuthController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/FakeExternalAuthController.java index a7d7b8448..0c4ad8a89 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/FakeExternalAuthController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/FakeExternalAuthController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginExternalAuthReturn.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginExternalAuthReturn.java index ab5cdb761..56d1f965d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginExternalAuthReturn.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginExternalAuthReturn.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginExternalAuthSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginExternalAuthSetup.java index 7c3c17958..e64980db7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginExternalAuthSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginExternalAuthSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginInProcessFlag.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginInProcessFlag.java index 4a1dc2c2c..faeb0b8b5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginInProcessFlag.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginInProcessFlag.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginRedirector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginRedirector.java index 05197a731..ffc18f805 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginRedirector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LoginRedirector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LogoutRedirector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LogoutRedirector.java index c1882f15c..a5eb7c6b1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LogoutRedirector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/LogoutRedirector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ProgramLogin.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ProgramLogin.java index 97af0ac42..664a7d557 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ProgramLogin.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ProgramLogin.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/RestrictedAuthenticator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/RestrictedAuthenticator.java index f5123c854..1443e4250 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/RestrictedAuthenticator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/RestrictedAuthenticator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/AbstractDumpRestoreAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/AbstractDumpRestoreAction.java index 061a075ba..6f100e189 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/AbstractDumpRestoreAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/AbstractDumpRestoreAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpModelsAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpModelsAction.java index 5e3dd58e7..1c985bbbe 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpModelsAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpModelsAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpNode.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpNode.java index f02abb359..95f4875a8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpNode.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpNode.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpParser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpParser.java index c359b7871..861722f1b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpParser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpParser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpQuad.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpQuad.java index 1b753f7b0..d8463d457 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpQuad.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpQuad.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpRestoreController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpRestoreController.java index 38eb933e2..3c2302266 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpRestoreController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpRestoreController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpTriple.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpTriple.java index 9bf874310..41e00b086 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpTriple.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/DumpTriple.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NQuadLineSplitter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NQuadLineSplitter.java index 0074e093b..580cd2635 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NQuadLineSplitter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NQuadLineSplitter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NquadsParser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NquadsParser.java index 77c5c82f2..b043b1efb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NquadsParser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NquadsParser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/RestoreModelsAction.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/RestoreModelsAction.java index 47157752c..896387464 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/RestoreModelsAction.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/RestoreModelsAction.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ApplicationBeanRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ApplicationBeanRetryController.java index 48c80f2c4..3c06dfae4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ApplicationBeanRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ApplicationBeanRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Authenticate.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Authenticate.java index 18efc6835..c9e155466 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Authenticate.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Authenticate.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Classes2ClassesOperationController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Classes2ClassesOperationController.java index 8e9d0359d..44f6cf343 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Classes2ClassesOperationController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Classes2ClassesOperationController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Classes2ClassesRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Classes2ClassesRetryController.java index e6fc8c785..8d8c98079 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Classes2ClassesRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Classes2ClassesRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ClassgroupRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ClassgroupRetryController.java index e9ee15eb0..b82ff5075 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ClassgroupRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ClassgroupRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DataPropertyStatementRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DataPropertyStatementRetryController.java index fbd8aa0ac..876aa79dd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DataPropertyStatementRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DataPropertyStatementRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatapropEditController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatapropEditController.java index 36e3faa18..6ee09beb5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatapropEditController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatapropEditController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatapropRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatapropRetryController.java index f4309dee6..b389fdf20 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatapropRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatapropRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatatypeRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatatypeRetryController.java index 17b057b28..22d711f61 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatatypeRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DatatypeRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DeletePageController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DeletePageController.java index 5c1839a36..e7d64d410 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DeletePageController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/DeletePageController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/EntityEditController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/EntityEditController.java index d2005aec3..9a3dfee95 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/EntityEditController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/EntityEditController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/EntityRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/EntityRetryController.java index 3d23bd1f1..211faeb5f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/EntityRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/EntityRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/FauxPropertyEditController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/FauxPropertyEditController.java index 73559b00a..854e4a7bb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/FauxPropertyEditController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/FauxPropertyEditController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/FauxPropertyRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/FauxPropertyRetryController.java index 577baf527..1a2c3a32d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/FauxPropertyRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/FauxPropertyRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/IndividualTypeOperationController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/IndividualTypeOperationController.java index 1702863e0..312e6ac25 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/IndividualTypeOperationController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/IndividualTypeOperationController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/IndividualTypeRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/IndividualTypeRetryController.java index 14a03aff5..65f3b09e6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/IndividualTypeRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/IndividualTypeRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Logout.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Logout.java index 3ab84257d..dc2dd3acf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Logout.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Logout.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/MenuManagementEdit.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/MenuManagementEdit.java index f5508a5ba..53480cc0d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/MenuManagementEdit.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/MenuManagementEdit.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/N3MultiPartUploadDELETEME.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/N3MultiPartUploadDELETEME.java index 95a633b94..f78480b73 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/N3MultiPartUploadDELETEME.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/N3MultiPartUploadDELETEME.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/NamespacePrefixOperationController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/NamespacePrefixOperationController.java index 5b80881a6..93a30468f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/NamespacePrefixOperationController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/NamespacePrefixOperationController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/NamespacePrefixRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/NamespacePrefixRetryController.java index 65d467025..e877c7aca 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/NamespacePrefixRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/NamespacePrefixRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ObjectPropertyStatementRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ObjectPropertyStatementRetryController.java index dcce5feec..d400f17e1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ObjectPropertyStatementRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ObjectPropertyStatementRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/OntologyEditController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/OntologyEditController.java index d12d674c8..de78b9097 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/OntologyEditController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/OntologyEditController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/OntologyRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/OntologyRetryController.java index 46a57db85..848872ef8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/OntologyRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/OntologyRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveDelete.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveDelete.java index 8b520de78..ada1dbe5e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveDelete.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveDelete.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveRdfEdit.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveRdfEdit.java index 2e75d4bc6..ce4868322 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveRdfEdit.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveRdfEdit.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Properties2PropertiesOperationController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Properties2PropertiesOperationController.java index cd5cac166..40e9c019f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Properties2PropertiesOperationController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Properties2PropertiesOperationController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Properties2PropertiesRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Properties2PropertiesRetryController.java index 52d32baa9..835a6f791 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Properties2PropertiesRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/Properties2PropertiesRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyEditController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyEditController.java index 55130f690..fb10dd860 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyEditController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyEditController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyGroupRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyGroupRetryController.java index 0b42f52c6..bd89deab9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyGroupRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyGroupRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyRetryController.java index a906463e4..47184f55b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PropertyRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RefactorOperationController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RefactorOperationController.java index 2f65553fd..1db540d9c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RefactorOperationController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RefactorOperationController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RefactorRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RefactorRetryController.java index 37bdc8307..391ba55f4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RefactorRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RefactorRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ReorderController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ReorderController.java index 0130aec51..c5a859193 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ReorderController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/ReorderController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionOperationController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionOperationController.java index 0a96dbdc8..d19d451cc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionOperationController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionOperationController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionRetryController.java index 4c8cf8061..79438c49b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/RestrictionRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/VclassEditController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/VclassEditController.java index d8280c918..b5a6899a8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/VclassEditController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/VclassEditController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/VclassRetryController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/VclassRetryController.java index 2797d0c68..b037c35b3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/VclassRetryController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/VclassRetryController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/AllClassGroupsListingController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/AllClassGroupsListingController.java index 6423387d4..ca02a2c0f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/AllClassGroupsListingController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/AllClassGroupsListingController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/DataPropertyStatementListingController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/DataPropertyStatementListingController.java index 4c789f9aa..1738db01e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/DataPropertyStatementListingController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/DataPropertyStatementListingController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/IndividualsListingController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/IndividualsListingController.java index 4a47d59f0..7f8678653 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/IndividualsListingController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/IndividualsListingController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/ListingControllerWebUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/ListingControllerWebUtils.java index 370dd0e68..c71e94f23 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/ListingControllerWebUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/ListingControllerWebUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/ObjectPropertyStatementListingController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/ObjectPropertyStatementListingController.java index c69e2301b..f8ff7189d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/ObjectPropertyStatementListingController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/ObjectPropertyStatementListingController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/OntologiesListingController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/OntologiesListingController.java index 85f3ec7fa..4b5025f1b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/OntologiesListingController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/OntologiesListingController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/PropertyGroupsListingController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/PropertyGroupsListingController.java index 092c1396b..15e8e20f8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/PropertyGroupsListingController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/PropertyGroupsListingController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/VClassWebappWithInstancesListingController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/VClassWebappWithInstancesListingController.java index ccb3aa31a..d8a4c3458 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/VClassWebappWithInstancesListingController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/VClassWebappWithInstancesListingController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/jena/NamespacesListingController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/jena/NamespacesListingController.java index e11dcbb9d..502df6c7a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/jena/NamespacesListingController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/jena/NamespacesListingController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/jena/RestrictionsListingController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/jena/RestrictionsListingController.java index bd1b21c5c..64e04b6fa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/jena/RestrictionsListingController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/listing/jena/RestrictionsListingController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.listing.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/utils/LocalNamespaceClassUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/utils/LocalNamespaceClassUtils.java index 399434fc1..0d6b6fd90 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/utils/LocalNamespaceClassUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/utils/LocalNamespaceClassUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/utils/RoleLevelOptionsSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/utils/RoleLevelOptionsSetup.java index 29aa7bd75..1f9222bb5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/utils/RoleLevelOptionsSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/edit/utils/RoleLevelOptionsSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/AboutController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/AboutController.java index d468e9c85..83c9d9150 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/AboutController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/AboutController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/BaseSiteAdminController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/BaseSiteAdminController.java index de38beeef..998106d64 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/BaseSiteAdminController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/BaseSiteAdminController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/BrowseController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/BrowseController.java index 4a8f7ea36..46c22e56e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/BrowseController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/BrowseController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ContactFormController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ContactFormController.java index 239940e54..84a315fab 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ContactFormController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ContactFormController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ContactMailController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ContactMailController.java index 297042279..71b36a534 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ContactMailController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ContactMailController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DeletePropertyController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DeletePropertyController.java index 5563bef94..a292b639a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DeletePropertyController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DeletePropertyController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DelimitingTemplateLoader.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DelimitingTemplateLoader.java index 9b103ad82..4d9242ad0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DelimitingTemplateLoader.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DelimitingTemplateLoader.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DumpTestController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DumpTestController.java index 4ba3ee4e6..ba0313b90 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DumpTestController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/DumpTestController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerComponentGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerComponentGenerator.java index 29785c64f..1478db39c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerComponentGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerComponentGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerHttpServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerHttpServlet.java index 5d97c7b98..b6a7f3aca 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerHttpServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerHttpServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerSetup.java index c7e390e19..f7355bc0f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/FreemarkerSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/HomePageController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/HomePageController.java index 22aaaa804..d09d1a10d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/HomePageController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/HomePageController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ImageUploadController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ImageUploadController.java index 743b3bfd8..f94f3a1e0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ImageUploadController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ImageUploadController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ImageUploadHelper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ImageUploadHelper.java index e7bb9eb45..c89e9b0f4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ImageUploadHelper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ImageUploadHelper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualListController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualListController.java index d200bc95d..afa6e4b20 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualListController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualListController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualListQueryResults.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualListQueryResults.java index c7d832c85..cc46c7fb0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualListQueryResults.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/IndividualListQueryResults.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListClassGroupsController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListClassGroupsController.java index 097212e0e..4a45fbe05 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListClassGroupsController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListClassGroupsController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListDatatypePropertiesController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListDatatypePropertiesController.java index 926f99eb0..550767c23 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListDatatypePropertiesController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListDatatypePropertiesController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListFauxPropertiesController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListFauxPropertiesController.java index 409575826..124a8f04d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListFauxPropertiesController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListFauxPropertiesController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyGroupsController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyGroupsController.java index 35d37468d..f5cfdb223 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyGroupsController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyGroupsController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyWebappsController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyWebappsController.java index e8af4ea41..8c6398394 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyWebappsController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListPropertyWebappsController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListVClassWebappsController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListVClassWebappsController.java index 9f8a42086..05c2c309b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListVClassWebappsController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ListVClassWebappsController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ManageLabelsForIndividualController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ManageLabelsForIndividualController.java index 51f24e857..1e5254048 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ManageLabelsForIndividualController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ManageLabelsForIndividualController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/PageController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/PageController.java index 7b89e08e1..af568e6c7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/PageController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/PageController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/RevisionInfoController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/RevisionInfoController.java index a978fd05d..3ca3e0356 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/RevisionInfoController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/RevisionInfoController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SamplesController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SamplesController.java index 0c3f0caa2..9107e30ac 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SamplesController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SamplesController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowClassHierarchyController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowClassHierarchyController.java index 1ee31817b..7a2b1265d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowClassHierarchyController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowClassHierarchyController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowDataPropertyHierarchyController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowDataPropertyHierarchyController.java index 869112de9..e5a47afb4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowDataPropertyHierarchyController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowDataPropertyHierarchyController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowObjectPropertyHierarchyController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowObjectPropertyHierarchyController.java index 22d14e6b2..f8622d2c7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowObjectPropertyHierarchyController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ShowObjectPropertyHierarchyController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SimpleReasonerRecomputeController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SimpleReasonerRecomputeController.java index 64625a22a..25e1b87cd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SimpleReasonerRecomputeController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SimpleReasonerRecomputeController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; import static edu.cornell.mannlib.vitro.webapp.utils.threads.VitroBackgroundThread.WorkLevel.WORKING; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SiteAdminController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SiteAdminController.java index 5a529f721..425d34c4b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SiteAdminController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/SiteAdminController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/StaticPageController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/StaticPageController.java index ed02c9810..92a64134a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/StaticPageController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/StaticPageController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TemplateProcessingHelper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TemplateProcessingHelper.java index 398ecaec0..ef583e7af 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TemplateProcessingHelper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TemplateProcessingHelper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TermsOfUseController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TermsOfUseController.java index fecd79ce0..5f0ea4f34 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TermsOfUseController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TermsOfUseController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TestController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TestController.java index 34ada0cc4..29abf3d1e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TestController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/TestController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/UrlBuilder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/UrlBuilder.java index efbe66f2c..bb4d151e0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/UrlBuilder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/UrlBuilder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ViewLabelsServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ViewLabelsServlet.java index afd68ff47..cc01b5e8f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ViewLabelsServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/ViewLabelsServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; import java.io.FileNotFoundException; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/BaseResponseValues.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/BaseResponseValues.java index cf88cb559..abf0043d5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/BaseResponseValues.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/BaseResponseValues.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/DirectRedirectResponseValues.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/DirectRedirectResponseValues.java index 1123c6b44..a5f6d8844 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/DirectRedirectResponseValues.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/DirectRedirectResponseValues.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ExceptionResponseValues.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ExceptionResponseValues.java index 065db7ad0..fb42de6a7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ExceptionResponseValues.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ExceptionResponseValues.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ForwardResponseValues.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ForwardResponseValues.java index 91474a3a5..b418efd0b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ForwardResponseValues.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ForwardResponseValues.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/NotAuthorizedResponseValues.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/NotAuthorizedResponseValues.java index 035833bae..0231da9fb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/NotAuthorizedResponseValues.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/NotAuthorizedResponseValues.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/RdfResponseValues.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/RdfResponseValues.java index 2a2fc192a..37b2eb083 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/RdfResponseValues.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/RdfResponseValues.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/RedirectResponseValues.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/RedirectResponseValues.java index 3e852be92..7395616f6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/RedirectResponseValues.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/RedirectResponseValues.java @@ -1,4 +1,4 @@ - /* $This file is distributed under the terms of the license in /doc/license.txt$ */ + /* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ResponseValues.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ResponseValues.java index 77a9e1427..4b5fee0a8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ResponseValues.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/ResponseValues.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/TemplateResponseValues.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/TemplateResponseValues.java index f150627eb..c398fc84f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/TemplateResponseValues.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/responsevalues/TemplateResponseValues.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker.responsevalues; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/GrefineMqlreadServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/GrefineMqlreadServlet.java index a9c466d42..fb07a0b1e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/GrefineMqlreadServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/GrefineMqlreadServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.grefine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/GrefinePropertyListServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/GrefinePropertyListServlet.java index 504076f4f..68b9eddf0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/GrefinePropertyListServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/GrefinePropertyListServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.grefine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/JSONReconcileServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/JSONReconcileServlet.java index ec867cf0b..c8ace7803 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/JSONReconcileServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/JSONReconcileServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.grefine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/ExtendedRdfAssembler.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/ExtendedRdfAssembler.java index 933a56a08..11bb087d2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/ExtendedRdfAssembler.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/ExtendedRdfAssembler.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualController.java index 5abf27a70..e3bf884e2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRdfAssembler.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRdfAssembler.java index e55e8a7d1..a7d4041a9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRdfAssembler.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRdfAssembler.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContext.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContext.java index 96300bbad..0073e5315 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContext.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContext.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContextImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContextImpl.java index a6ad31af7..24a073a0a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContextImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContextImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalyzer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalyzer.java index 25079fc23..a6e5c71b4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalyzer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalyzer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestInfo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestInfo.java index 05e8d785d..100221904 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestInfo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestInfo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualResponseBuilder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualResponseBuilder.java index 3ac23858d..20e287cb3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualResponseBuilder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualResponseBuilder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualTemplateLocator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualTemplateLocator.java index 7c4eba08e..283766378 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualTemplateLocator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualTemplateLocator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualJsonWrapper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualJsonWrapper.java index 0fa24e252..e109e577c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualJsonWrapper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualJsonWrapper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individuallist; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualListResults.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualListResults.java index 68cbc1d09..d56f3a599 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualListResults.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualListResults.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individuallist; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualListResultsUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualListResultsUtils.java index bb4c333a5..78ac15163 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualListResultsUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/individuallist/IndividualListResultsUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individuallist; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaAdminActions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaAdminActions.java index c2cdf8112..6a97e736a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaAdminActions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaAdminActions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaCsv2RdfController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaCsv2RdfController.java index 20ad69c7d..1824c2a7e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaCsv2RdfController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaCsv2RdfController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaExportController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaExportController.java index 7f5d3765f..4d7db548f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaExportController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaExportController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaIngestController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaIngestController.java index e80a29835..50014cf4e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaIngestController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaIngestController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaXMLFileUpload.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaXMLFileUpload.java index 8b9128cd2..97729606d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaXMLFileUpload.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/JenaXMLFileUpload.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/RDFUploadController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/RDFUploadController.java index 9d6727d97..ec0fc9884 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/RDFUploadController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/RDFUploadController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/RDFUploadFormController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/RDFUploadFormController.java index 905c923e6..1e2c79c0f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/RDFUploadFormController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/jena/RDFUploadFormController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetAllVClasses.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetAllVClasses.java index 14f67a50d..3d72a2ac9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetAllVClasses.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetAllVClasses.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetEntitiesByVClass.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetEntitiesByVClass.java index 63716d973..ae1d18e8f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetEntitiesByVClass.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetEntitiesByVClass.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetEntitiesByVClassContinuation.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetEntitiesByVClassContinuation.java index 2adab6900..e3cce23f7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetEntitiesByVClassContinuation.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetEntitiesByVClassContinuation.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetRandomSearchIndividualsByVClass.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetRandomSearchIndividualsByVClass.java index fb76f365d..98e6c9d53 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetRandomSearchIndividualsByVClass.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetRandomSearchIndividualsByVClass.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetRenderedSearchIndividualsByVClass.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetRenderedSearchIndividualsByVClass.java index d98cf5e6c..7c606c1ed 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetRenderedSearchIndividualsByVClass.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetRenderedSearchIndividualsByVClass.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetSearchIndividualsByVClass.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetSearchIndividualsByVClass.java index a56661b48..a861d0106 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetSearchIndividualsByVClass.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetSearchIndividualsByVClass.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetSearchIndividualsByVClasses.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetSearchIndividualsByVClasses.java index c64937a17..77da4a50a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetSearchIndividualsByVClasses.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetSearchIndividualsByVClasses.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetVClassesForVClassGroup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetVClassesForVClassGroup.java index 1031ac56a..4f1dbdfdf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetVClassesForVClassGroup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/GetVClassesForVClassGroup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonArrayProducer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonArrayProducer.java index 934f0f254..3355a3282 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonArrayProducer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonArrayProducer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonObjectProducer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonObjectProducer.java index f69589ecf..43a5dba94 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonObjectProducer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonObjectProducer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonProducer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonProducer.java index 3cf430120..c0c32d0d1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonProducer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonProducer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonServlet.java index a1c9f27e3..6b7a32543 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/login/LoginProcessBean.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/login/LoginProcessBean.java index 9fb8ae953..55b8687e7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/login/LoginProcessBean.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/controller/login/LoginProcessBean.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.login; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ApplicationDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ApplicationDao.java index 82c880949..54a0d351e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ApplicationDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ApplicationDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyDao.java index d9c5f87e0..e29abe278 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyStatementDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyStatementDao.java index 013388794..75fdd35a0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyStatementDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyStatementDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DatatypeDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DatatypeDao.java index 76e0133e2..cfce4e1fe 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DatatypeDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DatatypeDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DisplayModelDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DisplayModelDao.java index 61c8daa1a..84e948630 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DisplayModelDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DisplayModelDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java index 2d8aaf6e7..f70cacd44 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/FauxPropertyDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/FauxPropertyDao.java index 3e2c4d1b6..5e873f53d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/FauxPropertyDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/FauxPropertyDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/IndividualDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/IndividualDao.java index 9fadbded5..bdfd6ef2d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/IndividualDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/IndividualDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/InsertException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/InsertException.java index 1f6e4339a..718e8511e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/InsertException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/InsertException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/MenuDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/MenuDao.java index 1f41b4df6..2e930e26b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/MenuDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/MenuDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; import edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MainMenu; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/NewURIMakerVitro.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/NewURIMakerVitro.java index 3abb6da4a..0d6190a9d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/NewURIMakerVitro.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/NewURIMakerVitro.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; import java.util.HashSet; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyDao.java index b612acc1b..8748744c5 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyStatementDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyStatementDao.java index daa0064c0..77db7ce67 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyStatementDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyStatementDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/OntologyDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/OntologyDao.java index e147c0908..d6e28ad79 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/OntologyDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/OntologyDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PageDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PageDao.java index e8fc93329..8983e75a1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PageDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PageDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyDao.java index 937a4aa81..5bfd76548 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyGroupDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyGroupDao.java index 16b9c4c83..6485b9d30 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyGroupDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyGroupDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyInstanceDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyInstanceDao.java index 78dd5c475..5bd9fec9c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyInstanceDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/PropertyInstanceDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/UserAccountsDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/UserAccountsDao.java index ec75ad137..0f84f5914 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/UserAccountsDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/UserAccountsDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassDao.java index 3383fbb50..7a408e9d0 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassGroupDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassGroupDao.java index 65a960d74..1d1c10cb3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassGroupDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassGroupDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassGroupsForRequest.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassGroupsForRequest.java index b775e08b5..45e7ff3ba 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassGroupsForRequest.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VClassGroupsForRequest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VitroVocabulary.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VitroVocabulary.java index 0234a8913..9c85c80bd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VitroVocabulary.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/VitroVocabulary.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactory.java index 84f965cf5..fccf1701d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactoryConfig.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactoryConfig.java index 90e5c8c98..3ab9e4b1d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactoryConfig.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactoryConfig.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/BaseFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/BaseFiltering.java index 9fe0bdce2..22e9b2b20 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/BaseFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/BaseFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyDaoFiltering.java index cd208d24f..debd70f7e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyFiltering.java index de07de349..e714665fe 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyStatementDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyStatementDaoFiltering.java index b981a6c53..532fa4900 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyStatementDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyStatementDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyStatementFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyStatementFiltering.java index b0698b9b6..eff599a09 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyStatementFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/DataPropertyStatementFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; import java.util.Date; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/FauxPropertyDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/FauxPropertyDaoFiltering.java index 001d7c914..6916ef1f3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/FauxPropertyDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/FauxPropertyDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/FilteringPropertyInstanceDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/FilteringPropertyInstanceDao.java index 5ee67364a..3f75b1d8c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/FilteringPropertyInstanceDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/FilteringPropertyInstanceDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualDaoFiltering.java index a5639e631..7b3063bae 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualFiltering.java index 0ab92bef7..ec6a79f49 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyDaoFiltering.java index 73b0a9cab..ac206ea8c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyFiltering.java index e290b968d..3ea409aac 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyStatementDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyStatementDaoFiltering.java index 23f92be2a..511e9c066 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyStatementDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyStatementDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyStatementFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyStatementFiltering.java index 0bd8fa060..57e1bc717 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyStatementFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/ObjectPropertyStatementFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; import java.util.Date; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/PropertyGroupDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/PropertyGroupDaoFiltering.java index 6e6844b55..1cc60a71f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/PropertyGroupDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/PropertyGroupDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/UserAccountsDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/UserAccountsDaoFiltering.java index 40f304ee5..6a225c2d5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/UserAccountsDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/UserAccountsDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/VClassDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/VClassDaoFiltering.java index fd1a87c65..3a1adeb9d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/VClassDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/VClassDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/VClassGroupDaoFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/VClassGroupDaoFiltering.java index 6b10700a2..195ea5dc5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/VClassGroupDaoFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/VClassGroupDaoFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/WebappDaoFactoryFiltering.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/WebappDaoFactoryFiltering.java index 144711afa..48333c3aa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/WebappDaoFactoryFiltering.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/WebappDaoFactoryFiltering.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/EntityPropertyListFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/EntityPropertyListFilter.java index 3063b4796..08d4e9fef 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/EntityPropertyListFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/EntityPropertyListFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/FilterByRoleLevelPermission.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/FilterByRoleLevelPermission.java index 548346da2..81234beb2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/FilterByRoleLevelPermission.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/FilterByRoleLevelPermission.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/FilterFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/FilterFactory.java index d855a1ac0..6834949ab 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/FilterFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/FilterFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/HideFromDisplayByPolicyFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/HideFromDisplayByPolicyFilter.java index 86d1883e7..35531798b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/HideFromDisplayByPolicyFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/HideFromDisplayByPolicyFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFilterUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFilterUtils.java index 7a8a15301..b1a4d30e0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFilterUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFilterUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFilters.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFilters.java index 2f3cbd5e2..035c11b16 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFilters.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFilters.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersBase.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersBase.java index b0f13bfd5..08f1ddd21 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersBase.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersBase.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersImpl.java index 1e6abbb7f..4658086e6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ApplicationDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ApplicationDaoJena.java index 98f1860ae..8708dd3d6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ApplicationDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ApplicationDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeFilteringGraph.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeFilteringGraph.java index eed0b6471..d054d05b4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeFilteringGraph.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeFilteringGraph.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeFilteringModelMaker.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeFilteringModelMaker.java index 9395e7240..c57c925cc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeFilteringModelMaker.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeFilteringModelMaker.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeStatementListener.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeStatementListener.java index 951057a63..bc21829ff 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeStatementListener.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/BlankNodeStatementListener.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/CumulativeDeltaModeler.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/CumulativeDeltaModeler.java index 279907dcb..8e1840772 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/CumulativeDeltaModeler.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/CumulativeDeltaModeler.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyDaoJena.java index a34c6bf41..ea7a242ab 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyStatementDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyStatementDaoJena.java index fda9af263..e056d4468 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyStatementDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyStatementDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyStatementDaoSDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyStatementDaoSDB.java index 0f87844ef..97e5666cf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyStatementDaoSDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyStatementDaoSDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatasetWrapper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatasetWrapper.java index a0c7ce79c..897409ad0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatasetWrapper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatasetWrapper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatasetWrapperFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatasetWrapperFactory.java index 344abdaa1..54e66b8a8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatasetWrapperFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatasetWrapperFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatatypeDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatatypeDaoJena.java index 54eff6c91..2800c9382 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatatypeDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DatatypeDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DependentResourceDeleteJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DependentResourceDeleteJena.java index 65b3b3f0e..f01e640cf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DependentResourceDeleteJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DependentResourceDeleteJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DifferenceGraph.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DifferenceGraph.java index 254b99e86..83aacc69c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DifferenceGraph.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DifferenceGraph.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DisplayModelDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DisplayModelDaoJena.java index 1bb748c93..7df2c09df 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DisplayModelDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DisplayModelDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/FauxPropertyDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/FauxPropertyDaoJena.java index 87b52830c..744881f7f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/FauxPropertyDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/FauxPropertyDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/GraphGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/GraphGenerator.java index 636c1f26b..92c7d85c2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/GraphGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/GraphGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualDaoJena.java index bb5fa217e..1c50aa665 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualDaoSDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualDaoSDB.java index 94e816891..35c01ef77 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualDaoSDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualDaoSDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualJena.java index efdcfec63..82a348046 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualSDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualSDB.java index 1a37c9ac4..18918ebd0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualSDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/IndividualSDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDao.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDao.java index cb7214c8c..1e914b258 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDao.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDao.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDaoCon.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDaoCon.java index 04bc6f0cc..ab61a7d4d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDaoCon.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDaoCon.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaModelUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaModelUtils.java index cc933e02f..93df98244 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaModelUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaModelUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LoginEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LoginEvent.java index be9d1f17c..5945d2892 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LoginEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LoginEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LoginLogoutEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LoginLogoutEvent.java index f6809232d..11d229dd4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LoginLogoutEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LoginLogoutEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LogoutEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LogoutEvent.java index d688ba456..9f5116fe7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LogoutEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/LogoutEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/MenuDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/MenuDaoJena.java index b0af14e6d..72cef5077 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/MenuDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/MenuDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ModelContext.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ModelContext.java index ef515f9be..a294824b1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ModelContext.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ModelContext.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyDaoJena.java index 8e532f580..4f806003e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoJena.java index 3e75e5687..48a96ada0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoSDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoSDB.java index 1eebf58c7..905900a1a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoSDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoSDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSelector.java index 89b61e714..72749a27b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSelectorImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSelectorImpl.java index 726e44873..b7151b00e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSelectorImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSelectorImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntologyDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntologyDaoJena.java index 9879524af..80b88dbda 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntologyDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntologyDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PageDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PageDaoJena.java index f6fe21fcc..2b5eb3876 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PageDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PageDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyDaoJena.java index d05dd5ab3..d965b5cf1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyGroupDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyGroupDaoJena.java index fe1d1311a..7e07428b3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyGroupDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyGroupDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyInstanceDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyInstanceDaoJena.java index 650419267..0c0f8fa4f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyInstanceDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyInstanceDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/QueryUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/QueryUtils.java index 4ca95de30..1fac3ba84 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/QueryUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/QueryUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceDataset.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceDataset.java index 49c04f4b3..ea30dbf27 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceDataset.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceDataset.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceDatasetGraph.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceDatasetGraph.java index 175ce0bd2..fed31166c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceDatasetGraph.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceDatasetGraph.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceGraph.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceGraph.java index e591f4fa2..666cfcf23 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceGraph.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceGraph.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceModelMaker.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceModelMaker.java index 57500e91c..8447477de 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceModelMaker.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RDFServiceModelMaker.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/Regenerable.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/Regenerable.java index 51d41ba43..fdcbee079 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/Regenerable.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/Regenerable.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RegeneratingGraph.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RegeneratingGraph.java index d21d257fc..668b9b546 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RegeneratingGraph.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/RegeneratingGraph.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SDBGraphConnectionGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SDBGraphConnectionGenerator.java index 0992db146..464f72830 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SDBGraphConnectionGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SDBGraphConnectionGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SDBGraphGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SDBGraphGenerator.java index e8c9732ba..0bc19bfa3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SDBGraphGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SDBGraphGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SQLGraphGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SQLGraphGenerator.java index 0018019af..2a9c42d3c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SQLGraphGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SQLGraphGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SimpleOntModelSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SimpleOntModelSelector.java index bc1317cdf..7a0bdcf22 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SimpleOntModelSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SimpleOntModelSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SingleContentOntModelSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SingleContentOntModelSelector.java index 7e8f09a00..49c7cd9f1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SingleContentOntModelSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SingleContentOntModelSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SparqlGraph.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SparqlGraph.java index 6fc8e3052..1fa402632 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SparqlGraph.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SparqlGraph.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SparqlGraphMultilingual.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SparqlGraphMultilingual.java index b05c3faec..61f2ed87b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SparqlGraphMultilingual.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/SparqlGraphMultilingual.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/StaticDatasetFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/StaticDatasetFactory.java index 661ca7f1f..08882cde1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/StaticDatasetFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/StaticDatasetFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/TripleStoreUnavailableException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/TripleStoreUnavailableException.java index 0e9d86964..11e286f12 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/TripleStoreUnavailableException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/TripleStoreUnavailableException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/UserAccountsDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/UserAccountsDaoJena.java index 75767041f..9c65bdf06 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/UserAccountsDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/UserAccountsDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoJena.java index 827f908ce..ee2a644f0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoSDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoSDB.java index b22fb887c..d8917246e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoSDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoSDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupCache.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupCache.java index 8a6c70727..26b187c3c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupCache.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupCache.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; import java.util.Collections; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupDaoJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupDaoJena.java index 8e0e7d5d2..b7b57146f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupDaoJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupDaoJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassJena.java index 46e56acc2..165a32dcd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VitroModelSource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VitroModelSource.java index cac045b14..0bdea75cb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VitroModelSource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VitroModelSource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; import javax.servlet.ServletContext; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/WebappDaoFactoryJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/WebappDaoFactoryJena.java index 3064f0094..fad97129e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/WebappDaoFactoryJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/WebappDaoFactoryJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/WebappDaoFactorySDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/WebappDaoFactorySDB.java index d5c80eff3..a383b7c12 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/WebappDaoFactorySDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/WebappDaoFactorySDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/BulkUpdateEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/BulkUpdateEvent.java index ce28e2aef..a49b050a5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/BulkUpdateEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/BulkUpdateEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena.event; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/CloseEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/CloseEvent.java index ccaccdc70..bd6d691ad 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/CloseEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/CloseEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena.event; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/EditEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/EditEvent.java index 74800e1f0..58cec1aca 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/EditEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/EditEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena.event; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualCreationEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualCreationEvent.java index a1cb22b84..890c6fd1a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualCreationEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualCreationEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena.event; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualDeletionEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualDeletionEvent.java index 2e8d89f9e..6961b65d2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualDeletionEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualDeletionEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena.event; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualEditEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualEditEvent.java index 415ac58e8..4e357debb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualEditEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualEditEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena.event; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualUpdateEvent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualUpdateEvent.java index 766b24fb3..1b2bac359 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualUpdateEvent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/jena/event/IndividualUpdateEvent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena.event; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/vclassgroup/ProhibitedFromSearch.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/vclassgroup/ProhibitedFromSearch.java index c014e62ba..6153800fb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/vclassgroup/ProhibitedFromSearch.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dao/vclassgroup/ProhibitedFromSearch.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.vclassgroup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/EntityDWR.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/EntityDWR.java index 17cba228e..e67b1824d 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/EntityDWR.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/EntityDWR.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dwr; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/PropertyDWR.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/PropertyDWR.java index 94caff72b..dc391b820 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/PropertyDWR.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/PropertyDWR.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dwr; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/VClassDWR.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/VClassDWR.java index d93e75756..957fed71a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/VClassDWR.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/dwr/VClassDWR.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dwr; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/EditLiteral.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/EditLiteral.java index c18d4f7eb..95f2848b7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/EditLiteral.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/EditLiteral.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/listener/impl/IndividualDataPropertyStatementProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/listener/impl/IndividualDataPropertyStatementProcessor.java index 81ef2a54d..7ac1a44e6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/listener/impl/IndividualDataPropertyStatementProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/listener/impl/IndividualDataPropertyStatementProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.listener.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/listener/impl/VclassOntologyLinker.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/listener/impl/VclassOntologyLinker.java index 79e67ab01..eae214053 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/listener/impl/VclassOntologyLinker.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/listener/impl/VclassOntologyLinker.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.listener.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/AdditionsAndRetractions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/AdditionsAndRetractions.java index 1d5b2a3b8..2ba9f3200 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/AdditionsAndRetractions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/AdditionsAndRetractions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BaseEditElementVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BaseEditElementVTwo.java index 9d53321a8..bf333d002 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BaseEditElementVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BaseEditElementVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BaseEditSubmissionPreprocessorVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BaseEditSubmissionPreprocessorVTwo.java index 906da4894..1b43cc156 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BaseEditSubmissionPreprocessorVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BaseEditSubmissionPreprocessorVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BasicValidationVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BasicValidationVTwo.java index 86a8e5944..c3ef8ad3a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BasicValidationVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BasicValidationVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeIntervalValidationVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeIntervalValidationVTwo.java index f39c1d058..8c596f8a4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeIntervalValidationVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeIntervalValidationVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeWithPrecisionVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeWithPrecisionVTwo.java index aa92c7ed3..b468c351b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeWithPrecisionVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeWithPrecisionVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationUtils.java index 3cdad33d7..a47f24013 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationVTwo.java index e49805e6f..c95c827ab 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; import java.text.SimpleDateFormat; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditElementVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditElementVTwo.java index b12117856..03001fb47 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditElementVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditElementVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditN3GeneratorVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditN3GeneratorVTwo.java index 7b1803f4f..41f5853f1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditN3GeneratorVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditN3GeneratorVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditSubmissionUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditSubmissionUtils.java index 32bce34b1..52e798402 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditSubmissionUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditSubmissionUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditSubmissionVTwoPreprocessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditSubmissionVTwoPreprocessor.java index e0debdec6..105a7fdf6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditSubmissionVTwoPreprocessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditSubmissionVTwoPreprocessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/JspToGeneratorMapping.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/JspToGeneratorMapping.java index 6a59b161a..9c82267a0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/JspToGeneratorMapping.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/JspToGeneratorMapping.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; import java.util.HashMap; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/MultiValueEditSubmission.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/MultiValueEditSubmission.java index 9d978ec89..ce125bbc3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/MultiValueEditSubmission.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/MultiValueEditSubmission.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/N3EditUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/N3EditUtils.java index 0226bb36d..86438aed2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/N3EditUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/N3EditUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; import static edu.cornell.mannlib.vitro.webapp.modelaccess.ModelNames.DISPLAY; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/N3ValidatorVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/N3ValidatorVTwo.java index 5e6cd3e34..e8269f90c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/N3ValidatorVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/N3ValidatorVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/NewURIMaker.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/NewURIMaker.java index 69ca4c2b2..7f8f1244a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/NewURIMaker.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/NewURIMaker.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/ProcessRdfForm.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/ProcessRdfForm.java index b66ce944a..7e66585ee 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/ProcessRdfForm.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/ProcessRdfForm.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/RdfLiteralHash.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/RdfLiteralHash.java index cadb322d0..f8666a457 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/RdfLiteralHash.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/RdfLiteralHash.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/SparqlEvaluateVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/SparqlEvaluateVTwo.java index be2b7a7df..caaccbcb8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/SparqlEvaluateVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/SparqlEvaluateVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; import org.apache.jena.query.*; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ChildVClassesOptions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ChildVClassesOptions.java index b8a1ac1d2..f975d5b73 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ChildVClassesOptions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ChildVClassesOptions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.util.Comparator; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ChildVClassesWithParent.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ChildVClassesWithParent.java index f129b2541..c80d8570c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ChildVClassesWithParent.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ChildVClassesWithParent.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.util.Comparator; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ConstantFieldOptions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ConstantFieldOptions.java index dea192dfb..656a8253c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ConstantFieldOptions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/ConstantFieldOptions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/FieldOptions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/FieldOptions.java index 8a9251a03..4b6bc26e6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/FieldOptions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/FieldOptions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.util.Comparator; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/FieldVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/FieldVTwo.java index 4f0be8bd3..9e1b87e3d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/FieldVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/FieldVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaClassGroupOptions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaClassGroupOptions.java index d43bffbfb..a157b2ee1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaClassGroupOptions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaClassGroupOptions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.util.Comparator; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaObjectPropertyByRankOptions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaObjectPropertyByRankOptions.java index afcb25982..0ddad8a43 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaObjectPropertyByRankOptions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaObjectPropertyByRankOptions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.text.Collator; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaObjectPropetyOptions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaObjectPropetyOptions.java index 9dcba93ec..155abc291 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaObjectPropetyOptions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaObjectPropetyOptions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaSearchQueryOptions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaSearchQueryOptions.java index 762aaeceb..f7f746340 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaSearchQueryOptions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaSearchQueryOptions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaVClassOptions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaVClassOptions.java index a245f9a59..fbf5ed395 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaVClassOptions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/IndividualsViaVClassOptions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/RdfTypeOptions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/RdfTypeOptions.java index 243524733..81a33ee8e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/RdfTypeOptions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/RdfTypeOptions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; import java.util.Comparator; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/SelectListGeneratorVTwo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/SelectListGeneratorVTwo.java index 5b21954e0..98c5b3649 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/SelectListGeneratorVTwo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/fields/SelectListGeneratorVTwo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/EditConfigurationConstants.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/EditConfigurationConstants.java index 8257e8086..33ebfd202 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/EditConfigurationConstants.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/EditConfigurationConstants.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/IdModelSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/IdModelSelector.java index 6912394bf..29a6ca332 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/IdModelSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/IdModelSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration; import static edu.cornell.mannlib.vitro.webapp.modelaccess.ModelAccess.WhichService.CONTENT; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/ModelSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/ModelSelector.java index 39ad15d01..f2f2c07e2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/ModelSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/ModelSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/StandardModelSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/StandardModelSelector.java index fb039571c..c2c2bc577 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/StandardModelSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/StandardModelSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/StandardWDFSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/StandardWDFSelector.java index c5fcaaac5..2d4595375 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/StandardWDFSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/StandardWDFSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/WDFSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/WDFSelector.java index 98c404064..c769bd669 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/WDFSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/WDFSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AutocompleteObjectPropertyFormGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AutocompleteObjectPropertyFormGenerator.java index e59c91078..310e4d2b6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AutocompleteObjectPropertyFormGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AutocompleteObjectPropertyFormGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/BaseEditConfigurationGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/BaseEditConfigurationGenerator.java index b3917921c..7bf5358e3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/BaseEditConfigurationGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/BaseEditConfigurationGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeIntervalFormGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeIntervalFormGenerator.java index 8c8e170ca..5b642fef2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeIntervalFormGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeIntervalFormGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimePropertyGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimePropertyGenerator.java index e88565389..e7e56200c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimePropertyGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimePropertyGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeValueFormGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeValueFormGenerator.java index 861ef5e3f..970b2a3db 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeValueFormGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DateTimeValueFormGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultAddMissingIndividualFormGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultAddMissingIndividualFormGenerator.java index e53382bd1..59655782c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultAddMissingIndividualFormGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultAddMissingIndividualFormGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultDataPropertyFormGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultDataPropertyFormGenerator.java index 0ea5a0e0d..a97a75c7a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultDataPropertyFormGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultDataPropertyFormGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultDeleteGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultDeleteGenerator.java index bcf6b547f..d3b0e8bbc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultDeleteGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultDeleteGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultObjectPropertyFormGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultObjectPropertyFormGenerator.java index a6574ad59..0654d8ed7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultObjectPropertyFormGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/DefaultObjectPropertyFormGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/EditConfigurationAJAXGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/EditConfigurationAJAXGenerator.java index c65548dad..bc81bc543 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/EditConfigurationAJAXGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/EditConfigurationAJAXGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/EditConfigurationGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/EditConfigurationGenerator.java index ce4a26eb1..d9200dd8a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/EditConfigurationGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/EditConfigurationGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/IndividualsByRankFormGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/IndividualsByRankFormGenerator.java index 5f6fb8a4d..22d3d4f2f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/IndividualsByRankFormGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/IndividualsByRankFormGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/InstitutionalInternalClassForm.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/InstitutionalInternalClassForm.java index ea2f9b911..62c2a9550 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/InstitutionalInternalClassForm.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/InstitutionalInternalClassForm.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManageLabelsForIndividualGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManageLabelsForIndividualGenerator.java index 7c10795bc..a7864744a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManageLabelsForIndividualGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManageLabelsForIndividualGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; import static edu.cornell.mannlib.vitro.webapp.auth.requestedAction.RequestedAction.SOME_LITERAL; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManageLabelsGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManageLabelsGenerator.java index 37a647862..80a9e6b56 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManageLabelsGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManageLabelsGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; import javax.servlet.http.HttpSession; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManagePageGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManagePageGenerator.java index 31fa167a8..8202b6d89 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManagePageGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/ManagePageGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/NewIndividualFormGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/NewIndividualFormGenerator.java index 9946c8be8..7ccd0463a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/NewIndividualFormGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/NewIndividualFormGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/RDFSLabelGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/RDFSLabelGenerator.java index 0b15a2de6..5a86336a2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/RDFSLabelGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/RDFSLabelGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/RdfTypeGenerator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/RdfTypeGenerator.java index 3b28f59be..72f849906 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/RdfTypeGenerator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/RdfTypeGenerator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/DefaultAddMissingIndividualFormModelPreprocessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/DefaultAddMissingIndividualFormModelPreprocessor.java index 36a7a271c..9145fa6fa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/DefaultAddMissingIndividualFormModelPreprocessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/DefaultAddMissingIndividualFormModelPreprocessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/DefaultDataPropEmptyField.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/DefaultDataPropEmptyField.java index d45e4823e..4ad3ad99f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/DefaultDataPropEmptyField.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/DefaultDataPropEmptyField.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors; import java.util.List; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/FoafNameToRdfsLabelPreprocessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/FoafNameToRdfsLabelPreprocessor.java index caf878741..c4ead6fdf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/FoafNameToRdfsLabelPreprocessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/FoafNameToRdfsLabelPreprocessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ManageLabelsForIndividualPreprocessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ManageLabelsForIndividualPreprocessor.java index 31ff7a058..3ee2cb7e9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ManageLabelsForIndividualPreprocessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ManageLabelsForIndividualPreprocessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ManagePagePreprocessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ManagePagePreprocessor.java index 15f1e13c6..e2d5624c9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ManagePagePreprocessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ManagePagePreprocessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ModelChangePreprocessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ModelChangePreprocessor.java index 7774494ec..fa8037601 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ModelChangePreprocessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/ModelChangePreprocessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessClassGroupDataGetterN3.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessClassGroupDataGetterN3.java index af7522406..11534b581 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessClassGroupDataGetterN3.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessClassGroupDataGetterN3.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterAbstract.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterAbstract.java index 003fd067d..22cd83813 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterAbstract.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterAbstract.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3.java index 41747af06..94af2fb11 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3Map.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3Map.java index e36799c36..e56828062 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3Map.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3Map.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3Utils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3Utils.java index 189383f39..88490d925 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3Utils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessDataGetterN3Utils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessFixedHTMLN3.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessFixedHTMLN3.java index 96328d0d9..9313b5232 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessFixedHTMLN3.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessFixedHTMLN3.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessIndividualsForClassesDataGetterN3.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessIndividualsForClassesDataGetterN3.java index 53d951b80..48b05f90f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessIndividualsForClassesDataGetterN3.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessIndividualsForClassesDataGetterN3.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessSearchIndividualsDataGetterN3.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessSearchIndividualsDataGetterN3.java index 0c31a951f..eedd1a322 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessSearchIndividualsDataGetterN3.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessSearchIndividualsDataGetterN3.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessSparqlDataGetterN3.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessSparqlDataGetterN3.java index b1765594d..0b4d1e25a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessSparqlDataGetterN3.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/preprocessors/utils/ProcessSparqlDataGetterN3.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/AntiXssValidation.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/AntiXssValidation.java index 29db68047..5c929b670 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/AntiXssValidation.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/AntiXssValidation.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.validators; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/DefaultDataPropertyFormValidator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/DefaultDataPropertyFormValidator.java index a6d7125ac..8759a42ec 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/DefaultDataPropertyFormValidator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/DefaultDataPropertyFormValidator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.validators; import java.util.HashMap; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/EditRequestAJAXController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/EditRequestAJAXController.java index c06b7d758..2674b3dc9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/EditRequestAJAXController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/EditRequestAJAXController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/EditRequestDispatchController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/EditRequestDispatchController.java index 5965c1905..3c2f7c1f4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/EditRequestDispatchController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/EditRequestDispatchController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/PostEditCleanupController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/PostEditCleanupController.java index 7409da04a..40ef5e169 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/PostEditCleanupController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/PostEditCleanupController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/ProcessRdfFormController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/ProcessRdfFormController.java index c73519c30..3e447cbe9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/ProcessRdfFormController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/controller/ProcessRdfFormController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/email/FreemarkerEmailFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/email/FreemarkerEmailFactory.java index 3f9d3d852..1c8499341 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/email/FreemarkerEmailFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/email/FreemarkerEmailFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.email; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/email/FreemarkerEmailMessage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/email/FreemarkerEmailMessage.java index b770be6c8..e96f08f4c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/email/FreemarkerEmailMessage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/email/FreemarkerEmailMessage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.email; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/FileServingHelper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/FileServingHelper.java index 17cc446f2..6b85229b8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/FileServingHelper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/FileServingHelper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/TempFileHolder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/TempFileHolder.java index ffc790290..8ad13e100 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/TempFileHolder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/TempFileHolder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/UploadedFileHelper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/UploadedFileHelper.java index cc7487bba..fb4367ed4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/UploadedFileHelper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/UploadedFileHelper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageHelper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageHelper.java index 477077fcb..766d50a8d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageHelper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageHelper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImpl.java index 6eab38aca..91534e7a5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImplWrapper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImplWrapper.java index 51254f1fd..01d5e83fb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImplWrapper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImplWrapper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/InvalidCharacterException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/InvalidCharacterException.java index 84796750d..51991e687 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/InvalidCharacterException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/InvalidCharacterException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/InvalidPathException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/InvalidPathException.java index bb61a4d07..70c7a7f7d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/InvalidPathException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/InvalidPathException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/package-info.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/package-info.java index 588a71a52..a8644cd35 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/package-info.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/package-info.java @@ -1,5 +1,5 @@ /** - * + * *
* The code in this package implements the Vitro file-storage system. *
diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/model/FileInfo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/model/FileInfo.java index 8d825dadf..494db041a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/model/FileInfo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/model/FileInfo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.model; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/model/ImageInfo.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/model/ImageInfo.java index 036163303..190d59e8c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/model/ImageInfo.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/model/ImageInfo.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.model; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/serving/FileServingServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/serving/FileServingServlet.java index 33a4d1b67..2737dc25e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/serving/FileServingServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filestorage/serving/FileServingServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.serving; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/CachingResponseFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/CachingResponseFilter.java index cb4f5e39c..e1119c82d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/CachingResponseFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/CachingResponseFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/CharsetEncodingFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/CharsetEncodingFilter.java index 9d45baa78..015520cfd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/CharsetEncodingFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/CharsetEncodingFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/ClickjackFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/ClickjackFilter.java index 43f598c52..8491e4c81 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/ClickjackFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/ClickjackFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/JSessionStripFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/JSessionStripFilter.java index 6f22d8d19..276e6a67b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/JSessionStripFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/JSessionStripFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/ModelSwitcher.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/ModelSwitcher.java index 4ff84d94c..3fdcfbb2e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/ModelSwitcher.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/ModelSwitcher.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/PageRoutingFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/PageRoutingFilter.java index 9c4972da4..d2a4e738a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/PageRoutingFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/PageRoutingFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/RequestLoggerFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/RequestLoggerFilter.java index 99531ed32..4caa47704 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/RequestLoggerFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/RequestLoggerFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/RequestModelsPrep.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/RequestModelsPrep.java index a4b5b0403..25c3cb377 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/RequestModelsPrep.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/RequestModelsPrep.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/SessionTimeoutLimitingFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/SessionTimeoutLimitingFilter.java index 3ce778c1b..343411b07 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/SessionTimeoutLimitingFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/SessionTimeoutLimitingFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/StartupStatusDisplayFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/StartupStatusDisplayFilter.java index d1f127f27..d27973112 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/StartupStatusDisplayFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/StartupStatusDisplayFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/TestFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/TestFilter.java index 388d84f05..c9ed343fd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/TestFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/TestFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewriterFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewriterFilter.java index 481e552d1..e41be326f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewriterFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewriterFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewritingHttpServletResponse.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewritingHttpServletResponse.java index 0f0d6ea61..e3c7a7297 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewritingHttpServletResponse.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewritingHttpServletResponse.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/VitroURL.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/VitroURL.java index 37dc6b828..718c06287 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/VitroURL.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/filters/VitroURL.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/config/FreemarkerConfiguration.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/config/FreemarkerConfiguration.java index 0658d9aef..c25e5514c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/config/FreemarkerConfiguration.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/config/FreemarkerConfiguration.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.freemarker.config; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/config/FreemarkerConfigurationImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/config/FreemarkerConfigurationImpl.java index d55630ecc..f5e9506a3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/config/FreemarkerConfigurationImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/config/FreemarkerConfigurationImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.freemarker.config; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/loader/FreemarkerTemplateLoader.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/loader/FreemarkerTemplateLoader.java index 1b784ed7f..91fc55666 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/loader/FreemarkerTemplateLoader.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/freemarker/loader/FreemarkerTemplateLoader.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.freemarker.loader; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18n.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18n.java index 0bc3a741b..4e31787ea 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18n.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18n.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nBundle.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nBundle.java index 02793529c..131ec4f27 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nBundle.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nBundle.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nLogger.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nLogger.java index 3ab6575c4..3dd32a742 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nLogger.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nLogger.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/VitroResourceBundle.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/VitroResourceBundle.java index 5ac0cdb35..6bfc75434 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/VitroResourceBundle.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/VitroResourceBundle.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nBundleTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nBundleTemplateModel.java index def580202..59241ee04 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nBundleTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nBundleTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nMethodModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nMethodModel.java index 4e56896f4..19138959e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nMethodModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nMethodModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nStringTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nStringTemplateModel.java index a93ad7ad1..0861c326d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nStringTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/freemarker/I18nStringTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionController.java index e90034f08..cdbe9a855 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.selection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionDataGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionDataGetter.java index f1086edab..15015beac 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionDataGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionDataGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.selection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionFilter.java index 2a1871c72..f9af6a537 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.selection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionSetup.java index 9687cdd75..bb8df65cf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.selection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectorUtilities.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectorUtilities.java index d7f93f937..af0f2bd13 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectorUtilities.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectorUtilities.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.selection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/SelectedLocale.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/SelectedLocale.java index 0d7a01129..9f7e93ab6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/SelectedLocale.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/SelectedLocale.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.selection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/imageprocessor/imageio/IIOImageProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/imageprocessor/imageio/IIOImageProcessor.java index f7ddc725e..5d47f62b6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/imageprocessor/imageio/IIOImageProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/imageprocessor/imageio/IIOImageProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/imageprocessor/jai/JaiImageProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/imageprocessor/jai/JaiImageProcessor.java index dc8e8f674..b6d55a718 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/imageprocessor/jai/JaiImageProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/imageprocessor/jai/JaiImageProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.imageprocessor.jai; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel16/Release16Migrator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel16/Release16Migrator.java index 46eed5ca1..3ab65ecb6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel16/Release16Migrator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel16/Release16Migrator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.migration.rel16; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel17/Release17Migrator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel17/Release17Migrator.java index 63e0f708b..5c2cb3237 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel17/Release17Migrator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel17/Release17Migrator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.migration.rel17; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel17/RemoveObsoletePermissions.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel17/RemoveObsoletePermissions.java index 456153bba..785cc433f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel17/RemoveObsoletePermissions.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel17/RemoveObsoletePermissions.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.migration.rel17; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/FauxPropertiesUpdater.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/FauxPropertiesUpdater.java index 33762de78..e28d5f0d5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/FauxPropertiesUpdater.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/FauxPropertiesUpdater.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.migration.rel18; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/Release18Migrator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/Release18Migrator.java index 9644b5bc0..92763e2eb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/Release18Migrator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/Release18Migrator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.migration.rel18; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/RemoveObsoleteMetadataGraphs.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/RemoveObsoleteMetadataGraphs.java index e6b09881f..855e027b4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/RemoveObsoleteMetadataGraphs.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/migration/rel18/RemoveObsoleteMetadataGraphs.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.migration.rel18; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ContextModelAccess.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ContextModelAccess.java index e28af4a4c..daf02a0fa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ContextModelAccess.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ContextModelAccess.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelAccess.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelAccess.java index bc9cc48ae..dec816255 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelAccess.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelAccess.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelNames.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelNames.java index 2dbcb6459..245ca9908 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelNames.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelNames.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/RequestModelAccess.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/RequestModelAccess.java index 7783452ce..05b9e4127 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/RequestModelAccess.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/RequestModelAccess.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/AbstractModelMakerDecorator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/AbstractModelMakerDecorator.java index 95e5f7d43..54bafd319 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/AbstractModelMakerDecorator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/AbstractModelMakerDecorator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ListCachingModelMaker.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ListCachingModelMaker.java index 85eaf7c78..de8d44055 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ListCachingModelMaker.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ListCachingModelMaker.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/MemoryMappingModelMaker.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/MemoryMappingModelMaker.java index 914d43be3..bc526f321 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/MemoryMappingModelMaker.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/MemoryMappingModelMaker.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ModelMakerWithPersistentEmptyModels.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ModelMakerWithPersistentEmptyModels.java index a067f03ce..a7b3a72d1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ModelMakerWithPersistentEmptyModels.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ModelMakerWithPersistentEmptyModels.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/NamedDefaultModelMaker.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/NamedDefaultModelMaker.java index 6b71f4ec1..615c7f5c2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/NamedDefaultModelMaker.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/NamedDefaultModelMaker.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/ContextModelAccessImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/ContextModelAccessImpl.java index 1b2b70a15..3c050ba7e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/ContextModelAccessImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/ContextModelAccessImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/RequestModelAccessImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/RequestModelAccessImpl.java index 920f5a1f8..28a37c8aa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/RequestModelAccessImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/RequestModelAccessImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/DatasetKey.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/DatasetKey.java index 5609c38ff..5472f56cd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/DatasetKey.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/DatasetKey.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/LanguageOptionKey.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/LanguageOptionKey.java index 6cac9d902..28956b366 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/LanguageOptionKey.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/LanguageOptionKey.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/ModelAccessKey.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/ModelAccessKey.java index 42a5ae40d..fa0ca2750 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/ModelAccessKey.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/ModelAccessKey.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/OntModelKey.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/OntModelKey.java index bbb3263ee..6a0cf3a3b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/OntModelKey.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/OntModelKey.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/OntModelSelectorKey.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/OntModelSelectorKey.java index a790f4ee3..d71c7846d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/OntModelSelectorKey.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/OntModelSelectorKey.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/RDFServiceKey.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/RDFServiceKey.java index 4507272b4..27ced7dc0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/RDFServiceKey.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/RDFServiceKey.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/WebappDaoFactoryKey.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/WebappDaoFactoryKey.java index 9efddf61b..05074e603 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/WebappDaoFactoryKey.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/impl/keys/WebappDaoFactoryKey.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/JoinedOntModelCache.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/JoinedOntModelCache.java index a8f6812f4..43281ab7b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/JoinedOntModelCache.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/JoinedOntModelCache.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.ontmodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/MaskingOntModelCache.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/MaskingOntModelCache.java index 8d45824d3..502d97c9c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/MaskingOntModelCache.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/MaskingOntModelCache.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.ontmodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/ModelMakerOntModelCache.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/ModelMakerOntModelCache.java index caee36481..0f46454f6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/ModelMakerOntModelCache.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/ModelMakerOntModelCache.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.ontmodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/OntModelCache.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/OntModelCache.java index 4c8f9213c..60b03b7e8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/OntModelCache.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/OntModelCache.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.ontmodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/UnionModelsOntModelsCache.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/UnionModelsOntModelsCache.java index af521b1cf..b9ad09a65 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/UnionModelsOntModelsCache.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modelaccess/ontmodels/UnionModelsOntModelsCache.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.ontmodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/Application.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/Application.java index c25ef7c06..c6538fc56 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/Application.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/Application.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/ComponentStartupStatus.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/ComponentStartupStatus.java index 6edc6822c..1014c670b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/ComponentStartupStatus.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/ComponentStartupStatus.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/fileStorage/FileAlreadyExistsException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/fileStorage/FileAlreadyExistsException.java index 78a3ba8cc..64d12dc86 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/fileStorage/FileAlreadyExistsException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/fileStorage/FileAlreadyExistsException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.fileStorage; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/fileStorage/FileStorage.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/fileStorage/FileStorage.java index 218104283..29fb25317 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/fileStorage/FileStorage.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/fileStorage/FileStorage.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.fileStorage; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/imageProcessor/ImageProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/imageProcessor/ImageProcessor.java index f11f51b13..8d49e0684 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/imageProcessor/ImageProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/imageProcessor/ImageProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.imageProcessor; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngine.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngine.java index c347fb7bf..3c6e8bcdf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngine.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngine.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineException.java index 33fa85892..9b22ebcb8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineNotRespondingException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineNotRespondingException.java index 255921538..3f1769f34 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineNotRespondingException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineNotRespondingException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchFacetField.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchFacetField.java index 0b3c2b68a..45632f23a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchFacetField.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchFacetField.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchInputDocument.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchInputDocument.java index 153eb337a..1cc7009d0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchInputDocument.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchInputDocument.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchInputField.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchInputField.java index 2c1ed9e64..55d229b71 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchInputField.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchInputField.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchQuery.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchQuery.java index f15d7b076..acda8d158 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchQuery.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchQuery.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResponse.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResponse.java index 912fff67e..7d88dd127 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResponse.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResponse.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResultDocument.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResultDocument.java index 3583b5576..43b101530 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResultDocument.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResultDocument.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResultDocumentList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResultDocumentList.java index f5958e48b..01523fe20 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResultDocumentList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResultDocumentList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexer.java index 40a6f4851..db9d99f9b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchIndexer; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerStatus.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerStatus.java index 89a7a5309..f40877fe3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerStatus.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerStatus.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchIndexer; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerUtils.java index 65784d665..68d2d3ad3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.searchIndexer; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tboxreasoner/TBoxReasonerModule.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tboxreasoner/TBoxReasonerModule.java index b06d439f0..59790dc2a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tboxreasoner/TBoxReasonerModule.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tboxreasoner/TBoxReasonerModule.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tboxreasoner/TBoxReasonerStatus.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tboxreasoner/TBoxReasonerStatus.java index d799ff8f9..f4193f552 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tboxreasoner/TBoxReasonerStatus.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tboxreasoner/TBoxReasonerStatus.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/ConfigurationTripleSource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/ConfigurationTripleSource.java index 9d0c819ca..fa1725af5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/ConfigurationTripleSource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/ConfigurationTripleSource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.tripleSource; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/ContentTripleSource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/ContentTripleSource.java index 0999b3627..fe03b76b0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/ContentTripleSource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/ContentTripleSource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.tripleSource; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/TripleSource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/TripleSource.java index 92c6f5428..8e294cea7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/TripleSource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/modules/tripleSource/TripleSource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modules.tripleSource; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ABoxUpdater.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ABoxUpdater.java index cfed08bf6..37024e1e8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ABoxUpdater.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ABoxUpdater.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/AtomicOntologyChange.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/AtomicOntologyChange.java index 57bf420bb..5765f7908 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/AtomicOntologyChange.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/AtomicOntologyChange.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ChangeLogger.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ChangeLogger.java index d72c7a36e..ecb164c9e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ChangeLogger.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ChangeLogger.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ChangeRecord.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ChangeRecord.java index d87e39981..091b10cfc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ChangeRecord.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/ChangeRecord.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/KnowledgeBaseUpdater.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/KnowledgeBaseUpdater.java index 7ce3779f7..aa6240824 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/KnowledgeBaseUpdater.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/KnowledgeBaseUpdater.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/OntologyChangeParser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/OntologyChangeParser.java index 40f84722d..c23ae7998 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/OntologyChangeParser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/OntologyChangeParser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/SimpleChangeLogger.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/SimpleChangeLogger.java index ac8d8ad9a..428f837b8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/SimpleChangeLogger.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/SimpleChangeLogger.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/SimpleChangeRecord.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/SimpleChangeRecord.java index 2f3844ca0..0f0c2eba2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/SimpleChangeRecord.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/SimpleChangeRecord.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/TBoxUpdater.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/TBoxUpdater.java index c57305e82..045944281 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/TBoxUpdater.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/TBoxUpdater.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/UpdateSettings.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/UpdateSettings.java index 19548e185..8ea1f74b7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/UpdateSettings.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/ontology/update/UpdateSettings.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.ontology.update; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeListener.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeListener.java index ddd9df5aa..b105663fd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeListener.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeListener.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeSet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeSet.java index c4fa9b5f8..61b220913 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeSet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeSet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.java index d5d82209e..d3f995f01 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.java index d0ac60400..46d884fc9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceException.java index 458e227cc..4371a90d5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceFactory.java index c1ecb2b1c..295741ab2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ResultSetConsumer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ResultSetConsumer.java index efb156d40..c25d2c135 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ResultSetConsumer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/ResultSetConsumer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractBulkUpdater.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractBulkUpdater.java index 1ddd8d26d..1f1931184 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractBulkUpdater.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractBulkUpdater.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractModelDecorator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractModelDecorator.java index c9d6c384f..113e282b7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractModelDecorator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractModelDecorator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractOntModelDecorator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractOntModelDecorator.java index 6712b9501..c40f61071 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractOntModelDecorator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/AbstractOntModelDecorator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/BulkUpdatingModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/BulkUpdatingModel.java index 082626c96..e21b3e047 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/BulkUpdatingModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/BulkUpdatingModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/BulkUpdatingOntModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/BulkUpdatingOntModel.java index 4fd61c892..fae3259d4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/BulkUpdatingOntModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/BulkUpdatingOntModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/MemoryMappedModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/MemoryMappedModel.java index 1dda50776..86b77bda6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/MemoryMappedModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/MemoryMappedModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/RDFServiceBulkUpdater.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/RDFServiceBulkUpdater.java index 81f6f8693..1c09ce6da 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/RDFServiceBulkUpdater.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/RDFServiceBulkUpdater.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/SparqlBulkUpdater.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/SparqlBulkUpdater.java index 5435db12b..89f241f19 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/SparqlBulkUpdater.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/SparqlBulkUpdater.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/VitroModelFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/VitroModelFactory.java index b8fccdc1b..1f15a29e9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/VitroModelFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/VitroModelFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/FilteredResultSet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/FilteredResultSet.java index 7a9f151e2..9ebcc8f67 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/FilteredResultSet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/FilteredResultSet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.filter; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringRDFService.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringRDFService.java index 183a4987a..9d07a49ca 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringRDFService.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringRDFService.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.filter; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringUtils.java index 54380ef9e..73075259f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.filter; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/SameAsFilteringRDFServiceFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/SameAsFilteringRDFServiceFactory.java index a92f53a37..f40f60585 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/SameAsFilteringRDFServiceFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/SameAsFilteringRDFServiceFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.filter; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/ChangeSetImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/ChangeSetImpl.java index 85a621fe8..a3bcb5625 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/ChangeSetImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/ChangeSetImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/ModelChangeImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/ModelChangeImpl.java index 812f53ce4..d6aec120b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/ModelChangeImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/ModelChangeImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceFactorySingle.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceFactorySingle.java index ffa75e439..e12ab571f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceFactorySingle.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceFactorySingle.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceImpl.java index 521bb7285..f372b3926 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceUtils.java index fa19df460..90b858f16 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/RDFServiceUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/RDFServiceJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/RDFServiceJena.java index 6b448b3aa..5a37a42ab 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/RDFServiceJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/RDFServiceJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/model/RDFServiceModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/model/RDFServiceModel.java index 9d8fe4540..ad6caa0c6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/model/RDFServiceModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/model/RDFServiceModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.model; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/sdb/RDFServiceFactorySDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/sdb/RDFServiceFactorySDB.java index 6ba786db4..fcd97a143 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/sdb/RDFServiceFactorySDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/sdb/RDFServiceFactorySDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.sdb; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/sdb/RDFServiceSDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/sdb/RDFServiceSDB.java index 3eb123d8d..47cdd08f8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/sdb/RDFServiceSDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/sdb/RDFServiceSDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.sdb; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/tdb/RDFServiceTDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/tdb/RDFServiceTDB.java index fc11813d9..b2f0995d1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/tdb/RDFServiceTDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/jena/tdb/RDFServiceTDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.tdb; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/LoggingRDFService.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/LoggingRDFService.java index f267c7763..c4c4304e7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/LoggingRDFService.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/LoggingRDFService.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/LoggingRDFServiceFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/LoggingRDFServiceFactory.java index 8c7908e6e..8a509538a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/LoggingRDFServiceFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/LoggingRDFServiceFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/RDFServiceLogger.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/RDFServiceLogger.java index 6188a4378..e71ab9fd7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/RDFServiceLogger.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/logging/RDFServiceLogger.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/sparql/RDFServiceSparql.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/sparql/RDFServiceSparql.java index c28c0cdcc..dbd2b673e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/sparql/RDFServiceSparql.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/sparql/RDFServiceSparql.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/sparql/RDFServiceSparqlHttp.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/sparql/RDFServiceSparqlHttp.java index 06e556c0e..627136669 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/sparql/RDFServiceSparqlHttp.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/sparql/RDFServiceSparqlHttp.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.sparql; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/virtuoso/RDFServiceVirtuoso.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/virtuoso/RDFServiceVirtuoso.java index 08ab76046..d502ace88 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/virtuoso/RDFServiceVirtuoso.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/rdfservice/impl/virtuoso/RDFServiceVirtuoso.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.impl.virtuoso; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ABoxRecomputer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ABoxRecomputer.java index 51c090da6..45e96c745 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ABoxRecomputer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ABoxRecomputer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/IndividualURIQueue.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/IndividualURIQueue.java index 3c1827bf0..948c9eb8d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/IndividualURIQueue.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/IndividualURIQueue.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ModelUpdate.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ModelUpdate.java index 1cb085142..4f438786e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ModelUpdate.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ModelUpdate.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ReasonerPlugin.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ReasonerPlugin.java index 8cf00127f..2ea9343be 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ReasonerPlugin.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/ReasonerPlugin.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasoner.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasoner.java index 26790589e..67df12735 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasoner.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasoner.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTBoxListener.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTBoxListener.java index 62eb3ce7e..b9fec4c30 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTBoxListener.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTBoxListener.java @@ -1,4 +1,4 @@ - /* $This file is distributed under the terms of the license in /doc/license.txt$ */ + /* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/DisableSameAs.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/DisableSameAs.java index 23fdd69f6..e86a5f964 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/DisableSameAs.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/DisableSameAs.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner.plugin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SimpleBridgingRule.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SimpleBridgingRule.java index a911d4e71..8f8f23ccd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SimpleBridgingRule.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SimpleBridgingRule.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner.plugin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SimplePropertyAndTypeRule.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SimplePropertyAndTypeRule.java index c6edbfbd6..3d067e861 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SimplePropertyAndTypeRule.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SimplePropertyAndTypeRule.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner.plugin; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/VitroSearchTermNames.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/VitroSearchTermNames.java index 479b228d1..98e35ba2f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/VitroSearchTermNames.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/VitroSearchTermNames.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/AutocompleteController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/AutocompleteController.java index 1783c58cf..9d988b927 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/AutocompleteController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/AutocompleteController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/DataAutocompleteController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/DataAutocompleteController.java index 21f0cba38..6545fb978 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/DataAutocompleteController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/DataAutocompleteController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/IndexController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/IndexController.java index 590f109fe..d7dbf91d2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/IndexController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/IndexController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/IndexHistory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/IndexHistory.java index 75e18b962..49737f8c7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/IndexHistory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/IndexHistory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/PagedSearchController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/PagedSearchController.java index 64911f65c..bc997adf6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/PagedSearchController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/PagedSearchController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/SearchHelpController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/SearchHelpController.java index 076c23b08..8ab1cf278 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/SearchHelpController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/SearchHelpController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search.controller; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/SearchServiceController.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/SearchServiceController.java index 65777ee6e..5406969cc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/SearchServiceController.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/SearchServiceController.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/UpdateUrisInIndex.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/UpdateUrisInIndex.java index 1d86082e7..9c75dbb27 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/UpdateUrisInIndex.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/search/controller/UpdateUrisInIndex.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search.controller; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/InstrumentedSearchEngineWrapper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/InstrumentedSearchEngineWrapper.java index d4ea2382e..07a968b5f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/InstrumentedSearchEngineWrapper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/InstrumentedSearchEngineWrapper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/SearchEngineLogger.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/SearchEngineLogger.java index d4b1cbf8f..61e351275 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/SearchEngineLogger.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/SearchEngineLogger.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchFacetField.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchFacetField.java index 642219488..305ccb3ff 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchFacetField.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchFacetField.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.base; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputDocument.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputDocument.java index 51bfb596d..90bc6bde9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputDocument.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputDocument.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.base; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputField.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputField.java index c83fa757c..446ea12f5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputField.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputField.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.base; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchQuery.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchQuery.java index 7b001cc2e..4e3256063 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchQuery.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchQuery.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.base; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchResponse.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchResponse.java index 77273fd64..c738c9a17 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchResponse.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchResponse.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.base; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchResultDocument.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchResultDocument.java index a3ba2b951..f72cd6548 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchResultDocument.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchResultDocument.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.base; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrConversionUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrConversionUtils.java index 38e95990f..a721d6ce3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrConversionUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrConversionUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.solr; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrSearchEngine.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrSearchEngine.java index 7f9114a38..f1e31b18c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrSearchEngine.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrSearchEngine.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.solr; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrSearchResultDocumentList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrSearchResultDocumentList.java index 5656438ce..ae0bbaffa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrSearchResultDocumentList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchengine/solr/SolrSearchResultDocumentList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.solr; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/IndexingChangeListener.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/IndexingChangeListener.java index 8e284632a..6781c8762 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/IndexingChangeListener.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/IndexingChangeListener.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/SearchIndexerImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/SearchIndexerImpl.java index 75974a5a9..32cfaab74 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/SearchIndexerImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/SearchIndexerImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/SearchIndexerSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/SearchIndexerSetup.java index 1d3a867c3..ffe8be61f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/SearchIndexerSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/SearchIndexerSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifier.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifier.java index 277d96f4d..f0944b1ef 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifier.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifier.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierList.java index 247edda00..43efd58f8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierListBasic.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierListBasic.java index 251197d27..719c607bd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierListBasic.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierListBasic.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierListDeveloper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierListDeveloper.java index 43aa1fcc4..562dc9d15 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierListDeveloper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/DocumentModifierListDeveloper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/FieldBooster.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/FieldBooster.java index 7a3f0dad9..e28f7ec40 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/FieldBooster.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/FieldBooster.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/SelectQueryDocumentModifier.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/SelectQueryDocumentModifier.java index 971cf4fe5..66eecc35c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/SelectQueryDocumentModifier.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/SelectQueryDocumentModifier.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/ThumbnailImageURL.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/ThumbnailImageURL.java index 03f5afec6..cfabec6a1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/ThumbnailImageURL.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/ThumbnailImageURL.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnNamespace.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnNamespace.java index 6bda6f901..0fb13edbf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnNamespace.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnNamespace.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnType.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnType.java index 49dd50e54..247fec210 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnType.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnType.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnTypeNamespace.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnTypeNamespace.java index 5fb74bcb1..3817bad72 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnTypeNamespace.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnTypeNamespace.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluder.java index aca71f34a..d7e555085 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderList.java index de563bbb2..21b3f98aa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderListBasic.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderListBasic.java index 19bd117f2..02c45da6a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderListBasic.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderListBasic.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderListDeveloper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderListDeveloper.java index 0e56ac048..dfb92083a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderListDeveloper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SearchIndexExcluderListDeveloper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SyncingExcludeBasedOnType.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SyncingExcludeBasedOnType.java index 5ffe61cd8..682be8f88 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SyncingExcludeBasedOnType.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/SyncingExcludeBasedOnType.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForClassGroupChanges.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForClassGroupChanges.java index 781886ca6..17ba5bf01 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForClassGroupChanges.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForClassGroupChanges.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForDataProperties.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForDataProperties.java index a18740c9c..0a51d4600 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForDataProperties.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForDataProperties.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForObjectProperties.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForObjectProperties.java index 4ee04399e..e5dacd4b5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForObjectProperties.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForObjectProperties.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForTypeStatements.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForTypeStatements.java index ed63071db..8629a8f67 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForTypeStatements.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForTypeStatements.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinder.java index 1f6520b96..ccd801a7c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderList.java index f879c0916..c8752b9d2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderListBasic.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderListBasic.java index b807429f6..b65ae6337 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderListBasic.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderListBasic.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderListDeveloper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderListDeveloper.java index f713bd639..4803673b1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderListDeveloper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/IndexingUriFinderListDeveloper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/SelectQueryUriFinder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/SelectQueryUriFinder.java index 98229828c..03071b87b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/SelectQueryUriFinder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/SelectQueryUriFinder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/URIsForClassGroupChange.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/URIsForClassGroupChange.java index 4f734fb9e..c76c4125d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/URIsForClassGroupChange.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/URIsForClassGroupChange.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/FindUrisForStatementWorkUnit.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/FindUrisForStatementWorkUnit.java index 12240217d..620653ea3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/FindUrisForStatementWorkUnit.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/FindUrisForStatementWorkUnit.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.tasks; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/RebuildIndexTask.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/RebuildIndexTask.java index 3f1677b0c..0a029c53a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/RebuildIndexTask.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/RebuildIndexTask.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.tasks; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateDocumentWorkUnit.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateDocumentWorkUnit.java index 239812746..f6503ad7f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateDocumentWorkUnit.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateDocumentWorkUnit.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.tasks; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateStatementsTask.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateStatementsTask.java index 228daf277..adc5bfb7a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateStatementsTask.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateStatementsTask.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.tasks; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateUrisTask.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateUrisTask.java index 5c1f2f0d9..bdfd44dbf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateUrisTask.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/searchindex/tasks/UpdateUrisTask.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.tasks; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingService.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingService.java index 88abf65cf..5b9c5fe4a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingService.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingService.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.services.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingServiceImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingServiceImpl.java index b6ccfd536..67d80cb5f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingServiceImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingServiceImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.services.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingServiceSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingServiceSetup.java index c3b6e5e1b..eaa240275 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingServiceSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/freemarker/FreemarkerProcessingServiceSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.services.freemarker; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/FakeApplicationOntologyService.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/FakeApplicationOntologyService.java index d86678052..3f3ab97aa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/FakeApplicationOntologyService.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/FakeApplicationOntologyService.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.services.shortview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewLogger.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewLogger.java index 0cc864ed2..22201b659 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewLogger.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewLogger.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.services.shortview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewService.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewService.java index af0049767..c22c402c1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewService.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewService.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.services.shortview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewServiceImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewServiceImpl.java index 5ea21025d..c09689f23 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewServiceImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewServiceImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.services.shortview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewServiceSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewServiceSetup.java index 8b48e7aaf..cc5e8b00f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewServiceSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/services/shortview/ShortViewServiceSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.services.shortview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ConfigurationModelsSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ConfigurationModelsSetup.java index eb880f263..1c0ea33ce 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ConfigurationModelsSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ConfigurationModelsSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ContentModelSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ContentModelSetup.java index db9efe608..ad773a129 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ContentModelSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ContentModelSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/FileGraphSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/FileGraphSetup.java index 96db1f72e..6709d5400 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/FileGraphSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/FileGraphSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/JenaDataSourceSetupBase.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/JenaDataSourceSetupBase.java index b7a77de7d..e1d9dbc12 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/JenaDataSourceSetupBase.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/JenaDataSourceSetupBase.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/JvmSmokeTests.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/JvmSmokeTests.java index 4a5630801..a03134a2a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/JvmSmokeTests.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/JvmSmokeTests.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/PropertyMaskingSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/PropertyMaskingSetup.java index f0bd212f9..5a4a1ef14 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/PropertyMaskingSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/PropertyMaskingSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/RDFFilesLoader.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/RDFFilesLoader.java index ed63c9303..9023f095c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/RDFFilesLoader.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/RDFFilesLoader.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/RunSparqlConstructs.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/RunSparqlConstructs.java index c034bd80c..d739ca417 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/RunSparqlConstructs.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/RunSparqlConstructs.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/SimpleReasonerSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/SimpleReasonerSetup.java index 2e7739a32..1ac5dcdab 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/SimpleReasonerSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/SimpleReasonerSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/SolrSmokeTest.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/SolrSmokeTest.java index 0701c8594..0c51c6f61 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/SolrSmokeTest.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/SolrSmokeTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ThemeInfoSetup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ThemeInfoSetup.java index a15c2384f..49949c251 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ThemeInfoSetup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/ThemeInfoSetup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBase.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBase.java index b5aaffbc2..7cff01eb8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBase.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBase.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetAllClasses.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetAllClasses.java index 3ccd2ce3d..5be57117a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetAllClasses.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetAllClasses.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.sparql; import java.io.IOException; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetAllPrefix.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetAllPrefix.java index 2edcf9b9f..866c75b36 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetAllPrefix.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetAllPrefix.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.sparql; import java.io.IOException; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzAllProperties.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzAllProperties.java index a86842116..4aa4bd02e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzAllProperties.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzAllProperties.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.sparql; import java.io.IOException; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzDataProperties.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzDataProperties.java index 56f674500..df4efd566 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzDataProperties.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzDataProperties.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.sparql; import java.io.IOException; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzObjectProperties.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzObjectProperties.java index 5b58f6daa..1bc63c21d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzObjectProperties.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetClazzObjectProperties.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.sparql; import java.io.IOException; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetObjectClasses.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetObjectClasses.java index be744e814..474194afb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetObjectClasses.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/sparql/GetObjectClasses.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.sparql; import java.io.IOException; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/ComponentStartupStatusImpl.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/ComponentStartupStatusImpl.java index 65ad2e206..ef762f8f8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/ComponentStartupStatusImpl.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/ComponentStartupStatusImpl.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.startup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/StartupManager.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/StartupManager.java index 20bf0f34c..0d5307d31 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/StartupManager.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/StartupManager.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.startup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/StartupStatus.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/StartupStatus.java index 94c55ca3b..896890df7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/StartupStatus.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/startup/StartupStatus.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.startup; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ConfiguredReasonerListener.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ConfiguredReasonerListener.java index cca7e9454..d9d88651b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ConfiguredReasonerListener.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ConfiguredReasonerListener.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/InferenceModelUpdater.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/InferenceModelUpdater.java index a2a387e7b..dda665733 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/InferenceModelUpdater.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/InferenceModelUpdater.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/PatternListBuilder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/PatternListBuilder.java index 9f28580be..5e96da9c6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/PatternListBuilder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/PatternListBuilder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ReasonerConfiguration.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ReasonerConfiguration.java index 1c77bd308..da523b8dd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ReasonerConfiguration.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ReasonerConfiguration.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ReasonerStatementPattern.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ReasonerStatementPattern.java index f9e6796cc..2a23c18b9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ReasonerStatementPattern.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/ReasonerStatementPattern.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxChanges.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxChanges.java index 8e768ad09..2bfa7060d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxChanges.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxChanges.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxReasoner.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxReasoner.java index 287c042a9..f70539d6a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxReasoner.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxReasoner.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxReasonerDriver.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxReasonerDriver.java index edd3da3a9..6781846e3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxReasonerDriver.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/TBoxReasonerDriver.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/BasicTBoxReasonerDriver.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/BasicTBoxReasonerDriver.java index db6f5f675..d3921a981 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/BasicTBoxReasonerDriver.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/BasicTBoxReasonerDriver.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/TBoxInferencesAccumulator.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/TBoxInferencesAccumulator.java index d4305de7d..9474db5ea 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/TBoxInferencesAccumulator.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/TBoxInferencesAccumulator.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/jfact/JFactTBoxReasoner.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/jfact/JFactTBoxReasoner.java index 9bbccfc43..85035ac36 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/jfact/JFactTBoxReasoner.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/jfact/JFactTBoxReasoner.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/jfact/JFactTBoxReasonerModule.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/jfact/JFactTBoxReasonerModule.java index 42708bf99..83468b80a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/jfact/JFactTBoxReasonerModule.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/tboxreasoner/impl/jfact/JFactTBoxReasonerModule.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/CombinedTripleSource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/CombinedTripleSource.java index 525b0b229..e6067530d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/CombinedTripleSource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/CombinedTripleSource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/ShortTermCombinedTripleSource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/ShortTermCombinedTripleSource.java index f81373dcd..64724567a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/ShortTermCombinedTripleSource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/ShortTermCombinedTripleSource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/BasicCombinedTripleSource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/BasicCombinedTripleSource.java index a1144250c..1f69c752b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/BasicCombinedTripleSource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/BasicCombinedTripleSource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/BasicShortTermCombinedTripleSource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/BasicShortTermCombinedTripleSource.java index 46f43dce7..67e419d1c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/BasicShortTermCombinedTripleSource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/BasicShortTermCombinedTripleSource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource.impl; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/ContentTripleSourceSDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/ContentTripleSourceSDB.java index f90d87c57..e192b9d07 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/ContentTripleSourceSDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/ContentTripleSourceSDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/SDBConnectionSmokeTests.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/SDBConnectionSmokeTests.java index c9c9ad4c1..3246d2c07 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/SDBConnectionSmokeTests.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/SDBConnectionSmokeTests.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/SDBDataSource.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/SDBDataSource.java index 4bbc7a839..8e26d7818 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/SDBDataSource.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sdb/SDBDataSource.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sparql/ContentTripleSourceSPARQL.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sparql/ContentTripleSourceSPARQL.java index 1e4ff0283..9f2386929 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sparql/ContentTripleSourceSPARQL.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/sparql/ContentTripleSourceSPARQL.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/tdb/ConfigurationTripleSourceTDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/tdb/ConfigurationTripleSourceTDB.java index 7c787595f..381d1eedf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/tdb/ConfigurationTripleSourceTDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/tdb/ConfigurationTripleSourceTDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/tdb/ContentTripleSourceTDB.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/tdb/ContentTripleSourceTDB.java index 5ab71592d..72dff1b56 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/tdb/ContentTripleSourceTDB.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/tdb/ContentTripleSourceTDB.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/virtuoso/ContentTripleSourceVirtuoso.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/virtuoso/ContentTripleSourceVirtuoso.java index 5cb4c0ce0..28a58ea89 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/virtuoso/ContentTripleSourceVirtuoso.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/triplesource/impl/virtuoso/ContentTripleSourceVirtuoso.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/ApplicationConfigurationOntologyUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/ApplicationConfigurationOntologyUtils.java index 8a31363f9..bac3dd389 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/ApplicationConfigurationOntologyUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/ApplicationConfigurationOntologyUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Csv2Rdf.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Csv2Rdf.java index eb5c63b98..04d75bed6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Csv2Rdf.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Csv2Rdf.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/FrontEndEditingUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/FrontEndEditingUtils.java index 1088ef106..5c3314431 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/FrontEndEditingUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/FrontEndEditingUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Html2Text.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Html2Text.java index 2c88c0e83..be6b54444 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Html2Text.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Html2Text.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/IterableAdaptor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/IterableAdaptor.java index fe2cb5f25..d3e080cf0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/IterableAdaptor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/IterableAdaptor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/JSPPageHandler.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/JSPPageHandler.java index 3255172d8..ac7dd7d1e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/JSPPageHandler.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/JSPPageHandler.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/MailUtil.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/MailUtil.java index 19a19e634..ee47090ed 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/MailUtil.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/MailUtil.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; import java.io.IOException; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/MakeTidy.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/MakeTidy.java index ecf7ee178..5d65ebdc8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/MakeTidy.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/MakeTidy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/NamespaceMapper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/NamespaceMapper.java index c312ad90d..2a3c00c9f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/NamespaceMapper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/NamespaceMapper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/NamespaceMapperFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/NamespaceMapperFactory.java index a06371e3f..a1cd7d984 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/NamespaceMapperFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/NamespaceMapperFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/SimpleStemmer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/SimpleStemmer.java index c1db5da01..33f015957 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/SimpleStemmer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/SimpleStemmer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/SparqlQueryRunner.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/SparqlQueryRunner.java index 4032207be..36e3f34e0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/SparqlQueryRunner.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/SparqlQueryRunner.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Stemmer.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Stemmer.java index 9dde9fa1d..131a74f26 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Stemmer.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/Stemmer.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader.java index cf7793838..9f7f603aa 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderException.java index e1084f7bc..90bd3a366 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationRdf.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationRdf.java index b43fc2b16..633b1310c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationRdf.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationRdf.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationRdfParser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationRdfParser.java index abf9288a0..e96488f3a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationRdfParser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationRdfParser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ContextModelsUser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ContextModelsUser.java index 304b37bf7..9d2e2b946 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ContextModelsUser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ContextModelsUser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/InstanceWrapper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/InstanceWrapper.java index 45db851ad..2aefca2ae 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/InstanceWrapper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/InstanceWrapper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/Property.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/Property.java index bcc60bba3..da531f598 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/Property.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/Property.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/PropertyType.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/PropertyType.java index 56a38b364..fbc53ac85 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/PropertyType.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/PropertyType.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/RequestModelsUser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/RequestModelsUser.java index e5dfe08e2..b18ed897b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/RequestModelsUser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/RequestModelsUser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/Validation.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/Validation.java index 2e3c7c1f5..040301050 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/Validation.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/Validation.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/WrappedInstance.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/WrappedInstance.java index 4b739c6ec..344016863 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/WrappedInstance.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/WrappedInstance.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/BrowseDataGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/BrowseDataGetter.java index 66d061eb2..d9df76d71 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/BrowseDataGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/BrowseDataGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/ClassGroupPageData.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/ClassGroupPageData.java index 9fe92e671..9789b1fd5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/ClassGroupPageData.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/ClassGroupPageData.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetter.java index 4f1a8857e..1c8c9bd79 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; import java.util.Map; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterBase.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterBase.java index 2f34b810e..a42c909ff 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterBase.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterBase.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; import static edu.cornell.mannlib.vitro.webapp.modelaccess.ModelNames.DISPLAY; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterUtils.java index 53e6ccea9..ce16b010a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; import java.lang.reflect.Constructor; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/ExecuteDataRetrieval.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/ExecuteDataRetrieval.java index 8402d4bac..6148a89ba 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/ExecuteDataRetrieval.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/ExecuteDataRetrieval.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/FixedHTMLDataGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/FixedHTMLDataGetter.java index 4e6f64bee..c5b119508 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/FixedHTMLDataGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/FixedHTMLDataGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/IndividualsForClassesDataGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/IndividualsForClassesDataGetter.java index 27ef8f9de..7e618bd10 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/IndividualsForClassesDataGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/IndividualsForClassesDataGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SearchIndividualsDataGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SearchIndividualsDataGetter.java index b0bfed510..4b1bbc6e9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SearchIndividualsDataGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SearchIndividualsDataGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SparqlQueryDataGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SparqlQueryDataGetter.java index dd04c322a..a0a4c2c93 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SparqlQueryDataGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SparqlQueryDataGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/DeveloperSettings.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/DeveloperSettings.java index 3fd8ff053..f35deb1e7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/DeveloperSettings.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/DeveloperSettings.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.developer; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/DeveloperSettingsServlet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/DeveloperSettingsServlet.java index 09460d348..e5458c57a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/DeveloperSettingsServlet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/DeveloperSettingsServlet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.developer; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/Key.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/Key.java index 73434c2aa..6f4db67c6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/Key.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/Key.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.developer; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/listeners/DeveloperDisabledChangeListener.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/listeners/DeveloperDisabledChangeListener.java index 690487200..8bd42952a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/listeners/DeveloperDisabledChangeListener.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/listeners/DeveloperDisabledChangeListener.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.developer.listeners; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/listeners/DeveloperDisabledModelChangeListener.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/listeners/DeveloperDisabledModelChangeListener.java index 86b1186ec..18a27e5bc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/listeners/DeveloperDisabledModelChangeListener.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/listeners/DeveloperDisabledModelChangeListener.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.developer.listeners; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/loggers/StackTraceUtility.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/loggers/StackTraceUtility.java index 13b7e6358..839c83d0a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/loggers/StackTraceUtility.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/developer/loggers/StackTraceUtility.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.developer.loggers; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/fields/FieldUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/fields/FieldUtils.java index 15a042232..aa72e298e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/fields/FieldUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/fields/FieldUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.fields; import java.util.HashSet; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/generators/EditModeUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/generators/EditModeUtils.java index b69b1aebe..89e6be64e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/generators/EditModeUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/generators/EditModeUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.generators; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/AcceptHeaderParsingException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/AcceptHeaderParsingException.java index afa2b8615..81412a40b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/AcceptHeaderParsingException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/AcceptHeaderParsingException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.http; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/ContentTypeUtil.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/ContentTypeUtil.java index 99518911f..bab721dd0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/ContentTypeUtil.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/ContentTypeUtil.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.http; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/HttpClientFactory.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/HttpClientFactory.java index f3ae24ee4..ed387e7db 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/HttpClientFactory.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/HttpClientFactory.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.http; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/NotAcceptableException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/NotAcceptableException.java index b0164b398..e61e1137d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/NotAcceptableException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/http/NotAcceptableException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.http; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/DedupAndExtract.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/DedupAndExtract.java index 1cb2b3f48..d703117b4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/DedupAndExtract.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/DedupAndExtract.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/ExtendedLinkedDataUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/ExtendedLinkedDataUtils.java index 4846c1f4c..7f717724b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/ExtendedLinkedDataUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/ExtendedLinkedDataUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestUtils.java index 54b8b68c1..361c012a3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestWorkflowProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestWorkflowProcessor.java index a14b4ac58..e6bbe7848 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestWorkflowProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestWorkflowProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaOutputUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaOutputUtils.java index 1c087cc4a..8f00a29a7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaOutputUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaOutputUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/NamespaceMapperJena.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/NamespaceMapperJena.java index 5da89ba75..971e14269 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/NamespaceMapperJena.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/NamespaceMapperJena.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/URIUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/URIUtils.java index c756381cb..9b3d82a9d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/URIUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/URIUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/WorkflowOntology.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/WorkflowOntology.java index 5b8e36325..eb0a7e485 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/WorkflowOntology.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/WorkflowOntology.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableModel.java index 347654158..9df6d07b9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableOntModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableOntModel.java index 6906c498c..136ddc2a7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableOntModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableOntModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableOntModelSelector.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableOntModelSelector.java index 24b0dd0e1..d3641cea3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableOntModelSelector.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockableOntModelSelector.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockedModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockedModel.java index 1ad8016a4..a6fce02e4 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockedModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockedModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockedOntModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockedOntModel.java index 440ce6492..0ec9d06e8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockedOntModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/jena/criticalsection/LockedOntModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena.criticalsection; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/log/LogUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/log/LogUtils.java index db53b88af..67e6b33f9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/log/LogUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/log/LogUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.log; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/ComplexStringFormatter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/ComplexStringFormatter.java index d00a2e7a2..717386c9d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/ComplexStringFormatter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/ComplexStringFormatter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.logging; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/StackTraceLayout.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/StackTraceLayout.java index 1d21f822f..d8eba9a2a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/StackTraceLayout.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/StackTraceLayout.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.logging; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/ToString.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/ToString.java index 29fcb8ac6..17b5356fc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/ToString.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/logging/ToString.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.logging; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/MenuManagementDataUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/MenuManagementDataUtils.java index 67553827a..d4a4df7fd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/MenuManagementDataUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/MenuManagementDataUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.menuManagement; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessClassGroup.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessClassGroup.java index 072071d2b..dcdf76ae1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessClassGroup.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessClassGroup.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.menuManagement; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessDataGetter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessDataGetter.java index 951d73c76..113a133c0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessDataGetter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessDataGetter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.menuManagement; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessIndividualsForClasses.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessIndividualsForClasses.java index e211fba2b..eb4594fa3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessIndividualsForClasses.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/menuManagement/ProcessIndividualsForClasses.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.menuManagement; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/AutoCompleteWords.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/AutoCompleteWords.java index 2748f4758..fb9160b51 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/AutoCompleteWords.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/AutoCompleteWords.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.searchengine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/FieldMap.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/FieldMap.java index 8a27f0fa1..957755825 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/FieldMap.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/FieldMap.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.searchengine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/Formatter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/Formatter.java index e23e47bde..05f90c20f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/Formatter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/Formatter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.searchengine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchQueryUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchQueryUtils.java index 2abf76471..8dad2ef46 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchQueryUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchQueryUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.searchengine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchResponseFilter.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchResponseFilter.java index 06c7f25b4..afab31404 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchResponseFilter.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchResponseFilter.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.searchengine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchResultsParser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchResultsParser.java index 9d7fe8931..65cd8e350 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchResultsParser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/SearchResultsParser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.searchengine; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparql/ResultSetIterators.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparql/ResultSetIterators.java index de7c8ec76..c8963ed38 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparql/ResultSetIterators.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparql/ResultSetIterators.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparql; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparql/SparqlQueryUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparql/SparqlQueryUtils.java index cf886b5c0..826d06b26 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparql/SparqlQueryUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparql/SparqlQueryUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparql; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ModelConstructQueryContext.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ModelConstructQueryContext.java index 2881fee57..bcd701c8c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ModelConstructQueryContext.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ModelConstructQueryContext.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ModelSelectQueryContext.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ModelSelectQueryContext.java index 5de518aff..c185c32b2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ModelSelectQueryContext.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ModelSelectQueryContext.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/QueryHolder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/QueryHolder.java index 031542b07..b0a452354 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/QueryHolder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/QueryHolder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/RdfServiceConstructQueryContext.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/RdfServiceConstructQueryContext.java index d3e0a7f19..2149f2c1a 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/RdfServiceConstructQueryContext.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/RdfServiceConstructQueryContext.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/RdfServiceSelectQueryContext.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/RdfServiceSelectQueryContext.java index b0a21052c..f87785658 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/RdfServiceSelectQueryContext.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/RdfServiceSelectQueryContext.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ResultSetParser.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ResultSetParser.java index 78e4bebb9..c47b559b5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ResultSetParser.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ResultSetParser.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/SparqlQueryRunner.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/SparqlQueryRunner.java index 419ea7105..31fb5d1a2 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/SparqlQueryRunner.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/SparqlQueryRunner.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/StringResultsMapping.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/StringResultsMapping.java index a9b9c1ade..c3c4d46d7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/StringResultsMapping.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/StringResultsMapping.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/threads/VitroBackgroundThread.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/threads/VitroBackgroundThread.java index 477a10225..ed792635c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/threads/VitroBackgroundThread.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/utils/threads/VitroBackgroundThread.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.threads; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/AntiScript.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/AntiScript.java index 39aad1985..80eaf19bc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/AntiScript.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/AntiScript.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/MiscWebUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/MiscWebUtils.java index 81f1a6bf8..50cd3c8ab 100755 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/MiscWebUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/MiscWebUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/TemplateUtils.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/TemplateUtils.java index 255af39ee..a4c62323b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/TemplateUtils.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/TemplateUtils.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/URLEncoder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/URLEncoder.java index 038d93973..c7c748eb8 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/URLEncoder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/URLEncoder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/ViewFinder.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/ViewFinder.java index 1c2337d5c..4fd1fa247 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/ViewFinder.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/ViewFinder.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/beanswrappers/ReadOnlyBeansWrapper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/beanswrappers/ReadOnlyBeansWrapper.java index d0050d6c8..459789a3f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/beanswrappers/ReadOnlyBeansWrapper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/beanswrappers/ReadOnlyBeansWrapper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.beanswrappers; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/BaseTemplateDirectiveModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/BaseTemplateDirectiveModel.java index a1500a2c5..0ac90899c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/BaseTemplateDirectiveModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/BaseTemplateDirectiveModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.directives; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/EmailDirective.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/EmailDirective.java index 913e69782..b6a783d00 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/EmailDirective.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/EmailDirective.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.directives; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/IndividualShortViewDirective.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/IndividualShortViewDirective.java index fac33222c..071151e11 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/IndividualShortViewDirective.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/IndividualShortViewDirective.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.directives; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/UrlDirective.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/UrlDirective.java index 9edf3ff85..951a24fe9 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/UrlDirective.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/UrlDirective.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.directives; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/WidgetDirective.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/WidgetDirective.java index 298a0be07..701ce797b 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/WidgetDirective.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/directives/WidgetDirective.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.directives; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/images/PlaceholderUtil.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/images/PlaceholderUtil.java index d0c03dad3..dbff79497 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/images/PlaceholderUtil.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/images/PlaceholderUtil.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.images; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/ConfirmAuthorization.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/ConfirmAuthorization.java index 1adffa441..ace696739 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/ConfirmAuthorization.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/ConfirmAuthorization.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.jsptags; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/JsonSet.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/JsonSet.java index 6bf18e5de..667c39c47 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/JsonSet.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/JsonSet.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.jsptags; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/Options.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/Options.java index 848503cec..cd9d3fb20 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/Options.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/Options.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.jsptags; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/OptionsForClassTag.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/OptionsForClassTag.java index daa6ff814..7370d1803 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/OptionsForClassTag.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/OptionsForClassTag.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.jsptags; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/OptionsForPropertyTag.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/OptionsForPropertyTag.java index 261f42bdd..f71434969 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/OptionsForPropertyTag.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/OptionsForPropertyTag.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.jsptags; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/StringProcessorTag.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/StringProcessorTag.java index 9d9d2e7a2..f3be9ba2e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/StringProcessorTag.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/StringProcessorTag.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.jsptags; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/Value.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/Value.java index 2c0ff8a23..822c04e82 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/Value.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/jsptags/Value.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.jsptags; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/BaseTemplateMethodModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/BaseTemplateMethodModel.java index 63f180506..a2ea196dd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/BaseTemplateMethodModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/BaseTemplateMethodModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.methods; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualLocalNameMethod.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualLocalNameMethod.java index 9eee36cc9..e0269769c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualLocalNameMethod.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualLocalNameMethod.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.methods; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualPlaceholderImageUrlMethod.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualPlaceholderImageUrlMethod.java index 39692fd11..c72c7fc15 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualPlaceholderImageUrlMethod.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualPlaceholderImageUrlMethod.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.methods; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualProfileUrlMethod.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualProfileUrlMethod.java index 0c3aaaac6..e433237ec 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualProfileUrlMethod.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/methods/IndividualProfileUrlMethod.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.methods; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/BaseTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/BaseTemplateModel.java index 1b2a13d21..035c6d5c3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/BaseTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/BaseTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/LinkTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/LinkTemplateModel.java index edf9f9e2d..0dd71a0ca 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/LinkTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/LinkTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/Tags.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/Tags.java index 359b37c21..b964ef977 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/Tags.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/Tags.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/User.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/User.java index 47d0434a3..2c2ee469e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/User.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/User.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/VClassGroupTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/VClassGroupTemplateModel.java index c0335b821..c578a0266 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/VClassGroupTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/VClassGroupTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/VClassTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/VClassTemplateModel.java index f25db242d..87c55a9c1 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/VClassTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/VClassTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewConfigFile.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewConfigFile.java index 4ca672243..3aecc74ca 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewConfigFile.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewConfigFile.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewLogger.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewLogger.java index 00e095efb..edccf8aee 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewLogger.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewLogger.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/DataPropertyListConfig.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/DataPropertyListConfig.java index 6d34ccef8..2ad3bb995 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/DataPropertyListConfig.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/DataPropertyListConfig.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/InvalidConfigurationException.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/InvalidConfigurationException.java index 921f2486c..aa5a9a777 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/InvalidConfigurationException.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/InvalidConfigurationException.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/PropertyListConfig.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/PropertyListConfig.java index f2dda64dd..094be631c 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/PropertyListConfig.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/PropertyListConfig.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/edit/EditConfigurationTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/edit/EditConfigurationTemplateModel.java index 02c2eb0a1..400e5915d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/edit/EditConfigurationTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/edit/EditConfigurationTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/edit/MultiValueEditSubmissionTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/edit/MultiValueEditSubmissionTemplateModel.java index bfd56b2db..f875dcff6 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/edit/MultiValueEditSubmissionTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/edit/MultiValueEditSubmissionTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.edit; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/BaseIndividualTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/BaseIndividualTemplateModel.java index 76c10a5a9..773597382 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/BaseIndividualTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/BaseIndividualTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/BaseObjectPropertyDataPostProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/BaseObjectPropertyDataPostProcessor.java index fc55d48e2..4d86ecbfb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/BaseObjectPropertyDataPostProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/BaseObjectPropertyDataPostProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; import java.util.ArrayList; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/CollatedObjectPropertyTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/CollatedObjectPropertyTemplateModel.java index 2f449cf0a..ec016c78f 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/CollatedObjectPropertyTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/CollatedObjectPropertyTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DataPropertyStatementTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DataPropertyStatementTemplateModel.java index e0e23bf78..09a0037ed 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DataPropertyStatementTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DataPropertyStatementTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DataPropertyTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DataPropertyTemplateModel.java index b24c49e77..cc8b6ac44 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DataPropertyTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DataPropertyTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DefaultListViewDataPostProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DefaultListViewDataPostProcessor.java index 53c89920d..7059db5a7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DefaultListViewDataPostProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DefaultListViewDataPostProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DefaultObjectPropertyDataPostProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DefaultObjectPropertyDataPostProcessor.java index cd77db81d..bbc60bb15 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DefaultObjectPropertyDataPostProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/DefaultObjectPropertyDataPostProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/FauxObjectPropertyWrapper.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/FauxObjectPropertyWrapper.java index cdb1de7b3..80ecc3afd 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/FauxObjectPropertyWrapper.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/FauxObjectPropertyWrapper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/GroupedPropertyList.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/GroupedPropertyList.java index dff1472fd..90f4ff780 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/GroupedPropertyList.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/GroupedPropertyList.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java index c45020b47..6e4fd935e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/IndividualTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/MaintainDuplicatesObjectPropertyDataPostProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/MaintainDuplicatesObjectPropertyDataPostProcessor.java index 65fe7b0e5..cba390dbf 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/MaintainDuplicatesObjectPropertyDataPostProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/MaintainDuplicatesObjectPropertyDataPostProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/NameStatementTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/NameStatementTemplateModel.java index 183752f52..da3b57ed5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/NameStatementTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/NameStatementTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyDataPostProcessor.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyDataPostProcessor.java index fe9807c6d..12e26628d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyDataPostProcessor.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyDataPostProcessor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyStatementTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyStatementTemplateModel.java index b8c6420df..f65fc2496 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyStatementTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyStatementTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyTemplateModel.java index a0434968d..e830c2846 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyGroupTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyGroupTemplateModel.java index a782ab919..de5ade3a3 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyGroupTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyGroupTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyStatementTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyStatementTemplateModel.java index 6074a7007..84a00b7bb 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyStatementTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyStatementTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyTemplateModel.java index 986a6d0d7..297d61430 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/PropertyTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/SubclassTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/SubclassTemplateModel.java index b3bcee240..749dfd625 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/SubclassTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/SubclassTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/UncollatedObjectPropertyTemplateModel.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/UncollatedObjectPropertyTemplateModel.java index f4295118f..4e132fd4d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/UncollatedObjectPropertyTemplateModel.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/UncollatedObjectPropertyTemplateModel.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individuallist/BaseListedIndividual.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individuallist/BaseListedIndividual.java index 1d0a6426e..227cf4cd5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individuallist/BaseListedIndividual.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individuallist/BaseListedIndividual.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individuallist/ListedIndividual.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individuallist/ListedIndividual.java index 1e10f5752..da4a25252 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individuallist/ListedIndividual.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individuallist/ListedIndividual.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MainMenu.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MainMenu.java index d9b14a256..4619b32b7 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MainMenu.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MainMenu.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MainMenuItem.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MainMenuItem.java index f7c5d9ad9..6777a7dfc 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MainMenuItem.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MainMenuItem.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/Menu.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/Menu.java index 67adffee4..a4149a231 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/Menu.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/Menu.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MenuItem.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MenuItem.java index 08d09ce81..f4dbc2333 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MenuItem.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/menu/MenuItem.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/searchresult/IndividualSearchResult.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/searchresult/IndividualSearchResult.java index b477c9cd3..6c3f9c5a5 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/searchresult/IndividualSearchResult.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/searchresult/IndividualSearchResult.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/BrowseWidget.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/BrowseWidget.java index e4ee39874..f324059a0 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/BrowseWidget.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/BrowseWidget.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.widgets; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/DateTimeWidget.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/DateTimeWidget.java index dcebf656d..52243c248 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/DateTimeWidget.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/DateTimeWidget.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.widgets; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/LoginWidget.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/LoginWidget.java index 5a62f7c32..5b6d1d882 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/LoginWidget.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/LoginWidget.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.widgets; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/TestWidget.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/TestWidget.java index 71c1e3702..bb18e0a3e 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/TestWidget.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/TestWidget.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.widgets; diff --git a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/Widget.java b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/Widget.java index acb8e16ba..37297e39d 100644 --- a/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/Widget.java +++ b/api/src/main/java/edu/cornell/mannlib/vitro/webapp/web/widgets/Widget.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.widgets; diff --git a/api/src/main/java/edu/ucsf/vitro/opensocial/OpenSocialSmokeTests.java b/api/src/main/java/edu/ucsf/vitro/opensocial/OpenSocialSmokeTests.java index 56010863e..bc56bc7a9 100644 --- a/api/src/main/java/edu/ucsf/vitro/opensocial/OpenSocialSmokeTests.java +++ b/api/src/main/java/edu/ucsf/vitro/opensocial/OpenSocialSmokeTests.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.ucsf.vitro.opensocial; diff --git a/api/src/main/java/freemarker/ext/beans/WrapperExtractor.java b/api/src/main/java/freemarker/ext/beans/WrapperExtractor.java index a1c63e185..787ff5d4e 100644 --- a/api/src/main/java/freemarker/ext/beans/WrapperExtractor.java +++ b/api/src/main/java/freemarker/ext/beans/WrapperExtractor.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package freemarker.ext.beans; diff --git a/api/src/main/java/freemarker/ext/dump/BaseDumpDirective.java b/api/src/main/java/freemarker/ext/dump/BaseDumpDirective.java index fc3e90247..2d6b53673 100644 --- a/api/src/main/java/freemarker/ext/dump/BaseDumpDirective.java +++ b/api/src/main/java/freemarker/ext/dump/BaseDumpDirective.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package freemarker.ext.dump; diff --git a/api/src/main/java/freemarker/ext/dump/DumpAllDirective.java b/api/src/main/java/freemarker/ext/dump/DumpAllDirective.java index ce2fbd536..88eaadd97 100644 --- a/api/src/main/java/freemarker/ext/dump/DumpAllDirective.java +++ b/api/src/main/java/freemarker/ext/dump/DumpAllDirective.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package freemarker.ext.dump; diff --git a/api/src/main/java/freemarker/ext/dump/DumpDirective.java b/api/src/main/java/freemarker/ext/dump/DumpDirective.java index 6d270c89c..6ff00ce55 100644 --- a/api/src/main/java/freemarker/ext/dump/DumpDirective.java +++ b/api/src/main/java/freemarker/ext/dump/DumpDirective.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package freemarker.ext.dump; diff --git a/api/src/main/java/freemarker/ext/dump/HelpDirective.java b/api/src/main/java/freemarker/ext/dump/HelpDirective.java index 1f513414a..27a2632d2 100644 --- a/api/src/main/java/freemarker/ext/dump/HelpDirective.java +++ b/api/src/main/java/freemarker/ext/dump/HelpDirective.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package freemarker.ext.dump; diff --git a/api/src/test/java/edu/cornell/mannlib/vedit/util/OperationUtils_CloneBeanTest.java b/api/src/test/java/edu/cornell/mannlib/vedit/util/OperationUtils_CloneBeanTest.java index 83f93278c..c61870111 100644 --- a/api/src/test/java/edu/cornell/mannlib/vedit/util/OperationUtils_CloneBeanTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vedit/util/OperationUtils_CloneBeanTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vedit.util; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/testing/AbstractTestClass.java b/api/src/test/java/edu/cornell/mannlib/vitro/testing/AbstractTestClass.java index b380419e8..d5eea4977 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/testing/AbstractTestClass.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/testing/AbstractTestClass.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.testing; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/testing/ModelUtilitiesTestHelper.java b/api/src/test/java/edu/cornell/mannlib/vitro/testing/ModelUtilitiesTestHelper.java index 16149d35e..c51e49020 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/testing/ModelUtilitiesTestHelper.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/testing/ModelUtilitiesTestHelper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.testing; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/testing/RecordingProxy.java b/api/src/test/java/edu/cornell/mannlib/vitro/testing/RecordingProxy.java index 8698c493b..0a245465b 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/testing/RecordingProxy.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/testing/RecordingProxy.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.testing; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionFactoryTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionFactoryTest.java index 7e3646070..3380e7da4 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionFactoryTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/HasPermissionFactoryTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsRootUserFactoryTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsRootUserFactoryTest.java index 42a847679..eff900437 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsRootUserFactoryTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsRootUserFactoryTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsUserFactoryTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsUserFactoryTest.java index c9b69b018..89c1cc64f 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsUserFactoryTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/identifier/factory/IsUserFactoryTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.identifier.factory; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_AuthorizationRequestTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_AuthorizationRequestTest.java index dfbba4fe6..dc80e325a 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_AuthorizationRequestTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_AuthorizationRequestTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_ModelsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_ModelsTest.java index ec7aa88ac..f6c2f4eef 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_ModelsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_ModelsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_StatementsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_StatementsTest.java index 465d3675b..3e12713f5 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_StatementsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/PolicyHelper_StatementsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicyTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicyTest.java index 9e13ef71c..201cbe22c 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicyTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicyTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicy_2_Test.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicy_2_Test.java index 24e0f33cc..c9158788b 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicy_2_Test.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/SelfEditingPolicy_2_Test.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanImplTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanImplTest.java index fc3fe813a..067ded4a6 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanImplTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanImplTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.policy.bean; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/AuthorizationRequestTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/AuthorizationRequestTest.java index 23f8f3b5d..4af7e727a 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/AuthorizationRequestTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/AuthorizationRequestTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.auth.requestedAction; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoBeanTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoBeanTest.java index d5fb0ae04..6c8008497 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoBeanTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoBeanTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoSetupTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoSetupTest.java index 3dc50076d..93b7b80f3 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoSetupTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/config/RevisionInfoSetupTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectionCriteriaTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectionCriteriaTest.java index a6e55efb0..39bddadc8 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectionCriteriaTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectionCriteriaTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectorTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectorTest.java index a192a4693..b58b596c1 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectorTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectorTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectorTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectorTest.java index 83b7c2721..fd79b3b6b 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectorTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/accounts/manageproxies/ProxyRelationshipSelectorTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlUpdateApiTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlUpdateApiTest.java index 96e3073c1..e23484fcb 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlUpdateApiTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/api/SparqlUpdateApiTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiExecutorTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiExecutorTest.java index c9a402b53..cae072d8f 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiExecutorTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/api/sparqlquery/SparqlQueryApiExecutorTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.api.sparqlquery; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/AuthenticatorStub.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/AuthenticatorStub.java index 247434ff4..04e575f5a 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/AuthenticatorStub.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/AuthenticatorStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ProgramLoginTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ProgramLoginTest.java index 3bcfee593..10ac0f594 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ProgramLoginTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/authenticate/ProgramLoginTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.authenticate; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NQuadLineSplitterTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NQuadLineSplitterTest.java index 62e1e546f..1084f0b49 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NQuadLineSplitterTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/datatools/dumprestore/NQuadLineSplitterTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/edit/AuthenticateTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/edit/AuthenticateTest.java index bb64ad10a..527beebf5 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/edit/AuthenticateTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/edit/AuthenticateTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveRdfEditTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveRdfEditTest.java index 997a9bcde..7be6885e6 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveRdfEditTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/edit/PrimitiveRdfEditTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.edit; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/UrlBuilderTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/UrlBuilderTest.java index a92645172..99ef83de6 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/UrlBuilderTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/freemarker/UrlBuilderTest.java @@ -1,5 +1,5 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.freemarker; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/JSONReconcileServletTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/JSONReconcileServletTest.java index 8e5814b24..33ab77b3f 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/JSONReconcileServletTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/grefine/JSONReconcileServletTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.grefine; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRdfAssemblerTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRdfAssemblerTest.java index d56ff838e..d33000c1d 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRdfAssemblerTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRdfAssemblerTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalyzerTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalyzerTest.java index 273347fd4..61a2d5d03 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalyzerTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalyzerTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonServletTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonServletTest.java index dcdf92aca..625f0e598 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonServletTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/controller/json/JsonServletTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.controller.json; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/NewURIMakerVitroTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/NewURIMakerVitroTest.java index cc7332f71..b296f1d75 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/NewURIMakerVitroTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/NewURIMakerVitroTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao; import static org.junit.Assert.*; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualFilteringByStatementTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualFilteringByStatementTest.java index 7363e8b21..85645942f 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualFilteringByStatementTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/IndividualFilteringByStatementTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersFactoryTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersFactoryTest.java index 9adb416b2..e2e1d14bd 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersFactoryTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/filtering/filters/VitroFiltersFactoryTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.filtering.filters; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyDaoJenaTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyDaoJenaTest.java index 146232fa7..307e1db0d 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyDaoJenaTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DataPropertyDaoJenaTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DependentResourceDeleteJenaTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DependentResourceDeleteJenaTest.java index 76a6be12b..838d0f2da 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DependentResourceDeleteJenaTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/DependentResourceDeleteJenaTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDaoTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDaoTest.java index c55c2718c..c89037058 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDaoTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDaoTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDao_2_Test.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDao_2_Test.java index 84a841877..9e448c651 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDao_2_Test.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/JenaBaseDao_2_Test.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/MenuDaoJenaTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/MenuDaoJenaTest.java index 703e3526d..bce4aa09f 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/MenuDaoJenaTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/MenuDaoJenaTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyDaoJenaTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyDaoJenaTest.java index 889346bd2..36f6c074d 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyDaoJenaTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyDaoJenaTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoJenaTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoJenaTest.java index 516e82aa9..f74c45b2a 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoJenaTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/ObjectPropertyStatementDaoJenaTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSegementationTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSegementationTest.java index e720a117f..c6637e220 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSegementationTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/OntModelSegementationTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyInstanceDaoJenaTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyInstanceDaoJenaTest.java index 2bd6e1fc1..1fa7fe9df 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyInstanceDaoJenaTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/PropertyInstanceDaoJenaTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/QueryUtilsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/QueryUtilsTest.java index 1940273a4..aa9e59e89 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/QueryUtilsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/QueryUtilsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/UserAccountsDaoJenaTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/UserAccountsDaoJenaTest.java index 2f29c3dd3..9de38f57b 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/UserAccountsDaoJenaTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/UserAccountsDaoJenaTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoTest.java index 18b5d243b..25940cf85 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupCacheTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupCacheTest.java index 5cf085638..9d25d2091 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupCacheTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassGroupCacheTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassJenaTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassJenaTest.java index 9819d8b49..e46952f2a 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassJenaTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassJenaTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/vclassgroup/ProhibitedFromSearchTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/vclassgroup/ProhibitedFromSearchTest.java index 0eda46f6e..528c11e2e 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/vclassgroup/ProhibitedFromSearchTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/dao/vclassgroup/ProhibitedFromSearchTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.vclassgroup; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/EditLiteralTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/EditLiteralTest.java index 358c5cce7..0eddf1c50 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/EditLiteralTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/EditLiteralTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/EditN3UtilsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/EditN3UtilsTest.java index cdee87e24..ec2363c75 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/EditN3UtilsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/EditN3UtilsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BasicValidationVTwoTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BasicValidationVTwoTest.java index c86274ec1..959207048 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BasicValidationVTwoTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/BasicValidationVTwoTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationUtilsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationUtilsTest.java index faac4ab76..742d2add0 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationUtilsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditConfigurationUtilsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; import org.junit.Assert; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditN3GeneratorVTwoTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditN3GeneratorVTwoTest.java index 6af51709b..de087bc41 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditN3GeneratorVTwoTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/EditN3GeneratorVTwoTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/ProcessRdfFormTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/ProcessRdfFormTest.java index c0d6aa4a8..77f4d6b67 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/ProcessRdfFormTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/ProcessRdfFormTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; import static org.junit.Assert.assertEquals; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/AntiXssValidationTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/AntiXssValidationTest.java index b46eeb19d..76d27c137 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/AntiXssValidationTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/validators/AntiXssValidationTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.validators; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/processEdit/RdfLiteralHashTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/processEdit/RdfLiteralHashTest.java index ad78373af..cb4c2bbef 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/processEdit/RdfLiteralHashTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/edit/n3editing/processEdit/RdfLiteralHashTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.processEdit; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/FileServingHelperTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/FileServingHelperTest.java index 2e05eabbd..97b02397d 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/FileServingHelperTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/FileServingHelperTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageHelperTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageHelperTest.java index 1dd931f3f..8fff3623c 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageHelperTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageHelperTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.impl; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImplTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImplTest.java index c63d327b4..d7ca89170 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImplTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filestorage/impl/FileStorageImplTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filestorage.impl; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewritingHttpServletResponseTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewritingHttpServletResponseTest.java index ae5f6dedf..2d73976db 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewritingHttpServletResponseTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filters/URLRewritingHttpServletResponseTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filters/VitroURLTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filters/VitroURLTest.java index bdb51c30d..b5534d87e 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filters/VitroURLTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/filters/VitroURLTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.filters; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/freemarker/loader/FreemarkerTemplateLoaderTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/freemarker/loader/FreemarkerTemplateLoaderTest.java index f4fa33767..d68539061 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/freemarker/loader/FreemarkerTemplateLoaderTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/freemarker/loader/FreemarkerTemplateLoaderTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.freemarker.loader; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nTest.java index db051f961..503b3d20a 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/i18n/I18nTest.java @@ -13,7 +13,7 @@ import stubs.javax.servlet.ServletContextStub; import edu.cornell.mannlib.vitro.testing.AbstractTestClass; import edu.cornell.mannlib.vitro.webapp.i18n.selection.SelectedLocale; -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ /** * Test the I18N functionality. diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionSetupTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionSetupTest.java index 6d47d889f..dd3cbb3d7 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionSetupTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/i18n/selection/LocaleSelectionSetupTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.i18n.selection; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ListCachingModelMakerTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ListCachingModelMakerTest.java index 188a6461c..30ecab94d 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ListCachingModelMakerTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ListCachingModelMakerTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.adapters; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/MemoryMappingModelMakerTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/MemoryMappingModelMakerTest.java index a9b725bcc..1a421ab8c 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/MemoryMappingModelMakerTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/MemoryMappingModelMakerTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.adapters; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ModelMakerWithPersistentEmptyModelsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ModelMakerWithPersistentEmptyModelsTest.java index baeae7234..5133fe557 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ModelMakerWithPersistentEmptyModelsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/modelaccess/adapters/ModelMakerWithPersistentEmptyModelsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.modelaccess.adapters; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/VitroModelFactoryTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/VitroModelFactoryTest.java index ded6e33e6..a5f7b1e84 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/VitroModelFactoryTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/rdfservice/adapters/VitroModelFactoryTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.adapters; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringRDFServiceTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringRDFServiceTest.java index cf5afb377..2cbc1c2a7 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringRDFServiceTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/rdfservice/filter/LanguageFilteringRDFServiceTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.rdfservice.filter; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerInversePropertyTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerInversePropertyTest.java index 80035fece..5c94e98f1 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerInversePropertyTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerInversePropertyTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerPluginTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerPluginTest.java index 04108b14d..c763f1153 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerPluginTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerPluginTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerSameAsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerSameAsTest.java index 015968db7..76cde5441 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerSameAsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerSameAsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTBoxHelper.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTBoxHelper.java index ffd40cd7b..82343c866 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTBoxHelper.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTBoxHelper.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTest.java index ea1c8d402..d0884c9aa 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SamplePlugin.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SamplePlugin.java index e49d9bd2d..b4fa9463a 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SamplePlugin.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/reasoner/plugin/SamplePlugin.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.reasoner.plugin; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/search/controller/PagedSearchControllerTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/search/controller/PagedSearchControllerTest.java index 9beae4970..a356600b2 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/search/controller/PagedSearchControllerTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/search/controller/PagedSearchControllerTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ /** * */ diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/search/controller/UpdateUrisInIndexTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/search/controller/UpdateUrisInIndexTest.java index 98780f1db..9caf834db 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/search/controller/UpdateUrisInIndexTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/search/controller/UpdateUrisInIndexTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.search.controller; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputDocumentTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputDocumentTest.java index 9ff844e9c..20a72dcc2 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputDocumentTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchengine/base/BaseSearchInputDocumentTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchengine.base; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/ThumbnailImageURLTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/ThumbnailImageURLTest.java index 2813911f4..c69f695a3 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/ThumbnailImageURLTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/documentBuilding/ThumbnailImageURLTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnTypeTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnTypeTest.java index 2170e3ffd..5130cdcb3 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnTypeTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/exclusions/ExcludeBasedOnTypeTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.exclusions; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForClassGroupChangesTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForClassGroupChangesTest.java index ef93cff32..860213748 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForClassGroupChangesTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForClassGroupChangesTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForObjectPropertiesTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForObjectPropertiesTest.java index 20a182501..3230bacf0 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForObjectPropertiesTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForObjectPropertiesTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForTypeStatementsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForTypeStatementsTest.java index 522093b42..044be09f9 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForTypeStatementsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/AdditionalURIsForTypeStatementsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/SelectQueryUriFinderTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/SelectQueryUriFinderTest.java index 0ee8b2398..970337b3e 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/SelectQueryUriFinderTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/searchindex/indexing/SelectQueryUriFinderTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.searchindex.indexing; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBaseTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBaseTest.java index e089fcfd9..28040514f 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBaseTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/servlet/setup/UpdateKnowledgeBaseTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.servlet.setup; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/startup/StartupManagerTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/startup/StartupManagerTest.java index 4b2a8adb8..5f0a73c91 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/startup/StartupManagerTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/startup/StartupManagerTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.startup; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/test/JenaOntologyLoader.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/test/JenaOntologyLoader.java index c6d0a2f1c..70f984634 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/test/JenaOntologyLoader.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/test/JenaOntologyLoader.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.test; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/MakeTidyTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/MakeTidyTest.java index e336ac5ae..5fdb05686 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/MakeTidyTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/MakeTidyTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTest.java index c98a3a80c..00445a2ea 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTestBase.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTestBase.java index b102738cf..66db7d49f 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTestBase.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoaderTestBase.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_Cardinality_Test.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_Cardinality_Test.java index 2e9740a90..9da9d34ce 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_Cardinality_Test.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_Cardinality_Test.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_PropertyTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_PropertyTest.java index 3b7e28fdc..22b5e278a 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_PropertyTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_PropertyTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_ValidationTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_ValidationTest.java index 8e3498a56..59a57a0b0 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_ValidationTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/configuration/ConfigurationBeanLoader_ValidationTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.configuration; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterUtilsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterUtilsTest.java index 2fbf225cd..4014042f6 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterUtilsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/DataGetterUtilsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; import java.io.InputStream; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SparqlQueryDataGetterTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SparqlQueryDataGetterTest.java index 5f6c1efbd..03ab49a90 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SparqlQueryDataGetterTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/dataGetter/SparqlQueryDataGetterTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.dataGetter; import java.io.InputStream; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/http/ContentTypeUtilTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/http/ContentTypeUtilTest.java index 79e4a5cf7..ba58d212a 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/http/ContentTypeUtilTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/http/ContentTypeUtilTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.http; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/ingest/JenaIngestUtilsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/ingest/JenaIngestUtilsTest.java index d6c90226c..c6b494154 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/ingest/JenaIngestUtilsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/ingest/JenaIngestUtilsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.ingest; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestUtilsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestUtilsTest.java index e8f2ece19..8805e5cf4 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestUtilsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/jena/JenaIngestUtilsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.jena; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/AutoCompleteWordsTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/AutoCompleteWordsTest.java index 5f93cbda9..bbfa39897 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/AutoCompleteWordsTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/searchengine/AutoCompleteWordsTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.searchengine; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/QueryHolderTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/QueryHolderTest.java index 18143d244..086c6bd50 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/QueryHolderTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/QueryHolderTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ResultSetParserTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ResultSetParserTest.java index 326737682..a9028dac7 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ResultSetParserTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/ResultSetParserTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/SparqlQueryRunnerTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/SparqlQueryRunnerTest.java index c77dcfa24..13c86a14e 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/SparqlQueryRunnerTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/SparqlQueryRunnerTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/StringResultsMappingTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/StringResultsMappingTest.java index 0521cbff8..5bb4bbf5b 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/StringResultsMappingTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/utils/sparqlrunner/StringResultsMappingTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.utils.sparqlrunner; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/ContentTypeTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/ContentTypeTest.java index 125f588db..89721e980 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/ContentTypeTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/ContentTypeTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/BaseTemplateModelTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/BaseTemplateModelTest.java index 6e71200b2..c61ab5b55 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/BaseTemplateModelTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/BaseTemplateModelTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewConfigFileTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewConfigFileTest.java index 0750187ca..54c607597 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewConfigFileTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/customlistview/CustomListViewConfigFileTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview; diff --git a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyTemplateModel_PropertyListConfigTest.java b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyTemplateModel_PropertyListConfigTest.java index 09589899d..7b49dbebc 100644 --- a/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyTemplateModel_PropertyListConfigTest.java +++ b/api/src/test/java/edu/cornell/mannlib/vitro/webapp/web/templatemodels/individual/ObjectPropertyTemplateModel_PropertyListConfigTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual; diff --git a/api/src/test/java/freemarker/ext/dump/DumpAllDirectiveTest.java b/api/src/test/java/freemarker/ext/dump/DumpAllDirectiveTest.java index 9fa77c103..c7fae4187 100644 --- a/api/src/test/java/freemarker/ext/dump/DumpAllDirectiveTest.java +++ b/api/src/test/java/freemarker/ext/dump/DumpAllDirectiveTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package freemarker.ext.dump; diff --git a/api/src/test/java/freemarker/ext/dump/DumpDirectiveTest.java b/api/src/test/java/freemarker/ext/dump/DumpDirectiveTest.java index 0c8dcb21f..14090d23d 100644 --- a/api/src/test/java/freemarker/ext/dump/DumpDirectiveTest.java +++ b/api/src/test/java/freemarker/ext/dump/DumpDirectiveTest.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package freemarker.ext.dump; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanStub.java index dab72a8dd..c3f5dd752 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionBeanStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.auth.policy.bean; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/beans/IndividualStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/beans/IndividualStub.java index bab681682..ba55a7d41 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/beans/IndividualStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/beans/IndividualStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/beans/SelfEditingConfigurationStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/beans/SelfEditingConfigurationStub.java index 2bce40ce4..fc34ab98d 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/beans/SelfEditingConfigurationStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/beans/SelfEditingConfigurationStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.beans; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesStub.java index bcd4f4556..b6c77c082 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/config/ConfigurationPropertiesStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.config; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContextStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContextStub.java index 2adc18ee7..01da008e7 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContextStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/controller/individual/IndividualRequestAnalysisContextStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.controller.individual; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ApplicationDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ApplicationDaoStub.java index 9f454659c..816064620 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ApplicationDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ApplicationDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyDaoStub.java index e599d67c7..1268c3be7 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/DataPropertyDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/FauxPropertyDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/FauxPropertyDaoStub.java index 8be971cde..3b7012638 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/FauxPropertyDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/FauxPropertyDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/IndividualDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/IndividualDaoStub.java index bbf272dc5..817e602c0 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/IndividualDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/IndividualDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/MenuDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/MenuDaoStub.java index 2e482f3d8..4f275659e 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/MenuDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/MenuDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyDaoStub.java index a4a341b5c..af2737a8a 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyStatementDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyStatementDaoStub.java index 1dbb4ffae..0d2a9d52b 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyStatementDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/ObjectPropertyStatementDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/OntologyDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/OntologyDaoStub.java index 87e3af973..e2ec2c77f 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/OntologyDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/OntologyDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/UserAccountsDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/UserAccountsDaoStub.java index 4f4581b39..fc502d1c0 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/UserAccountsDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/UserAccountsDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/VClassDaoStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/VClassDaoStub.java index e17fd5b68..8365f47eb 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/VClassDaoStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/VClassDaoStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactoryStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactoryStub.java index 6f6653bfb..f119e57f5 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactoryStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/dao/WebappDaoFactoryStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.dao; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/i18n/I18nStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/i18n/I18nStub.java index 703ba4524..cf6797619 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/i18n/I18nStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/i18n/I18nStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.i18n; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/ContextModelAccessStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/ContextModelAccessStub.java index 6b1f3ebca..664937562 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/ContextModelAccessStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/ContextModelAccessStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.modelaccess; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelAccessFactoryStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelAccessFactoryStub.java index bdee3b0fe..82b5a3ee2 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelAccessFactoryStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/ModelAccessFactoryStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.modelaccess; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/RequestModelAccessStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/RequestModelAccessStub.java index e60ad773e..498952cfa 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/RequestModelAccessStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modelaccess/RequestModelAccessStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.modelaccess; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/ApplicationStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/ApplicationStub.java index 5845b91a8..eeeac620c 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/ApplicationStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/ApplicationStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.modules; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineStub.java index 4b832952f..87f56b3d0 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchEngineStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchQueryStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchQueryStub.java index bcd0c3be2..e0a8bd585 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchQueryStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchQueryStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResponseStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResponseStub.java index 6325573d2..bbefa8ae2 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResponseStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchEngine/SearchResponseStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.modules.searchEngine; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerStub.java index 460c1c235..715158eed 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/modules/searchIndexer/SearchIndexerStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.modules.searchIndexer; diff --git a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/startup/StartupStatusStub.java b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/startup/StartupStatusStub.java index b7e068507..b3482cbcf 100644 --- a/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/startup/StartupStatusStub.java +++ b/api/src/test/java/stubs/edu/cornell/mannlib/vitro/webapp/startup/StartupStatusStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.edu.cornell.mannlib.vitro.webapp.startup; diff --git a/api/src/test/java/stubs/freemarker/cache/TemplateLoaderStub.java b/api/src/test/java/stubs/freemarker/cache/TemplateLoaderStub.java index 19c026b03..8ea38c28b 100644 --- a/api/src/test/java/stubs/freemarker/cache/TemplateLoaderStub.java +++ b/api/src/test/java/stubs/freemarker/cache/TemplateLoaderStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.freemarker.cache; diff --git a/api/src/test/java/stubs/javax/naming/ContextStub.java b/api/src/test/java/stubs/javax/naming/ContextStub.java index a112d0c21..5754000fa 100644 --- a/api/src/test/java/stubs/javax/naming/ContextStub.java +++ b/api/src/test/java/stubs/javax/naming/ContextStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.javax.naming; diff --git a/api/src/test/java/stubs/javax/naming/InitialContextStub.java b/api/src/test/java/stubs/javax/naming/InitialContextStub.java index 039c098bb..6b17b14b1 100644 --- a/api/src/test/java/stubs/javax/naming/InitialContextStub.java +++ b/api/src/test/java/stubs/javax/naming/InitialContextStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.javax.naming; diff --git a/api/src/test/java/stubs/javax/naming/spi/InitialContextFactoryStub.java b/api/src/test/java/stubs/javax/naming/spi/InitialContextFactoryStub.java index b48a7b9c0..c8c420c95 100644 --- a/api/src/test/java/stubs/javax/naming/spi/InitialContextFactoryStub.java +++ b/api/src/test/java/stubs/javax/naming/spi/InitialContextFactoryStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.javax.naming.spi; diff --git a/api/src/test/java/stubs/javax/servlet/ServletConfigStub.java b/api/src/test/java/stubs/javax/servlet/ServletConfigStub.java index 9d7eb3d8d..0733c4886 100644 --- a/api/src/test/java/stubs/javax/servlet/ServletConfigStub.java +++ b/api/src/test/java/stubs/javax/servlet/ServletConfigStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.javax.servlet; diff --git a/api/src/test/java/stubs/javax/servlet/ServletContextStub.java b/api/src/test/java/stubs/javax/servlet/ServletContextStub.java index 46e592d60..91a0a9416 100644 --- a/api/src/test/java/stubs/javax/servlet/ServletContextStub.java +++ b/api/src/test/java/stubs/javax/servlet/ServletContextStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.javax.servlet; diff --git a/api/src/test/java/stubs/javax/servlet/http/HttpServletRequestStub.java b/api/src/test/java/stubs/javax/servlet/http/HttpServletRequestStub.java index d1b2c4dd0..03368c2f5 100644 --- a/api/src/test/java/stubs/javax/servlet/http/HttpServletRequestStub.java +++ b/api/src/test/java/stubs/javax/servlet/http/HttpServletRequestStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.javax.servlet.http; diff --git a/api/src/test/java/stubs/javax/servlet/http/HttpServletResponseStub.java b/api/src/test/java/stubs/javax/servlet/http/HttpServletResponseStub.java index 041a60e4b..3edd787e6 100644 --- a/api/src/test/java/stubs/javax/servlet/http/HttpServletResponseStub.java +++ b/api/src/test/java/stubs/javax/servlet/http/HttpServletResponseStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.javax.servlet.http; diff --git a/api/src/test/java/stubs/javax/servlet/http/HttpSessionStub.java b/api/src/test/java/stubs/javax/servlet/http/HttpSessionStub.java index 7cc87b26b..1fc1490c4 100644 --- a/api/src/test/java/stubs/javax/servlet/http/HttpSessionStub.java +++ b/api/src/test/java/stubs/javax/servlet/http/HttpSessionStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.javax.servlet.http; diff --git a/api/src/test/java/stubs/org/apache/jena/rdf/model/LiteralStub.java b/api/src/test/java/stubs/org/apache/jena/rdf/model/LiteralStub.java index 4a65fb76c..56142fc7a 100644 --- a/api/src/test/java/stubs/org/apache/jena/rdf/model/LiteralStub.java +++ b/api/src/test/java/stubs/org/apache/jena/rdf/model/LiteralStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.org.apache.jena.rdf.model; diff --git a/api/src/test/java/stubs/org/apache/jena/rdf/model/ModelMaker/ModelMakerStub.java b/api/src/test/java/stubs/org/apache/jena/rdf/model/ModelMaker/ModelMakerStub.java index f769c6750..b60229d34 100644 --- a/api/src/test/java/stubs/org/apache/jena/rdf/model/ModelMaker/ModelMakerStub.java +++ b/api/src/test/java/stubs/org/apache/jena/rdf/model/ModelMaker/ModelMakerStub.java @@ -1,4 +1,4 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in LICENSE$ */ package stubs.org.apache.jena.rdf.model.ModelMaker; diff --git a/api/src/test/resources/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectorTest.n3 b/api/src/test/resources/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectorTest.n3 index 6169a4283..45f4cfd47 100644 --- a/api/src/test/resources/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectorTest.n3 +++ b/api/src/test/resources/edu/cornell/mannlib/vitro/webapp/controller/accounts/UserAccountsSelectorTest.n3 @@ -1,4 +1,4 @@ -# $This file is distributed under the terms of the license in /doc/license.txt$ +# $This file is distributed under the terms of the license in LICENSE$ @prefix rdf:Unable to process the edit, possibly due to session experation.
diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-datetime.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-datetime.ftl index 0a96e41ef..93a5ce46c 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-datetime.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-datetime.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- Macros for datetime formatting diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-form.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-form.ftl index 555ca4060..c31353682 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-form.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-form.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- Macros for form controls --> diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-generator-classes.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-generator-classes.ftl index d88ae03b5..fea526954 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-generator-classes.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-generator-classes.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#assign ManageLabelsGenerator = "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.ManageLabelsGenerator" /> <#assign NewIndividualFormGenerator = "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.NewIndividualFormGenerator" /> diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-home-page.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-home-page.ftl index d4383b3a7..ec8f576f0 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-home-page.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-home-page.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- Macros used to build the statistical information on the home page --> diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-json.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-json.ftl index 6eb53d6a4..46284d71a 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-json.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-json.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- Macros for json output --> diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-list.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-list.ftl index 4f6fe30ac..079c4145a 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-list.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-list.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- Macros for generating html lists --> diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-microformats.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-microformats.ftl index 14242d21a..e21e53159 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-microformats.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-microformats.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#macro sectionSchema individual> <#-- Placeholder macro only. Will generate errors if this file is removed from the Vitro source. --> diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl index aae31c78b..060872251 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-properties.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#----------------------------------------------------------------------------- Macros and functions for working with properties and property lists diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-sequence.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-sequence.ftl index 8a0902a67..e358c22bc 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-sequence.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-sequence.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- Macros for working with Freemarker sequences --> diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-string.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-string.ftl index c91e9dc0d..dc5ff3043 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-string.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-string.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- Macros and functions for string manipulation --> diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-vitro-form.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-vitro-form.ftl index b9a76058c..6395c676d 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-vitro-form.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-vitro-form.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- Macros and functions for form controls --> diff --git a/webapp/src/main/webapp/templates/freemarker/page/page-home.ftl b/webapp/src/main/webapp/templates/freemarker/page/page-home.ftl index 60e4b87bf..ae331a85f 100644 --- a/webapp/src/main/webapp/templates/freemarker/page/page-home.ftl +++ b/webapp/src/main/webapp/templates/freemarker/page/page-home.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- Page template for home page, for themes that do not use a home-page specific layout. --> diff --git a/webapp/src/main/webapp/templates/freemarker/page/page.ftl b/webapp/src/main/webapp/templates/freemarker/page/page.ftl index a3b39d0de..7daef995e 100644 --- a/webapp/src/main/webapp/templates/freemarker/page/page.ftl +++ b/webapp/src/main/webapp/templates/freemarker/page/page.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#include "doctype.html"> diff --git a/webapp/src/main/webapp/templates/freemarker/page/partials/breadcrumbs.ftl b/webapp/src/main/webapp/templates/freemarker/page/partials/breadcrumbs.ftl index 69ceba280..32df5b2a6 100644 --- a/webapp/src/main/webapp/templates/freemarker/page/partials/breadcrumbs.ftl +++ b/webapp/src/main/webapp/templates/freemarker/page/partials/breadcrumbs.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- By default, not used. Uncomment if desired, and unhide in CSS. diff --git a/webapp/src/main/webapp/templates/freemarker/page/partials/copyright.ftl b/webapp/src/main/webapp/templates/freemarker/page/partials/copyright.ftl index 06b30d534..7d34116f9 100644 --- a/webapp/src/main/webapp/templates/freemarker/page/partials/copyright.ftl +++ b/webapp/src/main/webapp/templates/freemarker/page/partials/copyright.ftl @@ -1,4 +1,4 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> +<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#if copyright??>