summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
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