Skip to content

Comply with REUSE version 3.0 for licensing declaration. #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2015 Arthur A. Gleckler <[email protected]>
#
# SPDX-License-Identifier: MIT

*~
10 changes: 10 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SRFI 64
Upstream-Contact: Arthur A. Gleckler <[email protected]>
Source: https://github.com/scheme-requests-for-implementation/srfi-64

# Sample paragraph, commented out:
#
# Files: src/*
# Copyright: $YEAR $NAME <$CONTACT>
# License: ...
9 changes: 9 additions & 0 deletions LICENSES/MIT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MIT License

Copyright (c) <year> <copyright holders>

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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.
4 changes: 4 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2005 - 2006 Per Bothner
#
# SPDX-License-Identifier: MIT

* SRFI 64: A Scheme API for test suites

** by Per Bothner
Expand Down
6 changes: 5 additions & 1 deletion contrib/README.org
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# SPDX-FileCopyrightText: 2020 Taylan Kammer <[email protected]>
#
# SPDX-License-Identifier: MIT

This directory contains implementations of SRFI 64 provided by people
other than Per Bothner, the author of the SRFI.
other than Per Bothner, the author of the SRFI.
4 changes: 4 additions & 0 deletions contrib/taylan.kammer/64.sld
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
;;;
;;; SPDX-License-Identifier: MIT

(define-library (srfi 64)
(import
(srfi 64 test-runner)
Expand Down
2 changes: 2 additions & 0 deletions contrib/taylan.kammer/64/execution.body.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
;;; SPDX-License-Identifier: MIT

;; Copyright (c) 2005, 2006, 2007, 2012, 2013 Per Bothner
;; Added "full" support for Chicken, Gauche, Guile and SISC.
;; Alex Shinn, Copyright (c) 2005.
Expand Down
4 changes: 4 additions & 0 deletions contrib/taylan.kammer/64/execution.exports.sld
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
;;;
;;; SPDX-License-Identifier: MIT

(export
test-begin test-end test-group test-group-with-cleanup

Expand Down
4 changes: 4 additions & 0 deletions contrib/taylan.kammer/64/execution.sld
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
;;;
;;; SPDX-License-Identifier: MIT

(define-library (srfi 64 execution)
(import
(scheme base)
Expand Down
2 changes: 2 additions & 0 deletions contrib/taylan.kammer/64/source-info.body.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
;;; SPDX-License-Identifier: MIT

;; Copyright (c) 2015 Taylan Ulrich Bayırlı/Kammer <[email protected]>
;;
;; Permission is hereby granted, free of charge, to any person
Expand Down
4 changes: 4 additions & 0 deletions contrib/taylan.kammer/64/source-info.sld
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
;;;
;;; SPDX-License-Identifier: MIT

(define-library (srfi 64 source-info)
(import
(scheme base)
Expand Down
2 changes: 2 additions & 0 deletions contrib/taylan.kammer/64/test-runner-simple.body.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
;;; SPDX-License-Identifier: MIT

;; Copyright (c) 2005, 2006, 2007, 2012, 2013 Per Bothner
;; Added "full" support for Chicken, Gauche, Guile and SISC.
;; Alex Shinn, Copyright (c) 2005.
Expand Down
4 changes: 4 additions & 0 deletions contrib/taylan.kammer/64/test-runner-simple.exports.sld
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
;;;
;;; SPDX-License-Identifier: MIT

(export
test-runner-simple
;; The following are exported so you can leverage their existing functionality
Expand Down
4 changes: 4 additions & 0 deletions contrib/taylan.kammer/64/test-runner-simple.sld
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
;;;
;;; SPDX-License-Identifier: MIT

(define-library (srfi 64 test-runner-simple)
(import
(scheme base)
Expand Down
2 changes: 2 additions & 0 deletions contrib/taylan.kammer/64/test-runner.body.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
;;; SPDX-License-Identifier: MIT

;; Copyright (c) 2005, 2006, 2007, 2012, 2013 Per Bothner
;; Added "full" support for Chicken, Gauche, Guile and SISC.
;; Alex Shinn, Copyright (c) 2005.
Expand Down
4 changes: 4 additions & 0 deletions contrib/taylan.kammer/64/test-runner.exports.sld
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
;;;
;;; SPDX-License-Identifier: MIT

(export
;; The data type
test-runner-null test-runner? test-runner-reset
Expand Down
4 changes: 4 additions & 0 deletions contrib/taylan.kammer/64/test-runner.sld
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
;;;
;;; SPDX-License-Identifier: MIT

(define-library (srfi 64 test-runner)
(import
(scheme base)
Expand Down
6 changes: 5 additions & 1 deletion contrib/taylan.kammer/README.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# SPDX-FileCopyrightText: 2015 Taylan Kammer <[email protected]>
#
# SPDX-License-Identifier: MIT

This directory contains an implementation of SRFI 64 provided by
Taylan Kammer.

There are some differences between Per's sample implementation and
Taylan's implementation. Rather than describing them here, I refer
readers to the [[https://srfi-email.schemers.org/srfi-64/msg/13288855/][email discussion]] about the new implementation. Both
Per and Taylan contributed.
Per and Taylan contributed.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2005 - 2006 Per Bothner

SPDX-License-Identifier: MIT
-->

<!DOCTYPE html>
<html>
<head>
Expand Down
4 changes: 4 additions & 0 deletions srfi-25-test.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2005 - 2006 Per Bothner
;;;
;;; SPDX-License-Identifier: MIT

(test-begin "arrays" 169)

;;; array test
Expand Down
6 changes: 6 additions & 0 deletions srfi-64-1.3.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2005 - 2006 Per Bothner

SPDX-License-Identifier: MIT
-->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
Expand Down
6 changes: 6 additions & 0 deletions srfi-64-1.5.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2005 - 2006 Per Bothner

SPDX-License-Identifier: MIT
-->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
Expand Down
6 changes: 6 additions & 0 deletions srfi-64-1.6.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2005 - 2006 Per Bothner

SPDX-License-Identifier: MIT
-->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
Expand Down
4 changes: 4 additions & 0 deletions srfi-64-test.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
;;; SPDX-FileCopyrightText: 2005 - 2006 Per Bothner
;;;
;;; SPDX-License-Identifier: MIT

;;;
;;; This is a test suite written in the notation of
;;; SRFI-64, A Scheme API for test suites
Expand Down
6 changes: 6 additions & 0 deletions srfi-64.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2005 - 2006 Per Bothner

SPDX-License-Identifier: MIT
-->

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
Expand Down
2 changes: 2 additions & 0 deletions testing.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
;;; SPDX-License-Identifier: MIT

;; Copyright (c) 2005, 2006, 2007, 2012, 2013 Per Bothner
;; Added "full" support for Chicken, Gauche, Guile and SISC.
;; Alex Shinn, Copyright (c) 2005.
Expand Down