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/alpha | |
parent | 6134b5fe56fb42991bb6ff35fd7e73b0307763d8 (diff) |
change copyrights on iso images, spotted by miod
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/cdfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/cdfs/Makefile b/distrib/alpha/cdfs/Makefile index 808bd9016e8..e1754f30c0a 100644 --- a/distrib/alpha/cdfs/Makefile +++ b/distrib/alpha/cdfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2003/08/12 03:58:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2004/03/11 22:16:50 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -16,7 +16,7 @@ ${CDROM}: cp ${DESTDIR}/usr/mdec/bootxx ${.OBJDIR}/cd-dir/${OSREV}/alpha (mkhybrid -a -R -v -v -T -L -d -D -N -o ${.OBJDIR}/${CDROM} \ -A "OpenBSD ${OSREV} alpha 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/alpha ${OSREV} boot-only CD" \ ${.OBJDIR}/cd-dir 2>&1) | tee log |