diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-23 15:48:26 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-23 15:48:26 +0000 |
| commit | c7510f69196b09faa2338ad09eeec1e7b776e292 (patch) | |
| tree | 7c5f586e95b6c5f4666e267d90b3b9370eb31bc8 /syndicate.sh | |
| parent | 225af43fd23c9b85cbbc8c83fce2e248ea13a7c2 (diff) | |
Add license
Diffstat (limited to 'syndicate.sh')
| -rwxr-xr-x | syndicate.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/syndicate.sh b/syndicate.sh index 8ecc68b..80d1be0 100755 --- a/syndicate.sh +++ b/syndicate.sh @@ -1,4 +1,7 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2025 Matthew Fennell <matthew@fennell.dev> +# +# SPDX-License-Identifier: AGPL-3.0-or-later set -u set -o pipefail |
