Skip to content

Commit a0a7e0a

Browse files
committed
Minor changes:
* Added license for used libraries * Removing an unused library in pom.xml
1 parent bf4ec05 commit a0a7e0a

File tree

2 files changed

+105
-0
lines changed

2 files changed

+105
-0
lines changed

library_license.txt

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
2+
Apache License
3+
Version 2.0, January 2004
4+
http://www.apache.org/licenses/
5+
- cas::casclient [2.0.11]
6+
- com.google.code.gson::gson [2.2.4]
7+
- com.googlecode.json-simple::json-simple [1.1.1]
8+
- com.ning::ning-api-java [0.5.1]
9+
- commons-codec::commons-codec [1.10]
10+
- commons-dbcp::commons-dbcp [1.4]
11+
- commons-fileupload::commons-fileupload [1.3.1]
12+
- commons-io::commons-io [2.4]
13+
- commons-logging::commons-logging [1.0.4]
14+
- joda-time::joda-time [2.3]
15+
- net.sf.opencsv::opencsv [2.3]
16+
- org.apache.avalon.framework::avalon-framework-api [4.3.1]
17+
- org.apache.avalon.framework::avalon-framework-impl [4.3.1]
18+
- org.apache.commons::commons-lang3 [3.3.2]
19+
- org.apache.httpcomponents::httpmime [4.3.4]
20+
- org.apache.maven::maven-embedder [3.1.0]
21+
- org.apache.xmlgraphics::batik-util [1.7]
22+
- org.apache.xmlgraphics::xmlgraphics-commons [1.5]
23+
- org.apache.xmlgraphics::fop [1.1]
24+
- org.codehaus.jettison::jettison [1.1]
25+
- org.imgscalr::imgscalr-lib- [4.2]
26+
- org.jasig.cas.client::cas-client-core [3.3.3]
27+
- org.jasig.cas.client::cas-client-integration-tomcat-v6 [3.3.3]
28+
- org.jasig.cas.client::cas-client-support-distributed-ehcache [3.3.3]
29+
- org.jasig.cas.client::cas-client-support-distributed-memcached [3.3.3]
30+
- org.sakaiproject.basiclti::basiclti-util [2.1.0]
31+
32+
33+
CDDLv1.0 license and a link to https://glassfish.dev.java.net/public/CDDLv1.0.html
34+
- javax.servlet::servlet-api- [2.5]
35+
36+
37+
CDDL License http://www.opensource.org/licenses/cddl1.php
38+
- com.sun.mail::javax.mail [1.5.2]
39+
- javax.ws.rs::jsr311-api [1.1.1]
40+
41+
42+
GNU General Public License, version 2
43+
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
44+
- mysql::mysql-connector-java- [3.1.14]
45+
46+
47+
Logback: the reliable, generic, fast and flexible logging framework.
48+
Copyright (C) 1999-2012, QOS.ch. All rights reserved.
49+
50+
This program and the accompanying materials are dual-licensed under
51+
either the terms of the Eclipse Public License v1.0 as published by
52+
the Eclipse Foundation
53+
54+
or (per the licensee's choosing)
55+
56+
under the terms of the GNU Lesser General Public License version 2.1
57+
as published by the Free Software Foundation.
58+
http://logback.qos.ch/license.html
59+
- ch.qos.logback::logback-classic [1.1.2]
60+
- ch.qos.logback::logback-core [1.1.2]
61+
62+
63+
Copyright (c) 2000-2011 INRIA, France Telecom
64+
All rights reserved.
65+
http://asm.ow2.org/license.html
66+
- asm::asm [3.1]
67+
68+
69+
Jersey is dual licensed under 2 OSI approved licenses :
70+
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL - Version 1.1)
71+
https://jersey.java.net/license.html#cddl
72+
GNU General Public License (GPL - Version 2, June 1991) with the [“Classpath Exception”
73+
https://jersey.java.net/license.html#gpl
74+
https://jersey.java.net/license.html#cpe
75+
- com.sun.jersey::jersey-client [1.19]
76+
- com.sun.jersey::jersey-core [1.19]
77+
- com.sun.jersey::jersey-servlet [1.19]
78+
- com.sun.jersey.contribs::jersey-multipart [1.19]
79+
80+
81+
Copyright (c) 2002 JSON.org
82+
http://www.json.org/license.html
83+
- org.json::json [20140107]
84+
85+
86+
MIT http://github.com/fernandezpablo85/scribe-java/blob/master/LICENSE.txt
87+
- org.scribe::scribe [1.3.0]
88+
89+
90+
OTN License Agreement
91+
http://www.oracle.com/technetwork/licenses/distribution-license-152002.html
92+
Download link http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html
93+
- com.oracle::ojdbc [14]
94+
95+
96+
Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
97+
Institute of Technology, Institut National de Recherche en
98+
Informatique et en Automatique, Keio University). All Rights
99+
Reserved.
100+
http://jtidy.sourceforge.net/license.html
101+
- net.sf.jtidy::jtidy- [r938]
102+
103+

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,13 @@
111111
<artifactId>commons-logging</artifactId>
112112
<version>1.0.4</version>
113113
</dependency>
114+
<!--
114115
<dependency>
115116
<groupId>servlets.com</groupId>
116117
<artifactId>cos</artifactId>
117118
<version>05Nov2002</version>
118119
</dependency>
120+
-->
119121
<dependency>
120122
<groupId>org.apache.xmlgraphics</groupId>
121123
<artifactId>fop</artifactId>

0 commit comments

Comments
 (0)