Skip to content

Commit

Permalink
code no longer derives from 'fiasco'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwman committed Dec 15, 2024
1 parent 51fe585 commit 75eba3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
45 changes: 0 additions & 45 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -92,51 +92,6 @@ following license:
SUCH DAMAGE.


Portions of this code are derived from
https://github.com/joaotavora/fiasco/, which is subject to the
following license:

License
Fiasco is public domain software:

Authors dedicate this work to public domain, for the benefit of
the public at large and to the detriment of the authors' heirs
and successors. Authors intends this dedication to be an overt
act of relinquishment in perpetuity of all present and future
rights under copyright law, whether vested or contingent, in the
work. Authors understands that such relinquishment of all rights
includes the relinquishment of all rights to enforce (by lawsuit
or otherwise) those copyrights in the work.

Authors recognize that, once placed in the public domain, the
work may be freely reproduced, distributed, transmitted, used,
modified, built upon, or otherwise exploited by anyone for any
purpose, commercial or non-commercial, and in any way, including
by methods that have not yet been invented or conceived.

In those legislations where public domain dedications are not
recognized or possible, Fiasco is distributed under the following
terms and conditions:

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 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.


Portions of this code are derived from
https://github.com/sharplispers/ironclad/, which is subject to the
following license:
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/digest-tests.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(in-package #:epsilon.lib.digest.tests)

;; shasum -a 256 tests/data/shilling.txt
;; shasum -a 256 tests/lib/shilling.txt
;; b9ed5c0ed11f350f7247678de2d16418b69c7f2ce00eabea7a8990889e54faa5 tests/data/shilling.txt

(deftest sha-2 ()
Expand Down

0 comments on commit 75eba3e

Please sign in to comment.