summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-10-17 19:17:23 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-10-17 19:17:23 +0000
commit5ed9e95c99012658a99504b06654cb76a9dcb766 (patch)
tree54114ac258aa381ddb8880b6de0db476affdaf11
parentba3603aa9f11c92e60f98781159c77bd5a326705 (diff)
downloadVirtualBox-svn-5ed9e95c99012658a99504b06654cb76a9dcb766.tar.gz
Devices/Bus: (C) year + keywords
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69124 cfe28804-0f27-0410-a406-dd0f0b0b656f
-rw-r--r--src/VBox/Devices/Bus/DevPCI.cpp2
-rw-r--r--src/VBox/Devices/Bus/DevPciInternal.h2
-rw-r--r--src/VBox/Devices/Bus/DevPciMerge1.cpp.h2
-rw-r--r--src/VBox/Devices/Bus/MsiCommon.h2
-rw-r--r--src/VBox/Devices/Bus/PciInline.h3
-rw-r--r--src/VBox/Devices/Bus/SrvPciRawR0.cpp2
6 files changed, 7 insertions, 6 deletions
diff --git a/src/VBox/Devices/Bus/DevPCI.cpp b/src/VBox/Devices/Bus/DevPCI.cpp
index 27909c7672b..ea14adf9059 100644
--- a/src/VBox/Devices/Bus/DevPCI.cpp
+++ b/src/VBox/Devices/Bus/DevPCI.cpp
@@ -10,7 +10,7 @@
*/
/*
- * Copyright (C) 2006-2016 Oracle Corporation
+ * Copyright (C) 2006-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
diff --git a/src/VBox/Devices/Bus/DevPciInternal.h b/src/VBox/Devices/Bus/DevPciInternal.h
index 3ede74f7448..68615af4e96 100644
--- a/src/VBox/Devices/Bus/DevPciInternal.h
+++ b/src/VBox/Devices/Bus/DevPciInternal.h
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2010-2016 Oracle Corporation
+ * Copyright (C) 2010-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
diff --git a/src/VBox/Devices/Bus/DevPciMerge1.cpp.h b/src/VBox/Devices/Bus/DevPciMerge1.cpp.h
index d85dcf49691..ebf66d255b3 100644
--- a/src/VBox/Devices/Bus/DevPciMerge1.cpp.h
+++ b/src/VBox/Devices/Bus/DevPciMerge1.cpp.h
@@ -8,7 +8,7 @@
*/
/*
- * Copyright (C) 2004-2016 Oracle Corporation
+ * Copyright (C) 2004-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
diff --git a/src/VBox/Devices/Bus/MsiCommon.h b/src/VBox/Devices/Bus/MsiCommon.h
index c5705092027..6b84013aade 100644
--- a/src/VBox/Devices/Bus/MsiCommon.h
+++ b/src/VBox/Devices/Bus/MsiCommon.h
@@ -3,7 +3,7 @@
* Header for MSI/MSI-X support routines.
*/
/*
- * Copyright (C) 2010-2016 Oracle Corporation
+ * Copyright (C) 2010-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
diff --git a/src/VBox/Devices/Bus/PciInline.h b/src/VBox/Devices/Bus/PciInline.h
index abf6f644ac0..3e7ebe787a9 100644
--- a/src/VBox/Devices/Bus/PciInline.h
+++ b/src/VBox/Devices/Bus/PciInline.h
@@ -1,9 +1,10 @@
+/* $Id$ */
/** @file
* PCI - The PCI Controller And Devices, inline device helpers.
*/
/*
- * Copyright (C) 2006-2016 Oracle Corporation
+ * Copyright (C) 2006-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
diff --git a/src/VBox/Devices/Bus/SrvPciRawR0.cpp b/src/VBox/Devices/Bus/SrvPciRawR0.cpp
index 7b7ba9a2a01..d87aec73b2c 100644
--- a/src/VBox/Devices/Bus/SrvPciRawR0.cpp
+++ b/src/VBox/Devices/Bus/SrvPciRawR0.cpp
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2011-2016 Oracle Corporation
+ * Copyright (C) 2011-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;