blob: ccc9100ddc1a46ede63896f36671519db0520d18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
Apache Qpid Java
Copyright 2006-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
###############################################
Apache Derby
Copyright 2004-2011 The Apache Software Foundation
Portions of Derby were originally developed by
International Business Machines Corporation and are
licensed to the Apache Software Foundation under the
"Software Grant and Corporate Contribution License Agreement",
informally known as the "Derby CLA".
The following copyright notice(s) were affixed to portions of the code
with which this file is now or was at one time distributed
and are placed here unaltered.
(C) Copyright 1997,2004 International Business Machines Corporation. All rights reserved.
(C) Copyright IBM Corp. 2003.
###############################################
==============================================================
Jetty Web Container
Copyright 1995-2014 Mort Bay Consulting Pty Ltd.
==============================================================
The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
unless otherwise noted.
Jetty is dual licensed under both
* The Apache 2.0 License
http://www.apache.org/licenses/LICENSE-2.0.html
and
* The Eclipse Public 1.0 License
http://www.eclipse.org/legal/epl-v10.html
Jetty may be distributed under either license.
The javax.servlet package used was sourced from the Apache
Software Foundation and is distributed under the apache 2.0
license.
The UnixCrypt.java code implements the one way cryptography used by
Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
modified April 2001 by Iris Van den Broeke, Daniel Deville.
Permission to use, copy, modify and distribute UnixCrypt
for non-commercial or commercial purposes and without fee is
granted provided that the copyright notice appears in all copies.
###############################################
Geronimo Servlet Spec 3.0
Copyright 2003-2010 The Apache Software Foundation
This product includes software developed by
The W3C Consortium (http://www.w3.org/).
Copyright © 1994-2002 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National
de Recherche en Informatique et en Automatique, Keio
University). All Rights Reserved.
http://www.w3.org/Consortium/Legal/
###############################################
Commons Logging
Copyright 2001-2007 The Apache Software Foundation
###############################################
Apache Commons Codec
Copyright 2002-2013 The Apache Software Foundation
###############################################
Apache Commons BeanUtils
Copyright 2000-2010 The Apache Software Foundation
###############################################
Apache Commons CLI
Copyright 2001-2009 The Apache Software Foundation
###############################################
Apache Commons Collections
Copyright 2001-2008 The Apache Software Foundation
###############################################
Apache Commons Digester
Copyright 2001-2008 The Apache Software Foundation
###############################################
Apache Commons Lang
Copyright 2001-2011 The Apache Software Foundation
###############################################
Apache log4j
Copyright 2007 The Apache Software Foundation
###############################################
Apache ServiceMix
Copyright 2005-2011 The Apache Software Foundation
###############################################
Apache Geronimo JMS 1.1 Spec
Copyright 2003-2008 The Apache Software Foundation
|