diff options
author | ru <ru@FreeBSD.org> | 2004-01-10 15:38:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-10 15:38:47 +0000 |
commit | 81048a39753ccf4aa3a6103416badebbf7d164c4 (patch) | |
tree | eef94eb21f4adefd8b741327dcfbc62799aa7060 /sys/conf/newvers.sh | |
parent | 0cae6b43123b9d6e57cba5dcdfb41c8cc031d6a1 (diff) | |
download | FreeBSD-src-81048a39753ccf4aa3a6103416badebbf7d164c4.zip FreeBSD-src-81048a39753ccf4aa3a6103416badebbf7d164c4.tar.gz |
s/FreeBSD Inc./The FreeBSD Foundation/g
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r-- | sys/conf/newvers.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index aeec370..0887192 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\]\.* /FreeBSD Inc./' \ - -e 's/\[your name\]\.*/FreeBSD Inc./' \ + -e 's/\[your name here\]\.* /The FreeBSD Foundation/' \ + -e 's/\[your name\]\.*/The FreeBSD Foundation/' \ -e '/\[id for your version control system, if any\]/d' \ $bsd_copyright` break @@ -68,8 +68,8 @@ done # no copyright found, use a dummy if [ X"$COPYRIGHT" = X ]; then COPYRIGHT="/* - * Copyright (c) $year - * FreeBSD Inc. All rights reserved. + * Copyright (c) $year The FreeBSD Foundation + * All rights reserved. * */" fi |