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 7b6fd35e46a6cf7dc52959b7a1fbc6888b78c3b2
parent a655d2dd18de41353613fc9b2510923eef89a202
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 13 Jan 2024 18:06:14 +0200

Move TestFiles copyright README into the main README.

Diffstat:
MREADME.md | 11+++++++++++
DTestFiles/README.md | 9---------
2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md @@ -39,8 +39,19 @@ Main repository is at [Codeberg.org][3]. - [Kaka Farm's Stagit][4] - [Github][5]. +## Copyright: + +The [example RSV test files](./TestFiles/) came from [commit +74757d0ba08132a38943027d8d81fc41388e791e][6] of the "main" branch of +[Stenway][7]'s RSV-Specification Rosetta Stone repository, and were +release under the [MIT-0][8] license. The exact copyright notice can +be found in the [LICENSE file](./TestFiles/LICENSE). + [1]: https://github.com/Stenway/RSV-Specification [2]: https://www.youtube.com/watch?v=tb_70o6ohMA [3]: https://codeberg.org/kakafarm/guile-rsv/ [4]: https://kaka.farm/stagit/guile-rsv/log.html [5]: https://github.com/yuvallangerontheroad/guile-rsv +[6]: https://github.com/Stenway/RSV-Challenge/tree/74757d0ba08132a38943027d8d81fc41388e791e/TestFiles +[7]: https://www.stenway.com/ +[8]: https://opensource.org/license/mit-0/ diff --git a/TestFiles/README.md b/TestFiles/README.md @@ -1,9 +0,0 @@ -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. 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/ -[3]: https://opensource.org/license/mit-0/