You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix license headers on recently added files
* Fix one link in the main README file
* Update wording for main page of the docs
* Update README top section with the same wording as the docs
* Update development status in the main README.
* Fix display of page contents for classes in API docs
* Add maintainer info back into top sections in README and main docs page
* Update logo for TRAC MMP
TRAC is a universal model orchestration solution which is designed for the most complex, critical
8
-
and highly-governed use cases. It combines your existing data and compute infrastructure,
7
+
TRAC is a universal model orchestration solution for managing the most complex, critical
8
+
and highlygoverned workflows. It combines your existing data and compute infrastructure,
9
9
model development environments and the repository of versioned code, to create a single ecosystem
10
10
in which to build and deploy models, orchestrate complex workflows and run analytics.
11
11
12
12
TRAC is designed to break the trade-off that has traditionally been required, between flexible
13
13
(but uncontrolled) analytics solutions and highly controlled (but inflexible) production model
14
14
platforms. It offers best of both worlds, power, control and analytical flexibility.
15
15
16
-
The core platform services - i.e. TRAC Data & Analytics Platform (or TRAC D.A.P.) - are maintained by
17
-
[finTRAC Limited](https://www.fintrac.co.uk) in association with the [FINOS Foundation](https://www.finos.org)
18
-
under the [Apache Software License version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
16
+
TRAC D.A.P. is the open-source data & analytics toolkit which provides the core capabilities of TRAC.
17
+
It is maintained by [finTRAC Limited](https://fintrac.co.uk/)
18
+
in association with [FINOS](https://www.finos.org/)
19
+
and is available to download and use for free under the
20
+
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0>).
19
21
20
22
## Documentation and Packages
21
23
@@ -29,7 +31,7 @@ The following packages are available:
29
31
|[Web API package](https://www.npmjs.com/package/@finos/tracdap-web-api)| Build client apps in JavaScript or TypeScript using the TRAC platform APIs |
30
32
|[Platform releases](https://github.com/finos/tracdap/releases)| Packages for the platform services and a standalone sandbox are published with each release on GitHub |
31
33
32
-
Commercially supported deployments of TRAC are separately available from `finTRAC Limited <https://www.fintrac.co.uk>`_.
34
+
Commercially supported deployments of TRAC are separately available from [finTRAC Limited](https://www.fintrac.co.uk).
Copy file name to clipboardexpand all lines: tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/FlowVersionValidator.java
+6-5
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
/*
2
-
* Copyright 2024 finTRAC Limited
3
-
*
4
-
* Licensed under the Apache License, Version 2.0 (the "License");
5
-
* you may not use this file except in compliance with the License.
6
-
* You may obtain a copy of the License at
2
+
* Licensed to the Fintech Open Source Foundation (FINOS) under one or
3
+
* more contributor license agreements. See the NOTICE file distributed
4
+
* with this work for additional information regarding copyright ownership.
5
+
* FINOS licenses this file to you under the Apache License, Version 2.0
6
+
* (the "License"); you may not use this file except in compliance with the
7
+
* License. You may obtain a copy of the License at
Copy file name to clipboardexpand all lines: tracdap-libs/tracdap-lib-validation/src/main/java/org/finos/tracdap/common/validation/version/ModelVersionValidator.java
+6-5
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
/*
2
-
* Copyright 2024 finTRAC Limited
3
-
*
4
-
* Licensed under the Apache License, Version 2.0 (the "License");
5
-
* you may not use this file except in compliance with the License.
6
-
* You may obtain a copy of the License at
2
+
* Licensed to the Fintech Open Source Foundation (FINOS) under one or
3
+
* more contributor license agreements. See the NOTICE file distributed
4
+
* with this work for additional information regarding copyright ownership.
5
+
* FINOS licenses this file to you under the Apache License, Version 2.0
6
+
* (the "License"); you may not use this file except in compliance with the
7
+
* License. You may obtain a copy of the License at
Copy file name to clipboardexpand all lines: tracdap-libs/tracdap-lib-validation/src/test/java/org/finos/tracdap/common/validation/version/ModelVersionValidationTest.java
+6-5
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
/*
2
-
* Copyright 2024 finTRAC Limited
3
-
*
4
-
* Licensed under the Apache License, Version 2.0 (the "License");
5
-
* you may not use this file except in compliance with the License.
6
-
* You may obtain a copy of the License at
2
+
* Licensed to the Fintech Open Source Foundation (FINOS) under one or
3
+
* more contributor license agreements. See the NOTICE file distributed
4
+
* with this work for additional information regarding copyright ownership.
5
+
* FINOS licenses this file to you under the Apache License, Version 2.0
6
+
* (the "License"); you may not use this file except in compliance with the
7
+
* License. You may obtain a copy of the License at
0 commit comments