aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-05-10 16:50:46 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-10 20:12:19 +0000
commit88cbbbb6070ce3c5aea7b8d511039d44fc1f1c47 (patch)
tree8388b9440903fa593ade55058853c27922aa99a0
parentb67716dd58b93f373523cf35373c56fcfad44b12 (diff)
downloadsrc-88cbbbb6070ce3c5aea7b8d511039d44fc1f1c47.tar.gz
src-88cbbbb6070ce3c5aea7b8d511039d44fc1f1c47.zip
Revert "grdc: Add copyright"
It turns out this wasn't in 4.4BSD. I had a false positive for gdc.c (which is in 4.4BSD, but part of gated, not this). gdc.c comes from the ncurses tests, so it shouldn't have this copyright. This version is mostly Amos Shapir and John Lupien's code. It comes from ncurses test directory. ncurses has made dozens of improvements to this file since we imported it in 1997 (which pre-dates their online history), so it's not clear if their new copyright applies (which doesn't mention Amos or John) or if some other copyright applies. In any case, it wasn't 4.4BSD, so revert this. This reverts commit 6ed7d0e3ac9c34fa9deeb73f2322b9f25b708788. Sponsored by: Netflix
-rw-r--r--usr.bin/grdc/grdc.65
-rw-r--r--usr.bin/grdc/grdc.c7
2 files changed, 0 insertions, 12 deletions
diff --git a/usr.bin/grdc/grdc.6 b/usr.bin/grdc/grdc.6
index 4af2cab53517..7420c8ecbe8b 100644
--- a/usr.bin/grdc/grdc.6
+++ b/usr.bin/grdc/grdc.6
@@ -1,8 +1,3 @@
-.\" 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 f9e5a9e36bba..07d12f5a7fb0 100644
--- a/usr.bin/grdc/grdc.c
+++ b/usr.bin/grdc/grdc.c
@@ -1,10 +1,3 @@
-/*-
- * 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)