commit: 596c6ab625c2e3f3e77d286537b7c9c46ab34f7d
parent: 91138a4b08953c3363c9e5cc1fb6678c8b8a6b11
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 5 Mar 2019 23:46:48 +0100
Add copyright header
Diffstat:
7 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/header.txt b/header.txt
@@ -0,0 +1,3 @@
+.\" This file is part of Cross Unix Documentation
+.\" Copyright © 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+.\" SPDX-License-Identifier: CC-BY-4.0
diff --git a/man1x/date.1x b/man1x/date.1x
@@ -1,3 +1,6 @@
+.\" This file is part of Cross Unix Documentation
+.\" Copyright © 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+.\" SPDX-License-Identifier: CC-BY-4.0
.Dd 2019-03-03
.Dt date 1x
.Os
diff --git a/man1x/false.1x b/man1x/false.1x
@@ -1,3 +1,6 @@
+.\" This file is part of Cross Unix Documentation
+.\" Copyright © 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+.\" SPDX-License-Identifier: CC-BY-4.0
.Dd 2019-03-05
.Dt FALSE 1x
.Os
diff --git a/man1x/install.1x b/man1x/install.1x
@@ -1,3 +1,6 @@
+.\" This file is part of Cross Unix Documentation
+.\" Copyright © 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+.\" SPDX-License-Identifier: CC-BY-4.0
.Dd 2019-03-03
.Dt INSTALL 1x
.Os
diff --git a/man1x/seq.1x b/man1x/seq.1x
@@ -1,3 +1,6 @@
+.\" This file is part of Cross Unix Documentation
+.\" Copyright © 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+.\" SPDX-License-Identifier: CC-BY-4.0
.Dd 2019-03-05
.Dt SEQ 1x
.Os
diff --git a/man1x/true.1x b/man1x/true.1x
@@ -1,3 +1,6 @@
+.\" This file is part of Cross Unix Documentation
+.\" Copyright © 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+.\" SPDX-License-Identifier: CC-BY-4.0
.Dd 2019-03-05
.Dt TRUE 1x
.Os
diff --git a/new-manpage.sh b/new-manpage.sh
@@ -14,6 +14,7 @@ usage() {
man_file=man${section}/${name}.${section}
cat >"${man_file}" <<EOF
+$(cat header.txt)
.Dd $(date +%F)
.Dt $(tr '[:lower:]' '[:upper:]' <<<"${name}") ${section}
.Os