Skip to content

Commit

Permalink
Add license header to all production files.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Apr 18, 2021
1 parent 38fad46 commit 0681bd8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion ansi.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
;;;
;;; Ansi terminal colours.
;;; https://github.com/codecop/assert-scm
;;; Copyright (c) 2015, Peter Kofler, BSD 3-Clause License
;;;

(define ansi-black "30")
(define ansi-red "31")
(define ansi-green "32")
Expand Down
6 changes: 3 additions & 3 deletions assert-chicken.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;;
;;; Unit test framework for Scheme R5RS, SRFI-12 extension (e.g. Chicken)
;;; Copyright (c) 2015, Peter Kofler, https://www.code-cop.org/
;;; BSD licensed.
;;; assert-scm - Minimalist xUnit test framework for Scheme R5RS, SRFI-12 extension (e.g. Chicken).
;;; https://github.com/codecop/assert-scm
;;; Copyright (c) 2015, Peter Kofler, BSD 3-Clause License
;;;
(include "assert-r5rs.scm")

Expand Down
6 changes: 3 additions & 3 deletions assert-r5rs.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;;
;;; Unit test framework for Scheme R5RS.
;;; Copyright (c) 2015, Peter Kofler, https://www.code-cop.org/
;;; BSD licensed.
;;; assert-scm - Minimalist xUnit test framework for Scheme R5RS.
;;; https://github.com/codecop/assert-scm
;;; Copyright (c) 2015, Peter Kofler, BSD 3-Clause License
;;;
;;; Non R5RS used functions
;;; * error from SRFI 23, available in Gambit, Chicken.
Expand Down
6 changes: 3 additions & 3 deletions assert.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;;
;;; Unit test framework for Scheme R5RS, Gambit extension.
;;; Copyright (c) 2015, Peter Kofler, https://www.code-cop.org/
;;; BSD licensed.
;;; assert-scm - Minimalist xUnit test framework for Scheme R5RS, Gambit extension.
;;; https://github.com/codecop/assert-scm
;;; Copyright (c) 2015, Peter Kofler, BSD 3-Clause License
;;;
(include "assert-r5rs.scm")

Expand Down

0 comments on commit 0681bd8

Please sign in to comment.