add rcsid's; tag CSRG-93-11-06 is the previous sources

This commit is contained in:
cgd 1993-11-09 05:07:24 +00:00
parent 7250f6a418
commit 70e18e726e
21 changed files with 42 additions and 21 deletions

View File

@ -1,4 +1,5 @@
# @(#)Makefile 5.6 (Berkeley) 3/12/91
# from: @(#)Makefile 5.6 (Berkeley) 3/12/91
# $Id: Makefile,v 1.4 1993/11/09 05:07:24 cgd Exp $
PROG= more
CFLAGS+=-I${.CURDIR} -DREGEX

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)ch.c 5.11 (Berkeley) 6/21/92";
/* from: static char sccsid[] = "@(#)ch.c 5.11 (Berkeley) 6/21/92"; */
static char *rcsid = "$Id: ch.c,v 1.2 1993/11/09 05:07:50 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)command.c 5.22 (Berkeley) 6/21/92";
/* from: static char sccsid[] = "@(#)command.c 5.22 (Berkeley) 6/21/92"; */
static char *rcsid = "$Id: command.c,v 1.2 1993/11/09 05:08:13 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)decode.c 5.9 (Berkeley) 3/1/91";
/* from: static char sccsid[] = "@(#)decode.c 5.9 (Berkeley) 3/1/91"; */
static char *rcsid = "$Id: decode.c,v 1.2 1993/11/09 05:08:30 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)help.c 5.7 (Berkeley) 6/1/90";
/* from: static char sccsid[] = "@(#)help.c 5.7 (Berkeley) 6/1/90"; */
static char *rcsid = "$Id: help.c,v 1.2 1993/11/09 05:08:46 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)input.c 5.4 (Berkeley) 6/1/90";
/* from: static char sccsid[] = "@(#)input.c 5.4 (Berkeley) 6/1/90"; */
static char *rcsid = "$Id: input.c,v 1.2 1993/11/09 05:09:07 cgd Exp $";
#endif /* not lint */
/*

View File

@ -31,7 +31,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)less.h 5.9 (Berkeley) 6/1/90
* from: @(#)less.h 5.9 (Berkeley) 6/1/90
* $Id: less.h,v 1.2 1993/11/09 05:09:24 cgd Exp $
*/
#undef RECOMP

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)line.c 5.5 (Berkeley) 7/24/91";
/* from: static char sccsid[] = "@(#)line.c 5.5 (Berkeley) 7/24/91"; */
static char *rcsid = "$Id: line.c,v 1.2 1993/11/09 05:09:49 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)linenum.c 5.6 (Berkeley) 6/1/90";
/* from: static char sccsid[] = "@(#)linenum.c 5.6 (Berkeley) 6/1/90"; */
static char *rcsid = "$Id: linenum.c,v 1.2 1993/11/09 05:10:02 cgd Exp $";
#endif /* not lint */
/*

View File

@ -40,7 +40,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)main.c 5.13 (Berkeley) 6/1/90";
/* from: static char sccsid[] = "@(#)main.c 5.13 (Berkeley) 6/1/90"; */
static char *rcsid = "$Id: main.c,v 1.2 1993/11/09 05:10:21 cgd Exp $";
#endif /* not lint */
/*

View File

@ -30,7 +30,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)more.1 5.15 (Berkeley) 7/29/91
.\" from: @(#)more.1 5.15 (Berkeley) 7/29/91
.\" $Id: more.1,v 1.4 1993/11/09 05:10:45 cgd Exp $
.\"
.Dd July 29, 1991
.Dt MORE 1

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)option.c 5.11 (Berkeley) 6/1/90";
/* from: static char sccsid[] = "@(#)option.c 5.11 (Berkeley) 6/1/90"; */
static char *rcsid = "$Id: option.c,v 1.2 1993/11/09 05:11:02 cgd Exp $";
#endif /* not lint */
#include <stdio.h>

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)os.c 5.12 (Berkeley) 3/1/91";
/* from: static char sccsid[] = "@(#)os.c 5.12 (Berkeley) 3/1/91"; */
static char *rcsid = "$Id: os.c,v 1.2 1993/11/09 05:11:24 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)output.c 5.10 (Berkeley) 7/24/91";
/* from: static char sccsid[] = "@(#)output.c 5.10 (Berkeley) 7/24/91"; */
static char *rcsid = "$Id: output.c,v 1.2 1993/11/09 05:11:53 cgd Exp $";
#endif /* not lint */
/*

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)pathnames.h 5.2 (Berkeley) 6/1/90
* from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90
* $Id: pathnames.h,v 1.4 1993/11/09 05:12:17 cgd Exp $
*/
#include <paths.h>

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)position.c 5.7 (Berkeley) 6/1/90";
/* from: static char sccsid[] = "@(#)position.c 5.7 (Berkeley) 6/1/90"; */
static char *rcsid = "$Id: position.c,v 1.2 1993/11/09 05:12:29 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)prim.c 5.8 (Berkeley) 6/1/90";
/* from: static char sccsid[] = "@(#)prim.c 5.8 (Berkeley) 6/1/90"; */
static char *rcsid = "$Id: prim.c,v 1.2 1993/11/09 05:12:42 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)screen.c 5.8 (Berkeley) 6/28/92";
/* from: static char sccsid[] = "@(#)screen.c 5.8 (Berkeley) 6/28/92"; */
static char *rcsid = "$Id: screen.c,v 1.2 1993/11/09 05:13:02 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)signal.c 5.8 (Berkeley) 3/1/91";
/* from: static char sccsid[] = "@(#)signal.c 5.8 (Berkeley) 3/1/91"; */
static char *rcsid = "$Id: signal.c,v 1.2 1993/11/09 05:13:25 cgd Exp $";
#endif /* not lint */
/*

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)tags.c 5.5 (Berkeley) 6/1/90";
/* from: static char sccsid[] = "@(#)tags.c 5.5 (Berkeley) 6/1/90"; */
static char *rcsid = "$Id: tags.c,v 1.2 1993/11/09 05:13:47 cgd Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -33,7 +33,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)ttyin.c 5.4 (Berkeley) 6/1/90";
/* from: static char sccsid[] = "@(#)ttyin.c 5.4 (Berkeley) 6/1/90"; */
static char *rcsid = "$Id: ttyin.c,v 1.2 1993/11/09 05:14:05 cgd Exp $";
#endif /* not lint */
/*