Third-Party Licences
FineLine bundles the following open-source libraries. Licence files are also included in the application folder alongside the JAR. Where required by the licence terms, source code is available on request at support@finetiming.app.
FineLine — bundled dependencies
Modern look-and-feel library for Java Swing. Provides the flat UI theme used throughout FineLine.
Copyright 2019–2024 FormDev Software GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Java interface to OpenCV, FFmpeg, and related libraries via Bytedeco. Handles camera capture and video encoding within FineLine.
Copyright 2009–2024 Samuel Audet
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Video and audio encoding/decoding library. Used for camera capture (MJPEG and H.264) and for writing MP4 files inside .flheat archives. Distributed as a pre-built binary bundled with FineLine.
FFmpeg is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2.1 of the License, or (at
your option) any later version.
FFmpeg is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
The full LGPL 2.1 licence text is available in FFMPEG_LGPL.txt in the
FineLine application folder, and at:
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
In accordance with Section 6 of the LGPL, the object code and/or
library used to build FineLine against FFmpeg is available on request
from support@finetiming.app. You may re-link FineLine against a
modified version of FFmpeg by replacing the bundled ffmpeg/ folder
contents with your own build.
Computer vision library. Used for camera device access, image processing, and rendering of the live preview with finish line overlays.
Copyright 2000–2024 The OpenCV Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
JSON serialisation and deserialisation. Used to read and write the heat metadata JSON files inside .flheat archives.
Copyright 2019–2024 FasterXML
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Platform-independent serial port communication library. Used for USB serial communication with FineStart and compatible hardware.
Copyright 2012–2024 Fazecast, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Modbus protocol implementation for Java. Used as a Modbus TCP client to receive start signals from FineStart and compatible timing systems.
Copyright 2002–2020 jamod / j2mod development teams
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Simple Logging Facade for Java. Used as the logging abstraction layer throughout FineLine.
Copyright (c) 2004–2023 QOS.ch Sarl
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.
Apache License 2.0 — full text
Apache License
Version 2.0, January 2004
https://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.
"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 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, as submitted to the Licensor for inclusion
in the Work by the copyright owner or by an individual or Legal Entity
authorized to submit on behalf of the copyright owner.
"Contributor" shall mean Licensor and any Legal Entity on whose behalf
a Contribution has been received by the Licensor and been 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.
(... full Apache 2.0 text continues in the bundled FINELINE_LICENSE.txt and THIRD_PARTY_LICENSES.txt files in the application folder.)