Skip to content

Commit

Permalink
bin: Remove ancient SCCS tags.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bsdimp committed Nov 27, 2023
1 parent e717cb0 commit 90aea51
Show file tree
Hide file tree
Showing 191 changed files with 0 additions and 432 deletions.
1 change: 0 additions & 1 deletion bin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93

.include <src.opts.mk>

Expand Down
1 change: 0 additions & 1 deletion bin/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93

.include <src.opts.mk>

Expand Down
1 change: 0 additions & 1 deletion bin/cat/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93

.include <src.opts.mk>

Expand Down
2 changes: 0 additions & 2 deletions bin/cat/cat.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)cat.1 8.3 (Berkeley) 5/2/95
.\"
.Dd January 29, 2013
.Dt CAT 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/cat/cat.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ static char const copyright[] =
#endif

#ifndef lint
#if 0
static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/capsicum.h>
Expand Down
1 change: 0 additions & 1 deletion bin/chflags/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93

.include <src.opts.mk>

Expand Down
2 changes: 0 additions & 2 deletions bin/chflags/chflags.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)chflags.1 8.4 (Berkeley) 5/2/95
.\"
.Dd June 12, 2018
.Dt CHFLAGS 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/chflags/chflags.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif

#ifndef lint
static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
#endif
#endif

#include <sys/cdefs.h>
Expand Down
1 change: 0 additions & 1 deletion bin/chio/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93

PACKAGE=utilities
PROG= chio
Expand Down
1 change: 0 additions & 1 deletion bin/chmod/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93

.include <src.opts.mk>

Expand Down
2 changes: 0 additions & 2 deletions bin/chmod/chmod.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)chmod.1 8.4 (Berkeley) 3/31/94
.\"
.Dd January 7, 2017
.Dt CHMOD 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/chmod/chmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */

#ifndef lint
static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/param.h>
Expand Down
1 change: 0 additions & 1 deletion bin/cp/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93

.include <src.opts.mk>

Expand Down
2 changes: 0 additions & 2 deletions bin/cp/cp.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
.\"
.Dd February 23, 2022
.Dt CP 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/cp/cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */

#ifndef lint
static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
/*
Expand Down
2 changes: 0 additions & 2 deletions bin/cp/extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -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/1/94
*/

typedef struct {
Expand Down
3 changes: 0 additions & 3 deletions bin/cp/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
*/

#ifndef lint
#if 0
static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/param.h>
Expand Down
2 changes: 0 additions & 2 deletions bin/csh/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
#
# C Shell with process control; VM/UNIX VAX Makefile
# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
#
Expand Down
1 change: 0 additions & 1 deletion bin/date/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93

.include <src.opts.mk>

Expand Down
2 changes: 0 additions & 2 deletions bin/date/date.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)date.1 8.3 (Berkeley) 4/28/95
.\"
.Dd May 19, 2023
.Dt DATE 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/date/date.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ static char const copyright[] =
#endif /* not lint */

#if 0
#ifndef lint
static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
#endif /* not lint */
#endif

#include <sys/cdefs.h>
Expand Down
1 change: 0 additions & 1 deletion bin/dd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93

.include <src.opts.mk>

Expand Down
3 changes: 0 additions & 3 deletions bin/dd/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
*/

#ifndef lint
#if 0
static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/param.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/dd/conv.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
*/

#ifndef lint
#if 0
static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/param.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/dd/conv_tab.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sys/cdefs.h>
#include <sys/types.h>
Expand Down
2 changes: 0 additions & 2 deletions bin/dd/dd.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions bin/dd/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sys/cdefs.h>
#include <sys/param.h>
Expand Down
2 changes: 0 additions & 2 deletions bin/dd/dd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
2 changes: 0 additions & 2 deletions bin/dd/extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
3 changes: 0 additions & 3 deletions bin/dd/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
*/

#ifndef lint
#if 0
static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/types.h>
Expand Down
3 changes: 0 additions & 3 deletions bin/dd/position.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
*/

#ifndef lint
#if 0
static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/types.h>
Expand Down
1 change: 0 additions & 1 deletion bin/df/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.3 (Berkeley) 5/8/95

PACKAGE=runtime

Expand Down
2 changes: 0 additions & 2 deletions bin/df/df.1
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)df.1 8.3 (Berkeley) 5/8/95
.\"
.Dd March 29, 2023
.Dt DF 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/df/df.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = "@(#)df.c 8.9 (Berkeley) 5/8/95";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/param.h>
Expand Down
2 changes: 0 additions & 2 deletions bin/domainname/domainname.1
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" From: @(#)hostname.1 8.1 (Berkeley) 5/31/93
.\"
.Dd April 22, 2013
.Dt DOMAINNAME 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/domainname/domainname.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */

#ifndef lint
static char const sccsid[] = "From: @(#)hostname.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/param.h>
Expand Down
1 change: 0 additions & 1 deletion bin/echo/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93

.include <src.opts.mk>

Expand Down
2 changes: 0 additions & 2 deletions bin/echo/echo.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)echo.1 8.1 (Berkeley) 7/22/93
.\"
.Dd October 5, 2016
.Dt ECHO 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/echo/echo.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */

#ifndef lint
static char sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/types.h>
Expand Down
2 changes: 0 additions & 2 deletions bin/ed/ed.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,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.
*
* @(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp
*/

#include <sys/param.h>
Expand Down
1 change: 0 additions & 1 deletion bin/hostname/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93

PACKAGE=runtime
PROG= hostname
Expand Down
2 changes: 0 additions & 2 deletions bin/hostname/hostname.1
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)hostname.1 8.2 (Berkeley) 4/28/95
.\"
.Dd October 5, 2020
.Dt HOSTNAME 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/hostname/hostname.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */

#ifndef lint
static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/param.h>
Expand Down
1 change: 0 additions & 1 deletion bin/kill/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93

PACKAGE=runtime
PROG= kill
Expand Down
2 changes: 0 additions & 2 deletions bin/kill/kill.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)kill.1 8.2 (Berkeley) 4/28/95
.\"
.Dd October 3, 2016
.Dt KILL 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/kill/kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <ctype.h>
Expand Down
1 change: 0 additions & 1 deletion bin/ln/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.2 (Berkeley) 5/31/93

.include <src.opts.mk>

Expand Down
2 changes: 0 additions & 2 deletions bin/ln/ln.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)ln.1 8.2 (Berkeley) 12/30/93
.\"
.Dd June 12, 2017
.Dt LN 1
.Os
Expand Down
3 changes: 0 additions & 3 deletions bin/ln/ln.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */

#ifndef lint
static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/param.h>
Expand Down
Loading

0 comments on commit 90aea51

Please sign in to comment.