Skip to content

Commit a04c158

Browse files
committed
Comply with REUSE version 3.0 for licensing declaration.
1 parent 85ef216 commit a04c158

26 files changed

+117
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# SPDX-FileCopyrightText: 2015 Arthur A. Gleckler <[email protected]>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
*~

.reuse/dep5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: SRFI 64
3+
Upstream-Contact: Arthur A. Gleckler <[email protected]>
4+
Source: https://github.com/scheme-requests-for-implementation/srfi-64
5+
6+
# Sample paragraph, commented out:
7+
#
8+
# Files: src/*
9+
# Copyright: $YEAR $NAME <$CONTACT>
10+
# License: ...

LICENSES/MIT.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIT License
2+
3+
Copyright (c) <year> <copyright holders>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2005 - 2006 Per Bothner
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
* SRFI 64: A Scheme API for test suites
26

37
** by Per Bothner

contrib/README.org

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# SPDX-FileCopyrightText: 2020 Taylan Kammer <[email protected]>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
This directory contains implementations of SRFI 64 provided by people
2-
other than Per Bothner, the author of the SRFI.
6+
other than Per Bothner, the author of the SRFI.

contrib/taylan.kammer/64.sld

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
2+
;;;
3+
;;; SPDX-License-Identifier: MIT
4+
15
(define-library (srfi 64)
26
(import
37
(srfi 64 test-runner)

contrib/taylan.kammer/64/execution.body.scm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
;;; SPDX-License-Identifier: MIT
2+
13
;; Copyright (c) 2005, 2006, 2007, 2012, 2013 Per Bothner
24
;; Added "full" support for Chicken, Gauche, Guile and SISC.
35
;; Alex Shinn, Copyright (c) 2005.

contrib/taylan.kammer/64/execution.exports.sld

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
2+
;;;
3+
;;; SPDX-License-Identifier: MIT
4+
15
(export
26
test-begin test-end test-group test-group-with-cleanup
37

contrib/taylan.kammer/64/execution.sld

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
2+
;;;
3+
;;; SPDX-License-Identifier: MIT
4+
15
(define-library (srfi 64 execution)
26
(import
37
(scheme base)

contrib/taylan.kammer/64/source-info.body.scm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
;;; SPDX-License-Identifier: MIT
2+
13
;; Copyright (c) 2015 Taylan Ulrich Bayırlı/Kammer <[email protected]>
24
;;
35
;; Permission is hereby granted, free of charge, to any person

0 commit comments

Comments
 (0)