diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-11 22:16:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-11 22:16:51 +0000 |
commit | d57b8b0940d9b2c0bc9222002b7686dcbdb9843d (patch) | |
tree | ed830a3fdb1163d45406a7687381b19c0498b73a /distrib/i386/cdfs | |
parent | 6134b5fe56fb42991bb6ff35fd7e73b0307763d8 (diff) |
change copyrights on iso images, spotted by miod
Diffstat (limited to 'distrib/i386/cdfs')
-rw-r--r-- | distrib/i386/cdfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/cdfs/Makefile b/distrib/i386/cdfs/Makefile index be3c14260a5..12b3a866d8b 100644 --- a/distrib/i386/cdfs/Makefile +++ b/distrib/i386/cdfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/03/04 20:24:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2004/03/11 22:16:50 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -15,7 +15,7 @@ ${CDROM}: cp ${.OBJDIR}/../ramdisk_cd/${CDFS} ${.OBJDIR}/cd-dir/${OSREV}/i386 mkhybrid -a -R -T -L -d -D -N -o ${.OBJDIR}/${CDROM} -v -v \ -A "OpenBSD ${OSREV} i386 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/i386 ${OSREV} boot-only CD" \ -b ${OSREV}/i386/${CDFS} -c ${OSREV}/i386/boot.catalog \ |