clean up SCCS/RCS ID's, add NetBSD to rcsid's.

This commit is contained in:
cgd 1994-06-27 19:54:45 +00:00
parent 89e331dcad
commit c43486be77
3 changed files with 6 additions and 11 deletions

View File

@ -29,8 +29,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.
*
* $Id $
*/
#ifndef lint
@ -40,9 +38,8 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
/*From: */
/* static char sccsid[] = "@(#)cat.c 8.1 (Berkeley) 6/11/93";*/
static char rcsid[] = "$Id: cat.c,v 1.3 1994/01/26 03:21:41 cgd Exp $";
/*static char sccsid[] = "from: @(#)cat.c 8.1 (Berkeley) 6/11/93";*/
static char rcsid[] = "NetBSD $Id: cat.c,v 1.4 1994/06/27 19:54:45 cgd Exp $";
#endif /* not lint */
main()

View File

@ -38,9 +38,8 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
/* From:
static char sccsid[] = "@(#)copy.c 8.1 (Berkeley) 6/11/93"; */
static char rcsid[] = "$Id: copy.c,v 1.3 1994/01/26 03:21:42 cgd Exp $";
/*static char sccsid[] = "from: @(#)copy.c 8.1 (Berkeley) 6/11/93";*/
static char rcsid[] = "NetBSD $Id: copy.c,v 1.4 1994/06/27 19:54:47 cgd Exp $";
#endif /* not lint */
#define BSIZE 10240

View File

@ -38,9 +38,8 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
/* From:
static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/11/93"; */
static char rcsid[] = "$Id: ls.c,v 1.3 1994/01/26 03:21:43 cgd Exp $";
/*static char sccsid[] = "from: @(#)ls.c 8.1 (Berkeley) 6/11/93";*/
static char rcsid[] = "NetBSD $Id: ls.c,v 1.4 1994/06/27 19:54:48 cgd Exp $";
#endif /* not lint */
#include <sys/param.h>