Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/05/2004 03:33:06
Module Name: src
Committed By: lukem
Date: Mon Jan 5 03:33:06 UTC 2004
Modified Files:
src/sys/conf: newvers.sh
src/sys/kern: init_main.c
Added Files:
src/sys/conf: copyright
Log Message:
Store the copyright text in conf/copyright, and use conf/newvers.sh
to generate the appropriate const char copyright[] = "...";
statement instead of hard coding it into kern/init_main.c.
Idea from Simon Burge.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/conf/copyright
cvs rdiff -r1.36 -r1.37 src/sys/conf/newvers.sh
cvs rdiff -r1.230 -r1.231 src/sys/kern/init_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.