Cenova 1.0 — Copyright and Third-Party Notices
Copyright © 2026 Cegal AS. All rights reserved.
Cenova and its first-party components (including all Cegal.*, Blueback.*, and the Blueback.CPT.* projects) are proprietary software owned by Cegal AS and are not covered by the third-party notices below.
This product includes third-party open-source software. The components listed in this document are redistributed under their respective licenses. Each component remains the copyright of its respective authors. Cegal AS claims no ownership over these components.
All bundled third-party components are licensed under permissive licenses (MIT, BSD-2-Clause, BSD-3-Clause, ISC, and Apache-2.0). No copyleft (GPL/LGPL/AGPL/MPL) or commercially restricted components are distributed with Cenova 1.0.
This document was generated by enumerating the actual shipped dependency closure of each component:
- Go services / CLI — modules compiled into the
cenovabinary (go list -deps). - Web frontend — production (
--omit=dev) npm dependency closure. - TrackerService (.NET) — direct and transitive NuGet packages of the shipped
Blueback.CPT.APIandBlueback.CPT.Ingestorservices.
Build-, test-, and tooling-only dependencies (e.g. buf, docker/containerd, nilaway, Vite, ESLint, Grpc.Tools, EntityFrameworkCore.Design) are excluded because they are not distributed with the product.
License summary
| License | Components |
|---|---|
| MIT | Majority of Go, frontend, and .NET components |
| Apache-2.0 | NATS, Serilog, google/go-tpm, minio/highwayhash, jonboulle/clockwork, @mdi/font, TypeScript |
| BSD-3-Clause | golang.org/x/*, google.golang.org/protobuf, google/uuid, klauspost/compress, Google.Protobuf, NetTopologySuite, source-map-js, speakingurl |
| BSD-2-Clause | pkg/errors, entities |
| ISC | picocolors, yaml |
Full license texts are reproduced in Appendix A.
1. Go components (cenova binary)
| Module | Version | License |
|---|---|---|
| github.com/BurntSushi/toml | v1.5.0 | MIT |
| github.com/Masterminds/semver/v3 | v3.4.0 | MIT |
| github.com/antithesishq/antithesis-sdk-go | v0.6.0-default-no-op | MIT |
| github.com/aymanbagabas/go-osc52/v2 | v2.0.1 | MIT |
| github.com/charmbracelet/bubbles | v0.21.0 | MIT |
| github.com/charmbracelet/bubbletea | v1.3.6 | MIT |
| github.com/charmbracelet/colorprofile | v0.3.1 | MIT |
| github.com/charmbracelet/harmonica | v0.2.0 | MIT |
| github.com/charmbracelet/lipgloss | v1.1.0 | MIT |
| github.com/charmbracelet/x/ansi | v0.9.3 | MIT |
| github.com/charmbracelet/x/cellbuf | v0.0.13 | MIT |
| github.com/charmbracelet/x/term | v0.2.1 | MIT |
| github.com/erikgeiser/coninput | v0.0.0-20211004153227-1c3628e74d0f | MIT |
| github.com/go-co-op/gocron/v2 | v2.16.2 | MIT |
| github.com/gobwas/glob | v0.2.3 | MIT |
| github.com/golang-jwt/jwt/v5 | v5.2.3 | MIT |
| github.com/google/go-tpm | v0.9.8 | Apache-2.0 |
| github.com/google/uuid | v1.6.0 | BSD-3-Clause |
| github.com/jedib0t/go-pretty/v6 | v6.6.7 | MIT |
| github.com/jonboulle/clockwork | v0.5.0 | Apache-2.0 |
| github.com/klauspost/compress | v1.18.4 | BSD-3-Clause |
| github.com/lestrrat-go/backoff/v2 | v2.0.8 | MIT |
| github.com/lestrrat-go/blackmagic | v1.0.2 | MIT |
| github.com/lestrrat-go/httpcc | v1.0.1 | MIT |
| github.com/lestrrat-go/iter | v1.0.2 | MIT |
| github.com/lestrrat-go/jwx | v1.2.31 | MIT |
| github.com/lestrrat-go/option | v1.0.1 | MIT |
| github.com/lucasb-eyer/go-colorful | v1.2.0 | MIT |
| github.com/mattn/go-colorable | v0.1.14 | MIT |
| github.com/mattn/go-isatty | v0.0.20 | MIT |
| github.com/mattn/go-localereader | v0.0.1 | MIT |
| github.com/mattn/go-runewidth | v0.0.16 | MIT |
| github.com/mattn/go-sqlite3 | v1.14.28 | MIT |
| github.com/minio/highwayhash | v1.0.4-0.20251030100505-070ab1a87a76 | Apache-2.0 |
| github.com/muesli/ansi | v0.0.0-20230316100256-276c6243b2f6 | MIT |
| github.com/muesli/cancelreader | v0.2.2 | MIT |
| github.com/muesli/termenv | v0.16.0 | MIT |
| github.com/nats-io/jwt/v2 | v2.8.1 | Apache-2.0 |
| github.com/nats-io/nats-server/v2 | v2.11.15 | Apache-2.0 |
| github.com/nats-io/nats.go | v1.49.0 | Apache-2.0 |
| github.com/nats-io/nkeys | v0.4.15 | Apache-2.0 |
| github.com/nats-io/nuid | v1.0.1 | Apache-2.0 |
| github.com/pkg/errors | v0.9.1 | BSD-2-Clause |
| github.com/rivo/uniseg | v0.4.7 | MIT |
| github.com/robfig/cron/v3 | v3.0.1 | MIT |
| github.com/rs/zerolog | v1.34.0 | MIT |
| github.com/urfave/cli-altsrc/v3 | v3.1.0 | MIT |
| github.com/urfave/cli/v3 | v3.6.1 | MIT |
| github.com/xo/terminfo | v0.0.0-20220910002029-abceb7e1c41e | MIT |
| golang.org/x/crypto | v0.49.0 | BSD-3-Clause |
| golang.org/x/exp | v0.0.0-20250718183923-645b1fa84792 | BSD-3-Clause |
| golang.org/x/oauth2 | v0.34.0 | BSD-3-Clause |
| golang.org/x/sync | v0.20.0 | BSD-3-Clause |
| golang.org/x/sys | v0.42.0 | BSD-3-Clause |
| golang.org/x/term | v0.41.0 | BSD-3-Clause |
| golang.org/x/text | v0.35.0 | BSD-3-Clause |
| golang.org/x/time | v0.15.0 | BSD-3-Clause |
| google.golang.org/protobuf | v1.36.10 | BSD-3-Clause |
| gopkg.in/natefinch/lumberjack.v2 | v2.2.1 | MIT |
2. Web frontend components (npm, production closure)
| Package | Version | License |
|---|---|---|
| @babel/generator | 7.29.1 | MIT |
| @babel/helper-string-parser | 7.27.1 | MIT |
| @babel/helper-validator-identifier | 7.28.5 | MIT |
| @babel/parser | 7.29.0 | MIT |
| @babel/types | 7.29.0 | MIT |
| @bufbuild/protobuf | 2.11.0 | Apache-2.0 AND BSD-3-Clause |
| @jridgewell/gen-mapping | 0.3.13 | MIT |
| @jridgewell/remapping | 2.3.5 | MIT |
| @jridgewell/resolve-uri | 3.1.2 | MIT |
| @jridgewell/sourcemap-codec | 1.5.5 | MIT |
| @jridgewell/trace-mapping | 0.3.31 | MIT |
| @kurkle/color | 0.3.4 | MIT |
| @mdi/font | 7.4.47 | Apache-2.0 |
| @primeuix/styled | 0.7.4 | MIT |
| @primeuix/styles | 2.0.3 | MIT |
| @primeuix/themes | 2.0.3 | MIT |
| @primeuix/utils | 0.6.4 | MIT |
| @primevue/core | 4.5.4 | MIT |
| @primevue/icons | 4.5.4 | MIT |
| @vue-macros/common | 3.1.2 | MIT |
| @vue/compiler-core | 3.5.30 | MIT |
| @vue/compiler-dom | 3.5.30 | MIT |
| @vue/compiler-sfc | 3.5.30 | MIT |
| @vue/compiler-ssr | 3.5.30 | MIT |
| @vue/devtools-api | 8.1.0 | MIT |
| @vue/devtools-kit | 7.7.9 | MIT |
| @vue/devtools-shared | 7.7.9 | MIT |
| @vue/reactivity | 3.5.30 | MIT |
| @vue/runtime-core | 3.5.30 | MIT |
| @vue/runtime-dom | 3.5.30 | MIT |
| @vue/server-renderer | 3.5.30 | MIT |
| @vue/shared | 3.5.30 | MIT |
| acorn | 8.16.0 | MIT |
| ast-kit | 2.2.0 | MIT |
| ast-walker-scope | 0.8.3 | MIT |
| birpc | 2.9.0 | MIT |
| chart.js | 4.5.1 | MIT |
| chartjs-chart-treemap | 3.1.0 | MIT |
| chokidar | 5.0.0 | MIT |
| confbox | 0.2.4 | MIT |
| copy-anything | 3.0.5 | MIT |
| cron-parser | 5.5.0 | MIT |
| cronstrue | 3.13.0 | MIT |
| csstype | 3.2.3 | MIT |
| entities | 7.0.1 | BSD-2-Clause |
| estree-walker | 2.0.2 | MIT |
| exsolve | 1.0.8 | MIT |
| hookable | 5.5.3 | MIT |
| is-what | 4.1.16 | MIT |
| jsesc | 3.1.0 | MIT |
| json5 | 2.2.3 | MIT |
| local-pkg | 1.1.2 | MIT |
| luxon | 3.7.2 | MIT |
| magic-string | 0.30.21 | MIT |
| magic-string-ast | 1.0.3 | MIT |
| mitt | 3.0.1 | MIT |
| mlly | 1.8.1 | MIT |
| muggle-string | 0.4.1 | MIT |
| nanoid | 3.3.11 | MIT |
| pathe | 2.0.3 | MIT |
| perfect-debounce | 1.0.0 | MIT |
| picocolors | 1.1.1 | ISC |
| picomatch | 2.3.2 | MIT |
| pinia | 3.0.4 | MIT |
| pkg-types | 2.3.0 | MIT |
| postcss | 8.5.14 | MIT |
| primeflex | 4.0.0 | MIT |
| primeicons | 7.0.0 | MIT |
| primevue | 4.5.4 | MIT |
| quansync | 0.2.11 | MIT |
| rfdc | 1.4.1 | MIT |
| scule | 1.3.0 | MIT |
| source-map-js | 1.2.1 | BSD-3-Clause |
| speakingurl | 14.0.1 | BSD-3-Clause |
| superjson | 2.2.2 | MIT |
| tinyglobby | 0.2.15 | MIT |
| typescript | 5.9.3 | Apache-2.0 |
| ufo | 1.6.3 | MIT |
| unplugin | 2.3.11 | MIT |
| unplugin-utils | 0.3.1 | MIT |
| vue | 3.5.30 | MIT |
| vue-router | 5.0.3 | MIT |
| webpack-virtual-modules | 0.6.2 | MIT |
| yaml | 2.9.0 | ISC |
3. TrackerService components (.NET / NuGet)
Microsoft and .NET Foundation packages (Microsoft.*, System.*) are distributed under the MIT License.
| Package | Version | License |
|---|---|---|
| Google.Protobuf | 3.34.1 | BSD-3-Clause |
| Microsoft.AspNetCore.OpenApi | 10.0.5 | MIT |
| Microsoft.Bcl.Cryptography | 9.0.13 | MIT |
| Microsoft.Data.SqlClient | 7.0.0 | MIT |
| Microsoft.Data.SqlClient.Extensions.Abstractions | 1.0.0 | MIT |
| Microsoft.Data.SqlClient.Internal.Logging | 1.0.0 | MIT |
| Microsoft.Data.SqlClient.SNI.runtime | 6.0.2 | MIT |
| Microsoft.EntityFrameworkCore | 10.0.5 | MIT |
| Microsoft.EntityFrameworkCore.Abstractions | 10.0.5 | MIT |
| Microsoft.EntityFrameworkCore.Analyzers | 10.0.5 | MIT |
| Microsoft.EntityFrameworkCore.Relational | 10.0.5 | MIT |
| Microsoft.EntityFrameworkCore.SqlServer | 10.0.5 | MIT |
| Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 10.0.5 | MIT |
| Microsoft.Extensions.* (Caching, Configuration, DependencyInjection, Diagnostics, FileProviders, Hosting, Logging, Options, Primitives, ApiDescription.Server, DependencyModel) | 10.0.0 / 10.0.5 | MIT |
| Microsoft.IdentityModel.Abstractions | 8.16.0 | MIT |
| Microsoft.IdentityModel.JsonWebTokens | 8.16.0 | MIT |
| Microsoft.IdentityModel.Logging | 8.16.0 | MIT |
| Microsoft.IdentityModel.Protocols | 8.16.0 | MIT |
| Microsoft.IdentityModel.Protocols.OpenIdConnect | 8.16.0 | MIT |
| Microsoft.IdentityModel.Tokens | 8.16.0 | MIT |
| Microsoft.OpenApi | 2.4.1 | MIT |
| Microsoft.SqlServer.Server | 1.0.0 | MIT |
| NATS.Client.Abstractions | 2.7.3 | Apache-2.0 |
| NATS.Client.Core | 2.7.3 | Apache-2.0 |
| NATS.Client.Hosting | 2.7.3 | Apache-2.0 |
| NATS.Client.JetStream | 2.7.3 | Apache-2.0 |
| NATS.Client.KeyValueStore | 2.7.3 | Apache-2.0 |
| NATS.Client.ObjectStore | 2.7.3 | Apache-2.0 |
| NATS.Client.Serializers.Json | 2.7.3 | Apache-2.0 |
| NATS.Client.Services | 2.7.3 | Apache-2.0 |
| NATS.Client.Simplified | 2.7.3 | Apache-2.0 |
| NATS.Extensions.Microsoft.DependencyInjection | 2.7.3 | Apache-2.0 |
| NATS.Net | 2.7.3 | Apache-2.0 |
| NetTopologySuite | 2.6.0 | BSD-3-Clause |
| NetTopologySuite.IO.SqlServerBytes | 2.1.0 | BSD-3-Clause |
| Serilog | 4.3.1 | Apache-2.0 |
| Serilog.AspNetCore | 10.0.0 | Apache-2.0 |
| Serilog.Expressions | 5.0.0 | Apache-2.0 |
| Serilog.Extensions.Hosting | 10.0.0 | Apache-2.0 |
| Serilog.Extensions.Logging | 10.0.0 | Apache-2.0 |
| Serilog.Formatting.Compact | 3.0.0 | Apache-2.0 |
| Serilog.Settings.Configuration | 10.0.0 | Apache-2.0 |
| Serilog.Sinks.Console | 6.1.1 | Apache-2.0 |
| Serilog.Sinks.Debug | 3.0.0 | Apache-2.0 |
| Serilog.Sinks.File | 7.0.0 | Apache-2.0 |
| Swashbuckle.AspNetCore | 10.1.5 | MIT |
| Swashbuckle.AspNetCore.Swagger | 10.1.5 | MIT |
| Swashbuckle.AspNetCore.SwaggerGen | 10.1.5 | MIT |
| Swashbuckle.AspNetCore.SwaggerUI | 10.1.5 | MIT |
| System.Configuration.ConfigurationManager | 9.0.13 | MIT |
| System.Diagnostics.EventLog | 10.0.5 | MIT |
| System.IdentityModel.Tokens.Jwt | 8.16.0 | MIT |
| System.Security.Cryptography.Pkcs | 9.0.13 | MIT |
| System.Security.Cryptography.ProtectedData | 9.0.13 | MIT |
Appendix A — License texts
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.ISC License
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.BSD-2-Clause License
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.BSD-3-Clause License
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.Apache License 2.0
The full text of the Apache License, Version 2.0 is available at https://www.apache.org/licenses/LICENSE-2.0. A copy is reproduced below.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but not
limited to compiled object code, generated documentation, and
conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work.
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship.
"Contribution" shall mean any work of authorship, including the
original version of the Work and any modifications or additions to
that Work or Derivative Works thereof, that is intentionally submitted
to Licensor for inclusion in the Work.
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have
made, use, offer to sell, sell, import, and otherwise transfer the
Work, where such license applies only to those patent claims
licensable by such Contributor that are necessarily infringed by
their Contribution(s) alone or by combination of their
Contribution(s) with the Work to which such Contribution(s) was
submitted. If You institute patent litigation against any entity
(including a cross-claim or counterclaim in a lawsuit) alleging that
the Work or a Contribution incorporated within the Work constitutes
direct or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate as
of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the Work
or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You meet
the following conditions:
(a) You must give any other recipients of the Work or Derivative
Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works that
You distribute, all copyright, patent, trademark, and attribution
notices from the Source form of the Work; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor.
7. Disclaimer of Warranty. Unless required by applicable law or agreed
to in writing, Licensor provides the Work (and each Contributor
provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied.
8. Limitation of Liability. In no event and under no legal theory shall
any Contributor be liable to You for damages, including any direct,
indirect, special, incidental, or consequential damages of any
character arising as a result of this License or out of the use or
inability to use the Work.
9. Accepting Warranty or Additional Liability. While redistributing the
Work or Derivative Works thereof, You may choose to offer, and charge
a fee for, acceptance of support, warranty, indemnity, or other
liability obligations and/or rights consistent with this License.
END OF TERMS AND CONDITIONSGenerated for the Cenova 1.0 release. To regenerate after dependency changes, re-run the dependency enumeration for each stack (go list -deps on the root package, npm ls --omit=dev --all in frontend/, and dotnet list package --include-transitive on the shipped TrackerService projects).