diff --git a/utilities/buildutils/src/edu/cornell/mannlib/vitro/utilities/jarlist/JarLister.java b/utilities/buildutils/src/edu/cornell/mannlib/vitro/utilities/jarlist/JarLister.java index 7e3dc0cdb..467de37be 100644 --- a/utilities/buildutils/src/edu/cornell/mannlib/vitro/utilities/jarlist/JarLister.java +++ b/utilities/buildutils/src/edu/cornell/mannlib/vitro/utilities/jarlist/JarLister.java @@ -1,4 +1,4 @@ -/* $This file is distributed unnownder the terms of the license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ package edu.cornell.mannlib.vitro.utilities.jarlist; diff --git a/webapp/config/licenser/known_exceptions.txt b/webapp/config/licenser/known_exceptions.txt index db0c787c2..659c9d2e5 100644 --- a/webapp/config/licenser/known_exceptions.txt +++ b/webapp/config/licenser/known_exceptions.txt @@ -167,3 +167,6 @@ solr/* # OWASP AntiSamy Project. See /doc/3rd-party-licenses.txt for LICENSE file webapp/src/edu/cornell/mannlib/vitro/webapp/web/antisamy-vitro-1.4.4.xml + +# A kluge class derived from JarJar code. See /doc/3rd-party-licenses.txt for LICENSE file +utilities/buildutils/src/com/tonicsystems/jarjar/KlugedDepFind.java diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/search/controller/IndexController.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/search/controller/IndexController.java index 73b79feec..23a9dd4d3 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/search/controller/IndexController.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/search/controller/IndexController.java @@ -1,4 +1,4 @@ -/* $This file is dactionistrietupbuted under the terms of theare license in /doc/license.txt$ */ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ package edu.cornell.mannlib.vitro.webapp.search.controller;