NIHVIVO-1044 database.tld is based on open source code, so it must comply with the license even though we have modified it.

This commit is contained in:
jeb228 2010-08-26 16:16:25 +00:00
parent d47b5211c3
commit 16c75b60ac
2 changed files with 5 additions and 1 deletions

View file

@ -127,6 +127,10 @@ webapp/config/tlds/sparqltag.tld
webapp/config/tlds/c.tld webapp/config/tlds/c.tld
webapp/config/tlds/fn.tld webapp/config/tlds/fn.tld
# PROBLEM: appears to be a modified version of some Sun code, which means that we need to
# distribute the original source as well as the modified source (plus the license, of course)
webapp/config/tlds/database.tld
# PROBLEM: requires an accompanying copy of the Apache license 1.1, as spelled out # PROBLEM: requires an accompanying copy of the Apache license 1.1, as spelled out
# in the distribution from http://jakarta.apache.org/site/downloads/downloads_taglibs-mailer.cgi # in the distribution from http://jakarta.apache.org/site/downloads/downloads_taglibs-mailer.cgi
webapp/config/tlds/taglibs-mailer.tld webapp/config/tlds/taglibs-mailer.tld

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<taglib> <taglib>