From 81048a39753ccf4aa3a6103416badebbf7d164c4 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 10 Jan 2004 15:38:47 +0000 Subject: s/FreeBSD Inc./The FreeBSD Foundation/g --- sys/conf/newvers.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/conf/newvers.sh') 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 -- cgit v1.1