summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/vmd/pci.c2
-rw-r--r--usr.sbin/vmd/pci.h2
-rw-r--r--usr.sbin/vmd/virtio.c2
-rw-r--r--usr.sbin/vmd/virtio.h2
-rw-r--r--usr.sbin/vmd/vmd.c2
-rw-r--r--usr.sbin/vmd/vmd.h1
6 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/vmd/pci.c b/usr.sbin/vmd/pci.c
index 2704cb0fdbb..e0fd19384a5 100644
--- a/usr.sbin/vmd/pci.c
+++ b/usr.sbin/vmd/pci.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: pci.c,v 1.2 2015/11/22 21:51:32 reyk Exp $ */
+
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
*
diff --git a/usr.sbin/vmd/pci.h b/usr.sbin/vmd/pci.h
index a7cdd2901ef..dfeefda16ba 100644
--- a/usr.sbin/vmd/pci.h
+++ b/usr.sbin/vmd/pci.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: pci.h,v 1.2 2015/11/22 21:51:32 reyk Exp $ */
+
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
*
diff --git a/usr.sbin/vmd/virtio.c b/usr.sbin/vmd/virtio.c
index 537b29726aa..5a5381c0afa 100644
--- a/usr.sbin/vmd/virtio.c
+++ b/usr.sbin/vmd/virtio.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: virtio.c,v 1.2 2015/11/22 21:51:32 reyk Exp $ */
+
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
*
diff --git a/usr.sbin/vmd/virtio.h b/usr.sbin/vmd/virtio.h
index d20ae7b2ea7..fbc0e1c327c 100644
--- a/usr.sbin/vmd/virtio.h
+++ b/usr.sbin/vmd/virtio.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: virtio.h,v 1.2 2015/11/22 21:51:32 reyk Exp $ */
+
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
*
diff --git a/usr.sbin/vmd/vmd.c b/usr.sbin/vmd/vmd.c
index 80804727e7b..ba123b5cd45 100644
--- a/usr.sbin/vmd/vmd.c
+++ b/usr.sbin/vmd/vmd.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: vmd.c,v 1.2 2015/11/22 21:51:32 reyk Exp $ */
+
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
*
diff --git a/usr.sbin/vmd/vmd.h b/usr.sbin/vmd/vmd.h
index 6b7c75e12ea..768fcb2e612 100644
--- a/usr.sbin/vmd/vmd.h
+++ b/usr.sbin/vmd/vmd.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: vmd.h,v 1.2 2015/11/22 21:51:32 reyk Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>