diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 8e82e773e6b0..5cccf1903471 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 .include diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index 84bfd7f9af91..ff74a2dff9c3 100644 --- a/usr.bin/Makefile.inc +++ b/usr.bin/Makefile.inc @@ -1,3 +1,2 @@ -# @(#)Makefile.inc 8.1 (Berkeley) 6/6/93 BINDIR?= /usr/bin diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index a8bcef1c863e..50c224496ef7 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 5b910b108d4b..f1c114d40814 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)apply.1 8.2 (Berkeley) 4/4/94 -.\" .Dd January 28, 2022 .Dt APPLY 1 .Os diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 88f14c479dfb..edeb9c60679a 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; -#endif #endif #include diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index 896470535e90..cd51944e825b 100644 --- a/usr.bin/banner/Makefile +++ b/usr.bin/banner/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= banner MAN= banner.6 diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6 index 8c3ad5e29bc3..614bfc51a286 100644 --- a/usr.bin/banner/banner.6 +++ b/usr.bin/banner/banner.6 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)banner.6 8.2 (Berkeley) 4/29/95 -.\" .Dd June 21, 2021 .Dt BANNER 6 .Os diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index c7bfa6e27b19..9cf21905487f 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; -#endif #endif #include diff --git a/usr.bin/basename/Makefile b/usr.bin/basename/Makefile index 644b0e751945..f1a729df2ddc 100644 --- a/usr.bin/basename/Makefile +++ b/usr.bin/basename/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index 2bbb31e16094..41bbcc1ba60b 100644 --- a/usr.bin/basename/basename.1 +++ b/usr.bin/basename/basename.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)basename.1 8.2 (Berkeley) 4/18/94 -.\" .Dd June 21, 2021 .Dt BASENAME 1 .Os diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c index c2a734688a1a..354f9f4542fe 100644 --- a/usr.bin/basename/basename.c +++ b/usr.bin/basename/basename.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)basename.c 8.4 (Berkeley) 5/4/95"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1 index 101626908585..97bb3bf62c56 100644 --- a/usr.bin/bc/bc.1 +++ b/usr.bin/bc/bc.1 @@ -32,8 +32,6 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" @(#)bc.1 6.8 (Berkeley) 8/8/91 -.\" .Dd November 21, 2015 .Dt BC 1 .Os diff --git a/usr.bin/bc/bc.library b/usr.bin/bc/bc.library index 9cd67e4e6f60..539de20a7e0c 100644 --- a/usr.bin/bc/bc.library +++ b/usr.bin/bc/bc.library @@ -35,7 +35,6 @@ */ /* - * @(#)bc.library 5.1 (Berkeley) 4/17/91 */ scale = 20 diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile index ccd195f8fc37..9e20c4580fc6 100644 --- a/usr.bin/biff/Makefile +++ b/usr.bin/biff/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= biff diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index 206c8fd5bdd3..70370d41f843 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)biff.1 8.1 (Berkeley) 6/6/93 -.\" .Dd April 28, 2013 .Dt BIFF 1 .Os diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index 1de902800cad..601e10a8fa55 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; -#endif #endif #include diff --git a/usr.bin/bintrans/Makefile b/usr.bin/bintrans/Makefile index 8283e374c138..751e66dab55d 100644 --- a/usr.bin/bintrans/Makefile +++ b/usr.bin/bintrans/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/bintrans/bintrans.1 b/usr.bin/bintrans/bintrans.1 index e7e7f4c56cdf..b2b4d039a407 100644 --- a/usr.bin/bintrans/bintrans.1 +++ b/usr.bin/bintrans/bintrans.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)uuencode.1 8.1 (Berkeley) 6/6/93 -.\" .Dd April 18, 2022 .Dt BINTRANS 1 .Os diff --git a/usr.bin/bintrans/uudecode.c b/usr.bin/bintrans/uudecode.c index b0ab415486c8..e58d20631f94 100644 --- a/usr.bin/bintrans/uudecode.c +++ b/usr.bin/bintrans/uudecode.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static char sccsid[] = "@(#)uudecode.c 8.2 (Berkeley) 4/2/94"; -#endif /* not lint */ #endif #include /* diff --git a/usr.bin/bintrans/uuencode.c b/usr.bin/bintrans/uuencode.c index 267ab7deb8d1..d8d5dd4228d0 100644 --- a/usr.bin/bintrans/uuencode.c +++ b/usr.bin/bintrans/uuencode.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; -#endif /* not lint */ #endif #include /* diff --git a/usr.bin/bintrans/uuencode.format.5 b/usr.bin/bintrans/uuencode.format.5 index 3a154e1e26f2..4daafda7a337 100644 --- a/usr.bin/bintrans/uuencode.format.5 +++ b/usr.bin/bintrans/uuencode.format.5 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)uuencode.format.5 8.2 (Berkeley) 1/12/94 -.\" .Dd January 12, 1994 .Dt UUENCODE 5 .Os diff --git a/usr.bin/caesar/Makefile b/usr.bin/caesar/Makefile index f6ea9bc75344..e9b1d371a6f0 100644 --- a/usr.bin/caesar/Makefile +++ b/usr.bin/caesar/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PACKAGE= games diff --git a/usr.bin/caesar/caesar.6 b/usr.bin/caesar/caesar.6 index ba478528e4ec..403370d57e36 100644 --- a/usr.bin/caesar/caesar.6 +++ b/usr.bin/caesar/caesar.6 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)caesar.6 8.2 (Berkeley) 11/16/93 -.\" .Dd November 16, 1993 .Dt CAESAR 6 .Os diff --git a/usr.bin/caesar/caesar.c b/usr.bin/caesar/caesar.c index 296fa77120cb..fdd531034092 100644 --- a/usr.bin/caesar/caesar.c +++ b/usr.bin/caesar/caesar.c @@ -42,9 +42,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)caesar.c 8.1 (Berkeley) 5/31/93"; -#endif /* not lint */ #endif #include #include diff --git a/usr.bin/caesar/rot13.sh b/usr.bin/caesar/rot13.sh index 477907cf8242..1916fa78ad65 100644 --- a/usr.bin/caesar/rot13.sh +++ b/usr.bin/caesar/rot13.sh @@ -26,7 +26,5 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)rot13.sh 8.1 (Berkeley) 5/31/93 exec /usr/bin/caesar 13 "$@" diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index 539fa3a746a6..8d5851cc089e 100644 --- a/usr.bin/calendar/Makefile +++ b/usr.bin/calendar/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 898ef8fb4a3d..af368475e4d5 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)calendar.1 8.1 (Berkeley) 6/29/93 -.\" .Dd July 31, 2022 .Dt CALENDAR 1 .Os diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index 476c0495d218..2c9b90051abf 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; -#endif #endif #include diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 5390882305a0..e11527e4bc86 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; -#endif #endif #include diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index a35198a0d819..e089562b024e 100644 --- a/usr.bin/calendar/pathnames.h +++ b/usr.bin/calendar/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/calendar/pom.c b/usr.bin/calendar/pom.c index 2cd12e8f75fc..7f10f93ada4d 100644 --- a/usr.bin/calendar/pom.c +++ b/usr.bin/calendar/pom.c @@ -38,9 +38,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93"; -#endif /* not lint */ #endif #include /* diff --git a/usr.bin/cap_mkdb/Makefile b/usr.bin/cap_mkdb/Makefile index 72a0eccc0e72..45d3f0205045 100644 --- a/usr.bin/cap_mkdb/Makefile +++ b/usr.bin/cap_mkdb/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= cap_mkdb diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index 0c3bbfd2e8f6..8acb85827120 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.1 +++ b/usr.bin/cap_mkdb/cap_mkdb.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)cap_mkdb.1 8.1 (Berkeley) 6/6/93 -.\" .Dd February 22, 2005 .Dt CAP_MKDB 1 .Os diff --git a/usr.bin/cap_mkdb/cap_mkdb.c b/usr.bin/cap_mkdb/cap_mkdb.c index ff85c14b9b33..20ea20347815 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.c +++ b/usr.bin/cap_mkdb/cap_mkdb.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)cap_mkdb.c 8.2 (Berkeley) 4/27/95"; -#endif #endif #include diff --git a/usr.bin/chkey/chkey.1 b/usr.bin/chkey/chkey.1 index 508227ba9601..39a0022199cb 100644 --- a/usr.bin/chkey/chkey.1 +++ b/usr.bin/chkey/chkey.1 @@ -1,4 +1,3 @@ -.\" @(#)chkey.1 1.5 91/03/11 TIRPC 1.0; .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. .\" .Dd July 5, 1989 diff --git a/usr.bin/chkey/chkey.c b/usr.bin/chkey/chkey.c index afacae4d0f75..f5876396cb2c 100644 --- a/usr.bin/chkey/chkey.c +++ b/usr.bin/chkey/chkey.c @@ -29,9 +29,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)chkey.c 1.7 91/03/11 Copyr 1986 Sun Micro"; -#endif #endif #include diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index a805ecba0db6..a8ab10a19ceb 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.2 (Berkeley) 4/2/94 .include diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 3d04f0c02bdf..0891f3f28c92 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 -.\" .Dd May 25, 2021 .Dt CHPASS 1 .Os diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index b48d17e80a11..b2d3050bf253 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -47,9 +47,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; -#endif /* not lint */ #endif #include #include diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index ce8b7c4f1e9f..1150830af773 100644 --- a/usr.bin/chpass/chpass.h +++ b/usr.bin/chpass/chpass.h @@ -38,8 +38,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)chpass.h 8.4 (Berkeley) 4/2/94 */ struct passwd; diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index 9c832bfbcd95..55607f72a3c5 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -41,9 +41,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/chpass/field.c b/usr.bin/chpass/field.c index 6a3aa59b13f2..80dcdfacea7f 100644 --- a/usr.bin/chpass/field.c +++ b/usr.bin/chpass/field.c @@ -41,9 +41,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)field.c 8.4 (Berkeley) 4/2/94"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c index 29550dcad273..2d9a449578bc 100644 --- a/usr.bin/chpass/table.c +++ b/usr.bin/chpass/table.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static const char sccsid[] = "@(#)table.c 8.3 (Berkeley) 4/2/94"; -#endif /* not lint */ #endif #include #include diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index 2d32f228f7e8..369eaba16acc 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -41,9 +41,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/cksum/Makefile b/usr.bin/cksum/Makefile index f4fa373c41b1..a6f35aca0b84 100644 --- a/usr.bin/cksum/Makefile +++ b/usr.bin/cksum/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.2 (Berkeley) 4/28/95 PROG= cksum SRCS= cksum.c crc.c print.c sum1.c sum2.c crc32.c diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 47de45fc599f..debd77de87ff 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)cksum.1 8.2 (Berkeley) 4/28/95 -.\" .Dd April 28, 1995 .Dt CKSUM 1 .Os diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index 8eebb89d3263..19da7c22de90 100644 --- a/usr.bin/cksum/cksum.c +++ b/usr.bin/cksum/cksum.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)cksum.c 8.2 (Berkeley) 4/28/95"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c index f44656737310..6c91e9f2cb5d 100644 --- a/usr.bin/cksum/crc.c +++ b/usr.bin/cksum/crc.c @@ -33,9 +33,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 6/17/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/cksum/extern.h b/usr.bin/cksum/extern.h index a337fefae414..7561d89f0caf 100644 --- a/usr.bin/cksum/extern.h +++ b/usr.bin/cksum/extern.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/cksum/print.c b/usr.bin/cksum/print.c index 3e0967049ced..b86e174a10e9 100644 --- a/usr.bin/cksum/print.c +++ b/usr.bin/cksum/print.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index 49d75ae45d2f..da710cb2e90a 100644 --- a/usr.bin/cksum/sum1.c +++ b/usr.bin/cksum/sum1.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)sum1.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index bd4da5ae3fa3..26572076943f 100644 --- a/usr.bin/cksum/sum2.c +++ b/usr.bin/cksum/sum2.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)sum2.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index 85e3cd0ac119..09ad93d95cc8 100644 --- a/usr.bin/cmp/Makefile +++ b/usr.bin/cmp/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index d7442c6feba3..ab797fa89e2a 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 -.\" .Dd September 23, 2021 .Dt CMP 1 .Os diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 56775e73ffa2..c0b20bb32d5e 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h index e1327df949c3..a7cb1fe5330b 100644 --- a/usr.bin/cmp/extern.h +++ b/usr.bin/cmp/extern.h @@ -28,8 +28,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * */ #define OK_EXIT 0 diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 1924025a3a5d..35922deee42d 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index fbe62bb75602..38d1110dbd3a 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index 3da54fde24e4..5ca1e64f3e09 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile index 117cb73c8754..e154dab740d3 100644 --- a/usr.bin/col/Makefile +++ b/usr.bin/col/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/col/README b/usr.bin/col/README index 125e7cc24bf7..aac0d02f23ba 100644 --- a/usr.bin/col/README +++ b/usr.bin/col/README @@ -1,5 +1,3 @@ -# @(#)README 8.1 (Berkeley) 6/6/93 -# col - filter out reverse line feeds. diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index a33dea3d7717..97059a5c37f9 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)col.1 8.1 (Berkeley) 6/29/93 -.\" .Dd October 21, 2020 .Dt COL 1 .Os diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index a3e7a25d11fb..95b5127316b5 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; -#endif #endif #include diff --git a/usr.bin/colrm/Makefile b/usr.bin/colrm/Makefile index 26b1a1c4360d..43048657706e 100644 --- a/usr.bin/colrm/Makefile +++ b/usr.bin/colrm/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= colrm diff --git a/usr.bin/colrm/colrm.1 b/usr.bin/colrm/colrm.1 index d5229f55df79..d664eaf0edd2 100644 --- a/usr.bin/colrm/colrm.1 +++ b/usr.bin/colrm/colrm.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)colrm.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 23, 2020 .Dt COLRM 1 .Os diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index 06b5e817f618..8eafaf3c4ad3 100644 --- a/usr.bin/colrm/colrm.c +++ b/usr.bin/colrm/colrm.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)colrm.c 8.2 (Berkeley) 5/4/95"; -#endif #endif #include diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile index 1c304e2b3927..27c3bbe291a5 100644 --- a/usr.bin/column/Makefile +++ b/usr.bin/column/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= column diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index f9b05ccf2210..4481fccf2c3d 100644 --- a/usr.bin/column/column.1 +++ b/usr.bin/column/column.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)column.1 8.1 (Berkeley) 6/6/93 -.\" .Dd July 29, 2004 .Dt COLUMN 1 .Os diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index a808113649bc..5971e821e90f 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95"; -#endif #endif #include diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile index a005c0b4c5ca..e48ec9341eb8 100644 --- a/usr.bin/comm/Makefile +++ b/usr.bin/comm/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 52125dac7f8b..8130381e3ac4 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93 -.\" .Dd July 27, 2020 .Dt COMM 1 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index e3bb682d70c6..f12ae24813da 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; -#endif #endif #include diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 7e7618550564..8ea375b51f9a 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.2 (Berkeley) 4/17/94 .include diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index c11a2210af47..4d687b9e8492 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -29,8 +29,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)compress.1 8.2 (Berkeley) 4/18/94 -.\" .Dd March 4, 2021 .Dt COMPRESS 1 .Os diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index 602572ac31b6..2fada92e2c3e 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; -#endif #endif #include diff --git a/usr.bin/compress/zopen.3 b/usr.bin/compress/zopen.3 index dc7bb818eade..240763d25e5c 100644 --- a/usr.bin/compress/zopen.3 +++ b/usr.bin/compress/zopen.3 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)zopen.3 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt ZOPEN 3 .Os diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index a5b34ef83ecb..be66358884ca 100644 --- a/usr.bin/compress/zopen.c +++ b/usr.bin/compress/zopen.c @@ -33,9 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93"; -#endif /* LIBC_SCCS and not lint */ #include /*- diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index 25c5db5d405b..ba0ef146058b 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/ctags/Makefile b/usr.bin/ctags/Makefile index cf77dc46e2b0..fcc5e1581166 100644 --- a/usr.bin/ctags/Makefile +++ b/usr.bin/ctags/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= ctags SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index 1b4dd895ec3c..c9745f407575 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ctags.1 8.1 (Berkeley) 6/6/93 -.\" .Dd May 23, 2023 .Dt CTAGS 1 .Os diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index 6053a52f32da..a3bd7222939a 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; -#endif #endif #include diff --git a/usr.bin/ctags/ctags.h b/usr.bin/ctags/ctags.h index 8892733d650f..c9a7539b277a 100644 --- a/usr.bin/ctags/ctags.h +++ b/usr.bin/ctags/ctags.h @@ -28,8 +28,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)ctags.h 8.3 (Berkeley) 4/2/94 - * */ #define bool char diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 7fa6ec3823d9..8c355cecd3ca 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)fortran.c 8.3 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index d167c82e7c69..e6e22fb71cfb 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index 4174cd28d0e6..ea8a603a040a 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index 15291f4a5e80..3e654c3d909b 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index 0fd8537fb74f..8044e4a2df60 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index e1314ec262cf..c5e221107a18 100644 --- a/usr.bin/cut/Makefile +++ b/usr.bin/cut/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index cab98805a6e3..4f5b7b9bb9a5 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)cut.1 8.1 (Berkeley) 6/6/93 -.\" .Dd November 6, 2022 .Dt CUT 1 .Os diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1 index ee4b34591a5d..401dd3435127 100644 --- a/usr.bin/dc/dc.1 +++ b/usr.bin/dc/dc.1 @@ -32,8 +32,6 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" @(#)dc.1 8.1 (Berkeley) 6/6/93 -.\" .Dd September 4, 2019 .Dt DC 1 .Os diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index e04aeb5d6d67..5c4e0cc172fe 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -27,8 +27,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)diff.1 8.1 (Berkeley) 6/30/93 -.\" .Dd March 10, 2022 .Dt DIFF 1 .Os diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h index 4ece1979795f..214ff77a362f 100644 --- a/usr.bin/diff/diff.h +++ b/usr.bin/diff/diff.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)diff.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/diff/diffreg.c b/usr.bin/diff/diffreg.c index 11aefb73cda6..447b48fe79ed 100644 --- a/usr.bin/diff/diffreg.c +++ b/usr.bin/diff/diffreg.c @@ -62,8 +62,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)diffreg.c 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/diff3/diff3.1 b/usr.bin/diff3/diff3.1 index 9f66e0542bb9..9286a79e6ec6 100644 --- a/usr.bin/diff3/diff3.1 +++ b/usr.bin/diff3/diff3.1 @@ -27,8 +27,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)diff3.1 8.2 (Berkeley) 4/18/94 -.\" .Dd June 23, 2022 .Dt DIFF3 1 .Os diff --git a/usr.bin/diff3/diff3.c b/usr.bin/diff3/diff3.c index 380987560ee0..78638ea2428c 100644 --- a/usr.bin/diff3/diff3.c +++ b/usr.bin/diff3/diff3.c @@ -60,14 +60,9 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)diff3.c 8.1 (Berkeley) 6/6/93 */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)diff3.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/dirname/Makefile b/usr.bin/dirname/Makefile index cf7e9bde8dab..cc420f8ad599 100644 --- a/usr.bin/dirname/Makefile +++ b/usr.bin/dirname/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 58083e8a0cbf..c08d13825f5c 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.c @@ -35,9 +35,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)dirname.c 8.4 (Berkeley) 5/4/95"; -#endif /* not lint */ #include #include #include diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile index f87b32d7e9c2..38f638a04de6 100644 --- a/usr.bin/du/Makefile +++ b/usr.bin/du/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index ea28ed30d032..931ca137ee9b 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)du.1 8.2 (Berkeley) 4/1/94 -.\" .Dd August 1, 2019 .Dt DU 1 .Os diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index ead3e952ce0f..80d67df85998 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile index af2e65dd5fc1..05899ad4295d 100644 --- a/usr.bin/env/Makefile +++ b/usr.bin/env/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PACKAGE= runtime PROG= env diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index 8aa78e110505..2b98ef40d053 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -26,8 +26,6 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.\" -.\" From @(#)printenv.1 8.1 (Berkeley) 6/6/93 .\" From FreeBSD: src/usr.bin/printenv/printenv.1,v 1.17 2002/11/26 17:33:35 ru Exp .\" .Dd March 3, 2021 diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 784caa76063e..c76851b92a87 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index 2dc8b0bae68d..25f2e1f9014e 100644 --- a/usr.bin/expand/Makefile +++ b/usr.bin/expand/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/9/93 PROG= expand MLINKS= expand.1 unexpand.1 diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 9a49deb1a948..06a2ad2e6132 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)expand.1 8.1 (Berkeley) 6/9/93 -.\" .Dd June 6, 2015 .Dt EXPAND 1 .Os diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index ae063c2c6499..3af04c456266 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/factor/Makefile b/usr.bin/factor/Makefile index e2bb64b78a4e..96d9ae4026aa 100644 --- a/usr.bin/factor/Makefile +++ b/usr.bin/factor/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 .include diff --git a/usr.bin/factor/factor.6 b/usr.bin/factor/factor.6 index caf78bcb1364..c3d00eb744a0 100644 --- a/usr.bin/factor/factor.6 +++ b/usr.bin/factor/factor.6 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)factor.6 8.1 (Berkeley) 5/31/93 -.\" .\" By: Landon Curt Noll chongo@toad.com, ...!{sun,tolsoft}!hoptoad!chongo .\" .\" chongo /\oo/\ diff --git a/usr.bin/false/Makefile b/usr.bin/false/Makefile index ed511ab247ba..2a6e7e62bb80 100644 --- a/usr.bin/false/Makefile +++ b/usr.bin/false/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= false diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 1d5366df9c28..d962ec350db5 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)false.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 6, 1993 .Dt FALSE 1 .Os diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c index 7b3f1199626f..2522ecf88230 100644 --- a/usr.bin/false/false.c +++ b/usr.bin/false/false.c @@ -35,9 +35,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)false.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #include int main(void) diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index 3fa19f701c79..3a1387c20c16 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index 8c98a6d86bcd..c84ca8953e50 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.3 (Berkeley) 4/16/94 */ #include diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 5f559a12ec50..80cb175c550d 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" .Dd January 23, 2023 .Dt FIND 1 .Os diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index 3bff4982b4b6..6b9696ea71df 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -32,9 +32,6 @@ * SUCH DAMAGE. */ -#if 0 -static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; -#endif #include #include diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 44e1d97c0452..1664eeb9a93f 100644 --- a/usr.bin/find/find.h +++ b/usr.bin/find/find.h @@ -30,8 +30,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)find.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index d887c8479099..03e49fc62b64 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -32,9 +32,6 @@ * SUCH DAMAGE. */ -#if 0 -static const char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95"; -#endif #include #include diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index d8a150a30eea..a61d9cb7dbcd 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -29,9 +29,6 @@ * SUCH DAMAGE. */ -#if 0 -static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 56f1feece6e4..cc21f77740d4 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -36,9 +36,6 @@ static const char copyright[] = "@(#) Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; -#if 0 -static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; -#endif #include #include diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 0ef7af894b2d..01c9f9145fa2 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -32,9 +32,6 @@ * SUCH DAMAGE. */ -#if 0 -static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; -#endif #include #include diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index 2a2317da765f..f65b800c32a6 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -32,9 +32,6 @@ * SUCH DAMAGE. */ -#if 0 -static char sccsid[] = "@(#)operator.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/finger/Makefile b/usr.bin/finger/Makefile index 9e7575567f81..6eb114df2490 100644 --- a/usr.bin/finger/Makefile +++ b/usr.bin/finger/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= finger SRCS= finger.c lprint.c net.c sprint.c util.c diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h index 74494579004a..377f6f481f17 100644 --- a/usr.bin/finger/extern.h +++ b/usr.bin/finger/extern.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.2 (Berkeley) 4/28/95 */ #ifndef _EXTERN_H_ diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index b1093a9fc417..b68846b4ea60 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)finger.1 8.3 (Berkeley) 5/5/94 -.\" .Dd January 21, 2010 .Dt FINGER 1 .Os diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index c489b4b84c49..29cc67326290 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -49,9 +49,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; -#endif #endif #include diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h index 2675240c43f6..96e7987e7d27 100644 --- a/usr.bin/finger/finger.h +++ b/usr.bin/finger/finger.h @@ -30,8 +30,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)finger.h 8.1 (Berkeley) 6/6/93 */ #ifndef _FINGER_H_ diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index d276855afaec..11491e5a7c8e 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; -#endif #endif #include diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 3ed3ac0813f9..59356cd09e1f 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; -#endif #endif #include diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index af7802acc177..1d65b23ae073 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; -#endif #endif #include diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 39a6553b16c7..621f3455e82e 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; -#endif #endif #include diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index 067058473036..3ad2c94384fb 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= fmt diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index 827e02894496..82678226cd43 100644 --- a/usr.bin/fmt/fmt.1 +++ b/usr.bin/fmt/fmt.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fmt.1 8.1 (Berkeley) 6/6/93 -.\" .\" Modified by Gareth McCaughan to describe the new version of `fmt' .\" rather than the old one. .Dd October 29, 2020 diff --git a/usr.bin/fold/Makefile b/usr.bin/fold/Makefile index c3920b69563e..38f75e1a6cb2 100644 --- a/usr.bin/fold/Makefile +++ b/usr.bin/fold/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 56b196533616..bffe9dae0fbc 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fold.1 8.1 (Berkeley) 6/6/93 -.\" .Dd October 29, 2020 .Dt FOLD 1 .Os diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 1124f373828c..0cf5913ef637 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/fortune/Makefile b/usr.bin/fortune/Makefile index 5945c739e7b8..210747dd3c9a 100644 --- a/usr.bin/fortune/Makefile +++ b/usr.bin/fortune/Makefile @@ -1,5 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 -# SUBDIR= fortune strfile datfiles unstr diff --git a/usr.bin/fortune/Notes b/usr.bin/fortune/Notes index 78bc6b77b09c..6121e5073720 100644 --- a/usr.bin/fortune/Notes +++ b/usr.bin/fortune/Notes @@ -1,4 +1,3 @@ -# @(#)Notes 8.1 (Berkeley) 5/31/93 Warning: The fortunes contained in the fortune database have been collected diff --git a/usr.bin/fortune/README b/usr.bin/fortune/README index 1547677be2e9..4133a547fba3 100644 --- a/usr.bin/fortune/README +++ b/usr.bin/fortune/README @@ -1,4 +1,3 @@ -# @(#)README 8.1 (Berkeley) 5/31/93 Some years ago, my neighbor Avery said to me: "There has not been an adequate jokebook published since "Joe_Miller", which came out in 1739 and diff --git a/usr.bin/fortune/datfiles/Makefile b/usr.bin/fortune/datfiles/Makefile index 93e64e19be38..f035d30be1aa 100644 --- a/usr.bin/fortune/datfiles/Makefile +++ b/usr.bin/fortune/datfiles/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.2 (Berkeley) 4/19/94 DB= freebsd-tips diff --git a/usr.bin/fortune/fortune/Makefile b/usr.bin/fortune/fortune/Makefile index e47a77233698..c4c013cfc532 100644 --- a/usr.bin/fortune/fortune/Makefile +++ b/usr.bin/fortune/fortune/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= fortune MAN= fortune.6 diff --git a/usr.bin/fortune/fortune/fortune.6 b/usr.bin/fortune/fortune/fortune.6 index 93ac6e0b5024..6c2a677d24b6 100644 --- a/usr.bin/fortune/fortune/fortune.6 +++ b/usr.bin/fortune/fortune/fortune.6 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fortune.6 8.3 (Berkeley) 4/19/94 -.\" .Dd July 1, 2021 .Dt FORTUNE 6 .Os diff --git a/usr.bin/fortune/fortune/fortune.c b/usr.bin/fortune/fortune/fortune.c index 62977e15d5e3..6afb29208bac 100644 --- a/usr.bin/fortune/fortune/fortune.c +++ b/usr.bin/fortune/fortune/fortune.c @@ -37,9 +37,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93"; -#endif /* not lint */ #endif #include #include diff --git a/usr.bin/fortune/fortune/pathnames.h b/usr.bin/fortune/fortune/pathnames.h index bb14e9957e61..4f6772b0667d 100644 --- a/usr.bin/fortune/fortune/pathnames.h +++ b/usr.bin/fortune/fortune/pathnames.h @@ -25,8 +25,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 */ #include diff --git a/usr.bin/fortune/strfile/Makefile b/usr.bin/fortune/strfile/Makefile index 4aaef4889e23..56e8fca4fc65 100644 --- a/usr.bin/fortune/strfile/Makefile +++ b/usr.bin/fortune/strfile/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= strfile MAN= strfile.8 diff --git a/usr.bin/fortune/strfile/strfile.8 b/usr.bin/fortune/strfile/strfile.8 index 31029a8cefff..9facbcd02331 100644 --- a/usr.bin/fortune/strfile/strfile.8 +++ b/usr.bin/fortune/strfile/strfile.8 @@ -29,8 +29,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)strfile.8 8.1 (Berkeley) 6/9/93 -.\" .Dd February 17, 2005 .Dt STRFILE 8 .Os diff --git a/usr.bin/fortune/strfile/strfile.c b/usr.bin/fortune/strfile/strfile.c index 15caadd27c0d..d9af60cac15d 100644 --- a/usr.bin/fortune/strfile/strfile.c +++ b/usr.bin/fortune/strfile/strfile.c @@ -37,9 +37,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93"; -#endif /* not lint */ #endif #include #include diff --git a/usr.bin/fortune/strfile/strfile.h b/usr.bin/fortune/strfile/strfile.h index 40a2a4e80ec9..f81c366b602b 100644 --- a/usr.bin/fortune/strfile/strfile.h +++ b/usr.bin/fortune/strfile/strfile.h @@ -28,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)strfile.h 8.1 (Berkeley) 5/31/93 */ #include diff --git a/usr.bin/fortune/tools/Do_spell b/usr.bin/fortune/tools/Do_spell index d997392e619e..2c232ac0f263 100644 --- a/usr.bin/fortune/tools/Do_spell +++ b/usr.bin/fortune/tools/Do_spell @@ -1,7 +1,4 @@ #!/bin/sh - -# -# @(#)Do_spell 8.1 (Berkeley) 5/31/93 -# F=_spell.$$ echo $1 diff --git a/usr.bin/fortune/tools/Do_troff b/usr.bin/fortune/tools/Do_troff index 52cb282b8988..7dd2ec3a6f83 100644 --- a/usr.bin/fortune/tools/Do_troff +++ b/usr.bin/fortune/tools/Do_troff @@ -1,7 +1,4 @@ #!/bin/csh -f -# -# @(#)Do_troff 8.1 (Berkeley) 5/31/93 -# set file=$1 shift diff --git a/usr.bin/fortune/tools/do_sort b/usr.bin/fortune/tools/do_sort index 6812d9caeccb..a92d02755ecb 100644 --- a/usr.bin/fortune/tools/do_sort +++ b/usr.bin/fortune/tools/do_sort @@ -1,7 +1,4 @@ #! /bin/sh -# -# @(#)do_sort 8.1 (Berkeley) 5/31/93 -# # an aggressive little script for sorting the fortune files # depends on octal 02 and 03 not being anywhere in the files. diff --git a/usr.bin/fortune/unstr/Makefile b/usr.bin/fortune/unstr/Makefile index 24abee1fc624..d10682cbc159 100644 --- a/usr.bin/fortune/unstr/Makefile +++ b/usr.bin/fortune/unstr/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= unstr MAN= diff --git a/usr.bin/fortune/unstr/unstr.c b/usr.bin/fortune/unstr/unstr.c index de67c2b790d5..df29f4851aa2 100644 --- a/usr.bin/fortune/unstr/unstr.c +++ b/usr.bin/fortune/unstr/unstr.c @@ -37,9 +37,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)unstr.c 8.1 (Berkeley) 5/31/93"; -#endif /* not lint */ #endif #include /* diff --git a/usr.bin/from/Makefile b/usr.bin/from/Makefile index ea920586ec8a..1f21a84f0d4e 100644 --- a/usr.bin/from/Makefile +++ b/usr.bin/from/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= from diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 13bfaff37a96..c78c4253f99c 100644 --- a/usr.bin/from/from.1 +++ b/usr.bin/from/from.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)from.1 8.2 (Berkeley) 12/30/93 -.\" .Dd December 30, 1993 .Dt FROM 1 .Os diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 8579ed37ae0c..e9ecfc737294 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 8dceebf4faee..d0153afe4936 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= fstat SRCS= fstat.c fuser.c main.c diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 62307c7d51bf..f49e628551b8 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)fstat.1 8.3 (Berkeley) 2/25/94 -.\" .Dd November 19, 2020 .Dt FSTAT 1 .Os diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 587d790c2f1a..48aae3466dbe 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,5 +1,4 @@ # $NetBSD: Makefile,v 1.15 1997/10/18 15:31:20 lukem Exp $ -# from: @(#)Makefile 8.2 (Berkeley) 4/3/94 .include diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile index 90f3039f653b..9ca1d5a3f61b 100644 --- a/usr.bin/gcore/Makefile +++ b/usr.bin/gcore/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= gcore SRCS= elfcore.c gcore.c diff --git a/usr.bin/gcore/extern.h b/usr.bin/gcore/extern.h index 3820327f258a..9044c7d9dd8c 100644 --- a/usr.bin/gcore/extern.h +++ b/usr.bin/gcore/extern.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ #define PFLAGS_FULL 0x01 diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index 4d5a04181523..931adb27a77b 100644 --- a/usr.bin/gcore/gcore.1 +++ b/usr.bin/gcore/gcore.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)gcore.1 8.2 (Berkeley) 4/18/94 -.\" .Dd April 24, 2021 .Dt GCORE 1 .Os diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 52630fb976b4..0c526dbec589 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; -#endif /* not lint */ #endif #include /* diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index eca3433b0e43..c71f56dd0503 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/29/93 PROG= gprof SRCS= gprof.c arcs.c dfn.c elf.c lookup.c hertz.c \ diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index e70a0f5628a2..fe032e68a516 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index 5c4104f50825..081a245c544c 100644 --- a/usr.bin/gprof/dfn.c +++ b/usr.bin/gprof/dfn.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)dfn.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c index 8f7d21dc08cb..f46bc07524f5 100644 --- a/usr.bin/gprof/elf.c +++ b/usr.bin/gprof/elf.c @@ -31,9 +31,6 @@ #if 0 /* From: */ -#ifndef lint -static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index ce78a7a329b8..c3945f7da5a2 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)gprof.1 8.1 (Berkeley) 6/6/93 -.\" .Dd November 27, 2017 .Dt GPROF 1 .Os diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index ef4f0e27d6de..bee63b40b698 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index 6b92e2b6e70d..9cb6493e7c24 100644 --- a/usr.bin/gprof/gprof.h +++ b/usr.bin/gprof/gprof.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)gprof.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index 0a6726345cb7..9717b1b6253b 100644 --- a/usr.bin/gprof/hertz.c +++ b/usr.bin/gprof/hertz.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)hertz.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index b399ec199856..00445ea86a45 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h index 8b97811e2ece..958cdcac9f32 100644 --- a/usr.bin/gprof/pathnames.h +++ b/usr.bin/gprof/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #define _PATH_FLAT_BLURB "/usr/share/misc/gprof.flat" diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index b7bd70489fb5..92e48a89b497 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index 93040990bc23..a5d33fc1e0c6 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1 index 04159cc6213c..9b50565ec605 100644 --- a/usr.bin/grep/grep.1 +++ b/usr.bin/grep/grep.1 @@ -27,8 +27,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)grep.1 8.3 (Berkeley) 4/18/94 -.\" .Dd December 18, 2022 .Dt GREP 1 .Os diff --git a/usr.bin/head/Makefile b/usr.bin/head/Makefile index dbf9834da9a0..70ee3447cc60 100644 --- a/usr.bin/head/Makefile +++ b/usr.bin/head/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 2a0416d9883f..023ee5a7ce7d 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)head.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 12, 2022 .Dt HEAD 1 .Os diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index d3c3cacdf018..3c5c78dfa4c8 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index cca599871b0a..a1af8d673435 100644 --- a/usr.bin/hexdump/Makefile +++ b/usr.bin/hexdump/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index 591826efa6a6..d4301aa6095c 100644 --- a/usr.bin/hexdump/conv.c +++ b/usr.bin/hexdump/conv.c @@ -29,9 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #include #include diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index 6c0018dcef3c..224b576ef9f2 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index edeba0b207fd..9300e2e0c5c9 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94 -.\" .Dd June 29, 2020 .Dt HEXDUMP 1 .Os diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index a71728c9f800..513235c12cb9 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)hexdump.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/hexdump/hexdump.h b/usr.bin/hexdump/hexdump.h index b58d826c172f..f4110a38fd2a 100644 --- a/usr.bin/hexdump/hexdump.h +++ b/usr.bin/hexdump/hexdump.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)hexdump.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index 2253e4e4c4e7..649d3028c603 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 91b29cd6b197..4738fa040db0 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)od.1 8.1 (Berkeley) 6/6/93 -.\" .Dd December 22, 2011 .Dt OD 1 .Os diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index 6cd07197de67..1ea300089ec8 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)odsyntax.c 8.2 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index e16dd416d6e0..9d0ab1feaa7e 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile index ae5fb97162e0..6b83fa394cc0 100644 --- a/usr.bin/id/Makefile +++ b/usr.bin/id/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index a504637cb51c..1a6b4f769b05 100644 --- a/usr.bin/id/groups.1 +++ b/usr.bin/id/groups.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)groups.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 6, 1993 .Dt GROUPS 1 .Os diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index eab875c635ef..b8dafb6650b0 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)id.1 8.1 (Berkeley) 6/6/93 -.\" .Dd March 5, 2011 .Dt ID 1 .Os diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index 772558191306..b68e6a62c56c 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)id.c 8.2 (Berkeley) 2/16/94"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1 index 5edc08995378..c3aba4b3bdcb 100644 --- a/usr.bin/id/whoami.1 +++ b/usr.bin/id/whoami.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)whoami.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 6, 1993 .Dt WHOAMI 1 .Os diff --git a/usr.bin/indent/Makefile b/usr.bin/indent/Makefile index 772515a42d8e..7691a9207422 100644 --- a/usr.bin/indent/Makefile +++ b/usr.bin/indent/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index 2f8ea7659128..27dc8d0b5fca 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -36,9 +36,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 68c0fad2c021..e34a244a6821 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -27,8 +27,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)indent.1 8.1 (Berkeley) 7/1/93 -.\" .Dd June 28, 2023 .Dt INDENT 1 .Os diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 5d97a5069add..5127aa3becaf 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -36,9 +36,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h index 8eb80f166efb..7be9b0022419 100644 --- a/usr.bin/indent/indent_codes.h +++ b/usr.bin/indent/indent_codes.h @@ -33,8 +33,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)indent_codes.h 8.1 (Berkeley) 6/6/93 */ #define newline 1 diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 640ba1bf48ec..7f4ddff0d989 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -33,8 +33,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)indent_globs.h 8.1 (Berkeley) 6/6/93 */ #define BACKSLASH '\\' diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 65568891cf16..e4a87213a0a1 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -36,9 +36,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 7ad1ddc74fff..21169d513cdd 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -36,9 +36,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include /* diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index b6e8ee076fd6..3d689494b6d9 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -36,9 +36,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index 58ef9a0eec0f..5df747892e01 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -36,9 +36,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/join/Makefile b/usr.bin/join/Makefile index db18b2f866e7..d591913c0a7c 100644 --- a/usr.bin/join/Makefile +++ b/usr.bin/join/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index 22828a35981d..27477d87a900 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)join.1 8.3 (Berkeley) 4/28/95 -.\" .Dd June 20, 2020 .Dt JOIN 1 .Os diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index b9e708dd98cd..a931b18475b2 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -40,9 +40,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)join.c 8.6 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/jot/Makefile b/usr.bin/jot/Makefile index c88ae23ad18c..0990679b8b2c 100644 --- a/usr.bin/jot/Makefile +++ b/usr.bin/jot/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index fefb36e6dfd9..eb50498af2d0 100644 --- a/usr.bin/jot/jot.1 +++ b/usr.bin/jot/jot.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)jot.1 8.1 (Berkeley) 6/6/93 -.\" .Dd September 21, 2019 .Dt JOT 1 .Os diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index deda23a0c75a..1f732f692a76 100644 --- a/usr.bin/jot/jot.c +++ b/usr.bin/jot/jot.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93"; -#endif #endif #include /* diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 3388a857e831..b2eba487979e 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index 29aac14a4e8f..4e0b0f8de30e 100644 --- a/usr.bin/kdump/kdump.1 +++ b/usr.bin/kdump/kdump.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)kdump.1 8.1 (Berkeley) 6/6/93 -.\" .Dd July 16, 2022 .Dt KDUMP 1 .Os diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index cb8f5ff1f537..fdcc5429a6c7 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)kdump.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #define _WANT_KERNEL_ERRNO diff --git a/usr.bin/keylogin/keylogin.1 b/usr.bin/keylogin/keylogin.1 index 32a3e8e1b5b4..0c89268c7f18 100644 --- a/usr.bin/keylogin/keylogin.1 +++ b/usr.bin/keylogin/keylogin.1 @@ -1,4 +1,3 @@ -.\" @(#)keylogin.1 1.5 91/03/11 TIRPC 1.0; .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. .\" .Dd September 9, 1987 diff --git a/usr.bin/keylogin/keylogin.c b/usr.bin/keylogin/keylogin.c index 021935163a1d..be38937ea239 100644 --- a/usr.bin/keylogin/keylogin.c +++ b/usr.bin/keylogin/keylogin.c @@ -27,9 +27,6 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -#if !defined(lint) && defined(SCCSIDS) -static char sccsid[] = "@(#)keylogin.c 1.4 91/03/11 Copyr 1986 Sun Micro"; -#endif #include /* * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/usr.bin/keylogout/keylogout.1 b/usr.bin/keylogout/keylogout.1 index 1480a83aece5..52b2340d3ad0 100644 --- a/usr.bin/keylogout/keylogout.1 +++ b/usr.bin/keylogout/keylogout.1 @@ -1,4 +1,3 @@ -.\" @(#)keylogout.1 1.4 91/03/11 TIRPC 1.0; from 1.3 89/07/26 SMI; .Dd April 15, 1989 .Dt KEYLOGOUT 1 .Os diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index f1392853972f..a6b4b2a6f1af 100644 --- a/usr.bin/ktrace/Makefile +++ b/usr.bin/ktrace/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 1.1 (Berkeley) 6/6/93 PROG= ktrace SRCS= ktrace.c subr.c diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index a6a07bb93caf..7167ad1e646a 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93 -.\" .Dd August 26, 2019 .Dt KTRACE 1 .Os diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index 27c31dd83035..627da65b138f 100644 --- a/usr.bin/ktrace/ktrace.c +++ b/usr.bin/ktrace/ktrace.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)ktrace.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/ktrace/ktrace.h b/usr.bin/ktrace/ktrace.h index cecd0adc7321..1022f06532b1 100644 --- a/usr.bin/ktrace/ktrace.h +++ b/usr.bin/ktrace/ktrace.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)ktrace.h 8.1 (Berkeley) 6/6/93 */ #define DEF_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \ diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index b52ae1b981ec..31c09d12e4a2 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/lam/Makefile b/usr.bin/lam/Makefile index a24fc9219e77..5fe50646e310 100644 --- a/usr.bin/lam/Makefile +++ b/usr.bin/lam/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lam diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index af613a519e67..cf1af65b2f14 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)lam.1 8.1 (Berkeley) 6/6/93 -.\" .Dd April 7, 2015 .Dt LAM 1 .Os diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 7b27eb6194b4..45aebe21a987 100644 --- a/usr.bin/lam/lam.c +++ b/usr.bin/lam/lam.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)lam.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include /* diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index 5a90c3e41251..a429fdfe8805 100644 --- a/usr.bin/last/Makefile +++ b/usr.bin/last/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= last PACKAGE= acct diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index b821a568809b..f3ccc6e772af 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)last.1 8.1 (Berkeley) 6/6/93 -.\" .Dd January 9, 2021 .Dt LAST 1 .Os diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index 846ab5d2c087..116fc10855eb 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94"; -#endif /* not lint */ #include #include #include diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile index 247a9e62f234..20b737422f90 100644 --- a/usr.bin/lastcomm/Makefile +++ b/usr.bin/lastcomm/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 8cf950bcae35..4333c79dd1f5 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)lastcomm.1 8.1 (Berkeley) 6/6/93 -.\" .Dd May 17, 2012 .Dt LASTCOMM 1 .Os diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index b97755e7bb03..ad27491e29a0 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)lastcomm.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/lastcomm/pathnames.h b/usr.bin/lastcomm/pathnames.h index efc2693faf73..a6231d4aa181 100644 --- a/usr.bin/lastcomm/pathnames.h +++ b/usr.bin/lastcomm/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #define _PATH_ACCT "/var/account/acct" diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index 0170142b8da4..507f0f0ca08e 100644 --- a/usr.bin/leave/Makefile +++ b/usr.bin/leave/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= leave diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index 01dfa7e46b74..3fcb1de7ae98 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)leave.1 8.3 (Berkeley) 4/28/95 -.\" .Dd April 28, 1995 .Dt LEAVE 1 .Os diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index f9e40be124a0..10548805b227 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/lex/initparse.c b/usr.bin/lex/initparse.c index c95305aa1a91..47437a0e2976 100644 --- a/usr.bin/lex/initparse.c +++ b/usr.bin/lex/initparse.c @@ -1,5 +1,4 @@ /* original parser id follows */ -/* yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93" */ /* (use YYMAJOR/YYMINOR for ifdefs dependent on parser version) */ #define YYBYACC 1 diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 36cad5ca1e28..a57a04dbea3c 100644 --- a/usr.bin/locate/Makefile +++ b/usr.bin/locate/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 SUBDIR= bigram code locate diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index 0b627dea5388..158f647f31d2 100644 --- a/usr.bin/locate/bigram/Makefile +++ b/usr.bin/locate/bigram/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= locate.bigram MAN= diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index 117c674766f9..a6bbe1aa19ae 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -42,9 +42,6 @@ static char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static char sccsid[] = "@(#)locate.bigram.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index 779a5322065c..f9b88a2240b4 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= locate.code CFLAGS+=-I${.CURDIR}/../locate diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c index d2e8f6cf0d28..cfd63a859b07 100644 --- a/usr.bin/locate/code/locate.code.c +++ b/usr.bin/locate/code/locate.code.c @@ -40,9 +40,6 @@ static char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static char sccsid[] = "@(#)locate.code.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif /* diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 18c3eb5a808e..815c6fe626cb 100644 --- a/usr.bin/locate/locate/Makefile +++ b/usr.bin/locate/locate/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 CONFS= locate.rc PROG= locate diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 4fdf0072350f..4999722acfc5 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -26,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)locate.1 8.1 (Berkeley) 6/6/93 -.\" .Dd December 11, 2020 .Dt LOCATE 1 .Os diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index d1597c277d40..aa2c5af4f3d2 100644 --- a/usr.bin/locate/locate/locate.c +++ b/usr.bin/locate/locate/locate.c @@ -41,9 +41,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)locate.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index c66a40cb55b1..7579fcec2816 100644 --- a/usr.bin/locate/locate/locate.h +++ b/usr.bin/locate/locate/locate.h @@ -28,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)locate.h 8.1 (Berkeley) 6/6/93 */ /* Symbolic constants shared by locate.c and code.c */ diff --git a/usr.bin/locate/locate/pathnames.h b/usr.bin/locate/locate/pathnames.h index 53d0d6073736..ed6426cc3db3 100644 --- a/usr.bin/locate/locate/pathnames.h +++ b/usr.bin/locate/locate/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #define _PATH_FCODES "/var/db/locate.database" diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile index 15fd92467dc0..056194415bb9 100644 --- a/usr.bin/lock/Makefile +++ b/usr.bin/lock/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lock BINOWN= root diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1 index b5acf80b8a30..9041cd92b0d5 100644 --- a/usr.bin/lock/lock.1 +++ b/usr.bin/lock/lock.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)lock.1 8.1 (Berkeley) 6/6/93 -.\" .Dd December 11, 2020 .Dt LOCK 1 .Os diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index 5932699244f0..4644939c789f 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include /* diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile index 3834334a209d..4ce072cbf940 100644 --- a/usr.bin/logger/Makefile +++ b/usr.bin/logger/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index c92c25531d4b..e117df33a165 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)logger.1 8.1 (Berkeley) 6/6/93 -.\" .Dd July 3, 2023 .Dt LOGGER 1 .Os diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index 18292010c7ca..ca6263b22233 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index e460b7806560..5afcb0b3bb85 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 7/19/93 .include .include diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index d94c2e7fe5a6..8c24c4bda9f0 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)login.1 8.2 (Berkeley) 5/5/94 -.\" .Dd September 29, 2022 .Dt LOGIN 1 .Os diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index c96738151151..3d473a3d3274 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -41,9 +41,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; -#endif #endif #include diff --git a/usr.bin/login/pathnames.h b/usr.bin/login/pathnames.h index 9dc97619f4f6..25de2baa75ec 100644 --- a/usr.bin/login/pathnames.h +++ b/usr.bin/login/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/9/93 */ #include diff --git a/usr.bin/logname/Makefile b/usr.bin/logname/Makefile index b8471ce017c6..85286a3fddf4 100644 --- a/usr.bin/logname/Makefile +++ b/usr.bin/logname/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/9/93 PROG= logname diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1 index b8752fb3d3dd..b9c322c52f9e 100644 --- a/usr.bin/logname/logname.1 +++ b/usr.bin/logname/logname.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)logname.1 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt LOGNAME 1 .Os diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index 6da78d384921..35040d8a0fdd 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -35,9 +35,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; -#endif /* not lint */ #include #include #include diff --git a/usr.bin/look/Makefile b/usr.bin/look/Makefile index 64d778891fba..ddbe20b05d90 100644 --- a/usr.bin/look/Makefile +++ b/usr.bin/look/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/9/93 PROG= look diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index aa0cb771fea7..ff868d129a84 100644 --- a/usr.bin/look/look.1 +++ b/usr.bin/look/look.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)look.1 8.1 (Berkeley) 6/14/93 -.\" .Dd December 29, 2020 .Dt LOOK 1 .Os diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index 459105ba0d73..ac7a200841c7 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include /* diff --git a/usr.bin/look/pathnames.h b/usr.bin/look/pathnames.h index dcddad069cc6..e0c3296fc1ab 100644 --- a/usr.bin/look/pathnames.h +++ b/usr.bin/look/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/9/93 */ #define _PATH_WORDS "/usr/share/dict/words" diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index a94860b51c6a..a7bf77dc263a 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 SCRIPTS=lorder.sh MAN= lorder.1 diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index e268f81d7254..b71756b03b49 100644 --- a/usr.bin/lorder/lorder.1 +++ b/usr.bin/lorder/lorder.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)lorder.1 8.2 (Berkeley) 4/28/95 -.\" .Dd March 21, 2023 .Dt LORDER 1 .Os diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index 640e128b0cb9..a24f844e5790 100644 --- a/usr.bin/lorder/lorder.sh +++ b/usr.bin/lorder/lorder.sh @@ -28,10 +28,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)lorder.sh 8.1 (Berkeley) 6/6/93 -# -# # only one argument is a special case, just output the name twice case $# in diff --git a/usr.bin/m4/TEST/ack.m4 b/usr.bin/m4/TEST/ack.m4 index f6cdf845849f..d922709bcb3e 100644 --- a/usr.bin/m4/TEST/ack.m4 +++ b/usr.bin/m4/TEST/ack.m4 @@ -31,9 +31,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# -# @(#)ack.m4 8.1 (Berkeley) 6/6/93 -# define(ack, `ifelse($1,0,incr($2),$2,0,`ack(DECR($1),1)', `ack(DECR($1), ack($1,DECR($2)))')') diff --git a/usr.bin/m4/TEST/hanoi.m4 b/usr.bin/m4/TEST/hanoi.m4 index 83995fcd7e31..c1d789060b1f 100644 --- a/usr.bin/m4/TEST/hanoi.m4 +++ b/usr.bin/m4/TEST/hanoi.m4 @@ -31,9 +31,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# -# @(#)hanoi.m4 8.1 (Berkeley) 6/6/93 -# define(hanoi, `trans(A, B, C, $1)') diff --git a/usr.bin/m4/TEST/hash.m4 b/usr.bin/m4/TEST/hash.m4 index 57e629bc55b4..5b595000ea93 100644 --- a/usr.bin/m4/TEST/hash.m4 +++ b/usr.bin/m4/TEST/hash.m4 @@ -31,9 +31,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# -# @(#)hash.m4 8.1 (Berkeley) 6/6/93 -# dnl This probably will not run on any m4 that cannot dnl handle char constants in eval. diff --git a/usr.bin/m4/TEST/sqroot.m4 b/usr.bin/m4/TEST/sqroot.m4 index ade4d4b3f1cd..0c28b35dff87 100644 --- a/usr.bin/m4/TEST/sqroot.m4 +++ b/usr.bin/m4/TEST/sqroot.m4 @@ -31,9 +31,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# -# @(#)sqroot.m4 8.1 (Berkeley) 6/6/93 -# define(square_root, `ifelse(eval($1<0),1,negative-square-root, diff --git a/usr.bin/m4/TEST/string.m4 b/usr.bin/m4/TEST/string.m4 index 8aac806e961f..2079272409f4 100644 --- a/usr.bin/m4/TEST/string.m4 +++ b/usr.bin/m4/TEST/string.m4 @@ -31,9 +31,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# -# @(#)string.m4 8.1 (Berkeley) 6/6/93 -# define(string,`integer $1(len(substr($2,1))) str($1,substr($2,1),0) diff --git a/usr.bin/m4/TEST/test.m4 b/usr.bin/m4/TEST/test.m4 index f1675c6d61d7..2668b3dfe1f9 100644 --- a/usr.bin/m4/TEST/test.m4 +++ b/usr.bin/m4/TEST/test.m4 @@ -31,9 +31,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# -# @(#)test.m4 8.1 (Berkeley) 6/6/93 -# # test file for mp (not comprehensive) # diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h index 07e831796822..94eb66314bf4 100644 --- a/usr.bin/m4/extern.h +++ b/usr.bin/m4/extern.h @@ -33,8 +33,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ /* eval.c */ diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index bd17bf40467f..8b02ad2e7240 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,4 @@ .\" $NetBSD: m4.1,v 1.23 2012/04/08 22:00:39 wiz Exp $ -.\" @(#) $OpenBSD: m4.1,v 1.64 2017/06/15 13:48:42 bcallah Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index 6d738876b22a..d4fa5b0e0c14 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -33,8 +33,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)mdef.h 8.1 (Berkeley) 6/6/93 */ #ifdef __GNUC__ diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h index 3ec165f08a79..fa8d547f71be 100644 --- a/usr.bin/m4/pathnames.h +++ b/usr.bin/m4/pathnames.h @@ -33,8 +33,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #define _PATH_DIVNAME "/tmp/m4.0XXXXXXXXXX" /* unix diversion files */ diff --git a/usr.bin/m4/stdd.h b/usr.bin/m4/stdd.h index 3a90bc606885..377dcba7b41a 100644 --- a/usr.bin/m4/stdd.h +++ b/usr.bin/m4/stdd.h @@ -33,8 +33,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)stdd.h 8.1 (Berkeley) 6/6/93 */ /* diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index e5b0d8b3a3a6..7a4054f60110 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.2 (Berkeley) 1/25/94 CONFS= misc/mail.rc PROG= mail diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index 1f08ed3e37a6..28e695f6a7f1 100644 --- a/usr.bin/mail/cmd1.c +++ b/usr.bin/mail/cmd1.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd1.c 8.2 (Berkeley) 4/20/95"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index 7aaf1d4891ff..27901a2078c6 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index 089299ad7853..bf1962ead2a7 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd3.c 8.2 (Berkeley) 4/20/95"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index ae55c8314f9d..1acfc763b6ba 100644 --- a/usr.bin/mail/cmdtab.c +++ b/usr.bin/mail/cmdtab.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include "def.h" diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index ccb3b60bec2b..e9be5332cf24 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; -#endif #endif /* not lint */ #include /* diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index 63a55cfd6563..298e489a36ae 100644 --- a/usr.bin/mail/def.h +++ b/usr.bin/mail/def.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)def.h 8.4 (Berkeley) 4/20/95 */ /* diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index b4f3ec88effa..c07b98c8ff6d 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 669c10b91beb..efcba2141512 100644 --- a/usr.bin/mail/extern.h +++ b/usr.bin/mail/extern.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.2 (Berkeley) 4/20/95 */ struct name *cat(struct name *, struct name *); diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index 77339080bc01..59c6e912bd86 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/getname.c b/usr.bin/mail/getname.c index ec76be9ff02d..a7bd0b9d22b9 100644 --- a/usr.bin/mail/getname.c +++ b/usr.bin/mail/getname.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)getname.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/glob.h b/usr.bin/mail/glob.h index c70bdb80ee02..74967b539c73 100644 --- a/usr.bin/mail/glob.h +++ b/usr.bin/mail/glob.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)glob.h 8.1 (Berkeley) 6/6/93 */ /* diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index 9446b3b3ab74..ad450765d722 100644 --- a/usr.bin/mail/head.c +++ b/usr.bin/mail/head.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index b931d6e16a15..7c579e5a4743 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)lex.c 8.2 (Berkeley) 4/20/95"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index 3507d0b5dc98..bb2172c92a84 100644 --- a/usr.bin/mail/list.c +++ b/usr.bin/mail/list.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)list.c 8.4 (Berkeley) 5/1/95"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index c5d2fefdf65f..7ec2cf818f4e 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)mail.1 8.8 (Berkeley) 4/28/95 -.\" .Dd August 8, 2018 .Dt MAIL 1 .Os diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index ec64d04c20b6..edd7848dfbe6 100644 --- a/usr.bin/mail/main.c +++ b/usr.bin/mail/main.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/20/95"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index 9ab6cf52e6a2..066e2f8058a4 100644 --- a/usr.bin/mail/names.c +++ b/usr.bin/mail/names.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)names.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include /* diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h index fcf46459d46c..0b773a3e569c 100644 --- a/usr.bin/mail/pathnames.h +++ b/usr.bin/mail/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index 29f7fb9f0922..3dee3b9c162f 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index a6ac212b8f92..447c59a78bde 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)quit.c 8.2 (Berkeley) 4/28/95"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/rcv.h b/usr.bin/mail/rcv.h index 81f8e377dcfc..87e688b58043 100644 --- a/usr.bin/mail/rcv.h +++ b/usr.bin/mail/rcv.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)rcv.h 8.1 (Berkeley) 6/6/93 */ /* diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index 002157ba55cb..be1582351539 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)send.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/strings.c b/usr.bin/mail/strings.c index 52ef8a8627be..b8f7862c60e4 100644 --- a/usr.bin/mail/strings.c +++ b/usr.bin/mail/strings.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include /* diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index d1fdaadc89bf..7143d2130199 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index 92cec3c6865c..39804c9c1c9e 100644 --- a/usr.bin/mail/tty.c +++ b/usr.bin/mail/tty.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)tty.c 8.2 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include /* diff --git a/usr.bin/mail/util.c b/usr.bin/mail/util.c index 9300484814e0..af61b9c48382 100644 --- a/usr.bin/mail/util.c +++ b/usr.bin/mail/util.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index 4b473f6f2a9b..642e8af1f4e8 100644 --- a/usr.bin/mail/v7.local.c +++ b/usr.bin/mail/v7.local.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)v7.local.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include /* diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index 439d8fb62145..f65591fd5046 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include #include "rcv.h" diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index c9f44b417882..6179b9cdcccc 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -30,9 +30,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include /* diff --git a/usr.bin/mesg/Makefile b/usr.bin/mesg/Makefile index a056e8bbcc8d..f35bf7702695 100644 --- a/usr.bin/mesg/Makefile +++ b/usr.bin/mesg/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= mesg diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index 465a8ddda873..cb7169ebfd8b 100644 --- a/usr.bin/mesg/mesg.1 +++ b/usr.bin/mesg/mesg.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)mesg.1 8.1 (Berkeley) 6/6/93 -.\" .Dd May 5, 2002 .Dt MESG 1 .Os diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index a4b4f649dbd6..cbe39a8e37ad 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -41,9 +41,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile index a506280bc70b..3cfea688be56 100644 --- a/usr.bin/mkdep/Makefile +++ b/usr.bin/mkdep/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 SCRIPTS= mkdep.gcc.sh MAN= mkdep.1 diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index 2671d2013e29..d8444df07034 100644 --- a/usr.bin/mkdep/mkdep.1 +++ b/usr.bin/mkdep/mkdep.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)mkdep.1 8.1 (Berkeley) 6/6/93 -.\" .Dd October 23, 2015 .Dt MKDEP 1 .Os diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index 9a81563405c4..43cc848d851b 100644 --- a/usr.bin/mkdep/mkdep.gcc.sh +++ b/usr.bin/mkdep/mkdep.gcc.sh @@ -28,8 +28,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)mkdep.gcc.sh 8.1 (Berkeley) 6/6/93 D=.depend # default dependency file is .depend append=0 diff --git a/usr.bin/mkdep/mkdep.sh b/usr.bin/mkdep/mkdep.sh index bf4c265c0c28..bda5f60cfee7 100644 --- a/usr.bin/mkdep/mkdep.sh +++ b/usr.bin/mkdep/mkdep.sh @@ -29,9 +29,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# -# @(#)mkdep.sh 8.1 (Berkeley) 6/6/93 -# PATH=/bin:/usr/bin:/usr/ucb:/usr/old/bin export PATH diff --git a/usr.bin/mkfifo/Makefile b/usr.bin/mkfifo/Makefile index 85dcd13e9d10..a07c9fa27346 100644 --- a/usr.bin/mkfifo/Makefile +++ b/usr.bin/mkfifo/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= mkfifo diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index bbee8cd0cc92..ccb841904d76 100644 --- a/usr.bin/mkfifo/mkfifo.1 +++ b/usr.bin/mkfifo/mkfifo.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94 -.\" .Dd January 5, 1994 .Dt MKFIFO 1 .Os diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 44a828766382..0bec097a36d8 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)mkfifo.c 8.2 (Berkeley) 1/5/94"; -#endif #endif /* not lint */ #include #include diff --git a/usr.bin/mkstr/Makefile b/usr.bin/mkstr/Makefile index ca6375d49b85..7291981bdf51 100644 --- a/usr.bin/mkstr/Makefile +++ b/usr.bin/mkstr/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= mkstr diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index c7d4de6e6f13..e0203b1040af 100644 --- a/usr.bin/mkstr/mkstr.1 +++ b/usr.bin/mkstr/mkstr.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)mkstr.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 6, 2015 .Dt MKSTR 1 .Os diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index cefc564181c3..446ff48a185c 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/morse/Makefile b/usr.bin/morse/Makefile index 0b68896a3220..34a256683391 100644 --- a/usr.bin/morse/Makefile +++ b/usr.bin/morse/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= morse MAN= morse.6 diff --git a/usr.bin/morse/morse.6 b/usr.bin/morse/morse.6 index d188be1c58e1..96a756102c40 100644 --- a/usr.bin/morse/morse.6 +++ b/usr.bin/morse/morse.6 @@ -26,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93 -.\" .Dd April 16, 2023 .Dt MORSE 6 .Os diff --git a/usr.bin/morse/morse.c b/usr.bin/morse/morse.c index 1e72b0b03931..8e9a616746ce 100644 --- a/usr.bin/morse/morse.c +++ b/usr.bin/morse/morse.c @@ -36,9 +36,6 @@ static const char copyright[] = "@(#) Copyright (c) 1988, 1993\n\ The Regents of the University of California. All rights reserved.\n"; -#if 0 -static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93"; -#endif #include #include diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 11cc07cd5895..10c0fd0d9928 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= msgs diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index a3a25257ffc7..cba3172584c8 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)msgs.1 8.2 (Berkeley) 4/28/95 -.\" .Dd August 8, 2018 .Dt MSGS 1 .Os diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index e4b3b09efc81..21a0d9356d12 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/msgs/pathnames.h b/usr.bin/msgs/pathnames.h index 8de1a3ad4a7e..26e6019cd155 100644 --- a/usr.bin/msgs/pathnames.h +++ b/usr.bin/msgs/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #define _PATH_MSGS "/var/msgs" diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index b34b2ea7b7b0..453f7174d2a0 100644 --- a/usr.bin/mt/Makefile +++ b/usr.bin/mt/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= mt LIBADD= mt diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 5eb584336b2a..a056ef1926ee 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -26,8 +26,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)mt.1 8.1 (Berkeley) 6/6/93 -.\" .Dd October 31, 2023 .Dt MT 1 .Os diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 035fbaabf1a6..7d98e95bf8da 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -66,9 +66,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 98bc7b866d9d..4efcfda58f79 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/12/93 .include diff --git a/usr.bin/netstat/common.h b/usr.bin/netstat/common.h index b40ae5b6a8a1..d5d39902037b 100644 --- a/usr.bin/netstat/common.h +++ b/usr.bin/netstat/common.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)netstat.h 8.2 (Berkeley) 1/4/94 */ #ifndef _NETSTAT_COMMON_H_ diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 2ac36fde94f9..c6668cae10e8 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -31,9 +31,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 19f7ba1490c4..987b1ebd05c6 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -28,9 +28,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index 9141cca191ee..0a19627ba938 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -31,9 +31,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)inet6.c 8.4 (Berkeley) 4/20/94"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index 8a2fe55bd562..64a948b2e216 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -85,9 +85,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 481284cb88a6..c7f6b3672d8e 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -36,9 +36,6 @@ static char const copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 657caa865667..87b9245dafeb 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -36,9 +36,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index a5da29e89009..c13fcdede80c 100644 --- a/usr.bin/netstat/mroute.c +++ b/usr.bin/netstat/mroute.c @@ -35,8 +35,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)mroute.c 8.2 (Berkeley) 4/28/95 */ #include diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index 5873c1ee85c6..83cd9c18c761 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -63,8 +63,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)mroute.c 8.2 (Berkeley) 4/28/95 */ #include diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index c2c34deba8e3..ceb532e120d4 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)netstat.1 8.8 (Berkeley) 4/18/94 -.\" .Dd August 14, 2023 .Dt NETSTAT 1 .Os diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 9f23252ee714..fd8171734c97 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)netstat.h 8.2 (Berkeley) 1/4/94 */ #include diff --git a/usr.bin/netstat/pfkey.c b/usr.bin/netstat/pfkey.c index 4ee26f5d25da..d4ed0c822940 100644 --- a/usr.bin/netstat/pfkey.c +++ b/usr.bin/netstat/pfkey.c @@ -60,9 +60,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 9096d5f58daf..9ef3e658db56 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c index 09aea6cbf46d..5395cad9fe7d 100644 --- a/usr.bin/netstat/sctp.c +++ b/usr.bin/netstat/sctp.c @@ -32,9 +32,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)sctp.c 0.1 (Berkeley) 4/18/2007"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 3852651d2eae..66bedc2d4294 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/newkey/generic.c b/usr.bin/newkey/generic.c index 124695ac259b..a2fcaff07e72 100644 --- a/usr.bin/newkey/generic.c +++ b/usr.bin/newkey/generic.c @@ -29,9 +29,6 @@ */ #if !defined(lint) && defined(SCCSIDS) -#if 0 -static char sccsid[] = "@(#)generic.c 1.2 91/03/11 Copyr 1986 Sun Micro"; -#endif #endif /* diff --git a/usr.bin/newkey/newkey.8 b/usr.bin/newkey/newkey.8 index 51dca6688bd0..b197067fff66 100644 --- a/usr.bin/newkey/newkey.8 +++ b/usr.bin/newkey/newkey.8 @@ -1,4 +1,3 @@ -.\" @(#)newkey.8 1.3 91/03/11 TIRPC 1.0; from 1.12 90/02/03 SMI; .Dd October 12, 1987 .Dt NEWKEY 8 .Os diff --git a/usr.bin/newkey/newkey.c b/usr.bin/newkey/newkey.c index 6efe64993ec5..e745ff0d9eee 100644 --- a/usr.bin/newkey/newkey.c +++ b/usr.bin/newkey/newkey.c @@ -29,9 +29,6 @@ */ #if !defined(lint) && defined(SCCSIDS) -#if 0 -static char sccsid[] = "@(#)newkey.c 1.8 91/03/11 Copyr 1986 Sun Micro"; -#endif #endif /* diff --git a/usr.bin/newkey/update.c b/usr.bin/newkey/update.c index 514476eabf8c..8e6add14277d 100644 --- a/usr.bin/newkey/update.c +++ b/usr.bin/newkey/update.c @@ -29,9 +29,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)update.c 1.2 91/03/11 Copyr 1986 Sun Micro"; -#endif #endif /* diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile index 6939a78b56e9..780725b3ca53 100644 --- a/usr.bin/nfsstat/Makefile +++ b/usr.bin/nfsstat/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PACKAGE= nfs diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 08f254a9613b..8d4bdd2646d6 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 5, 2023 .Dt NFSSTAT 1 .Os diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 11f403a9c14c..fbb104d21fc0 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -67,9 +67,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)nfsstat.c 8.2 (Berkeley) 3/31/95"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/nice/Makefile b/usr.bin/nice/Makefile index d36378e7f48e..a22fe07526c2 100644 --- a/usr.bin/nice/Makefile +++ b/usr.bin/nice/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= nice diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 11bbe4df2c4c..f61f6575fd6e 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)nice.1 8.1 (Berkeley) 6/6/93 -.\" .Dd February 24, 2011 .Dt NICE 1 .Os diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index 3aee7cfaa68a..9a65290f0e50 100644 --- a/usr.bin/nice/nice.c +++ b/usr.bin/nice/nice.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)nice.c 8.2 (Berkeley) 4/16/94"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/nohup/Makefile b/usr.bin/nohup/Makefile index c072a27cd8cd..7010b6420641 100644 --- a/usr.bin/nohup/Makefile +++ b/usr.bin/nohup/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= nohup diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index 247f23bad3e8..c985ac82cb8d 100644 --- a/usr.bin/nohup/nohup.1 +++ b/usr.bin/nohup/nohup.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)nohup.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 26, 2023 .Dt NOHUP 1 .Os diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index cbabf5a7552f..d81e56508ed8 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static char sccsid[] = "@(#)nohup.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include #include diff --git a/usr.bin/number/Makefile b/usr.bin/number/Makefile index d3c385cd3837..deac71ffce00 100644 --- a/usr.bin/number/Makefile +++ b/usr.bin/number/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= number MAN= number.6 diff --git a/usr.bin/number/number.6 b/usr.bin/number/number.6 index e9791db4d545..fb6828c13186 100644 --- a/usr.bin/number/number.6 +++ b/usr.bin/number/number.6 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)number.6 8.2 (Berkeley) 3/31/94 -.\" .Dd March 31, 1994 .Dt NUMBER 6 .Os diff --git a/usr.bin/number/number.c b/usr.bin/number/number.c index da5d7d2bedab..c8cd7c1321bb 100644 --- a/usr.bin/number/number.c +++ b/usr.bin/number/number.c @@ -34,9 +34,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)number.c 8.3 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/pagesize/Makefile b/usr.bin/pagesize/Makefile index bc7fdeee070e..38ab443d59a0 100644 --- a/usr.bin/pagesize/Makefile +++ b/usr.bin/pagesize/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.2 (Berkeley) 4/3/94 SCRIPTS=pagesize.sh MAN= pagesize.1 diff --git a/usr.bin/pagesize/pagesize.1 b/usr.bin/pagesize/pagesize.1 index 3011b730262d..9ae2c45f58bd 100644 --- a/usr.bin/pagesize/pagesize.1 +++ b/usr.bin/pagesize/pagesize.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)pagesize.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 6, 1993 .Dt PAGESIZE 1 .Os diff --git a/usr.bin/pagesize/pagesize.sh b/usr.bin/pagesize/pagesize.sh index 19bff4f19165..14aef04ce39f 100644 --- a/usr.bin/pagesize/pagesize.sh +++ b/usr.bin/pagesize/pagesize.sh @@ -28,9 +28,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)pagesize.sh 8.1 (Berkeley) 4/3/94 -# PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index cae0fcdc5608..0598454f7d84 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.3 (Berkeley) 4/2/94 .include diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index a0a5fa43e36a..23782cb622e4 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)passwd.1 8.1 (Berkeley) 6/6/93 -.\" .Dd February 14, 2014 .Dt PASSWD 1 .Os diff --git a/usr.bin/paste/Makefile b/usr.bin/paste/Makefile index aa237fb164f0..198c8e6c5653 100644 --- a/usr.bin/paste/Makefile +++ b/usr.bin/paste/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= paste diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 1a17c04e922a..1339e8b14f52 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -29,8 +29,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)paste.1 8.1 (Berkeley) 6/6/93 -.\" .Dd November 6, 2022 .Dt PASTE 1 .Os diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 98d480b3c355..59774ad35e94 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/pom/Makefile b/usr.bin/pom/Makefile index 1a05743177c1..4b4fb411a635 100644 --- a/usr.bin/pom/Makefile +++ b/usr.bin/pom/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PACKAGE= games diff --git a/usr.bin/pom/pom.6 b/usr.bin/pom/pom.6 index 7b8248ed78a0..a3dc68b0a46b 100644 --- a/usr.bin/pom/pom.6 +++ b/usr.bin/pom/pom.6 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)pom.6 8.1 (Berkeley) 5/31/93 -.\" .Dd July 14, 2010 .Dt POM 6 .Os diff --git a/usr.bin/pom/pom.c b/usr.bin/pom/pom.c index 01370114f36e..94bea3d207cb 100644 --- a/usr.bin/pom/pom.c +++ b/usr.bin/pom/pom.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93"; -#endif /* not lint */ #endif #include /* diff --git a/usr.bin/pr/Makefile b/usr.bin/pr/Makefile index 16dfd5074406..b033ee2d8a62 100644 --- a/usr.bin/pr/Makefile +++ b/usr.bin/pr/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c index a193f64b614b..215507b9b20b 100644 --- a/usr.bin/pr/egetopt.c +++ b/usr.bin/pr/egetopt.c @@ -38,9 +38,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)egetopt.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/pr/extern.h b/usr.bin/pr/extern.h index d84bca5d144e..46a69749edf4 100644 --- a/usr.bin/pr/extern.h +++ b/usr.bin/pr/extern.h @@ -35,8 +35,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ extern int eopterr; diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index fd7356e044c7..f4aeb4650bab 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -29,8 +29,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)pr.1 8.3 (Berkeley) 4/18/94 -.\" .Dd July 3, 2004 .Dt PR 1 .Os diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index 295566677c1f..6cd690ee6004 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -44,9 +44,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)pr.c 8.2 (Berkeley) 4/16/94"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h index 6c0c810f371a..374d020a44d2 100644 --- a/usr.bin/pr/pr.h +++ b/usr.bin/pr/pr.h @@ -35,8 +35,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pr.h 8.1 (Berkeley) 6/6/93 */ /* diff --git a/usr.bin/primes/Makefile b/usr.bin/primes/Makefile index 8e46562a2fea..5cf6ad650e01 100644 --- a/usr.bin/primes/Makefile +++ b/usr.bin/primes/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= primes SRCS= pattern.c pr_tbl.c primes.c spsp.c diff --git a/usr.bin/primes/pattern.c b/usr.bin/primes/pattern.c index 25739b96b575..74a680282219 100644 --- a/usr.bin/primes/pattern.c +++ b/usr.bin/primes/pattern.c @@ -31,9 +31,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)pattern.c 8.1 (Berkeley) 5/31/93"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/primes/pr_tbl.c b/usr.bin/primes/pr_tbl.c index 7bf25e994e1f..986c3e272c9e 100644 --- a/usr.bin/primes/pr_tbl.c +++ b/usr.bin/primes/pr_tbl.c @@ -31,9 +31,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)pr_tbl.c 8.1 (Berkeley) 5/31/93"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/primes/primes.c b/usr.bin/primes/primes.c index 949ded680d5b..b2c866d1a6da 100644 --- a/usr.bin/primes/primes.c +++ b/usr.bin/primes/primes.c @@ -37,9 +37,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)primes.c 8.5 (Berkeley) 5/10/95"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/primes/primes.h b/usr.bin/primes/primes.h index 9c8d29a50419..bb497e8a5f9e 100644 --- a/usr.bin/primes/primes.h +++ b/usr.bin/primes/primes.h @@ -28,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)primes.h 8.2 (Berkeley) 3/1/94 */ /* diff --git a/usr.bin/printenv/Makefile b/usr.bin/printenv/Makefile index 1947945f6bcf..d8a4db8939d8 100644 --- a/usr.bin/printenv/Makefile +++ b/usr.bin/printenv/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1 index 1d7e359cedbb..e782023e03ac 100644 --- a/usr.bin/printenv/printenv.1 +++ b/usr.bin/printenv/printenv.1 @@ -27,8 +27,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)printenv.1 8.1 (Berkeley) 6/6/93 -.\" .Dd May 12, 2003 .Dt PRINTENV 1 .Os diff --git a/usr.bin/printenv/printenv.c b/usr.bin/printenv/printenv.c index 69e102d1f520..833adbc46bae 100644 --- a/usr.bin/printenv/printenv.c +++ b/usr.bin/printenv/printenv.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)printenv.c 8.2 (Berkeley) 5/4/95"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile index 4756e14edb3b..6e9def2e11c4 100644 --- a/usr.bin/printf/Makefile +++ b/usr.bin/printf/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 1a43ecfc945d..373d3ccacc36 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)printf.1 8.1 (Berkeley) 6/6/93 -.\" .Dd July 1, 2020 .Dt PRINTF 1 .Os diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 9ce413b750b7..7c51decd483c 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -45,9 +45,6 @@ static char const copyright[] = #endif #ifndef lint -#if 0 -static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile index e3447cfa11bf..fc9ff8cc244b 100644 --- a/usr.bin/quota/Makefile +++ b/usr.bin/quota/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= quota BINOWN= root diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index e6fe8ccf056d..a31186561ee3 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)quota.1 8.1 (Berkeley) 6/6/93 -.\" .Dd February 3, 2007 .Dt QUOTA 1 .Os diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index d09f8f317850..89ad45cb9d91 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -38,9 +38,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ /* * Disk quota reporting program. diff --git a/usr.bin/random/Makefile b/usr.bin/random/Makefile index 86128841ab93..5e24c89cd982 100644 --- a/usr.bin/random/Makefile +++ b/usr.bin/random/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 3/31/94 PROG= random MAN= random.6 diff --git a/usr.bin/random/random.6 b/usr.bin/random/random.6 index 842f495d1f3f..3cbcfa1e6085 100644 --- a/usr.bin/random/random.6 +++ b/usr.bin/random/random.6 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)random.6 8.2 (Berkeley) 3/31/94 -.\" .Dd February 15, 2020 .Dt RANDOM 6 .Os diff --git a/usr.bin/random/random.c b/usr.bin/random/random.c index 7e19e26b30cc..86107e422e0e 100644 --- a/usr.bin/random/random.c +++ b/usr.bin/random/random.c @@ -37,9 +37,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94"; -#endif /* not lint */ #endif #include #include diff --git a/usr.bin/renice/Makefile b/usr.bin/renice/Makefile index e029f6bb2bab..73658c356089 100644 --- a/usr.bin/renice/Makefile +++ b/usr.bin/renice/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/9/93 .include diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 315fa23fb2b2..035beaa08ed1 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)renice.8 8.1 (Berkeley) 6/9/93 -.\" .Dd October 27, 2020 .Dt RENICE 8 .Os diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 25a9c5130180..5f8dcfdb4e4d 100644 --- a/usr.bin/renice/renice.c +++ b/usr.bin/renice/renice.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)renice.c 8.1 (Berkeley) 6/9/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/rev/Makefile b/usr.bin/rev/Makefile index 1952ce98858a..645aedd79b81 100644 --- a/usr.bin/rev/Makefile +++ b/usr.bin/rev/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/9/93 PROG= rev diff --git a/usr.bin/rev/rev.1 b/usr.bin/rev/rev.1 index feae820cca69..0dc448dbc27a 100644 --- a/usr.bin/rev/rev.1 +++ b/usr.bin/rev/rev.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)rev.1 8.1 (Berkeley) 6/9/93 -.\" .Dd June 27, 2020 .Dt REV 1 .Os diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index c6ef785ed456..926f2e4b12dc 100644 --- a/usr.bin/rev/rev.c +++ b/usr.bin/rev/rev.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)rev.c 8.3 (Berkeley) 5/4/95"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index c5cfa473036f..4162b089761b 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -29,7 +29,6 @@ #if 0 #ifndef lint -#ident "@(#)rpc_clntout.c 1.15 94/04/25 SMI" static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI"; #endif #endif diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index 257ca67e702d..284a0f61d763 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -29,7 +29,6 @@ #if 0 #ifndef lint -#ident "@(#)rpc_cout.c 1.14 93/07/05 SMI" static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI"; #endif #endif diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index fb1163010563..927075823ced 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -29,7 +29,6 @@ #if 0 #ifndef lint -#ident "@(#)rpc_hout.c 1.16 94/04/25 SMI" static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI"; #endif #endif diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index 91ad16683cec..1b2e01905a40 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -30,7 +30,6 @@ #if 0 #ifndef lint -#ident "@(#)rpc_main.c 1.21 94/04/25 SMI" static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI"; #endif #endif diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index ac9409295e66..ea0d377a927c 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -29,7 +29,6 @@ #if 0 #ifndef lint -#ident "@(#)rpc_parse.c 1.12 93/07/05 SMI" static char sccsid[] = "@(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI"; #endif #endif diff --git a/usr.bin/rpcgen/rpc_parse.h b/usr.bin/rpcgen/rpc_parse.h index 1e1716bb507a..91b648c8bb9f 100644 --- a/usr.bin/rpcgen/rpc_parse.h +++ b/usr.bin/rpcgen/rpc_parse.h @@ -28,8 +28,6 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -/* #pragma ident "@(#)rpc_parse.h 1.10 94/05/15 SMI" */ - /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ @@ -59,8 +57,6 @@ * All rights reserved. */ -/* @(#)rpc_parse.h 1.3 90/08/29 (C) 1987 SMI */ - /* * rpc_parse.h, Definitions for the RPCL parser */ diff --git a/usr.bin/rpcgen/rpc_sample.c b/usr.bin/rpcgen/rpc_sample.c index d0c8c21ecdea..e02c1cdd505d 100644 --- a/usr.bin/rpcgen/rpc_sample.c +++ b/usr.bin/rpcgen/rpc_sample.c @@ -27,8 +27,6 @@ * Mountain View, California 94043 */ -/* #pragma ident "@(#)rpc_sample.c 1.9 94/04/25 SMI" */ - #include /* * rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index 4d6fba6a1980..a9ea666bf44f 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -29,7 +29,6 @@ #if 0 #ifndef lint -#ident "@(#)rpc_scan.c 1.13 93/07/05 SMI" static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI"; #endif #endif diff --git a/usr.bin/rpcgen/rpc_scan.h b/usr.bin/rpcgen/rpc_scan.h index 1c86498780e6..3ab00d8a4d5a 100644 --- a/usr.bin/rpcgen/rpc_scan.h +++ b/usr.bin/rpcgen/rpc_scan.h @@ -28,8 +28,6 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -/* #pragma ident "@(#)rpc_scan.h 1.11 94/05/15 SMI" */ - /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ @@ -60,8 +58,6 @@ * All rights reserved. */ -/* @(#)rpc_scan.h 1.3 90/08/29 (C) 1987 SMI */ - /* * rpc_scan.h, Definitions for the RPCL scanner */ diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index e339b50b83f6..dc330fc7eb27 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -29,7 +29,6 @@ #if 0 #ifndef lint -#ident "@(#)rpc_svcout.c 1.4 90/04/13 SMI" static char sccsid[] = "@(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI"; #endif #endif diff --git a/usr.bin/rpcgen/rpc_tblout.c b/usr.bin/rpcgen/rpc_tblout.c index 0b17ff9541ac..823826805d0f 100644 --- a/usr.bin/rpcgen/rpc_tblout.c +++ b/usr.bin/rpcgen/rpc_tblout.c @@ -29,7 +29,6 @@ #if 0 #ifndef lint -#ident "@(#)rpc_tblout.c 1.11 93/07/05 SMI" static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI"; #endif #endif diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index 03f5ba24683c..56265ec7b78c 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -29,7 +29,6 @@ #if 0 #ifndef lint -#ident "@(#)rpc_util.c 1.14 93/07/05 SMI" static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI"; #endif #endif diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h index 375ec0f627f4..9aede3a686dd 100644 --- a/usr.bin/rpcgen/rpc_util.h +++ b/usr.bin/rpcgen/rpc_util.h @@ -28,8 +28,6 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -/* #pragma ident "@(#)rpc_util.h 1.16 94/05/15 SMI" */ - /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ @@ -59,8 +57,6 @@ * All rights reserved. */ -/* @(#)rpc_util.h 1.5 90/08/29 (C) 1987 SMI */ - /* * rpc_util.h, Useful definitions for the RPC protocol compiler */ diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index 5d51d194fd0d..2bf084c604b1 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,4 +1,3 @@ -.\" @(#)rpcgen.1 1.35 93/06/02 SMI .\" Copyright 1985-1993 Sun Microsystems, Inc. .\" .Dd September 2, 2005 diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index d1e680338849..e44367324b3a 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,4 +1,3 @@ -# from: @(#)Makefile 5.2 (Berkeley) 5/11/90 PROG= rpcinfo SRCS= rpcinfo.c diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index 8155cd0b3e33..05a31cd44a42 100644 --- a/usr.bin/rpcinfo/rpcinfo.8 +++ b/usr.bin/rpcinfo/rpcinfo.8 @@ -1,4 +1,3 @@ -.\" @(#)rpcinfo.1m 1.23 93/03/29 SMI; from SVr4 .\" Copyright 1989 AT&T .\" Copyright 1991 Sun Microsystems, Inc. .\" $NetBSD: rpcinfo.8,v 1.6 2000/06/02 23:19:38 fvdl Exp $ diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index 6945c1de481f..80659a0d5e43 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -33,12 +33,7 @@ * Copyright (c) 1986 - 1991 by Sun Microsystems, Inc. */ -/* #ident "@(#)rpcinfo.c 1.18 93/07/05 SMI" */ - #if 0 -#ifndef lint -static char sccsid[] = "@(#)rpcinfo.c 1.16 89/04/05 Copyr 1986 Sun Micro"; -#endif #endif #include diff --git a/usr.bin/rs/Makefile b/usr.bin/rs/Makefile index bee6d0e01c6a..86fdfe49064b 100644 --- a/usr.bin/rs/Makefile +++ b/usr.bin/rs/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 12d78a231dac..dd0c12c33950 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)rs.1 8.2 (Berkeley) 12/30/93 -.\" .Dd April 7, 2015 .Dt RS 1 .Os diff --git a/usr.bin/ruptime/Makefile b/usr.bin/ruptime/Makefile index a36f398d8742..adc135153b1c 100644 --- a/usr.bin/ruptime/Makefile +++ b/usr.bin/ruptime/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= ruptime diff --git a/usr.bin/ruptime/ruptime.1 b/usr.bin/ruptime/ruptime.1 index 0a4631e94988..effa5716843f 100644 --- a/usr.bin/ruptime/ruptime.1 +++ b/usr.bin/ruptime/ruptime.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ruptime.1 8.2 (Berkeley) 4/5/94 -.\" .Dd August 8, 2017 .Dt RUPTIME 1 .Os diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 44941afd1369..8c6dde8b527c 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -35,9 +35,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)ruptime.c 8.2 (Berkeley) 4/5/94"; -#endif /* not lint */ #include #include diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 62a074a37f0a..4444c3dbd539 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91 -.\" .Dd April 23, 1991 .Dt RUSERS 1 .Os diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index d529623c77aa..9ab7775a98fa 100644 --- a/usr.bin/rwall/rwall.1 +++ b/usr.bin/rwall/rwall.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)rwall.1 6.7 (Berkeley) 4/23/91 -.\" .Dd April 23, 1991 .Dt RWALL 1 .Os diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 511579aa0341..3227ab7e051e 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -40,9 +40,6 @@ static const char copyright[] = All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91"; -#endif #include /* diff --git a/usr.bin/rwho/Makefile b/usr.bin/rwho/Makefile index b9c9d82e7971..89a5e5cf1b98 100644 --- a/usr.bin/rwho/Makefile +++ b/usr.bin/rwho/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= rwho diff --git a/usr.bin/rwho/rwho.1 b/usr.bin/rwho/rwho.1 index 9276c3081d71..89fa626ba1a2 100644 --- a/usr.bin/rwho/rwho.1 +++ b/usr.bin/rwho/rwho.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)rwho.1 8.1 (Berkeley) 6/6/93 -.\" .Dd August 8, 2017 .Dt RWHO 1 .Os diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index aef64911d80e..350070fa4bd2 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -37,9 +37,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)rwho.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/script/Makefile b/usr.bin/script/Makefile index b391a07063da..e61c5d44ce82 100644 --- a/usr.bin/script/Makefile +++ b/usr.bin/script/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= script diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 318ae4d743d9..78e2feef3712 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)script.1 8.1 (Berkeley) 6/6/93 -.\" .Dd October 26, 2022 .Dt SCRIPT 1 .Os diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index b3a1869fcb42..8e183be07603 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -36,9 +36,6 @@ static const char copyright[] = "@(#) Copyright (c) 1980, 1992, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)script.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 1a9ef995d442..d9d79779ad2f 100644 --- a/usr.bin/sed/Makefile +++ b/usr.bin/sed/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/sed/POSIX b/usr.bin/sed/POSIX index 36ea2cc546c4..9d3ba01e4936 100644 --- a/usr.bin/sed/POSIX +++ b/usr.bin/sed/POSIX @@ -1,4 +1,3 @@ -# @(#)POSIX 8.1 (Berkeley) 6/6/93 Comments on the IEEE P1003.2 Draft 12 Part 2: Shell and Utilities diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 9c2eba953301..47249c3846fe 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -34,9 +34,6 @@ */ #include -#ifndef lint -static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/sed/defs.h b/usr.bin/sed/defs.h index 460152a344ec..e21beafb5bd8 100644 --- a/usr.bin/sed/defs.h +++ b/usr.bin/sed/defs.h @@ -31,8 +31,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)defs.h 8.1 (Berkeley) 6/6/93 */ /* diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index 2dee73587e59..1e10ecd1a7f7 100644 --- a/usr.bin/sed/extern.h +++ b/usr.bin/sed/extern.h @@ -31,8 +31,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ extern struct s_command *prog; diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index efa28b5e7239..055112ebceb7 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -41,9 +41,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/3/94"; -#endif #include #include diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index 9d677475aeb6..3a1aae727054 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -34,9 +34,6 @@ */ #include -#ifndef lint -static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; -#endif #include diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index 3d88096ffb77..ddf9a976bc46 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -34,9 +34,6 @@ */ #include -#ifndef lint -static const char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; -#endif #include #include diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 29ede6d70230..02bfbf0e9f31 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)sed.1 8.2 (Berkeley) 12/30/93 -.\" .Dd April 8, 2021 .Dt SED 1 .Os diff --git a/usr.bin/sed/tests/hanoi.sed b/usr.bin/sed/tests/hanoi.sed index 8df5657ba2e6..e93d358b7427 100644 --- a/usr.bin/sed/tests/hanoi.sed +++ b/usr.bin/sed/tests/hanoi.sed @@ -1,8 +1,4 @@ # Towers of Hanoi in sed. -# -# @(#)hanoi.sed 8.1 (Berkeley) 6/6/93 -# -# # Ex: # Run "sed -f hanoi.sed", and enter: # diff --git a/usr.bin/sed/tests/multi_test.sh b/usr.bin/sed/tests/multi_test.sh index f10cd7063a14..1aef0524092a 100644 --- a/usr.bin/sed/tests/multi_test.sh +++ b/usr.bin/sed/tests/multi_test.sh @@ -27,10 +27,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)sed.test 8.1 (Berkeley) 6/6/93 -# -# # sed Regression Tests # diff --git a/usr.bin/shar/Makefile b/usr.bin/shar/Makefile index e73deae2fbcb..b487cee536c8 100644 --- a/usr.bin/shar/Makefile +++ b/usr.bin/shar/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 SCRIPTS=shar.sh MAN= shar.1 diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index 3a49c9ee06e3..903f937491dc 100644 --- a/usr.bin/shar/shar.1 +++ b/usr.bin/shar/shar.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)shar.1 8.1 (Berkeley) 6/6/93 -.\" .Dd January 31, 2019 .Dt SHAR 1 .Os diff --git a/usr.bin/shar/shar.sh b/usr.bin/shar/shar.sh index 77ef3789c8b3..13147c3bf4ed 100644 --- a/usr.bin/shar/shar.sh +++ b/usr.bin/shar/shar.sh @@ -28,9 +28,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)shar.sh 8.1 (Berkeley) 6/6/93 -# if [ $# -eq 0 ]; then echo 'usage: shar file ...' 1>&2 diff --git a/usr.bin/showmount/Makefile b/usr.bin/showmount/Makefile index 8a124bef10f5..d882c21b5db1 100644 --- a/usr.bin/showmount/Makefile +++ b/usr.bin/showmount/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= showmount MAN= showmount.8 diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index be7db7d07f27..9dd707ab1373 100644 --- a/usr.bin/showmount/showmount.8 +++ b/usr.bin/showmount/showmount.8 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)showmount.8 8.3 (Berkeley) 3/29/95 -.\" .Dd March 20, 2016 .Dt SHOWMOUNT 8 .Os diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index f87965e107fc..83c060c44133 100644 --- a/usr.bin/showmount/showmount.c +++ b/usr.bin/showmount/showmount.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/sort/sort.1.in b/usr.bin/sort/sort.1.in index 4e27838a9250..b9cd3c2b8121 100644 --- a/usr.bin/sort/sort.1.in +++ b/usr.bin/sort/sort.1.in @@ -30,8 +30,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)sort.1 8.1 (Berkeley) 6/6/93 -.\" .Dd September 4, 2019 .Dt SORT 1 .Os diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile index eec6c368d1a5..09bf829d2674 100644 --- a/usr.bin/split/Makefile +++ b/usr.bin/split/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 67e3c0cd448b..bd837f3e9c71 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)split.1 8.3 (Berkeley) 4/16/94 -.\" .Dd May 26, 2023 .Dt SPLIT 1 .Os diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index e246a0d4adfc..669e95da4933 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)split.c 8.2 (Berkeley) 4/16/94"; -#endif #include #include diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index bfa4fa8d26d6..8079b5b2c6ec 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 7/19/93 .include diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 6fb73c147e6c..ba4767ff8e1c 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)su.1 8.2 (Berkeley) 4/18/94 -.\" .Dd March 26, 2020 .Dt SU 1 .Os diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 3d97ab8deb30..224068316f66 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -66,9 +66,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 386a6d3d36fd..205e365d507b 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index 5d20cd4175de..16267f12b7d8 100644 --- a/usr.bin/systat/cmds.c +++ b/usr.bin/systat/cmds.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/29/95"; -#endif #include diff --git a/usr.bin/systat/cmdtab.c b/usr.bin/systat/cmdtab.c index 36a1823c0edc..322f8908aad5 100644 --- a/usr.bin/systat/cmdtab.c +++ b/usr.bin/systat/cmdtab.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; -#endif #include "systat.h" #include "extern.h" diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index f167f6465d20..fd7bf9e97524 100644 --- a/usr.bin/systat/devs.c +++ b/usr.bin/systat/devs.c @@ -58,9 +58,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/systat/extern.h b/usr.bin/systat/extern.h index c44a06a1a82d..8d19aec024b4 100644 --- a/usr.bin/systat/extern.h +++ b/usr.bin/systat/extern.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/systat/fetch.c b/usr.bin/systat/fetch.c index 1b7a884159bd..63876e4e6fbb 100644 --- a/usr.bin/systat/fetch.c +++ b/usr.bin/systat/fetch.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)fetch.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/systat/icmp.c b/usr.bin/systat/icmp.c index a1c25e37ed2a..a0d2534e5d87 100644 --- a/usr.bin/systat/icmp.c +++ b/usr.bin/systat/icmp.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; -#endif /* From: "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp" diff --git a/usr.bin/systat/icmp6.c b/usr.bin/systat/icmp6.c index d7d612604475..a25795209c02 100644 --- a/usr.bin/systat/icmp6.c +++ b/usr.bin/systat/icmp6.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; -#endif /* From: "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp" diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index d31782d93315..ee1389765b93 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -57,9 +57,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/systat/ip.c b/usr.bin/systat/ip.c index bc90ff557e20..6cb3787b3f91 100644 --- a/usr.bin/systat/ip.c +++ b/usr.bin/systat/ip.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; -#endif /* From: "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp" diff --git a/usr.bin/systat/ip6.c b/usr.bin/systat/ip6.c index c7d9d477ada9..f8d7f182d507 100644 --- a/usr.bin/systat/ip6.c +++ b/usr.bin/systat/ip6.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; -#endif /* From: "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp" diff --git a/usr.bin/systat/keyboard.c b/usr.bin/systat/keyboard.c index aac7d1a2bb79..3d7ee43fd80b 100644 --- a/usr.bin/systat/keyboard.c +++ b/usr.bin/systat/keyboard.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)keyboard.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 889ce39a6c32..33fc187e1ab6 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index 6320dd21562d..5b6cb2163b7b 100644 --- a/usr.bin/systat/netcmds.c +++ b/usr.bin/systat/netcmds.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93"; -#endif /* * Common network command support routines. diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 45b21bfbfd2c..bc4acabe4eda 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; -#endif /* * netstat diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 00a077720dfa..7f4895a13db6 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index 5aa9e3fe0363..89ed32b5d7f6 100644 --- a/usr.bin/systat/swap.c +++ b/usr.bin/systat/swap.c @@ -31,9 +31,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95"; -#endif /* * swapinfo - based on a program of the same name by Kevin Lahey diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index fc4406bbd303..89ffe30f69bf 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)systat.1 8.2 (Berkeley) 12/30/93 -.\" .Dd April 1, 2022 .Dt SYSTAT 1 .Os diff --git a/usr.bin/systat/systat.h b/usr.bin/systat/systat.h index e64a0ad4fb53..55a21a04998a 100644 --- a/usr.bin/systat/systat.h +++ b/usr.bin/systat/systat.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * From: @(#)systat.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index 2c68005954aa..16a8a996d4fb 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -30,9 +30,6 @@ */ -#ifdef lint -static const char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; -#endif /* * Cursed vmstat -- from Robert Elz. diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile index 17cf55eb49e5..fbf819e06356 100644 --- a/usr.bin/tail/Makefile +++ b/usr.bin/tail/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h index 830f9be79ab1..f1d1f8c37291 100644 --- a/usr.bin/tail/extern.h +++ b/usr.bin/tail/extern.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ #define WR(p, size) do { \ diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index e2a3eb77aade..e8e2cb89ab01 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -33,9 +33,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 21d0db8b5d40..ecabf3436f75 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -33,9 +33,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c index ff025b31d64c..6561a235a73d 100644 --- a/usr.bin/tail/read.c +++ b/usr.bin/tail/read.c @@ -33,9 +33,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 12231530e679..419ffb3db804 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -33,9 +33,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 4c16c61ca314..724c7221ef88 100644 --- a/usr.bin/tail/tail.1 +++ b/usr.bin/tail/tail.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tail.1 8.1 (Berkeley) 6/6/93 -.\" .Dd July 12, 2022 .Dt TAIL 1 .Os diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index 492a6494628d..6b97c6395e1e 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -39,9 +39,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)tail.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 208f7b0fd346..701c81cf6a2b 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= talk SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \ diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index c9bd6f77fb81..6960708804ce 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; -#endif /* * This file handles haggling with the various talk daemons to diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index c51bbed28437..a9672c3839e2 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93"; -#endif #include diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 5f29cfd600d9..aafe55204068 100644 --- a/usr.bin/talk/display.c +++ b/usr.bin/talk/display.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; -#endif /* * The window 'manager', initializes curses and handles the actual diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index 678fabce9aa2..49b4a3ee150b 100644 --- a/usr.bin/talk/get_addrs.c +++ b/usr.bin/talk/get_addrs.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)get_addrs.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 78b025144328..33851b954a1d 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)get_names.c 8.1 (Berkeley) 6/6/93"; -#endif #include diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index 936b9799a22c..724801c2fb3a 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94"; -#endif /* * Initialization code for the display package, diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index 78f92ed9cdbf..c4881ff4c40e 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)invite.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index c47bf928712b..a2d7fb1818f7 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; -#endif /* * This file contains the I/O handling and the exchange of diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index 3fb6cbb43037..739251a80dcb 100644 --- a/usr.bin/talk/look_up.c +++ b/usr.bin/talk/look_up.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index a40df7ff17e9..9d95a93a9529 100644 --- a/usr.bin/talk/msgs.c +++ b/usr.bin/talk/msgs.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93"; -#endif /* * A package to display what is happening every MSG_INTERVAL seconds diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1 index 13c716e00476..47f5f4f421c3 100644 --- a/usr.bin/talk/talk.1 +++ b/usr.bin/talk/talk.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)talk.1 8.1 (Berkeley) 6/6/93 -.\" .Dd January 21, 2010 .Dt TALK 1 .Os diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index 04c8572a04b4..5d4cb7ef6e9c 100644 --- a/usr.bin/talk/talk.c +++ b/usr.bin/talk/talk.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)talk.c 8.1 (Berkeley) 6/6/93"; -#endif #ifndef lint static const char copyright[] = diff --git a/usr.bin/talk/talk.h b/usr.bin/talk/talk.h index 41e8281305f1..be7368ca75d7 100644 --- a/usr.bin/talk/talk.h +++ b/usr.bin/talk/talk.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)talk.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/talk/talk_ctl.h b/usr.bin/talk/talk_ctl.h index 5c49bba5c560..771685f3048e 100644 --- a/usr.bin/talk/talk_ctl.h +++ b/usr.bin/talk/talk_ctl.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)talk_ctl.h 8.1 (Berkeley) 6/6/93 */ extern struct sockaddr_in daemon_addr; diff --git a/usr.bin/tcopy/Makefile b/usr.bin/tcopy/Makefile index 5a42f6db77bd..c253a44cc1be 100644 --- a/usr.bin/tcopy/Makefile +++ b/usr.bin/tcopy/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= tcopy diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index 5e0dba0632b7..da6a5231a843 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tcopy.1 8.2 (Berkeley) 4/17/94 -.\" .Dd December 20, 2006 .Dt TCOPY 1 .Os diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index 556d8d3e032a..bbbf2abeb18c 100644 --- a/usr.bin/tcopy/tcopy.c +++ b/usr.bin/tcopy/tcopy.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)tcopy.c 8.2 (Berkeley) 4/17/94"; -#endif #include #include diff --git a/usr.bin/tee/Makefile b/usr.bin/tee/Makefile index a713132df295..1984422276ca 100644 --- a/usr.bin/tee/Makefile +++ b/usr.bin/tee/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= tee diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index b7673ea0ce61..9497a2aa921e 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tee.1 8.1 (Berkeley) 6/6/93 -.\" .Dd October 30, 2022 .Dt TEE 1 .Os diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index c4fe945d6d12..d9b35c8f4f3c 100644 --- a/usr.bin/tee/tee.c +++ b/usr.bin/tee/tee.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index 2fe000e5526c..3b7831c0b674 100644 --- a/usr.bin/tftp/Makefile +++ b/usr.bin/tftp/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 15ca7e03eb70..ce228e40f3ee 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; -#endif #endif #include diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 3880aca657cb..8e9c3a2178af 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tftp.1 8.2 (Berkeley) 4/18/94 -.\" .Dd March 2, 2020 .Dt TFTP 1 .Os diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index 9d727fe8bc2c..a058489b3c22 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/tftp/tftp.h b/usr.bin/tftp/tftp.h index 59e5c9f39913..72f519fd24d0 100644 --- a/usr.bin/tftp/tftp.h +++ b/usr.bin/tftp/tftp.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ int recvfile(int peer, char *port, int fd, char *name, char *mode); diff --git a/usr.bin/time/Makefile b/usr.bin/time/Makefile index ae649c7c3e0f..fb357a176040 100644 --- a/usr.bin/time/Makefile +++ b/usr.bin/time/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= time diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 7f3448bba393..6f70e8e52759 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)time.1 8.1 (Berkeley) 6/6/93 -.\" .Dd July 7, 2020 .Dt TIME 1 .Os diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index 8e45f1283317..e1de269dfd73 100644 --- a/usr.bin/time/time.c +++ b/usr.bin/time/time.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/tip/libacu/biz22.c b/usr.bin/tip/libacu/biz22.c index 099697a309e7..a2559f99fe85 100644 --- a/usr.bin/tip/libacu/biz22.c +++ b/usr.bin/tip/libacu/biz22.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)biz22.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: biz22.c,v 1.13 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/libacu/biz31.c b/usr.bin/tip/libacu/biz31.c index 830946598084..26d3287c1266 100644 --- a/usr.bin/tip/libacu/biz31.c +++ b/usr.bin/tip/libacu/biz31.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)biz31.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "$OpenBSD: biz31.c,v 1.10 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/libacu/courier.c b/usr.bin/tip/libacu/courier.c index e8413e340ecb..e0b4af9304bf 100644 --- a/usr.bin/tip/libacu/courier.c +++ b/usr.bin/tip/libacu/courier.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)courier.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: courier.c,v 1.15 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/df.c b/usr.bin/tip/libacu/df.c index 7148ca12897b..bae618fc9671 100644 --- a/usr.bin/tip/libacu/df.c +++ b/usr.bin/tip/libacu/df.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)df.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: df.c,v 1.9 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/dn11.c b/usr.bin/tip/libacu/dn11.c index 28ae987f77b6..706a9df25352 100644 --- a/usr.bin/tip/libacu/dn11.c +++ b/usr.bin/tip/libacu/dn11.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)dn11.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: dn11.c,v 1.9 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/hayes.c b/usr.bin/tip/libacu/hayes.c index b82f8466539f..cd4d3689df24 100644 --- a/usr.bin/tip/libacu/hayes.c +++ b/usr.bin/tip/libacu/hayes.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)hayes.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: hayes.c,v 1.13 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/t3000.c b/usr.bin/tip/libacu/t3000.c index a8507e7c7ffd..7b7288872b8a 100644 --- a/usr.bin/tip/libacu/t3000.c +++ b/usr.bin/tip/libacu/t3000.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)t3000.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: t3000.c,v 1.14 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/v3451.c b/usr.bin/tip/libacu/v3451.c index 3a8db034c614..8d360043f9e6 100644 --- a/usr.bin/tip/libacu/v3451.c +++ b/usr.bin/tip/libacu/v3451.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)v3451.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: v3451.c,v 1.9 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/v831.c b/usr.bin/tip/libacu/v831.c index a635654f8b0b..41410a8108b4 100644 --- a/usr.bin/tip/libacu/v831.c +++ b/usr.bin/tip/libacu/v831.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)v831.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: v831.c,v 1.11 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index 18af5396405d..161dfa25d7d4 100644 --- a/usr.bin/tip/libacu/ventel.c +++ b/usr.bin/tip/libacu/ventel.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)ventel.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: ventel.c,v 1.12 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/acu.c b/usr.bin/tip/tip/acu.c index 2b0c5219566e..dc88d5e6e416 100644 --- a/usr.bin/tip/tip/acu.c +++ b/usr.bin/tip/tip/acu.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)acu.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: acu.c,v 1.12 2006/03/17 14:43:06 moritz Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/acutab.c b/usr.bin/tip/tip/acutab.c index 502d42225d6f..c5daf9525282 100644 --- a/usr.bin/tip/tip/acutab.c +++ b/usr.bin/tip/tip/acutab.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)acutab.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: acutab.c,v 1.5 2006/03/17 19:17:13 moritz Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c index 734455ca2823..ff53e5f0d2d1 100644 --- a/usr.bin/tip/tip/cmds.c +++ b/usr.bin/tip/tip/cmds.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)cmds.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: cmds.c,v 1.26 2006/06/06 23:24:52 deraadt Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index 49ba3dade12b..b73e4c045b2b 100644 --- a/usr.bin/tip/tip/cmdtab.c +++ b/usr.bin/tip/tip/cmdtab.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: cmdtab.c,v 1.7 2006/03/17 14:43:06 moritz Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/cu.1 b/usr.bin/tip/tip/cu.1 index 8d6fae3be8fc..328623ce5548 100644 --- a/usr.bin/tip/tip/cu.1 +++ b/usr.bin/tip/tip/cu.1 @@ -27,8 +27,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tip.1 8.4 (Berkeley) 4/18/94 -.\" .Dd April 22, 2017 .Dt CU 1 .Os diff --git a/usr.bin/tip/tip/cu.c b/usr.bin/tip/tip/cu.c index 639d99125ffe..03a7de18c443 100644 --- a/usr.bin/tip/tip/cu.c +++ b/usr.bin/tip/tip/cu.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: cu.c,v 1.19 2006/05/25 08:41:52 jmc Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index c32c0f181cff..75aa65e7c7ce 100644 --- a/usr.bin/tip/tip/hunt.c +++ b/usr.bin/tip/tip/hunt.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)hunt.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: hunt.c,v 1.13 2006/03/17 19:39:46 deraadt Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/log.c b/usr.bin/tip/tip/log.c index 953b0185c4d0..28cfa67af7a8 100644 --- a/usr.bin/tip/tip/log.c +++ b/usr.bin/tip/tip/log.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: log.c,v 1.8 2006/03/16 19:32:46 deraadt Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c index 02080a7c7720..f4e8bfb00745 100644 --- a/usr.bin/tip/tip/partab.c +++ b/usr.bin/tip/tip/partab.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)partab.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: partab.c,v 1.5 2003/06/03 02:56:18 millert Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/pathnames.h b/usr.bin/tip/tip/pathnames.h index 8a2f9195032f..6bed255589de 100644 --- a/usr.bin/tip/tip/pathnames.h +++ b/usr.bin/tip/tip/pathnames.h @@ -30,8 +30,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/tip/tip/phones b/usr.bin/tip/tip/phones index e00cf79e95db..597b0002ec82 100644 --- a/usr.bin/tip/tip/phones +++ b/usr.bin/tip/tip/phones @@ -1,5 +1,3 @@ -# From: @(#)phones 5.2 (Berkeley) 6/30/90 -# # phones -- remote host phone number data base # see tip(1), phones(5) # examples: diff --git a/usr.bin/tip/tip/remote b/usr.bin/tip/tip/remote index 3bf4bdf3acbb..3f3f3b701bb6 100644 --- a/usr.bin/tip/tip/remote +++ b/usr.bin/tip/tip/remote @@ -1,6 +1,3 @@ -# -# @(#)remote 5.2 (Berkeley) 6/30/90 -# # remote -- remote host description file # see tip(1), remote(5) # diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index cef14a4f8856..97d48db4165c 100644 --- a/usr.bin/tip/tip/remote.c +++ b/usr.bin/tip/tip/remote.c @@ -41,10 +41,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)remote.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: remote.c,v 1.16 2006/06/06 23:24:52 deraadt Exp $"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index c66118c1cdd5..136ba8d28389 100644 --- a/usr.bin/tip/tip/tip.1 +++ b/usr.bin/tip/tip/tip.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tip.1 8.4 (Berkeley) 4/18/94 -.\" .Dd April 28, 2018 .Dt TIP 1 .Os diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index faed6ddd6ce0..991ce9fc86c3 100644 --- a/usr.bin/tip/tip/tip.c +++ b/usr.bin/tip/tip/tip.c @@ -40,10 +40,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)tip.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: tip.c,v 1.30 2006/08/18 03:06:18 jason Exp $"; -#endif #endif /* not lint */ /* diff --git a/usr.bin/tip/tip/tip.h b/usr.bin/tip/tip/tip.h index 9043f2051407..7e65fcb832c5 100644 --- a/usr.bin/tip/tip/tip.h +++ b/usr.bin/tip/tip/tip.h @@ -31,8 +31,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)tip.h 8.1 (Berkeley) 6/6/93 */ /* diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index 2fd200acd82a..8da6ad0633e1 100644 --- a/usr.bin/tip/tip/tipout.c +++ b/usr.bin/tip/tip/tipout.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)tipout.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: tipout.c,v 1.18 2006/05/31 07:03:08 jason Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/uucplock.c b/usr.bin/tip/tip/uucplock.c index 3833630cbce2..6d4f262ed146 100644 --- a/usr.bin/tip/tip/uucplock.c +++ b/usr.bin/tip/tip/uucplock.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)uucplock.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: uucplock.c,v 1.11 2006/03/16 19:32:46 deraadt Exp $"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index 76effba26f96..73aba16b2f97 100644 --- a/usr.bin/tip/tip/value.c +++ b/usr.bin/tip/tip/value.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)value.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: value.c,v 1.14 2006/03/17 22:02:58 moritz Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index 34f6ef820d50..4741b7413af9 100644 --- a/usr.bin/tip/tip/vars.c +++ b/usr.bin/tip/tip/vars.c @@ -34,10 +34,6 @@ #include #ifndef lint -#if 0 -static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; -static const char rcsid[] = "$OpenBSD: vars.c,v 1.8 2006/08/18 03:06:18 jason Exp $"; -#endif #endif /* not lint */ #include "tip.h" diff --git a/usr.bin/touch/Makefile b/usr.bin/touch/Makefile index 5c153b3357a4..421c88062c60 100644 --- a/usr.bin/touch/Makefile +++ b/usr.bin/touch/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= touch diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index d4310a37b985..623a387f304d 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)touch.1 8.3 (Berkeley) 4/28/95 -.\" .Dd June 1, 2018 .Dt TOUCH 1 .Os diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 91abcfd447ea..bd6b810f94fd 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile index 93487222afe4..bc220aaae381 100644 --- a/usr.bin/tr/Makefile +++ b/usr.bin/tr/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/tr/extern.h b/usr.bin/tr/extern.h index f7e15b9db3a8..1a0de52ade66 100644 --- a/usr.bin/tr/extern.h +++ b/usr.bin/tr/extern.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index bd02eafbdff5..db7d8d2e7986 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95"; -#endif #include diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 64bfaff0b4be..ed1805c21eeb 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tr.1 8.1 (Berkeley) 6/6/93 -.\" .Dd October 13, 2006 .Dt TR 1 .Os diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index 75638d6b3bc6..a7450e72f7cc 100644 --- a/usr.bin/tr/tr.c +++ b/usr.bin/tr/tr.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)tr.c 8.2 (Berkeley) 5/4/95"; -#endif #include #include diff --git a/usr.bin/true/Makefile b/usr.bin/true/Makefile index 3bebb2d3cff2..42716d310fff 100644 --- a/usr.bin/true/Makefile +++ b/usr.bin/true/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/9/93 PROG= true diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index b71a23a8ec65..8690b4a86930 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)true.1 8.1 (Berkeley) 6/9/93 -.\" .Dd June 9, 1993 .Dt TRUE 1 .Os diff --git a/usr.bin/true/true.c b/usr.bin/true/true.c index 6586f502f929..107620e376b0 100644 --- a/usr.bin/true/true.c +++ b/usr.bin/true/true.c @@ -35,9 +35,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)true.c 8.1 (Berkeley) 6/9/93"; -#endif /* not lint */ int main(void) diff --git a/usr.bin/tsort/Makefile b/usr.bin/tsort/Makefile index e00d11004773..47cd40e9851f 100644 --- a/usr.bin/tsort/Makefile +++ b/usr.bin/tsort/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/9/93 .include diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index bfc64222dc94..b6df3428cb3e 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tsort.1 8.3 (Berkeley) 4/1/94 -.\" .Dd August 30, 2020 .Dt TSORT 1 .Os diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index 705563511915..88f86f1de098 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -38,9 +38,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static const char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95"; -#endif /* not lint */ #include #include diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile index 5b914b23a4eb..b7b0084298a9 100644 --- a/usr.bin/tty/Makefile +++ b/usr.bin/tty/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= tty diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index cfd6cef4fc99..9839cfd0cc13 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)tty.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 6, 1993 .Dt TTY 1 .Os diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index 945e62cc6f3a..ffc517589b0c 100644 --- a/usr.bin/tty/tty.c +++ b/usr.bin/tty/tty.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/ul/Makefile b/usr.bin/ul/Makefile index d30c572d313e..a808f0f575c8 100644 --- a/usr.bin/ul/Makefile +++ b/usr.bin/ul/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= ul diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index 40aaa456432d..b9ffbe63d898 100644 --- a/usr.bin/ul/ul.1 +++ b/usr.bin/ul/ul.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)ul.1 8.1 (Berkeley) 6/6/93 -.\" .Dd October 7, 2020 .Dt UL 1 .Os diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c index 5b52db208b68..b5b28a44a25e 100644 --- a/usr.bin/ul/ul.c +++ b/usr.bin/ul/ul.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)ul.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/uname/Makefile b/usr.bin/uname/Makefile index e103f7fa9ac5..71ddbc3b6fb5 100644 --- a/usr.bin/uname/Makefile +++ b/usr.bin/uname/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PACKAGE= runtime PROG= uname diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index fde8756e0528..1b55f60bbaa8 100644 --- a/usr.bin/uname/uname.1 +++ b/usr.bin/uname/uname.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)uname.1 8.3 (Berkeley) 4/8/94 -.\" .Dd September 14, 2022 .Dt UNAME 1 .Os diff --git a/usr.bin/uname/uname.c b/usr.bin/uname/uname.c index fc1f34a3e3c6..b15eee1afaaf 100644 --- a/usr.bin/uname/uname.c +++ b/usr.bin/uname/uname.c @@ -41,9 +41,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)uname.c 8.2 (Berkeley) 5/4/95"; -#endif #include #include diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile index aa6919d1aa0b..659f9e8814fc 100644 --- a/usr.bin/unexpand/Makefile +++ b/usr.bin/unexpand/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= unexpand MAN= diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index 6dcfc497d6e8..aa8cfb335db6 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)unexpand.c 8.1 (Berkeley) 6/6/93"; -#endif /* * unexpand - put tabs into a file replacing blanks diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile index f57f775fadcc..63aa1233c36e 100644 --- a/usr.bin/uniq/Makefile +++ b/usr.bin/uniq/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index 285e13d901a7..e01c84328575 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 7, 2020 .Dt UNIQ 1 .Os diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index 1513ae185bcf..576e3899c2de 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)uniq.c 8.3 (Berkeley) 5/4/95"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/unvis/Makefile b/usr.bin/unvis/Makefile index a00850751fd6..b805d3e0b9c7 100644 --- a/usr.bin/unvis/Makefile +++ b/usr.bin/unvis/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= unvis diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile index 1a5d8563d344..04353e2b03bc 100644 --- a/usr.bin/users/Makefile +++ b/usr.bin/users/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 WARNS?= 3 PROG_CXX= users diff --git a/usr.bin/users/users.1 b/usr.bin/users/users.1 index 7549cf2f232f..48448f375b5f 100644 --- a/usr.bin/users/users.1 +++ b/usr.bin/users/users.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)users.1 8.1 (Berkeley) 6/6/93 -.\" .Dd January 21, 2010 .Dt USERS 1 .Os diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index acace3654109..d4730fe49fde 100644 --- a/usr.bin/vgrind/Makefile +++ b/usr.bin/vgrind/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/9/93 PROG= vfontedpr SRCS= regexp.c vfontedpr.c diff --git a/usr.bin/vgrind/extern.h b/usr.bin/vgrind/extern.h index 45d139c61ee4..a6d4331ef7f2 100644 --- a/usr.bin/vgrind/extern.h +++ b/usr.bin/vgrind/extern.h @@ -28,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ extern bool _escaped; /* if last character was an escape */ diff --git a/usr.bin/vgrind/pathnames.h b/usr.bin/vgrind/pathnames.h index ba0211154c36..597abd21eeb6 100644 --- a/usr.bin/vgrind/pathnames.h +++ b/usr.bin/vgrind/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #define _PATH_VGRINDEFS "/usr/share/misc/vgrindefs" diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c index 97e5ef68cb9f..1b11d9bf4bee 100644 --- a/usr.bin/vgrind/regexp.c +++ b/usr.bin/vgrind/regexp.c @@ -37,9 +37,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)regexp.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index dab2a3699008..aeaa8e855ca8 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)vfontedpr.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1 index 37e1d576501f..0a089577562e 100644 --- a/usr.bin/vgrind/vgrind.1 +++ b/usr.bin/vgrind/vgrind.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)vgrind.1 8.1 (Berkeley) 6/6/93 -.\" .Dd August 29, 2006 .Dt VGRIND 1 .Os diff --git a/usr.bin/vgrind/vgrind.sh b/usr.bin/vgrind/vgrind.sh index 8803fa643916..1b52a3862736 100644 --- a/usr.bin/vgrind/vgrind.sh +++ b/usr.bin/vgrind/vgrind.sh @@ -28,10 +28,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)vgrind.sh 8.1 (Berkeley) 6/6/93 -# -# voptions="" options="" diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 665f6085fb71..df6ff68749d5 100644 --- a/usr.bin/vgrind/vgrindefs.5 +++ b/usr.bin/vgrind/vgrindefs.5 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)vgrindefs.5 8.1 (Berkeley) 6/6/93 -.\" .Dd June 6, 1993 .Dt VGRINDEFS 5 .Os diff --git a/usr.bin/vgrind/vgrindefs.src b/usr.bin/vgrind/vgrindefs.src index 69372d74e9b6..8a6ba576c1b6 100644 --- a/usr.bin/vgrind/vgrindefs.src +++ b/usr.bin/vgrind/vgrindefs.src @@ -25,9 +25,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# -# @(#)vgrindefs.src 8.1 (Berkeley) 6/6/93 -# C|c:\ :pb=^\a?\d?*?\d?\p\d?\(\a?\)(\d|{):\ diff --git a/usr.bin/vis/Makefile b/usr.bin/vis/Makefile index d68884cfec60..d980f32bf397 100644 --- a/usr.bin/vis/Makefile +++ b/usr.bin/vis/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= vis SRCS= vis.c foldit.c diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile index 16516a37d798..8322c4e41475 100644 --- a/usr.bin/vmstat/Makefile +++ b/usr.bin/vmstat/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index eead7a7ef9c3..de4176c9361c 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93 -.\" .Dd June 21, 2021 .Dt VMSTAT 8 .Os diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 338d7b15bd84..058430b56bcb 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 3c1d88e22518..ed0a887a53fc 100644 --- a/usr.bin/w/Makefile +++ b/usr.bin/w/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= w SRCS= fmt.c pr_time.c proc_compare.c w.c diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h index c1dc3804bb7b..6e3ce23f2449 100644 --- a/usr.bin/w/extern.h +++ b/usr.bin/w/extern.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)extern.h 8.1 (Berkeley) 6/6/93 */ extern int use_ampm; diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 7be11b777e79..aef8b5dfaa87 100644 --- a/usr.bin/w/pr_time.c +++ b/usr.bin/w/pr_time.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94"; -#endif #include #include diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index 1cbe5cfabb51..c19c65f6229c 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -30,9 +30,6 @@ */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)proc_compare.c 8.2 (Berkeley) 9/23/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1 index 16c16c0b5318..b93972d3f932 100644 --- a/usr.bin/w/uptime.1 +++ b/usr.bin/w/uptime.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)uptime.1 8.2 (Berkeley) 4/18/94 -.\" .Dd August 18, 2020 .Dt UPTIME 1 .Os diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 7f0d83032d4b..a92edc6f0059 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)w.1 8.1 (Berkeley) 6/6/93 -.\" .Dd August 24, 2020 .Dt W 1 .Os diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 93f17b0f4ae3..35e3da26d1cb 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)w.c 8.4 (Berkeley) 4/16/94"; -#endif /* * w - print system status (who and what) diff --git a/usr.bin/wall/Makefile b/usr.bin/wall/Makefile index 65abb61184c7..0b3e6d55ccde 100644 --- a/usr.bin/wall/Makefile +++ b/usr.bin/wall/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= wall SRCS= ttymsg.c wall.c diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index dc149db84885..4f1c367c505f 100644 --- a/usr.bin/wall/ttymsg.c +++ b/usr.bin/wall/ttymsg.c @@ -30,9 +30,6 @@ */ -#ifndef lint -static const char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; -#endif #include #include diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index 8e8fa47a31bc..9fc438032fc2 100644 --- a/usr.bin/wall/wall.1 +++ b/usr.bin/wall/wall.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)wall.1 8.1 (Berkeley) 6/6/93 -.\" .Dd February 24, 2012 .Dt WALL 1 .Os diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index 335f83623576..1c74336935ca 100644 --- a/usr.bin/wall/wall.c +++ b/usr.bin/wall/wall.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)wall.c 8.2 (Berkeley) 11/16/93"; -#endif /* * This program is not related to David Wall, whose Stanford Ph.D. thesis diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile index 9b3990008c32..7dea1ef9788a 100644 --- a/usr.bin/wc/Makefile +++ b/usr.bin/wc/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 33d57ce31087..482145c8f01f 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)wc.1 8.2 (Berkeley) 4/19/94 -.\" .Dd April 11, 2020 .Dt WC 1 .Os diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 246edcaec7a8..e6607b6dcf66 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/what/Makefile b/usr.bin/what/Makefile index bf21692cf3f2..891598d8ac7e 100644 --- a/usr.bin/what/Makefile +++ b/usr.bin/what/Makefile @@ -1,4 +1,3 @@ -# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 PACKAGE= runtime PROG= what diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index 19a48ce3f6bf..d821896be971 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)what.1 8.1 (Berkeley) 6/6/93 -.\" .Dd December 14, 2006 .Dt WHAT 1 .Os diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index 1829a6b055b2..ccbbb7411c59 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)what.c 8.1 (Berkeley) 6/6/93"; -#endif #include #include diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index 3e93f40d6269..90922ce61db5 100644 --- a/usr.bin/whereis/whereis.1 +++ b/usr.bin/whereis/whereis.1 @@ -27,8 +27,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)whereis.1 8.2 (Berkeley) 12/30/93 -.\" .Dd August 22, 2002 .Dt WHEREIS 1 .Os diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index 6c167879e3b4..14a003ef00bc 100644 --- a/usr.bin/which/Makefile +++ b/usr.bin/which/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= which diff --git a/usr.bin/who/Makefile b/usr.bin/who/Makefile index 51e1fbc85131..5bed74f3c066 100644 --- a/usr.bin/who/Makefile +++ b/usr.bin/who/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= who PACKAGE= acct diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index fe3d6f98b2c6..e6e29b568f48 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)who.1 8.2 (Berkeley) 12/30/93 -.\" .Dd August 30, 2020 .Dt WHO 1 .Os diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index 3b6e7aa4a414..744c733b430e 100644 --- a/usr.bin/whois/Makefile +++ b/usr.bin/whois/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= whois diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 96ff5f299c82..565c2b2fbad1 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)whois.1 8.1 (Berkeley) 6/6/93 -.\" .Dd August 1, 2019 .Dt WHOIS 1 .Os diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 13b9c7d13aef..6223d7a4daf5 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/write/Makefile b/usr.bin/write/Makefile index 8e6454bdc45c..3ccedef7fc04 100644 --- a/usr.bin/write/Makefile +++ b/usr.bin/write/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= write BINMODE=2555 diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index e515077d7c72..d94957a2e777 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -28,8 +28,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)write.1 8.1 (Berkeley) 6/6/93 -.\" .Dd February 13, 2012 .Dt WRITE 1 .Os diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index b5f484dcdf27..15a5916c0c03 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -39,9 +39,6 @@ static const char copyright[] = #endif #if 0 -#ifndef lint -static char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93"; -#endif #endif #include diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile index a3325a9c7612..d3ab18d4fd9a 100644 --- a/usr.bin/xargs/Makefile +++ b/usr.bin/xargs/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/xargs/pathnames.h b/usr.bin/xargs/pathnames.h index 0a387e1f06b4..b804276da175 100644 --- a/usr.bin/xargs/pathnames.h +++ b/usr.bin/xargs/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 */ #define _PATH_ECHO "/bin/echo" diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 0a644343968d..f72ca911037e 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -28,8 +28,6 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.\" -.\" @(#)xargs.1 8.1 (Berkeley) 6/6/93 .\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $ .\" .Dd September 21, 2020 diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 51f42ba2c842..3973cc2d0da9 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -41,9 +41,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; -#endif /* not lint */ #endif #include #include diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 9e91b8b210a0..1ae117441b7b 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 .include diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 346b0f428121..a87c4508d919 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 -.\" .Dd August 4, 2022 .Dt INSTALL 1 .Os diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 1ab9cac76f2f..89e2a9fe225f 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -37,9 +37,6 @@ static const char copyright[] = #endif /* not lint */ #if 0 -#ifndef lint -static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; -#endif /* not lint */ #endif #include diff --git a/usr.bin/xstr/Makefile b/usr.bin/xstr/Makefile index 620a3ba13219..777c2ca74ad8 100644 --- a/usr.bin/xstr/Makefile +++ b/usr.bin/xstr/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/9/93 PROG= xstr diff --git a/usr.bin/xstr/pathnames.h b/usr.bin/xstr/pathnames.h index ace8eb30b7d9..bc75f70df626 100644 --- a/usr.bin/xstr/pathnames.h +++ b/usr.bin/xstr/pathnames.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)pathnames.h 8.1 (Berkeley) 6/9/93 */ #define _PATH_TMP "/tmp/xstrXXXXXX" diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1 index 47de164e9682..7319b2b881b5 100644 --- a/usr.bin/xstr/xstr.1 +++ b/usr.bin/xstr/xstr.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)xstr.1 8.2 (Berkeley) 12/30/93 -.\" .Dd December 30, 1993 .Dt XSTR 1 .Os diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 880fc1583542..a9bfe86381c1 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -36,9 +36,6 @@ static const char copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif -#ifndef lint -static const char sccsid[] = "@(#)xstr.c 8.1 (Berkeley) 6/9/93"; -#endif #include diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index bd5598b61561..1204bb2d5add 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 5.3 (Berkeley) 5/12/90 .include diff --git a/usr.bin/yes/Makefile b/usr.bin/yes/Makefile index 1a1c3c0b2c6f..ea20842b98bf 100644 --- a/usr.bin/yes/Makefile +++ b/usr.bin/yes/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= yes diff --git a/usr.bin/yes/yes.1 b/usr.bin/yes/yes.1 index fb7e4faea374..8ed8beab0d28 100644 --- a/usr.bin/yes/yes.1 +++ b/usr.bin/yes/yes.1 @@ -25,8 +25,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)yes.1 8.1 (Berkeley) 6/6/93 -.\" .Dd June 4, 2014 .Dt YES 1 .Os diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c index 60820368cea1..e19da42ff7bc 100644 --- a/usr.bin/yes/yes.c +++ b/usr.bin/yes/yes.c @@ -36,9 +36,6 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)yes.c 8.1 (Berkeley) 6/6/93"; -#endif #endif /* not lint */ #include diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index 16ee88c84a1e..d6f5bf5f6538 100644 --- a/usr.bin/ypcat/Makefile +++ b/usr.bin/ypcat/Makefile @@ -1,4 +1,3 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 PACKAGE= yp PROG= ypcat diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile index fe7edd3f706e..89033086136f 100644 --- a/usr.bin/ypmatch/Makefile +++ b/usr.bin/ypmatch/Makefile @@ -1,4 +1,3 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 PACKAGE= yp PROG= ypmatch diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile index 912c9b7a03d0..e9a219d901b2 100644 --- a/usr.bin/ypwhich/Makefile +++ b/usr.bin/ypwhich/Makefile @@ -1,4 +1,3 @@ -# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 YPSERV=${SRCTOP}/usr.sbin/ypserv/common .PATH: ${YPSERV}