commit: 4bfa5dcc44957726d5374fe3b637d0d06acea4c5
parent d227511f21a0f8997b357c559b15e6e1e298225b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 10 Feb 2022 00:49:36 +0100
Bump copyright to 2022
Diffstat:
32 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/COPYING b/COPYING
@@ -1,3 +1,3 @@
Collection of Unix tools, comparable to coreutils
-Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
diff --git a/README b/README
@@ -1,5 +1,5 @@
Collection of Unix tools, comparable to coreutils
-Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
# Dependencies
diff --git a/bin/args.c b/bin/args.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/basename.1 b/bin/basename.1
@@ -1,5 +1,5 @@
.\" Collection of Unix tools, comparable to coreutils
-.\" Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
.Dd 2021-04-05
.Dt BASENAME 1
diff --git a/bin/basename.c b/bin/basename.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#include <assert.h> // assert()
diff --git a/bin/cat.c b/bin/cat.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/date.1 b/bin/date.1
@@ -1,5 +1,5 @@
.\" Collection of Unix tools, comparable to coreutils
-.\" Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
.Dd 2018-10-15
.Dt DATE 1
diff --git a/bin/date.c b/bin/date.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/del.1 b/bin/del.1
@@ -1,5 +1,5 @@
.\" Collection of Unix tools, comparable to coreutils
-.\" Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
.Dd 2021-05-13
.Dt DEL 1
diff --git a/bin/del.c b/bin/del.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/dirname.1 b/bin/dirname.1
@@ -1,5 +1,5 @@
.\" Collection of Unix tools, comparable to coreutils
-.\" Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
.Dd 2021-04-05
.Dt DIRNAME 1
diff --git a/bin/dirname.c b/bin/dirname.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#include <libgen.h> // dirname()
diff --git a/bin/echo.1 b/bin/echo.1
@@ -1,5 +1,5 @@
.\" Collection of Unix tools, comparable to coreutils
-.\" Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
.Dd 2021-04-05
.Dt ECHO 1
diff --git a/bin/echo.c b/bin/echo.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/humanize.1 b/bin/humanize.1
@@ -1,5 +1,5 @@
.\" Collection of Unix tools, comparable to coreutils
-.\" Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
.Dd 2021-05-13
.Dt HUMANIZE 1
diff --git a/bin/humanize.c b/bin/humanize.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _DEFAULT_SOURCE
diff --git a/bin/lolcat.1 b/bin/lolcat.1
@@ -1,5 +1,5 @@
.\" Collection of Unix tools, comparable to coreutils
-.\" Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
.Dd 2021-05-15
.Dt LOLCAT 1
diff --git a/bin/lolcat.c b/bin/lolcat.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/mdate.c b/bin/mdate.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/pwd.c b/bin/pwd.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/range.c b/bin/range.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/sizeof.c b/bin/sizeof.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/sname.1 b/bin/sname.1
@@ -1,5 +1,5 @@
.\" Collection of Unix tools, comparable to coreutils
-.\" Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
.Dd 2021-04-05
.Dt INAME 1
diff --git a/bin/sname.c b/bin/sname.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#include <stdio.h> // printf()
diff --git a/bin/sync.1 b/bin/sync.1
@@ -1,5 +1,5 @@
.\" Collection of Unix tools, comparable to coreutils
-.\" Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
.Dd 2021-12-27
.Dt SYNC 1
diff --git a/bin/sync.c b/bin/sync.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _XOPEN_SOURCE 700 // XSI but not mere POSIX
diff --git a/bin/tee.c b/bin/tee.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/timey-whyme.sh b/bin/timey-whyme.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+# Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
xdd="${XDG_DATA_DIR:-$HOME/.local/share}/timey-whyme"
today="$(date --date=now +%Y-%m-%d)"
diff --git a/bin/tty.c b/bin/tty.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#include <stdio.h> // puts()
diff --git a/bin/xcd.c b/bin/xcd.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L
diff --git a/bin/zalgo b/bin/zalgo
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# Copyright 2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+# Copyright 2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
use strict;
use warnings;
diff --git a/sbin/memsys.c b/sbin/memsys.c
@@ -1,5 +1,5 @@
// Collection of Unix tools, comparable to coreutils
-// Copyright 2017-2021 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
#define _POSIX_C_SOURCE 200809L