git: 88cbbbb6070c - main - Revert "grdc: Add copyright"

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 10 May 2024 20:13:03 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=88cbbbb6070ce3c5aea7b8d511039d44fc1f1c47

commit 88cbbbb6070ce3c5aea7b8d511039d44fc1f1c47
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-05-10 16:50:46 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-05-10 20:12:19 +0000

    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
---
 usr.bin/grdc/grdc.6 | 5 -----
 usr.bin/grdc/grdc.c | 7 -------
 2 files changed, 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)