Revision created by MOE tool push_codebase.
[gae.git] / java / COPYING
blob6b3e2b2067a65eabe506ea957dbdb08071337c9a
2 GOOGLE APP ENGINE SOFTWARE DEVELOPMENT KIT FOR JAVA LICENSE INFORMATION
4 April 2, 2009
6 =====
8 The App Engine SDK is licensed to you under the Google App Engine Terms of Service (the "Terms"); you may not use this file except in compliance with the Terms.  You may obtain a copy of the Terms at
10     http://code.google.com/appengine/terms.html
12 Unless required by applicable law or agreed to in writing, software distributed under the Terms is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the Terms for the specific language governing permissions and limitations under the Terms.
14 This version of the App Engine SDK is being offered to the developer community on an "early look" basis and is "experimental" for purposes of the deprecation provisions of the Terms.  With the help of the developer community, Google will add new features to continually improve the SDK.  Once the SDK reaches a more finished form, Google intends to release most of the components under the Apache v2.0 open source license.  Use, reproduction, and distribution of any components of the App Engine SDK that are now or in the future released by Google under an open source software license shall be governed solely by the terms of that open source software license.
16 =====
19 LICENSE INFORMATION REGARDING BUNDLED THIRD-PARTY SOFTWARE
21 The following third party software is distributed with the
22 Google App Engine SDK for Java and is provided under other
23 licenses and/or has source available from other locations.
25 * Jetty
26   License: Apache License v. 2.0
27   Source code availability: http://www.mortbay.org/jetty/
28   Bundled in lib/appengine-tools-api.jar, impl/appengine-local-runtime.jar under org/mortbay
30 * Apache Ant
31   License: Apache License v. 2.0
32   Source code availability: http://ant.apache.org/
33   Bundled in lib/impl/appengine-local-runtime.jar under org/apache/tools/ant
34   lib/shared/jsp/repackaged-appengine-ant-1.7.1.jar
35   lib/shared/jsp/repackaged-appengine-ant-launcher-1.7.1.jar
37 * Apache HttpComponents
38   License: Apache License v. 2.0
39   Source code availability: http://hc.apache.org/
40   Bundled in lib/impl/appengine-api-stubs.jar under org/apache/http
42 * Jakarta Commons Logging
43     License: Apache License v. 2.0
44     Source code availability: http://commons.apache.org/logging/
45     Bundled in lib/impl/appengine-api-stubs.jar under org/apache/commons/logging
46     Modifications in /lib/shared/jsp/repackaged-appengine-commons-logger-1.1.1.jar at com/google/appengine/repackaged/org/apache/commons/logging
48 * Jakarta HTTP Client
49     License: Apache License v. 2.0
50     Source code availability: http://jakarta.apache.org/commons/httpclient/
51     Bundled in lib/impl/appengine-api-stubs.jar under org/apache/commons/httpclient
53 * Jakarta Commons Codec
54     License: Apache License v. 2.0
55     Source code availability: http://commons.apache.org/codec/
56     Bundled in lib/impl/appengine-api-stubs.jar under org/apache/commons/codec
58 * Jakarta Commons EL
59     License: Apache License v. 2.0
60     Source code availability: http://commons.apache.org/el/
61     lib/shared/jsp/repackaged-appengine-commons-el-1.0.jar
63 * Jakarta Jasper
64     License: Apache License v. 2.0
65     Source code availability: http://tomcat.apache.org/svn.html
66     lib/shared/jsp/repackaged-appengine-jasper-runtime-5.0.28.jar
67     lib/shared/jsp/repackaged-appengine-jasper-compiler-5.0.28.jar
69 * Jakarta Taglibs
70     License: Apache License v. 2.0
71     Source code availability: http://jakarta.apache.org/taglibs/
72     lib/tools/jsp/jakarta-standard-1.1.2.jar
73     lib/tools/jsp/jakarta-jstl-1.1.2.jar
75 * Apache Geronimo
76     Certain libraries and specifications from Apache Geronimo have
77     been used in this SDK. They are listed below.
78     License: Apache License v. 2.0
79     Source code availability: http://geronimo.apache.org/apache-geronimo-v213-release.html
81   * Geronimo JavaMail
82       Modifications at org/apache/geronimo/mail within appengine-api.jar
84   * Geronimo Activation
85       Bundled in appengine-api.jar at javax/activation
87   * Geronimo JCache
88       Bundled in appengine-api.jar at javax/cache
90   * Geronimo Servlet Spec
91       lib/shared/geronimo-servlet_2.5_spec-1.2.jar
93   * Geronimo JSP Spec
94       lib/shared/geronimo-jsp_2.1_spec-1.0.1.jar
96   * Geronimo JSTL Expression Language (EL)
97       lib/shared/geronimo-el_1.0_spec-1.0.1.jar
99 * OpenSymphony Quartz
100     License: Apache License v. 2.0
101     Source code availability: http://www.quartz-scheduler.org/
102     Bundled in lib/impl/appengine-api-stubs.jar under org/quartz
104 * Antlr 3
105     License: BSD
106     Source code availability: http://antlr.org
107     Bundled in lib/impl/appengine-api-tools.jar under com/google/appengine/repackaged/org/antlr
109 * DataNucleus Access Platform
110     License: Apache License v. 2.0
111     Source code availability: http://www.datanucleus.org/
112     lib/tools/orm/datanucleus-core-1.1.5.jar
113     lib/tools/orm/datanucleus-jpa-1.1.5.jar
114     lib/tools/orm/datanucleus-enhancer-1.1.4.jar
115     lib/user/orm/datanucleus-core-1.1.5.jar
116     lib/user/orm/datanucleus-jpa-1.1.5.jar
118 * YamlBeans
119     License: MIT
120     Source code availability: http://code.google.com/p/yamlbeans/
121     Bundled in lib/appengine-api-tools.jar under com/google/appengine/repackaged/net/sourceforge/yamlbeans
123 * MediaUtil
124     License: BSD
125     Copyright (C) 1999-2005 Dmitriy Rogatkin, Suresh Mahalingam.  All rights reserved.
126     Source code availability: http://mediachest.sourceforge.net/mediautil/
127     Bundled in lib/impl/appengine-api-stubs.jar under mediautil
129 * JLine
130     License: BSD
131     Copyright (c) 2002-2006, Marc Prud'hommeaux <mwp1@cornell.edu> All rights reserved.
132     Source code availability: http://jline.sourceforge.net
133     Bundled in lib/impl/google_sql.sh under jline
135 * Jackson
136     License: Apache License v. 2.0
137     Source code availability: http://jackson.codehaus.org/Download
138     Bundled in lib/impl/google_sql.sh under org/codehaus/jackson