Skip to content
Snippets Groups Projects
Verified Commit 54df8eff authored by Vladimir Sedach's avatar Vladimir Sedach
Browse files

Added SPDX license identifiers. Added copyrights and ISC license to tests

parent 20e54ea7
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
;; This file is part of Eager Future2. ;; This file is part of Eager Future2.
;; SPDX-License-Identifier: LGPL-3.0-or-later
;; Eager Future2 is free software: you can redistribute it and/or ;; Eager Future2 is free software: you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License ;; modify it under the terms of the GNU Lesser General Public License
;; as published by the Free Software Foundation, either version 3 of ;; as published by the Free Software Foundation, either version 3 of
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
;; This file is part of Eager Future2. ;; This file is part of Eager Future2.
;; SPDX-License-Identifier: LGPL-3.0-or-later
;; Eager Future2 is free software: you can redistribute it and/or ;; Eager Future2 is free software: you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License ;; modify it under the terms of the GNU Lesser General Public License
;; as published by the Free Software Foundation, either version 3 of ;; as published by the Free Software Foundation, either version 3 of
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
;; This file is part of Eager Future2. ;; This file is part of Eager Future2.
;; SPDX-License-Identifier: LGPL-3.0-or-later
;; Eager Future2 is free software: you can redistribute it and/or ;; Eager Future2 is free software: you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License ;; modify it under the terms of the GNU Lesser General Public License
;; as published by the Free Software Foundation, either version 3 of ;; as published by the Free Software Foundation, either version 3 of
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
;; This file is part of Eager Future2. ;; This file is part of Eager Future2.
;; SPDX-License-Identifier: LGPL-3.0-or-later
;; Eager Future2 is free software: you can redistribute it and/or ;; Eager Future2 is free software: you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License ;; modify it under the terms of the GNU Lesser General Public License
;; as published by the Free Software Foundation, either version 3 of ;; as published by the Free Software Foundation, either version 3 of
......
;;; The contents of this file are released into the public domain. ;; Copyright 1993 Marc Feeley <feeley@iro.umontreal.ca>
;; Copyright 2011 Vladimir Sedach <vas@oneofus.la>
;; SPDX-License-Identifier: ISC
;; Permission to use, copy, modify, and/or distribute this software
;; for any purpose with or without fee is hereby granted, provided
;; that the above copyright notice and this permission notice appear
;; in all copies.
;; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
;; WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
;; WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
;; AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
;; OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
;; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
;; CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
;;; Benchmarks from Appendix A of Marc Feeley's PhD dissertation: ;;; Benchmarks from Appendix A of Marc Feeley's PhD dissertation:
;;; Marc Feeley. An Efficient and General Implementation of Futures on ;;; Marc Feeley. An Efficient and General Implementation of Futures on
......
;;; The contents of this file are released into the public domain. ;; Copyright 2010, 2011 Vladimir Sedach <vas@oneofus.la>
;; Copyright 2011 Samuel Edwin Ward <seward@cytochro.me>
;; SPDX-License-Identifier: ISC
;; Permission to use, copy, modify, and/or distribute this software
;; for any purpose with or without fee is hereby granted, provided
;; that the above copyright notice and this permission notice appear
;; in all copies.
;; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
;; WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
;; WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
;; AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
;; CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
;; OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
;; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
;; CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
(in-package #:test.eager-future2) (in-package #:test.eager-future2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment