aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-05-10 15:22:44 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-10 15:22:44 +0000
commit6ed7d0e3ac9c34fa9deeb73f2322b9f25b708788 (patch)
tree43bd5e615d76a55b1d2b705ed6f7a8d1024e555e
parent71ed1adda83dfaa5d1a2482341b47bd7919498e3 (diff)
downloadsrc-6ed7d0e3ac9c34fa9deeb73f2322b9f25b708788.tar.gz
src-6ed7d0e3ac9c34fa9deeb73f2322b9f25b708788.zip
grdc: Add copyright
Add the stock BSD copyright and license from the 4.4-Lite distribution (indirected by SPDX). Sponsored by: Netflix
-rw-r--r--usr.bin/grdc/grdc.65
-rw-r--r--usr.bin/grdc/grdc.c7
2 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/grdc/grdc.6 b/usr.bin/grdc/grdc.6
index 7420c8ecbe8b..4af2cab53517 100644
--- a/usr.bin/grdc/grdc.6
+++ b/usr.bin/grdc/grdc.6
@@ -1,3 +1,8 @@
+.\" SPDX-License-Identifier: BSD-3-Clause
+.\"
+.\" Copyright 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
+.\" The Regents of the University of California. All rights reserved.
+.\"
.Dd January 15, 2023
.Dt GRDC 6
.Os
diff --git a/usr.bin/grdc/grdc.c b/usr.bin/grdc/grdc.c
index 07d12f5a7fb0..f9e5a9e36bba 100644
--- a/usr.bin/grdc/grdc.c
+++ b/usr.bin/grdc/grdc.c
@@ -1,3 +1,10 @@
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
+ * Copyright 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
+ * The Regents of the University of California. All rights reserved.
+ */
+
/*
* Grand digital clock for curses compatible terminals
* Usage: grdc [-st] [n] -- run for n seconds (default infinity)