diff options
author | ians <ians@cvs.openbsd.org> | 2017-08-31 21:39:26 +0000 |
---|---|---|
committer | ians <ians@cvs.openbsd.org> | 2017-08-31 21:39:26 +0000 |
commit | f905ac3174a42f195b6c69480c7bbafbca2692be (patch) | |
tree | 58c309f97a357a6c010449be70a69cb4a93af906 | |
parent | 460550dd4ecd0a1e2b90fa623d597f809b6926d9 (diff) |
Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files.
thanks Artturi Alm, ok patrick@
-rw-r--r-- | sys/arch/armv7/omap/amdisplay.c | 1 | ||||
-rw-r--r-- | sys/arch/armv7/omap/amdisplayreg.h | 1 | ||||
-rw-r--r-- | sys/arch/armv7/omap/nxphdmi.c | 1 | ||||
-rw-r--r-- | sys/arch/armv7/omap/nxphdmivar.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/armv7/omap/amdisplay.c b/sys/arch/armv7/omap/amdisplay.c index 912e5407035..91866fed9f5 100644 --- a/sys/arch/armv7/omap/amdisplay.c +++ b/sys/arch/armv7/omap/amdisplay.c @@ -1,3 +1,4 @@ +/* $OpenBSD: amdisplay.c,v 1.5 2017/08/31 21:39:25 ians Exp $ */ /* * Copyright (c) 2016 Ian Sutton <ians@openbsd.org> * diff --git a/sys/arch/armv7/omap/amdisplayreg.h b/sys/arch/armv7/omap/amdisplayreg.h index 79f6bdd0883..b79c3c69504 100644 --- a/sys/arch/armv7/omap/amdisplayreg.h +++ b/sys/arch/armv7/omap/amdisplayreg.h @@ -1,3 +1,4 @@ +/* $OpenBSD: amdisplayreg.h,v 1.4 2017/08/31 21:39:25 ians Exp $ */ /* * Copyright (c) 2016 Ian Sutton <ians@openbsd.org> * diff --git a/sys/arch/armv7/omap/nxphdmi.c b/sys/arch/armv7/omap/nxphdmi.c index db73c285b10..9add05ebdd6 100644 --- a/sys/arch/armv7/omap/nxphdmi.c +++ b/sys/arch/armv7/omap/nxphdmi.c @@ -1,3 +1,4 @@ +/* $OpenBSD: nxphdmi.c,v 1.4 2017/08/31 21:39:25 ians Exp $ */ /* * Copyright (c) 2016 Ian Sutton <ians@openbsd.org> * All rights reserved. diff --git a/sys/arch/armv7/omap/nxphdmivar.h b/sys/arch/armv7/omap/nxphdmivar.h index 0a7038270bd..f1941d2cfc5 100644 --- a/sys/arch/armv7/omap/nxphdmivar.h +++ b/sys/arch/armv7/omap/nxphdmivar.h @@ -1,3 +1,4 @@ +/* $OpenBSD: nxphdmivar.h,v 1.3 2017/08/31 21:39:25 ians Exp $ */ /* * Copyright (c) 2016 Ian Sutton <ians@openbsd.org> * |