-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNOTICE
69 lines (48 loc) · 3.01 KB
/
NOTICE
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
FINOS TRAC D.A.P.
Copyright 2020 - 2024 Accenture Global Solutions Limited
Copyright 2024 finTRAC Limited
TRAC D.A.P. is based on original work developed at Parker Fitzgerald Ltd from 2017 to 2019.
Parker Fitzgerald was acquired by Accenture in August 2019.
This product includes software developed at Accenture (https://www.accenture.com/),
the project's lead maintainer (Martin Traverse) left Accenture in October 2024.
This product includes software developed at the Fintech Open Source Foundation (FINOS)
(https://www.finos.org/). TRAC D.A.P. was accepted into FINOS in March 2022.
This product includes software developed at finTRAC Limited (https://fintrac.co.uk),
the project's lead maintainer (Martin Traverse) joined finTRAC in November 2024.
Third Party Components - SQL (JDBC) drivers
===========================================
TRAC supports a number of SQL dialects, by means of JDBC "drivers" added to the classpath.
SQL drivers can be enabled for development in the Gradle config file "gradle/plugins.gradle".
Any drivers that are enabled may only be used under the terms of their respective licenses.
If you are planning to redistribute TRAC you should be aware of the legal implications of
adjusting these settings for a release build.
TRAC may be built with support for all SQL drivers disabled, as SQL drivers can be supplied
at run time. By building the platform this way, it is not combined with any driver code.
All the public releases of TRAC D.A.P. are built in this way. A person or organisation deploying
the platform will be able to supply SQL drivers under their own license terms.
There is a plugins package released with each public release of TRAC D.A.P. This plugins package
contains some of the available SQL drivers, licensed under there own terms, where licensing
conditions allow.
H2 JDBC Driver
--------------
The H2 JDBC driver contains unmodified binary redistributions for
H2 database engine (https://h2database.com/),
which is dual licensed and available under the MPL 2.0
(Mozilla Public License) or under the EPL 1.0 (Eclipse Public License).
An original copy of the license agreement can be found at:
https://h2database.com/html/license.html
The H2 driver is not enabled by default, you may enable it under these terms.
MySQL JDBC Driver
-----------------
The MySQL driver (MySQL Connector/J) is licensed under version 2 of the GNU General Public
License (GPLv2) subject to the Universal FOSS Exception, version 1.0, as allowed by the
Licensing Information User Manual for v 8.4 of MySQL Connector/J:
https://downloads.mysql.com/docs/licenses/connector-j-8.4-gpl-en.pdf
https://opensource.org/licenses/gpl-2.0
https://oss.oracle.com/licenses/universal-foss-exception
The MySQL driver is not enabled by default, you may enable it under these terms.
MariaDB JDBC Driver
-------------------
The MariaDB driver is licensed under LGPL version 2.1.
https://mariadb.com/kb/en/mariadb-licenses/#mariadb-lgpl-client-libraries-for-c-and-java
The MariaDB driver is not enabled by default, you may enable it under these terms.