logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git
commit: eba117a8429fa315b06d3b7aad39bf7a4d9d0a96
parent f28415694089f8ce4f2ccc2bee4cc232d5e46771
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 17 Sep 2024 14:55:14 +0200

*cmd/{true,false}*: re-license under 0BSD

Diffstat:

Mcmd/false.12+-
Mcmd/false.c2+-
Mcmd/true.12+-
Mcmd/true.c2+-
Mtest-cmd/false.sh2+-
Mtest-cmd/true.sh2+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cmd/false.1 b/cmd/false.1 @@ -1,6 +1,6 @@ .\" utils-std: Collection of commonly available Unix tools .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> -.\" SPDX-License-Identifier: MPL-2.0 +.\" SPDX-License-Identifier: 0BSD .Dd 2022-02-13 .Dt FALSE 1 .Os diff --git a/cmd/false.c b/cmd/false.c @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: 0BSD int main(void) diff --git a/cmd/true.1 b/cmd/true.1 @@ -1,6 +1,6 @@ .\" utils-std: Collection of commonly available Unix tools .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> -.\" SPDX-License-Identifier: MPL-2.0 +.\" SPDX-License-Identifier: 0BSD .Dd 2022-02-13 .Dt TRUE 1 .Os diff --git a/cmd/true.c b/cmd/true.c @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> -// SPDX-License-Identifier: MPL-2.0 +// SPDX-License-Identifier: 0BSD int main(void) diff --git a/test-cmd/false.sh b/test-cmd/false.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: 0BSD target="$(dirname "$0")/../cmd/false" plans=3 diff --git a/test-cmd/true.sh b/test-cmd/true.sh @@ -1,6 +1,6 @@ #!/bin/sh # SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> -# SPDX-License-Identifier: MPL-2.0 +# SPDX-License-Identifier: 0BSD target="$(dirname "$0")/../cmd/true" plans=3