From a7dfeddaf71a4aed5fe726f8c05dbbede942c6e6 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 10 Jan 2004 16:24:22 +0000 Subject: Properly fix the FreeBSD copyright. Pointed by: scottl --- sys/conf/newvers.sh | 6 +++--- 1 file 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. * */" -- cgit v1.1