Stay in sync with src/COPYRIGHT and src/sys/sys/copyright.h,

and put the starting year of the project into the copyright.
This commit is contained in:
Ruslan Ermilov 2004-01-11 14:13:29 +00:00
parent e818ceb452
commit 9c855145a8

View File

@ -56,7 +56,7 @@ for bsd_copyright in ../$b ../../$b ../../../$b /usr/src/$b /usr/$b
do do
if [ -r "$bsd_copyright" ]; then if [ -r "$bsd_copyright" ]; then
COPYRIGHT=`sed \ COPYRIGHT=`sed \
-e "s/\[year\]/$year/" \ -e "s/\[year\]/1992-$year/" \
-e 's/\[your name here\]\.* /The FreeBSD Project./' \ -e 's/\[your name here\]\.* /The FreeBSD Project./' \
-e 's/\[your name\]\.*/The FreeBSD Project./' \ -e 's/\[your name\]\.*/The FreeBSD Project./' \
-e '/\[id for your version control system, if any\]/d' \ -e '/\[id for your version control system, if any\]/d' \
@ -68,7 +68,7 @@ done
# no copyright found, use a dummy # no copyright found, use a dummy
if [ X"$COPYRIGHT" = X ]; then if [ X"$COPYRIGHT" = X ]; then
COPYRIGHT="/* COPYRIGHT="/*
* Copyright (c) $year The FreeBSD Project. * Copyright (c) 1992-$year The FreeBSD Project.
* All rights reserved. * All rights reserved.
* *
*/" */"