Properly fix the FreeBSD copyright.
Pointed by: scottl
This commit is contained in:
parent
3d7cd67f51
commit
6c3d1bdfa3
@ -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.
|
||||
*
|
||||
*/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user