summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-10 16:24:22 +0000
committerru <ru@FreeBSD.org>2004-01-10 16:24:22 +0000
commita7dfeddaf71a4aed5fe726f8c05dbbede942c6e6 (patch)
tree4e32e390ca0b19190bddb5e70679c9f7d14a1ce2
parent556ef198b494621fee2c027fc454b3739bc54b23 (diff)
downloadFreeBSD-src-a7dfeddaf71a4aed5fe726f8c05dbbede942c6e6.zip
FreeBSD-src-a7dfeddaf71a4aed5fe726f8c05dbbede942c6e6.tar.gz
Properly fix the FreeBSD copyright.
Pointed by: scottl
-rw-r--r--sys/conf/newvers.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 0887192..b9e85f2 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -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.
*
*/"
OpenPOWER on IntegriCloud