license-header.cspec
1 # License Header Template 2 # purpose: Standard header for all alpha-delta-network source files 3 # updated: 2026-01-06 4 # usage: Copy to top of new source files, replace {{library_name}} 5 6 # === LICENSE === 7 license: CC0-1.0 8 upstream_license: Apache-2.0 (Aleo/ProvableHQ original code) 9 copyright: ACDC Network 10 years: 2025-2026 11 12 # === HEADER TEMPLATE (Rust) === 13 rust_header: | 14 // Copyright (c) 2025-2026 ACDC Network 15 // This file is part of the {{library_name}} library. 16 // 17 // Alpha Chain | Delta Chain Protocol 18 // International Monetary Graphite. 19 // 20 // Derived from Aleo (https://aleo.org) and ProvableHQ (https://provable.com). 21 // They built world-class ZK infrastructure. We installed the EASY button. 22 // Their cryptography: elegant. Our modifications: bureaucracy-compatible. 23 // Original brilliance: theirs. Robert's Rules: ours. Bugs: definitely ours. 24 // 25 // Original Aleo/ProvableHQ code subject to Apache 2.0 https://www.apache.org/licenses/LICENSE-2.0 26 // All modifications and new work: CC0 1.0 Universal Public Domain Dedication. 27 // No rights reserved. No permission required. No warranty. No refunds. 28 // 29 // https://creativecommons.org/publicdomain/zero/1.0/ 30 // SPDX-License-Identifier: CC0-1.0 31 32 # === HEADER TEMPLATE (Python/Shell) === 33 python_header: | 34 # Copyright (c) 2025-2026 ACDC Network 35 # This file is part of the {{library_name}} library. 36 # 37 # Alpha Chain | Delta Chain Protocol 38 # International Monetary Graphite. 39 # 40 # Derived from Aleo (https://aleo.org) and ProvableHQ (https://provable.com). 41 # They built world-class ZK infrastructure. We installed the EASY button. 42 # Their cryptography: elegant. Our modifications: bureaucracy-compatible. 43 # Original brilliance: theirs. Robert's Rules: ours. Bugs: definitely ours. 44 # 45 # Original Aleo/ProvableHQ code subject to Apache 2.0 https://www.apache.org/licenses/LICENSE-2.0 46 # All modifications and new work: CC0 1.0 Universal Public Domain Dedication. 47 # No rights reserved. No permission required. No warranty. No refunds. 48 # 49 # https://creativecommons.org/publicdomain/zero/1.0/ 50 # SPDX-License-Identifier: CC0-1.0 51 52 # === LIBRARY NAMES === 53 library_names: 54 - alphavm 55 - alphaos 56 - deltavm 57 - deltaos 58 - adnet 59 - adl 60 - sdk 61 - acdc-core 62 - ac-dc 63 - alpha-delta-context 64 65 # === NOTES === 66 notes: 67 - Original Aleo/ProvableHQ code remains Apache 2.0 68 - All modifications and new code are CC0 (public domain) 69 - SPDX identifier makes license machine-readable 70 - "International Monetary Graphite" is intentional