aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-11 14:13:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-11 14:13:29 +0000
commit9c855145a8df73a75892013051e209362fb5c1ee (patch)
tree0cebe7c866a58c8d8c8526d748ff7b709cfe1a2d /sys/conf/newvers.sh
parente818ceb452d627da9c192facd43c02208f797c85 (diff)
downloadsrc-9c855145a8df73a75892013051e209362fb5c1ee.tar.gz
src-9c855145a8df73a75892013051e209362fb5c1ee.zip
Stay in sync with src/COPYRIGHT and src/sys/sys/copyright.h,
and put the starting year of the project into the copyright.
Notes
Notes: svn path=/head/; revision=124377
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index b9e85f2b16d5..930259cf180c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -56,7 +56,7 @@ for bsd_copyright in ../$b ../../$b ../../../$b /usr/src/$b /usr/$b
do
if [ -r "$bsd_copyright" ]; then
COPYRIGHT=`sed \
- -e "s/\[year\]/$year/" \
+ -e "s/\[year\]/1992-$year/" \
-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' \
@@ -68,7 +68,7 @@ done
# no copyright found, use a dummy
if [ X"$COPYRIGHT" = X ]; then
COPYRIGHT="/*
- * Copyright (c) $year The FreeBSD Project.
+ * Copyright (c) 1992-$year The FreeBSD Project.
* All rights reserved.
*
*/"