diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-11-22 21:51:33 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-11-22 21:51:33 +0000 |
commit | 10e0f0420da94433ca3033ed9d44d8cb57d29a9d (patch) | |
tree | 416e6893570bb22118843014412f7dfde33065df /usr.sbin/vmd | |
parent | 791daec1096cc02bb42906fe4ff25a02b905ef77 (diff) |
Add $ Ids
Diffstat (limited to 'usr.sbin/vmd')
-rw-r--r-- | usr.sbin/vmd/pci.c | 2 | ||||
-rw-r--r-- | usr.sbin/vmd/pci.h | 2 | ||||
-rw-r--r-- | usr.sbin/vmd/virtio.c | 2 | ||||
-rw-r--r-- | usr.sbin/vmd/virtio.h | 2 | ||||
-rw-r--r-- | usr.sbin/vmd/vmd.c | 2 | ||||
-rw-r--r-- | usr.sbin/vmd/vmd.h | 1 |
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> |