37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
Fester - Distributed Build & Execution System
|
|
Copyright Jeremy Anderson (info@dcos.net) (C) 2026
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published
|
|
by the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program 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 Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
──────────────────────────────────────────────────────────────
|
|
|
|
ADDITIONAL OPERATIONAL NOTICE
|
|
|
|
This system operates distributed compilation, scheduling,
|
|
execution orchestration, caching, and system integration layers.
|
|
|
|
It may:
|
|
|
|
- execute code on remote nodes
|
|
- allocate workloads dynamically across heterogeneous systems
|
|
- modify runtime environments, containers, or VM instances
|
|
- store build artifacts, snapshots, and execution traces
|
|
|
|
This software is provided “AS IS”, without warranty of any kind,
|
|
as described in the accompanying documentation.
|
|
|
|
Use of this system implies acceptance of operational risk,
|
|
including system instability, data loss, or hardware stress
|
|
under misconfiguration or overload conditions.
|