updates for license info for semantic web service code integration. Removing VIVO license line from files with MIT license. NIHVIVO-3496
This commit is contained in:
parent
5382eac9cd
commit
907a17fb45
5 changed files with 5 additions and 22 deletions
|
@ -37,7 +37,7 @@ productMods/js/visualization/entitycomparison/jquery_plugins/*
|
||||||
# PROBLEM: Can't find any info on licensing.
|
# PROBLEM: Can't find any info on licensing.
|
||||||
productMods/js/jquery_plugins/jquery.truncator.js
|
productMods/js/jquery_plugins/jquery.truncator.js
|
||||||
|
|
||||||
# PROBLEM: Modified from original source and no info on licensing.
|
# See /doc/3rd-party-licenses.txt for LICENSE file
|
||||||
# Copyrighted Revolution Health Group 2006.
|
src/edu/cornell/mannlib/semservices/util/ObjectUtils.java
|
||||||
src/edu/cornell/mannlib/semservices/util/XMLGregorianCalendarConverter.java
|
src/edu/cornell/mannlib/semservices/util/XMLGregorianCalendarConverter.java
|
||||||
src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/BeanToJsonSerializer.java
|
src/edu/cornell/mannlib/vitro/webapp/utils/ConceptSearchService/BeanToJsonSerializer.java
|
|
@ -137,18 +137,20 @@ jai_core
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
---
|
---
|
||||||
|
BeanToJsonSerializer.java (licenses/mit.LICENSE.txt)
|
||||||
blueprintcss (licenses/blueprintcss.LICENSE.txt)
|
blueprintcss (licenses/blueprintcss.LICENSE.txt)
|
||||||
html5js (licenses/mit.LICENSE.txt)
|
html5js (licenses/mit.LICENSE.txt)
|
||||||
icu4j (licenses/icu.LICENSE.txt)
|
icu4j (licenses/icu.LICENSE.txt)
|
||||||
jsoup (licenses/jsoup.LICENSE.txt)
|
jsoup (licenses/jsoup.LICENSE.txt)
|
||||||
jquery (licenses/mit.LICENSE.txt)
|
jquery (licenses/mit.LICENSE.txt)
|
||||||
jquery-plugins (licenses/mit.LICENSE.txt)
|
jquery-plugins (licenses/mit.LICENSE.txt)
|
||||||
|
ObjectUtils.java (licenses/mit.LICENSE.txt)
|
||||||
prototype (licenses/mit.LICENSE.txt)
|
prototype (licenses/mit.LICENSE.txt)
|
||||||
raphael (licenses/mit.LICENSE.txt)
|
raphael (licenses/mit.LICENSE.txt)
|
||||||
selectivizr (licenses/mit.LICENSE.txt)
|
selectivizr (licenses/mit.LICENSE.txt)
|
||||||
slf4j-api (licenses/mit.LICENSE.txt)
|
slf4j-api (licenses/mit.LICENSE.txt)
|
||||||
slf4j-log4j12 (licenses/mit.LICENSE.txt)
|
slf4j-log4j12 (licenses/mit.LICENSE.txt)
|
||||||
|
XMLGregorianCalendarConverter.java (licenses/mit.LICENSE.txt)
|
||||||
|
|
||||||
MPL 1.1
|
MPL 1.1
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* $Id$
|
* $Id$
|
||||||
* CONFIDENTIAL AND PROPRIETARY. © 2007 Revolution Health Group LLC. All rights reserved.
|
* CONFIDENTIAL AND PROPRIETARY. © 2007 Revolution Health Group LLC. All rights reserved.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
* $Id: XMLGregorianCalendarConverter.java 28642 2006-10-25 13:41:54Z jdamick $
|
* $Id: XMLGregorianCalendarConverter.java 28642 2006-10-25 13:41:54Z jdamick $
|
||||||
|
|
|
@ -1,18 +1,3 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
* $Id: BeanToJsonSerializer.java 66350 2007-08-20 21:11:41Z xluan $
|
|
||||||
*
|
|
||||||
* Copyright 2006- Revolution Health Group. All rights reserved.
|
|
||||||
*
|
|
||||||
* This software is the confidential and proprietary information
|
|
||||||
* of Revolution Health Group. (Confidential Information).
|
|
||||||
* You shall not disclose such Confidential Information and shall
|
|
||||||
* use it only in accordance with the terms of the license
|
|
||||||
* agreement you entered into with Revolution Health Group.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
package edu.cornell.mannlib.vitro.webapp.utils.ConceptSearchService;
|
package edu.cornell.mannlib.vitro.webapp.utils.ConceptSearchService;
|
||||||
|
|
||||||
import java.beans.PropertyDescriptor;
|
import java.beans.PropertyDescriptor;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue