From 6c3d1bdfa3926926e2756fbb9a547e659bc2a960 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 10 Jan 2004 16:24:22 +0000 Subject: [PATCH] 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 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. * */"