Arrange licensing info in repo according to REUSE 3.2 convention.
Chris Pressey
8 months ago
0 | |
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
1 | |
|
2 | |
Files:
|
3 | |
impl/Haskell/README.md
|
4 | |
test.sh
|
5 | |
Copyright: This is free and unencumbered software released into the public domain.
|
6 | |
License: Unlicense
|
|
0 |
Lariat
|
|
1 |
======
|
|
2 |
|
0 | 3 |
<!--
|
1 | 4 |
Copyright (c) 2021-2023 Chris Pressey, Cat's Eye Technologies
|
2 | 5 |
Distributed under a 2-clause BSD license. For more details, see
|
|
4 | 7 |
|
5 | 8 |
SPDX-License-Identifier: LicenseRef-BSD-2-Clause-X-Lariat
|
6 | 9 |
-->
|
7 | |
|
8 | |
Lariat
|
9 | |
======
|
10 | 10 |
|
11 | 11 |
_Version 0.3_
|
12 | 12 |
|
0 | 0 |
Data.Lariat
|
1 | 1 |
===========
|
|
2 |
|
|
3 |
<!--
|
|
4 |
SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
|
|
5 |
For more information, please refer to <https://unlicense.org/>
|
|
6 |
SPDX-License-Identifier: Unlicense
|
|
7 |
-->
|
2 | 8 |
|
3 | 9 |
This is a basic implementation of [Lariat](../../) in Haskell.
|
4 | 10 |
The `Main` class exists only to run the tests.
|
0 | 0 |
#!/bin/sh
|
|
1 |
|
|
2 |
# SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
|
|
3 |
# For more information, please refer to <https://unlicense.org/>
|
|
4 |
# SPDX-License-Identifier: Unlicense
|
1 | 5 |
|
2 | 6 |
MISSING=""
|
3 | 7 |
if command -v ghc > /dev/null 2>&1; then
|