]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man1/grepc.1, src/bin/grepc: Add copyright notice
authorAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:47:15 +0000 (21:47 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 21:03:13 +0000 (22:03 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man1/grepc.1
src/bin/grepc

index e514eea136ef08153063a928f857bf31e6b5fc4b..800a047bc6473016e058dd26f27aca639b3ff9a3 100644 (file)
@@ -1,3 +1,7 @@
+.\" Copyright, the authors of the Linux man-pages project
+.\"
+.\" SPDX-License-Identifier: Linux-man-pages-copyleft
+.\"
 .TH grepc 1 (date) "Linux man-pages (unreleased)"
 .SH NAME
 grepc \- find C declarations, definitions, and uses in source code
index 06766117d3330d8047ab9f6a344efd584aefa0ed..41b25742cce0ac52645dc8d11fe29bff04f33d48 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+#
+# Copyright, the authors of the Linux man-pages project
+# SPDX-License-Identifier: GPL-3.0-or-later
 
 set -uo pipefail;