aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-10 16:24:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-10 16:24:22 +0000
commit6c3d1bdfa3926926e2756fbb9a547e659bc2a960 (patch)
tree4e32e390ca0b19190bddb5e70679c9f7d14a1ce2 /sys/conf/newvers.sh
parent3d7cd67f51d1a41fdb76865f2a20776f85503654 (diff)
downloadsrc-6c3d1bdfa3926926e2756fbb9a547e659bc2a960.tar.gz
src-6c3d1bdfa3926926e2756fbb9a547e659bc2a960.zip
Properly fix the FreeBSD copyright.
Pointed by: scottl
Notes
Notes: svn path=/head/; revision=124343
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 088719257d04..b9e85f2b16d5 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.
*
*/"