summaryrefslogtreecommitdiff
path: root/distrib/amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-11 22:16:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-11 22:16:51 +0000
commitd57b8b0940d9b2c0bc9222002b7686dcbdb9843d (patch)
treeed830a3fdb1163d45406a7687381b19c0498b73a /distrib/amd64
parent6134b5fe56fb42991bb6ff35fd7e73b0307763d8 (diff)
change copyrights on iso images, spotted by miod
Diffstat (limited to 'distrib/amd64')
-rw-r--r--distrib/amd64/cdfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/cdfs/Makefile b/distrib/amd64/cdfs/Makefile
index a4b46155ef0..9df7c8106bc 100644
--- a/distrib/amd64/cdfs/Makefile
+++ b/distrib/amd64/cdfs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2004/02/22 00:24:43 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2004/03/11 22:16:50 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -15,7 +15,7 @@ ${CDROM}:
cp ${.OBJDIR}/../ramdisk_cd/${CDFS} ${.OBJDIR}/cd-dir/${OSREV}/amd64
mkhybrid -a -R -T -L -d -D -N -o ${.OBJDIR}/${CDROM} -v -v \
-A "OpenBSD ${OSREV} amd64 bootonly CD" \
- -P "Copyright (c) 2003 Theo de Raadt, The OpenBSD project" \
+ -P "Copyright (c) 2004 Theo de Raadt, The OpenBSD project" \
-p "Theo de Raadt <deraadt@openbsd.org>" \
-V "OpenBSD/amd64 ${OSREV} boot-only CD" \
-b ${OSREV}/amd64/${CDFS} -c ${OSREV}/amd64/boot.catalog \