diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-08-25 21:27:25 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-08-25 21:27:25 +0000 |
commit | bed5e96eeeb7c48680a36ef076ce6d47df122241 (patch) | |
tree | 3ee07f2e1f44a7727895da0549cc091590abf4a4 /sys | |
parent | cfbbc0d2953469d053b4058d7960d1672b5258c9 (diff) |
Add missing $OpenBSD$ tag.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/socppc/include/fdt.h | 1 | ||||
-rw-r--r-- | sys/arch/socppc/socppc/fdt.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/socppc/include/fdt.h b/sys/arch/socppc/include/fdt.h index 5d6fb699d4d..bd92cc3947c 100644 --- a/sys/arch/socppc/include/fdt.h +++ b/sys/arch/socppc/include/fdt.h @@ -1,3 +1,4 @@ +/* $OpenBSD: fdt.h,v 1.2 2009/08/25 21:27:24 kettenis Exp $ */ /* * Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net> diff --git a/sys/arch/socppc/socppc/fdt.c b/sys/arch/socppc/socppc/fdt.c index 52cb0d28b87..61b4bcbda63 100644 --- a/sys/arch/socppc/socppc/fdt.c +++ b/sys/arch/socppc/socppc/fdt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fdt.c,v 1.2 2009/08/25 21:27:24 kettenis Exp $ */ /* * Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net> |