guile-rsv

R7RS Scheme library for reading and writing RSV (Rows of String Values) data format. Specified in https://github.com/Stenway/RSV-Specification and demonstrated in https://www.youtube.com/watch?v=tb_70o6ohMA
Log | Files | Refs | README | LICENSE

commit a655d2dd18de41353613fc9b2510923eef89a202
parent 5fb58b8cc2c1553c0a31cccbe89f96974d0bd729
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 13 Jan 2024 16:29:22 +0200

Add the original license notice for example RSV test files.

Diffstat:
ATestFiles/LICENSE | 16++++++++++++++++
MTestFiles/README.md | 5+++--
2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/TestFiles/LICENSE b/TestFiles/LICENSE @@ -0,0 +1,16 @@ +Copyright (c) 2024 Stefan John / Stenway + +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. diff --git a/TestFiles/README.md b/TestFiles/README.md @@ -1,7 +1,8 @@ -Tests file here came from [commit +Example RSV test files came from [commit 74757d0ba08132a38943027d8d81fc41388e791e][1] of the "main" branch of [Stenway][2]'s RSV Rosetta Stone repository, and were release under -the [MIT-0][3] license, so... +the [MIT-0][3] license. The exact LICENSE file underwhich these +example RSV files were released was copied into this directory. [1]: https://github.com/Stenway/RSV-Challenge/tree/74757d0ba08132a38943027d8d81fc41388e791e/TestFiles [2]: https://www.stenway.com/