git @ Cat's Eye Technologies Lariat / ce15425
Arrange licensing info in repo according to REUSE 3.2 convention. Chris Pressey 8 months ago
4 changed file(s) with 13 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
+0
-7
.reuse/dep5 less more
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
03 <!--
14 Copyright (c) 2021-2023 Chris Pressey, Cat's Eye Technologies
25 Distributed under a 2-clause BSD license. For more details, see
47
58 SPDX-License-Identifier: LicenseRef-BSD-2-Clause-X-Lariat
69 -->
7
8 Lariat
9 ======
1010
1111 _Version 0.3_
1212
00 Data.Lariat
11 ===========
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 -->
28
39 This is a basic implementation of [Lariat](../../) in Haskell.
410 The `Main` class exists only to run the tests.
00 #!/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
15
26 MISSING=""
37 if command -v ghc > /dev/null 2>&1; then