summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-08-09 20:59:44 +0000
committerRobert Mustacchi <rm@joyent.com>2011-08-09 21:03:38 +0000
commit36b02c7d91a50fee2ce77a283b2674c0a631ca3c (patch)
tree3beec74664dc59d696bc7ca92634d1b2e10bdda0 /hw
parent40c4552b3553bddf9647692b9d228bf14b44b636 (diff)
downloadillumos-kvm-cmd-36b02c7d91a50fee2ce77a283b2674c0a631ca3c.tar.gz
HVM-588 Make sure copyright is updated in kvm-cmd
Diffstat (limited to 'hw')
-rw-r--r--hw/hw.h2
-rw-r--r--hw/pc.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/hw/hw.h b/hw/hw.h
index a412c18..60391e6 100644
--- a/hw/hw.h
+++ b/hw/hw.h
@@ -1,4 +1,6 @@
/* Declarations for use by hardware emulation. */
+/* Copyright 2011 QEMU contributors */
+/* Portions Copyright 2011 Joyent, Inc. */
#ifndef QEMU_HW_H
#define QEMU_HW_H
diff --git a/hw/pc.c b/hw/pc.c
index 3d7ed27..fe384e9 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -2,6 +2,7 @@
* QEMU PC System Emulator
*
* Copyright (c) 2003-2004 Fabrice Bellard
+ * Copyright 2011 Joyent, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal