From: Star Zeng Date: Tue, 6 Feb 2018 02:12:05 +0000 (+0800) Subject: IntelSiliconPkg PlatformVTdSampleDxe: State it is only for dev/debug X-Git-Tag: edk2-stable201903~2459 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=17ac6b23dc92c9a052a252055bec46c70a4b16ee IntelSiliconPkg PlatformVTdSampleDxe: State it is only for dev/debug Cc: Jiewen Yao Cc: Michael Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao --- diff --git a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c index e522db069a..3b141d978f 100644 --- a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c +++ b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.c @@ -1,7 +1,10 @@ /** @file Platform VTd Sample driver. - Copyright (c) 2017, Intel Corporation. All rights reserved.
+ Note: This module should only be used for dev/debug purposes. + It MUST never be used for production builds. + + Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf index 9895bc2011..0200b932d8 100644 --- a/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf +++ b/IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf @@ -1,7 +1,10 @@ ## @file # Platform VTd Sample driver. # -# Copyright (c) 2017, Intel Corporation. All rights reserved.
+# Note: This module should only be used for dev/debug purposes. +# It MUST never be used for production builds. +# +# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at