Codebase list eclipselink / d420c27
Refreshing d/copyright Pierre Gruet 2 years ago
1 changed file(s) with 463 addition(s) and 306 deletion(s). Raw diff Collapse all Expand all
22 Source: https://github.com/eclipse-ee4j/eclipselink.git
33
44 Files: *
5 Copyright: 1998-2020 Oracle and/or its affiliates.
6 License: EPL-1.0 and EDL-1.0
7
8 Files: org/eclipse/persistence/config/PropertiesUtils.java
9 org/eclipse/persistence/internal/sessions/factories/model/platform/WebSphere_Liberty_Platform_Config.java
10 org/eclipse/persistence/platform/database/DB2ZPlatform.java
11 org/eclipse/persistence/platform/server/NoServerPlatformDetector.java
12 org/eclipse/persistence/platform/server/ServerPlatformDetector.java
13 org/eclipse/persistence/platform/server/was/*
14 org/eclipse/persistence/transaction/was/*
15 Copyright: 2014-2015 IBM Corporation.
16 License: EPL-1.0 and EDL-1.0
17
18 Files: org/eclipse/persistence/config/TargetServer.java
5 Copyright: 1998-2021 Oracle and/or its affiliates.
6 License: EPL-2.0 or EDL-1.0
7
8 Files: org/eclipse/persistence/config/PersistenceUnitProperties.java
9 org/eclipse/persistence/config/PropertiesUtils.java
10 org/eclipse/persistence/config/QueryHints.java
11 org/eclipse/persistence/config/TargetServer.java
12 org/eclipse/persistence/descriptors/CMPPolicy.java
13 org/eclipse/persistence/descriptors/ClassDescriptor.java
14 org/eclipse/persistence/descriptors/DescriptorQueryManager.java
1915 org/eclipse/persistence/exceptions/i18n/ConcurrencyExceptionResource.java
2016 org/eclipse/persistence/exceptions/i18n/ConversionExceptionResource.java
2117 org/eclipse/persistence/exceptions/i18n/DescriptorExceptionResource.java
2824 org/eclipse/persistence/exceptions/i18n/ValidationExceptionResource.java
2925 org/eclipse/persistence/exceptions/i18n/XMLConversionExceptionResource.java
3026 org/eclipse/persistence/exceptions/i18n/XMLMarshalExceptionResource.java
27 org/eclipse/persistence/exceptions/i18n/ExceptionMessageGenerator.java
28 org/eclipse/persistence/exceptions/i18n/SDOExceptionResource.java
29 org/eclipse/persistence/expressions/Expression.java
30 org/eclipse/persistence/expressions/ExpressionOperator.java
31 org/eclipse/persistence/internal/core/helper/CoreHelper.java
32 org/eclipse/persistence/internal/databaseaccess/*
33 org/eclipse/persistence/dynamic/DynamicClassLoader.java
34 org/eclipse/persistence/internal/descriptors/ObjectBuilder.java
35 org/eclipse/persistence/internal/expressions/FunctionExpression.java
3136 org/eclipse/persistence/internal/helper/ConversionManager.java
32 org/eclipse/persistence/internal/localization/i18n/*
33 org/eclipse/persistence/internal/sessions/factories/XMLSessionConfigProject_11_1_1.java
34 org/eclipse/persistence/internal/sessions/PropertiesHandler.java
35 org/eclipse/persistence/platform/database/InformixPlatform.java
36 org/eclipse/persistence/sessions/JNDIConnector.java
37 org/eclipse/persistence/transaction/was/WebSphereTransactionController.java
38 Copyright: 1998-2020 Oracle, IBM Corporation and/or its affiliates.
39 License: EPL-1.0 and EDL-1.0
40
41 Files: org/eclipse/persistence/descriptors/ClassDescriptor.java
42 org/eclipse/persistence/exceptions/ConversionException.java
43 org/eclipse/persistence/internal/databaseaccess/DatabaseAccessor.java
44 org/eclipse/persistence/internal/databaseaccess/DatabasePlatform.java
37 org/eclipse/persistence/internal/helper/DBPlatformHelper.java
38 org/eclipse/persistence/internal/helper/Helper.java
39 org/eclipse/persistence/internal/helper/WriteLockManager.java
40 org/eclipse/persistence/internal/identitymaps/IdentityMapManager.java
4541 org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java
4642 org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java
4743 org/eclipse/persistence/internal/jpa/IsolatedHashMap.java
44 org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java
45 org/eclipse/persistence/internal/jpa/QueryHintsHandler.java
46 org/eclipse/persistence/internal/jpa/StoredProcedureQueryImpl.java
47 org/eclipse/persistence/internal/jpa/EntityManagerImpl.java
48 org/eclipse/persistence/internal/jpa/deployment/JPAInitializer.java
4849 org/eclipse/persistence/internal/jpa/deployment/JavaSECMPInitializer.java
49 org/eclipse/persistence/internal/jpa/deployment/JPAInitializer.java
5050 org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java
51 org/eclipse/persistence/internal/jpa/jpql/AbstractObjectLevelReadQueryVisitor.java
52 org/eclipse/persistence/internal/jpa/jpql/ExpressionBuilderVisitor.java
53 org/eclipse/persistence/internal/jpa/jpql/ReportItemBuilder.java
54 org/eclipse/persistence/internal/jpa/metadata/MetadataProcessor.java
55 org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java
5156 org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/CollectionAccessor.java
5257 org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/DirectAccessor.java
5358 org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ElementCollectionAccessor.java
59 org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/EmbeddedIdAccessor.java
5460 org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/MappingAccessor.java
55 org/eclipse/persistence/internal/jpa/metadata/MetadataProcessor.java
61 org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ObjectAccessor.java
62 org/eclipse/persistence/internal/jpa/metadata/queries/StoredProcedureParameterMetadata.java
63 org/eclipse/persistence/internal/jpa/metadata/xml/XMLEntityMappingsReader.java
64 org/eclipse/persistence/internal/jpa/querydef/AbstractQueryImpl.java
65 org/eclipse/persistence/internal/jpa/querydef/SubQueryImpl.java
66 org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java
67 org/eclipse/persistence/internal/jpa/querydef/CriteriaQueryImpl.java
68 org/eclipse/persistence/internal/jpa/querydef/InImpl.java
69 org/eclipse/persistence/internal/jpa/querydef/SelectionImpl.java
70 org/eclipse/persistence/internal/localization/TraceLocalization.java
71 org/eclipse/persistence/internal/localization/i18n/*
72 Copyright: 1998-2021 Oracle and/or its affiliates.
73 1998-2021 IBM Corporation.
74 License: EPL-2.0 or EDL-1.0
75
76 Files: org/eclipse/persistence/internal/databaseaccess/Accessor.java
77 org/eclipse/persistence/internal/databaseaccess/AppendCallCustomParameter.java
78 org/eclipse/persistence/internal/databaseaccess/BatchWritingMechanism.java
79 org/eclipse/persistence/internal/databaseaccess/ConnectionCustomizer.java
80 org/eclipse/persistence/internal/databaseaccess/DynamicSQLBatchWritingMechanism.java
81 org/eclipse/persistence/internal/databaseaccess/FieldTypeDefinition.java
82 org/eclipse/persistence/internal/databaseaccess/ParameterizedSQLBatchWritingMechanism.java
83 org/eclipse/persistence/internal/databaseaccess/QueryStringCall.java
84 org/eclipse/persistence/internal/databaseaccess/SimpleAppendCallCustomParameter.java
85 org/eclipse/persistence/internal/localization/i18n/EclipseLinkLocalizationResource.java
86 Copyright: 1998-2021 Oracle and/or its affiliates.
87 License: EPL-2.0 or EDL-1.0
88
89 Files: org/eclipse/persistence/internal/helper/ConcurrencyUtil.java
90 org/eclipse/persistence/internal/jpa/jpql/EclipseLinkSemanticValidatorHelper.java
91 org/eclipse/persistence/mappings/AggregateCollectionMapping.java
92 Copyright: 2021 Oracle, IBM Corporation, and/or its affiliates.
93 License: EPL-2.0 or EDL-1.0
94
95 Files: org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java
96 Copyright: 1998-2018 Oracle and/or its affiliates.
97 1998-2018 Hans Harz, Andrew Rustleund, IBM Corporation.
98 License: EPL-2.0 or EDL-1.0
99
100 Files: org/eclipse/persistence/internal/jpa/weaving/ComputeClassWriter.java
101 Copyright: 2000-2018 Oracle and/or its affiliates.
102 2000-2015 INRIA, France Telecom
103 License: BSD-3-clause
104
105 Files: org/eclipse/persistence/internal/libraries/*
106 Copyright: 2005-2009 Terence Parr
107 License: BSD-3-clause
108
109 Files: org/eclipse/persistence/internal/libraries/antlr/runtime/tree/PositionTrackingStream.java
110 Copyright: 2012 Terence Parr
111 2012 Sam Harwell
112 License: BSD-3-clause
113
114 Files: org/eclipse/persistence/internal/libraries/asm/*
115 Copyright: 2000-2011 INRIA, France Telecom
116 License: BSD-3-clause
117
118 Files: org/eclipse/persistence/internal/libraries/asm/EclipseLinkASMClassWriter.java
119 org/eclipse/persistence/internal/libraries/asm/EclipseLinkClassReader.java
120 Copyright: 1998-2021 Oracle and/or its affiliates.
121 License: EPL-2.0 or EDL-1.0
122
123 Files: org/eclipse/persistence/internal/localization/i18n/LoggingLocalizationResource.java
124 org/eclipse/persistence/internal/localization/i18n/ToStringLocalizationResource.java
125 org/eclipse/persistence/internal/localization/i18n/TraceLocalizationResource.java
126 org/eclipse/persistence/internal/oxm/Constants.java
127 org/eclipse/persistence/internal/platform/database/oracle/xdb/*
128 org/eclipse/persistence/internal/queries/DatasourceCallQueryMechanism.java
129 org/eclipse/persistence/internal/queries/ExpressionQueryMechanism.java
130 org/eclipse/persistence/internal/queries/ReportItem.java
131 org/eclipse/persistence/internal/security/PrivilegedGetThreadInfo.java
56132 org/eclipse/persistence/internal/sessions/AbstractSession.java
57133 org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java
58 org/eclipse/persistence/internal/sessions/cdi/EntityListenerInjectionManagerImpl.java
134 org/eclipse/persistence/internal/sessions/UnitOfWorkImpl.java
135 org/eclipse/persistence/internal/sessions/PropertiesHandler.java
136 org/eclipse/persistence/internal/sessions/SimpleResultSetRecord.java
137 org/eclipse/persistence/internal/sessions/cdi/InjectionManagerImpl.java
138 org/eclipse/persistence/internal/sessions/coordination/rmi/_RMIRemoteCommandConnection_Stub.java
139 org/eclipse/persistence/internal/sessions/coordination/rmi/iiop/_RMIRemoteCommandConnectionImpl_Tie.java
140 org/eclipse/persistence/internal/sessions/factories/XMLSessionConfigProject_11_1_1.java
141 org/eclipse/persistence/internal/sessions/factories/model/platform/WebSphere_EJBEmbeddable_PlatformConfig.java
142 org/eclipse/persistence/internal/sessions/factories/model/platform/WebSphere_Liberty_Platform_Config.java
59143 org/eclipse/persistence/jpa/PersistenceProvider.java
144 org/eclipse/persistence/jpa/config/RuntimeFactory.java
145 org/eclipse/persistence/jpa/jpql/AbstractSemanticValidator.java
146 org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java
147 org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java
148 org/eclipse/persistence/jpa/jpql/tools/spi/IMapping.java
149 org/eclipse/persistence/jpa/metadata/FileBasedProjectCache.java
150 org/eclipse/persistence/jpa/metadata/XMLMetadataSource.java
151 org/eclipse/persistence/logging/AbstractSessionLog.javailes: org/eclipse/persistence/jpa/jpql/tools/GenericSemanticValidatorHelper.java
152 org/eclipse/persistence/mappings/AggregateMapping.java
153 org/eclipse/persistence/mappings/CollectionMapping.java
154 org/eclipse/persistence/mappings/AggregateObjectMapping.java
155 org/eclipse/persistence/mappings/DirectCollectionMapping.java
156 org/eclipse/persistence/mappings/ForeignReferenceMapping.java
157 org/eclipse/persistence/mappings/OneToOneMapping.java
60158 org/eclipse/persistence/mappings/foundation/AbstractDirectMapping.java
61159 org/eclipse/persistence/platform/database/DB2Platform.java
160 org/eclipse/persistence/platform/database/DB2ZPlatform.java
62161 org/eclipse/persistence/platform/database/DerbyPlatform.java
63162 org/eclipse/persistence/platform/database/MySQLPlatform.java
163 org/eclipse/persistence/platform/database/Oracle18Platform.java
164 org/eclipse/persistence/platform/database/Oracle19Platform.java
64165 org/eclipse/persistence/platform/database/OraclePlatform.java
65166 org/eclipse/persistence/platform/database/SQLServerPlatform.java
66167 org/eclipse/persistence/platform/database/SybasePlatform.java
67 org/eclipse/persistence/platform/server/was/WebSphere_7_Platform.java
168 org/eclipse/persistence/platform/database/DBasePlatform.java
169 org/eclipse/persistence/platform/database/Oracle10Platform.java
170 org/eclipse/persistence/platform/database/Oracle11Platform.java
171 org/eclipse/persistence/platform/database/Oracle12Platform.java
172 org/eclipse/persistence/platform/database/Oracle8Platform.java
173 org/eclipse/persistence/platform/database/Oracle9Platform.java
174 org/eclipse/persistence/platform/database/PostgreSQLPlatform.java
175 org/eclipse/persistence/platform/database/InformixPlatform.java
176 org/eclipse/persistence/platform/database/oracle/Oracle18Platform.java
177 org/eclipse/persistence/platform/database/oracle/Oracle19Platform.java
178 org/eclipse/persistence/platform/database/oracle/plsql/PLSQLStoredProcedureCall.java
179 org/eclipse/persistence/platform/server/JMXServerPlatformBase.java
180 org/eclipse/persistence/platform/server/NoServerPlatformDetector.java
181 org/eclipse/persistence/platform/server/ServerPlatformBase.java
182 org/eclipse/persistence/platform/server/ServerPlatformDetector.java
183 org/eclipse/persistence/platform/server/ServerPlatformUtils.java
184 org/eclipse/persistence/platform/server/was/*
185 org/eclipse/persistence/platform/server/was/WebSpherePlatformDetector.java
186 org/eclipse/persistence/platform/server/wls/WebLogicPlatformDetector.java
187 org/eclipse/persistence/platform/xml/XMLPlatformFactory.java
68188 org/eclipse/persistence/queries/DatabaseQuery.java
69189 org/eclipse/persistence/queries/ObjectLevelReadQuery.java
70 Copyright: 1998-2020 Oracle and/or its affiliates, IBM Corporation.
71 License: EPL-1.0 and EDL-1.0
72
73 Files: org/eclipse/persistence/internal/expressions/OuterJoinExpressionHolder.java
74 org/eclipse/persistence/internal/expressions/TreatAsExpression.java
75 org/eclipse/persistence/internal/sessions/ResultSetRecord.java
76 org/eclipse/persistence/jpa/rs/exceptions/*
77 org/eclipse/persistence/jpa/rs/features/*
78 org/eclipse/persistence/jpa/rs/util/HrefHelper.java
79 org/eclipse/persistence/jpa/rs/util/ObjectGraphBuilder.java
80 org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapter.java
81 org/eclipse/persistence/jpa/rs/util/PreLoginMappingAdapterV2.java
82 org/eclipse/persistence/jpa/rs/util/metadatasources/*
83 org/eclipse/persistence/jpa/rs/util/xmladapters/*
84 org/eclipse/persistence/platform/server/glassfish/GlassfishPlatformDetector.java
85 Copyright: 2011-2015 Oracle.
86 License: EPL-1.0 and EDL-1.0
87
88 Files: org/eclipse/persistence/internal/identitymaps/IdentityMapManager.java
89 Copyright: 2010 Mark Wolochuk
90 1998-2016 Oracle and/or its affiliates.
91 License: EPL-1.0 and EDL-1.0
92
93 Files: org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java
94 Copyright: 2009-2016 Oracle, Inc.
95 License: EPL-1.0 and EDL-1.0
96
97 Files: org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java
98 Copyright: 1998-2015 Oracle, Hans Harz, Andrew Rustleund, IBM Corporation.
99 License: EPL-1.0 and EDL-1.0
100
101 Files: org/eclipse/persistence/internal/jpa/metadata/listeners/BeanValidationListener.java
102 Copyright: 2009-2019 Sun Microsystems, Inc, IBM Corporation.
103 License: EPL-1.0 and EDL-1.0
104
105 Files: org/eclipse/persistence/internal/jpa/weaving/ComputeClassWriter.java
106 org/eclipse/persistence/internal/libraries/*
107 Copyright: 2000-2011 INRIA, France Telecom
108 License: BSD-3-clause
109
110 Files: org/eclipse/persistence/internal/libraries/antlr/*
111 Copyright: 2005-2008 Terence Parr
112 License: BSD-3-clause
113
114 Files: org/eclipse/persistence/internal/libraries/asm/util/ASMifiable.java
115 org/eclipse/persistence/internal/libraries/asm/util/Textifiable.java
116 Copyright: 2000-2011 INRIA
117 License: BSD-3-clause
190 org/eclipse/persistence/queries/ReportQueryResult.java
191 org/eclipse/persistence/queries/StoredProcedureCall.java
192 org/eclipse/persistence/sessions/JNDIConnector.java
193 org/eclipse/persistence/sessions/Project.java
194 org/eclipse/persistence/sessions/SessionEvent.java
195 org/eclipse/persistence/sessions/SessionEventAdapter.java
196 org/eclipse/persistence/sessions/SessionEventListener.java
197 org/eclipse/persistence/sessions/SessionEventManager.java
198 org/eclipse/persistence/sessions/coordination/RemoteCommandManager.java
199 org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java
200 org/eclipse/persistence/sessions/server/ClientSession.java
201 org/eclipse/persistence/sessions/server/ServerSession.java
202 org/eclipse/persistence/tools/PackageRenamer.java
203 org/eclipse/persistence/tools/profiler/FetchGroupMonitor.java
204 org/eclipse/persistence/tools/profiler/QueryMonitor.java
205 org/eclipse/persistence/tools/schemaframework/StoredProcedureDefinition.java
206 org/eclipse/persistence/tools/schemaframework/TableCreator.java
207 org/eclipse/persistence/transaction/was/*
208 org/eclipse/persistence/transaction/was/WebSphereTransactionController.java
209 Copyright: 2014-2021 IBM Corporation and/or its affiliates.
210 1998-2021 Oracle and/or its affiliates.
211 License: EPL-2.0 or EDL-1.0
212
213 Files: org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java
214 org/eclipse/persistence/platform/server/was/WebSpherePlatform.java
215 org/eclipse/persistence/platform/server/was/WebSphere_6_1_Platform.java
216 Copyright: 1998-2021 Oracle and/or its affiliates.
217 License: EPL-2.0 or EDL-1.0
118218
119219 Files: org/eclipse/persistence/internal/queries/MapContainerPolicy.java
120 Copyright: 1998-2015 Oracle and/or its affiliates, Frank Schwarz.
121 License: EPL-1.0 and EDL-1.0
122
123 Files: org/eclipse/persistence/internal/sessions/SimpleResultSetRecord.java
124 Copyright: 2013-2015 Oracle, IBM Corporation.
125 License: EPL-1.0 and EDL-1.0
126
127 Files: org/eclipse/persistence/internal/sessions/coordination/rmi/_RMIRemoteCommandConnection_Stub.java
128 org/eclipse/persistence/internal/sessions/coordination/rmi/iiop/*
129 Copyright: 1998-2017 IBM Corporation, Oracle and/or its affiliates.
130 License: EPL-1.0 and EDL-1.0
220 Copyright: 2010 Frank Schwarz.
221 1998-2018 Oracle and/or its affiliates.
222 License: EPL-2.0 or EDL-1.0
131223
132224 Files: org/eclipse/persistence/internal/sessions/factories/model/platform/NetWeaver_7_1_PlatformConfig.java
133 Copyright: 2009-2013 Oracle and/or its affiliates, SAP.
134 License: EPL-1.0 and EDL-1.0
225 org/eclipse/persistence/transaction/sap/*
226 Copyright: 1998-2018 SAP.
227 1998-2018 Oracle and/or its affiliates.
228 License: EPL-2.0 or EDL-1.0
229
230 Files: org/eclipse/persistence/mappings/converters/ConverterClass.java
231 Copyright: 2019 Payara Services Ltd.
232 2012-2018 Oracle and/or its affiliates.
233 License: EPL-2.0 or EDL-1.0
135234
136235 Files: org/eclipse/persistence/platform/database/HANAPlatform.java
137 Copyright: 2012-2014 SAP, Oracle and/or its affiliates.
138 License: EPL-1.0 and EDL-1.0
236 Copyright: 2019 IBM Corporation.
237 2012-2019 SAP.
238 2012-2019 Oracle and/or its affiliates.
239 License: EPL-2.0 or EDL-1.0
139240
140241 Files: org/eclipse/persistence/platform/database/Informix11Platform.java
141 Copyright: 2011-2014 Jenzabar, Inc, Oracle and/or its affiliates.
142 License: EPL-1.0 and EDL-1.0
143
144 Files: org/eclipse/persistence/platform/database/JavaDBPlatform.java
145 Copyright: 2005 Sun Microsystems, Inc.
146 License: EPL-1.0 and EDL-1.0
242 Copyright: 2011-2018 Oracle and/or its affiliates.
243 2011-2018 Jenzabar, Inc.
244 License: EPL-2.0 or EDL-1.0
147245
148246 Files: org/eclipse/persistence/platform/database/MaxDBPlatform.java
149 Copyright: 2009-2014 Markus Karg, SAP, Oracle and/or its affiliates.
150 License: EPL-1.0 and EDL-1.0
247 Copyright: 2009-2018 Oracle and/or its affiliates.
248 2009-2018 Markus Karg, SAP.
249 License: EPL-2.0 or EDL-1.0
151250
152251 Files: org/eclipse/persistence/platform/database/PervasivePlatform.java
153 Copyright: 2012-2014 Pervasive Software Inc, Oracle and/or its affiliates.
154 License: EPL-1.0 and EDL-1.0
252 Copyright: 2012-2018 Pervasive Software Inc.
253 2012-2018 Oracle and/or its affiliates.
254 License: EPL-2.0 or EDL-1.0
155255
156256 Files: org/eclipse/persistence/platform/database/SQLAnywherePlatform.java
157 Copyright: 1998-2015 Oracle and/or its affiliates, Markus KARG(markus-karg@users.sourceforge.net)
158 License: EPL-1.0 and EDL-1.0
257 Copyright: 2008 Markus KARG(markus-karg@users.sourceforge.net).
258 1998-2018 Oracle and/or its affiliates.
259 License: EPL-2.0 or EDL-1.0
159260
160261 Files: org/eclipse/persistence/platform/database/SymfowarePlatform.java
161 Copyright: 2009-2014 Fujitsu Limited, Oracle and/or its affiliates.
162 License: EPL-1.0 and EDL-1.0
163
164 Files: org/eclipse/persistence/platform/server/ServerPlatformUtils.java
165 org/eclipse/persistence/platform/server/wls/WebLogicPlatformDetector.java
166 Copyright: 2015 IBM Corporation, Oracle.
167 License: EPL-1.0 and EDL-1.0
262 Copyright: 2009-2018 Oracle and/or its affiliates.
263 2009-2018 Fujitsu Limited.
264 License: EPL-2.0 or EDL-1.0
168265
169266 Files: org/eclipse/persistence/platform/server/sap/*
170 org/eclipse/persistence/transaction/sap/*
171 Copyright: 1998-2009 SAP.
172 License: EPL-1.0 and EDL-1.0
267 Copyright: 2009-2018 Oracle and/or its affiliates.
268 2009-2016 SAP, IBM Corporation.
269 License: EPL-2.0 or EDL-1.0
173270
174271 Files: org/eclipse/persistence/tools/schemaframework/DefaultTableGenerator.java
175 Copyright: 1998-2013 Oracle, Sei Syvalta.
176 License: EPL-1.0 and EDL-1.0
272 Copyright: 1998-2018 Oracle and/or its affiliates.
273 1998-2015 Sei Syvalta.
274 License: EPL-2.0 or EDL-1.0
177275
178276 Files: debian/*
179277 Copyright: 2010-2011, Miguel Landaeta <nomadium@debian.org>
278 2021 Pierre Gruet <pgt@debian.org>
180279 License: BSD-3-clause
181280
182 License: EPL-1.0
183 Eclipse Public License - v 1.0
184 .
185 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
186 PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE
187 PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
281 License: EPL-2.0
282 Eclipse Public License - v 2.0
283 .
284 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
285 PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
286 OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
188287 .
189288 1. DEFINITIONS
190289 .
191290 "Contribution" means:
192291 .
193 a) in the case of the initial Contributor, the initial code and
194 documentation distributed under this Agreement, and
195 b) in the case of each subsequent Contributor:
196 .
197 i) changes to the Program, and
198 .
199 ii) additions to the Program;
200 .
201 where such changes and/or additions to the Program originate from and are
202 distributed by that particular Contributor. A Contribution 'originates'
203 from a Contributor if it was added to the Program by such Contributor
204 itself or anyone acting on such Contributor's behalf. Contributions do not
205 include additions to the Program which: (i) are separate modules of
206 software distributed in conjunction with the Program under their own
207 license agreement, and (ii) are not derivative works of the Program.
208 .
209 "Contributor" means any person or entity that distributes the Program.
210 .
211 "Licensed Patents " mean patent claims licensable by a Contributor which
212 are necessarily infringed by the use or sale of its Contribution alone or
213 when combined with the Program.
214 .
215 "Program" means the Contributions distributed in accordance with this
292 a) in the case of the initial Contributor, the initial content
293 Distributed under this Agreement, and
294 .
295 b) in the case of each subsequent Contributor:
296 i) changes to the Program, and
297 ii) additions to the Program;
298 where such changes and/or additions to the Program originate from
299 and are Distributed by that particular Contributor. A Contribution
300 "originates" from a Contributor if it was added to the Program by
301 such Contributor itself or anyone acting on such Contributor's behalf.
302 Contributions do not include changes or additions to the Program that
303 are not Modified Works.
304 .
305 "Contributor" means any person or entity that Distributes the Program.
306 .
307 "Licensed Patents" mean patent claims licensable by a Contributor which
308 are necessarily infringed by the use or sale of its Contribution alone
309 or when combined with the Program.
310 .
311 "Program" means the Contributions Distributed in accordance with this
216312 Agreement.
217313 .
218 "Recipient" means anyone who receives the Program under this Agreement,
219 including all Contributors.
314 "Recipient" means anyone who receives the Program under this Agreement
315 or any Secondary License (as applicable), including Contributors.
316 .
317 "Derivative Works" shall mean any work, whether in Source Code or other
318 form, that is based on (or derived from) the Program and for which the
319 editorial revisions, annotations, elaborations, or other modifications
320 represent, as a whole, an original work of authorship.
321 .
322 "Modified Works" shall mean any work in Source Code or other form that
323 results from an addition to, deletion from, or modification of the
324 contents of the Program, including, for purposes of clarity any new file
325 in Source Code form that contains any contents of the Program. Modified
326 Works shall not include works that contain only declarations,
327 interfaces, types, classes, structures, or files of the Program solely
328 in each case in order to link to, bind by name, or subclass the Program
329 or Modified Works thereof.
330 .
331 "Distribute" means the acts of a) distributing or b) making available
332 in any manner that enables the transfer of a copy.
333 .
334 "Source Code" means the form of a Program preferred for making
335 modifications, including but not limited to software source code,
336 documentation source, and configuration files.
337 .
338 "Secondary License" means either the GNU General Public License,
339 Version 2.0, or any later versions of that license, including any
340 exceptions or additional permissions as identified by the initial
341 Contributor.
220342 .
221343 2. GRANT OF RIGHTS
222344 .
223 a) Subject to the terms of this Agreement, each Contributor hereby grants
224 Recipient a non-exclusive, worldwide, royalty-free copyright license to
225 reproduce, prepare derivative works of, publicly display, publicly
226 perform, distribute and sublicense the Contribution of such Contributor,
227 if any, and such derivative works, in source code and object code form.
228 .
229 b) Subject to the terms of this Agreement, each Contributor hereby grants
230 Recipient a non-exclusive, worldwide, royalty-free patent license under
231 Licensed Patents to make, use, sell, offer to sell, import and otherwise
232 transfer the Contribution of such Contributor, if any, in source code and
233 object code form. This patent license shall apply to the combination of
234 the Contribution and the Program if, at the time the Contribution is added
235 by the Contributor, such addition of the Contribution causes such
236 combination to be covered by the Licensed Patents. The patent license
237 shall not apply to any other combinations which include the Contribution.
238 No hardware per se is licensed hereunder.
239 .
240 c) Recipient understands that although each Contributor grants the
241 licenses to its Contributions set forth herein, no assurances are provided
242 by any Contributor that the Program does not infringe the patent or other
243 intellectual property rights of any other entity. Each Contributor
244 disclaims any liability to Recipient for claims brought by any other
245 entity based on infringement of intellectual property rights or otherwise.
246 As a condition to exercising the rights and licenses granted hereunder,
247 each Recipient hereby assumes sole responsibility to secure any other
248 intellectual property rights needed, if any. For example, if a third party
249 patent license is required to allow Recipient to distribute the Program,
250 it is Recipient's responsibility to acquire that license before
251 distributing the Program.
252 .
253 d) Each Contributor represents that to its knowledge it has sufficient
254 copyright rights in its Contribution, if any, to grant the copyright
255 license set forth in this Agreement.
345 a) Subject to the terms of this Agreement, each Contributor hereby
346 grants Recipient a non-exclusive, worldwide, royalty-free copyright
347 license to reproduce, prepare Derivative Works of, publicly display,
348 publicly perform, Distribute and sublicense the Contribution of such
349 Contributor, if any, and such Derivative Works.
350 .
351 b) Subject to the terms of this Agreement, each Contributor hereby
352 grants Recipient a non-exclusive, worldwide, royalty-free patent
353 license under Licensed Patents to make, use, sell, offer to sell,
354 import and otherwise transfer the Contribution of such Contributor,
355 if any, in Source Code or other form. This patent license shall
356 apply to the combination of the Contribution and the Program if, at
357 the time the Contribution is added by the Contributor, such addition
358 of the Contribution causes such combination to be covered by the
359 Licensed Patents. The patent license shall not apply to any other
360 combinations which include the Contribution. No hardware per se is
361 licensed hereunder.
362 .
363 c) Recipient understands that although each Contributor grants the
364 licenses to its Contributions set forth herein, no assurances are
365 provided by any Contributor that the Program does not infringe the
366 patent or other intellectual property rights of any other entity.
367 Each Contributor disclaims any liability to Recipient for claims
368 brought by any other entity based on infringement of intellectual
369 property rights or otherwise. As a condition to exercising the
370 rights and licenses granted hereunder, each Recipient hereby
371 assumes sole responsibility to secure any other intellectual
372 property rights needed, if any. For example, if a third party
373 patent license is required to allow Recipient to Distribute the
374 Program, it is Recipient's responsibility to acquire that license
375 before distributing the Program.
376 .
377 d) Each Contributor represents that to its knowledge it has
378 sufficient copyright rights in its Contribution, if any, to grant
379 the copyright license set forth in this Agreement.
380 .
381 e) Notwithstanding the terms of any Secondary License, no
382 Contributor makes additional grants to any Recipient (other than
383 those set forth in this Agreement) as a result of such Recipient's
384 receipt of the Program under the terms of a Secondary License
385 (if permitted under the terms of Section 3).
256386 .
257387 3. REQUIREMENTS
258388 .
259 A Contributor may choose to distribute the Program in object code form
260 under its own license agreement, provided that:
261 .
262 a) it complies with the terms and conditions of this Agreement; and
263 .
264 b) its license agreement:
265 .
266 i) effectively disclaims on behalf of all Contributors all warranties and
267 conditions, express and implied, including warranties or conditions of
268 title and non-infringement, and implied warranties or conditions of
269 merchantability and fitness for a particular purpose;
270 .
271 ii) effectively excludes on behalf of all Contributors all liability for
272 damages, including direct, indirect, special, incidental and consequential
273 damages, such as lost profits;
274 .
275 iii) states that any provisions which differ from this Agreement are
276 offered by that Contributor alone and not by any other party; and
277 .
278 iv) states that source code for the Program is available from such
279 Contributor, and informs licensees how to obtain it in a reasonable manner
280 on or through a medium customarily used for software exchange.
281 .
282 When the Program is made available in source code form:
283 .
284 a) it must be made available under this Agreement; and
285 .
286 b) a copy of this Agreement must be included with each copy of the
287 Program.
288 .
289 Contributors may not remove or alter any copyright notices contained
290 within the Program.
291 .
292 Each Contributor must identify itself as the originator of its
293 Contribution, if any, in a manner that reasonably allows subsequent
294 Recipients to identify the originator of the Contribution.
389 3.1 If a Contributor Distributes the Program in any form, then:
390 .
391 a) the Program must also be made available as Source Code, in
392 accordance with section 3.2, and the Contributor must accompany
393 the Program with a statement that the Source Code for the Program
394 is available under this Agreement, and informs Recipients how to
395 obtain it in a reasonable manner on or through a medium customarily
396 used for software exchange; and
397 .
398 b) the Contributor may Distribute the Program under a license
399 different than this Agreement, provided that such license:
400 i) effectively disclaims on behalf of all other Contributors all
401 warranties and conditions, express and implied, including
402 warranties or conditions of title and non-infringement, and
403 implied warranties or conditions of merchantability and fitness
404 for a particular purpose;
405 .
406 ii) effectively excludes on behalf of all other Contributors all
407 liability for damages, including direct, indirect, special,
408 incidental and consequential damages, such as lost profits;
409 .
410 iii) does not attempt to limit or alter the recipients' rights
411 in the Source Code under section 3.2; and
412 .
413 iv) requires any subsequent distribution of the Program by any
414 party to be under a license that satisfies the requirements
415 of this section 3.
416 .
417 3.2 When the Program is Distributed as Source Code:
418 .
419 a) it must be made available under this Agreement, or if the
420 Program (i) is combined with other material in a separate file or
421 files made available under a Secondary License, and (ii) the initial
422 Contributor attached to the Source Code the notice described in
423 Exhibit A of this Agreement, then the Program may be made available
424 under the terms of such Secondary Licenses, and
425 .
426 b) a copy of this Agreement must be included with each copy of
427 the Program.
428 .
429 3.3 Contributors may not remove or alter any copyright, patent,
430 trademark, attribution notices, disclaimers of warranty, or limitations
431 of liability ("notices") contained within the Program from any copy of
432 the Program which they Distribute, provided that Contributors may add
433 their own appropriate notices.
295434 .
296435 4. COMMERCIAL DISTRIBUTION
297436 .
298437 Commercial distributors of software may accept certain responsibilities
299438 with respect to end users, business partners and the like. While this
300 license is intended to facilitate the commercial use of the Program, the
301 Contributor who includes the Program in a commercial product offering
302 should do so in a manner which does not create potential liability for
303 other Contributors. Therefore, if a Contributor includes the Program in a
304 commercial product offering, such Contributor ("Commercial Contributor")
305 hereby agrees to defend and indemnify every other Contributor
306 ("Indemnified Contributor") against any losses, damages and costs
307 (collectively "Losses") arising from claims, lawsuits and other legal
308 actions brought by a third party against the Indemnified Contributor to
309 the extent caused by the acts or omissions of such Commercial Contributor
310 in connection with its distribution of the Program in a commercial product
311 offering. The obligations in this section do not apply to any claims or
312 Losses relating to any actual or alleged intellectual property
313 infringement. In order to qualify, an Indemnified Contributor must: a)
314 promptly notify the Commercial Contributor in writing of such claim, and
315 b) allow the Commercial Contributor to control, and cooperate with the
316 Commercial Contributor in, the defense and any related settlement
317 negotiations. The Indemnified Contributor may participate in any such
318 claim at its own expense.
439 license is intended to facilitate the commercial use of the Program,
440 the Contributor who includes the Program in a commercial product
441 offering should do so in a manner which does not create potential
442 liability for other Contributors. Therefore, if a Contributor includes
443 the Program in a commercial product offering, such Contributor
444 ("Commercial Contributor") hereby agrees to defend and indemnify every
445 other Contributor ("Indemnified Contributor") against any losses,
446 damages and costs (collectively "Losses") arising from claims, lawsuits
447 and other legal actions brought by a third party against the Indemnified
448 Contributor to the extent caused by the acts or omissions of such
449 Commercial Contributor in connection with its distribution of the Program
450 in a commercial product offering. The obligations in this section do not
451 apply to any claims or Losses relating to any actual or alleged
452 intellectual property infringement. In order to qualify, an Indemnified
453 Contributor must: a) promptly notify the Commercial Contributor in
454 writing of such claim, and b) allow the Commercial Contributor to control,
455 and cooperate with the Commercial Contributor in, the defense and any
456 related settlement negotiations. The Indemnified Contributor may
457 participate in any such claim at its own expense.
319458 .
320459 For example, a Contributor might include the Program in a commercial
321460 product offering, Product X. That Contributor is then a Commercial
322 Contributor. If that Commercial Contributor then makes performance claims,
323 or offers warranties related to Product X, those performance claims and
324 warranties are such Commercial Contributor's responsibility alone. Under
325 this section, the Commercial Contributor would have to defend claims
326 against the other Contributors related to those performance claims and
327 warranties, and if a court requires any other Contributor to pay any
328 damages as a result, the Commercial Contributor must pay those damages.
461 Contributor. If that Commercial Contributor then makes performance
462 claims, or offers warranties related to Product X, those performance
463 claims and warranties are such Commercial Contributor's responsibility
464 alone. Under this section, the Commercial Contributor would have to
465 defend claims against the other Contributors related to those performance
466 claims and warranties, and if a court requires any other Contributor to
467 pay any damages as a result, the Commercial Contributor must pay
468 those damages.
329469 .
330470 5. NO WARRANTY
331471 .
332 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED
333 ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER
334 EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR
335 CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A
336 PARTICULAR PURPOSE. Each Recipient is solely responsible for determining
337 the appropriateness of using and distributing the Program and assumes all
338 risks associated with its exercise of rights under this Agreement ,
472 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
473 PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
474 BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
475 IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
476 TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
477 PURPOSE. Each Recipient is solely responsible for determining the
478 appropriateness of using and distributing the Program and assumes all
479 risks associated with its exercise of rights under this Agreement,
339480 including but not limited to the risks and costs of program errors,
340 compliance with applicable laws, damage to or loss of data, programs or
341 equipment, and unavailability or interruption of operations.
481 compliance with applicable laws, damage to or loss of data, programs
482 or equipment, and unavailability or interruption of operations.
342483 .
343484 6. DISCLAIMER OF LIABILITY
344485 .
345 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
346 CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
347 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
348 WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
349 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
350 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION
351 OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF
352 ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
486 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
487 PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
488 SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
489 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
490 PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
491 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
492 ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
493 EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
494 POSSIBILITY OF SUCH DAMAGES.
353495 .
354496 7. GENERAL
355497 .
356498 If any provision of this Agreement is invalid or unenforceable under
357 applicable law, it shall not affect the validity or enforceability of the
358 remainder of the terms of this Agreement, and without further action by
359 the parties hereto, such provision shall be reformed to the minimum extent
360 necessary to make such provision valid and enforceable.
361 .
362 If Recipient institutes patent litigation against any entity (including a
363 cross-claim or counterclaim in a lawsuit) alleging that the Program itself
364 (excluding combinations of the Program with other software or hardware)
365 infringes such Recipient's patent(s), then such Recipient's rights granted
366 under Section 2(b) shall terminate as of the date such litigation is
367 filed.
368 .
369 All Recipient's rights under this Agreement shall terminate if it fails to
370 comply with any of the material terms or conditions of this Agreement and
371 does not cure such failure in a reasonable period of time after becoming
372 aware of such noncompliance. If all Recipient's rights under this
373 Agreement terminate, Recipient agrees to cease use and distribution of the
374 Program as soon as reasonably practicable. However, Recipient's
375 obligations under this Agreement and any licenses granted by Recipient
376 relating to the Program shall continue and survive.
377 .
378 Everyone is permitted to copy and distribute copies of this Agreement, but
379 in order to avoid inconsistency the Agreement is copyrighted and may only
380 be modified in the following manner. The Agreement Steward reserves the
381 right to publish new versions (including revisions) of this Agreement from
382 time to time. No one other than the Agreement Steward has the right to
383 modify this Agreement. The Eclipse Foundation is the initial Agreement
384 Steward. The Eclipse Foundation may assign the responsibility to serve as
385 the Agreement Steward to a suitable separate entity. Each new version of
386 the Agreement will be given a distinguishing version number. The Program
387 (including Contributions) may always be distributed subject to the version
388 of the Agreement under which it was received. In addition, after a new
389 version of the Agreement is published, Contributor may elect to distribute
390 the Program (including its Contributions) under the new version. Except as
391 expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
392 rights or licenses to the intellectual property of any Contributor under
393 this Agreement, whether expressly, by implication, estoppel or otherwise.
394 All rights in the Program not expressly granted under this Agreement are
395 reserved.
396 .
397 This Agreement is governed by the laws of the State of New York and the
398 intellectual property laws of the United States of America. No party to
399 this Agreement will bring a legal action under this Agreement more than
400 one year after the cause of action arose. Each party waives its rights to
401 a jury trial in any resulting litigation.
499 applicable law, it shall not affect the validity or enforceability of
500 the remainder of the terms of this Agreement, and without further
501 action by the parties hereto, such provision shall be reformed to the
502 minimum extent necessary to make such provision valid and enforceable.
503 .
504 If Recipient institutes patent litigation against any entity
505 (including a cross-claim or counterclaim in a lawsuit) alleging that the
506 Program itself (excluding combinations of the Program with other software
507 or hardware) infringes such Recipient's patent(s), then such Recipient's
508 rights granted under Section 2(b) shall terminate as of the date such
509 litigation is filed.
510 .
511 All Recipient's rights under this Agreement shall terminate if it
512 fails to comply with any of the material terms or conditions of this
513 Agreement and does not cure such failure in a reasonable period of
514 time after becoming aware of such noncompliance. If all Recipient's
515 rights under this Agreement terminate, Recipient agrees to cease use
516 and distribution of the Program as soon as reasonably practicable.
517 However, Recipient's obligations under this Agreement and any licenses
518 granted by Recipient relating to the Program shall continue and survive.
519 .
520 Everyone is permitted to copy and distribute copies of this Agreement,
521 but in order to avoid inconsistency the Agreement is copyrighted and
522 may only be modified in the following manner. The Agreement Steward
523 reserves the right to publish new versions (including revisions) of
524 this Agreement from time to time. No one other than the Agreement
525 Steward has the right to modify this Agreement. The Eclipse Foundation
526 is the initial Agreement Steward. The Eclipse Foundation may assign the
527 responsibility to serve as the Agreement Steward to a suitable separate
528 entity. Each new version of the Agreement will be given a distinguishing
529 version number. The Program (including Contributions) may always be
530 Distributed subject to the version of the Agreement under which it was
531 received. In addition, after a new version of the Agreement is published,
532 Contributor may elect to Distribute the Program (including its
533 Contributions) under the new version.
534 .
535 Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
536 receives no rights or licenses to the intellectual property of any
537 Contributor under this Agreement, whether expressly, by implication,
538 estoppel or otherwise. All rights in the Program not expressly granted
539 under this Agreement are reserved. Nothing in this Agreement is intended
540 to be enforceable by any entity that is not a Contributor or Recipient.
541 No third-party beneficiary rights are created under this Agreement.
542 .
543 Exhibit A - Form of Secondary Licenses Notice
544 .
545 "This Source Code may also be made available under the following
546 Secondary Licenses when the conditions for such availability set forth
547 in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
548 version(s), and exceptions or additional permissions here}."
549 .
550 Simply including a copy of this Agreement, including this Exhibit A
551 is not sufficient to license the Source Code under Secondary Licenses.
552 .
553 If it is not possible or desirable to put the notice in a particular
554 file, then You may include the notice in a location (such as a LICENSE
555 file in a relevant directory) where a recipient would be likely to
556 look for such a notice.
557 .
558 You may add additional accurate notices of copyright ownership.
402559
403560 License: EDL-1.0
404561 Eclipse Distribution License Version 1.0