mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 09:14:33 +00:00
docs(license): update Python/Bash convention examples to CMSD SPDX header (ref #81)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9eb75676d5
commit
643d39afa5
|
|
@ -38,20 +38,28 @@ Développeur : Gérald Kerma (Gandalf) — CyberMind, Notre-Dame-du-Cruet, Savoi
|
|||
|
||||
### Python
|
||||
```python
|
||||
# Entête standard SecuBox-Deb
|
||||
# SPDX-License-Identifier: LicenseRef-CMSD-1.0
|
||||
# Copyright (c) 2026 CyberMind — Gérald Kerma <devel@cybermind.fr>
|
||||
# Source-Disclosed License — All rights reserved except as expressly granted.
|
||||
# See LICENCE-CMSD-1.0.md for terms.
|
||||
|
||||
"""
|
||||
SecuBox-Deb :: <NomModule>
|
||||
CyberMind — https://cybermind.fr
|
||||
Author: Gérald Kerma <gandalf@gk2.net>
|
||||
License: Proprietary / ANSSI CSPN candidate
|
||||
"""
|
||||
```
|
||||
|
||||
The SPDX block is added/verified by `scripts/license-headers.py`.
|
||||
|
||||
### Bash
|
||||
```bash
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: LicenseRef-CMSD-1.0
|
||||
# Copyright (c) 2026 CyberMind — Gérald Kerma <devel@cybermind.fr>
|
||||
# Source-Disclosed License — All rights reserved except as expressly granted.
|
||||
# See LICENCE-CMSD-1.0.md for terms.
|
||||
|
||||
# SecuBox-Deb :: <nom_script>
|
||||
# CyberMind — Gérald Kerma
|
||||
set -euo pipefail
|
||||
readonly MODULE="<nom>"
|
||||
readonly VERSION="<semver>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user