diff options
-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> |