Properly fix the FreeBSD copyright.

Pointed by:	scottl
This commit is contained in:
Ruslan Ermilov 2004-01-10 16:24:22 +00:00
parent 3d7cd67f51
commit 6c3d1bdfa3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124343

View File

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