Adjust SPDX fields to better conform to the REUSE 3.0 spec.
Chris Pressey
1 year, 4 months ago
1 | 1 |
|
2 | 2 |
Files:
|
3 | 3 |
eg/*
|
4 | |
Copyright: This is free and unencumbered software released into the public domain.
|
|
4 |
Copyright: In 2023, Chris Pressey, the original author of this work, placed it into the public domain.
|
5 | 5 |
License: Unlicense
|
0 | 0 |
<!--
|
1 | |
SPDX-FileCopyrightText: This is free and unencumbered software released into the public domain.
|
2 | |
|
|
1 |
SPDX-FileCopyrightText: In 2023, Chris Pressey, the original author of this work, placed it into the public domain.
|
3 | 2 |
SPDX-License-Identifier: Unlicense
|
|
3 |
For more information, please refer to <https://unlicense.org/>
|
4 | 4 |
-->
|
5 | 5 |
|
6 | 6 |
define-opaque
|
0 | 0 |
;
|
1 | 1 |
; define-opaque.scm
|
2 | 2 |
; 0.2
|
3 | |
; Originally written by Chris Pressey, Cat's Eye Technologies.
|
4 | 3 |
;
|
5 | |
; SPDX-FileCopyrightText: This is free and unencumbered software released into the public domain.
|
6 | |
; For more information, see the file Unlicense.txt in the LICENSES directory.
|
7 | |
;
|
|
4 |
; SPDX-FileCopyrightText: In 2023, Chris Pressey, the original author of this work, placed it into the public domain.
|
8 | 5 |
; SPDX-License-Identifier: Unlicense
|
|
6 |
; For more information, please refer to <https://unlicense.org/>
|
9 | 7 |
;
|
10 | 8 |
|
11 | 9 |
(define-syntax opaque-op
|