From 90aea514c6249118e880d75972d063362f4bf492 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 23 Nov 2023 10:21:37 -0700 Subject: bin: Remove ancient SCCS tags. Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix --- bin/dd/Makefile | 1 - bin/dd/args.c | 3 --- bin/dd/conv.c | 3 --- bin/dd/conv_tab.c | 3 --- bin/dd/dd.1 | 2 -- bin/dd/dd.c | 3 --- bin/dd/dd.h | 2 -- bin/dd/extern.h | 2 -- bin/dd/misc.c | 3 --- bin/dd/position.c | 3 --- 10 files changed, 25 deletions(-) (limited to 'bin/dd') diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 90561ada199a..fde8e08db42a 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,4 +1,3 @@ -# @(#)Makefile 8.1 (Berkeley) 5/31/93 .include diff --git a/bin/dd/args.c b/bin/dd/args.c index 0e4edb6e2ca5..c16b37528f94 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -34,9 +34,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; -#endif #endif /* not lint */ #include #include diff --git a/bin/dd/conv.c b/bin/dd/conv.c index b7cc1e5b5383..2ac1e1229976 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -34,9 +34,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; -#endif #endif /* not lint */ #include #include diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index e6cc873bf9b1..7f256e8fd032 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -34,9 +34,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; -#endif #endif /* not lint */ #include #include diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 8971566bdeab..fa04b3673d39 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -29,8 +29,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)dd.1 8.2 (Berkeley) 1/13/94 -.\" .Dd June 4, 2020 .Dt DD 1 .Os diff --git a/bin/dd/dd.c b/bin/dd/dd.c index c1e8a4efdc5f..a2997ea12249 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -40,9 +40,6 @@ static char const copyright[] = The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ -#ifndef lint -static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; -#endif /* not lint */ #endif #include #include diff --git a/bin/dd/dd.h b/bin/dd/dd.h index ce00412073e3..d2d564494a54 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.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. - * - * @(#)dd.h 8.3 (Berkeley) 4/2/94 */ /* Input/output stream state. */ diff --git a/bin/dd/extern.h b/bin/dd/extern.h index 760eecb14b59..505f107221c4 100644 --- a/bin/dd/extern.h +++ b/bin/dd/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.3 (Berkeley) 4/2/94 */ void block(void); diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 2cb0cad8bcc2..c9c99a13280f 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -34,9 +34,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; -#endif #endif /* not lint */ #include #include diff --git a/bin/dd/position.c b/bin/dd/position.c index c8ec531e6000..07a46e4a53fb 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -34,9 +34,6 @@ */ #ifndef lint -#if 0 -static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; -#endif #endif /* not lint */ #include #include -- cgit v1.2.3