summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/newvers.sh')
-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