summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-08-25 21:27:25 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-08-25 21:27:25 +0000
commitbed5e96eeeb7c48680a36ef076ce6d47df122241 (patch)
tree3ee07f2e1f44a7727895da0549cc091590abf4a4 /sys
parentcfbbc0d2953469d053b4058d7960d1672b5258c9 (diff)
Add missing $OpenBSD$ tag.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/socppc/include/fdt.h1
-rw-r--r--sys/arch/socppc/socppc/fdt.c1
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>