diff options
author | Yonghong Zhu <yonghong.zhu@intel.com> | 2017-12-26 13:24:20 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2017-12-27 13:19:10 +0800 |
commit | a9d9ce8ecc5fa11102b38702e56b9f154a8dda9c (patch) | |
tree | d96fa2a58a7cb3281f2123adfd761ff98f9f15c6 /BaseTools/Source/Python/Workspace/DecBuildData.py | |
parent | dd78bad4ea2a6bec47daf65772f41a549c6d4cf3 (diff) | |
download | edk2-a9d9ce8ecc5fa11102b38702e56b9f154a8dda9c.tar.gz edk2-a9d9ce8ecc5fa11102b38702e56b9f154a8dda9c.tar.bz2 edk2-a9d9ce8ecc5fa11102b38702e56b9f154a8dda9c.zip |
BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py file
The DecBuildData.py, DscBuildData.py and InfBuildData.py were separated
from WorkspaceDatabase.py, so we updated to use same copyright year
info.
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/DecBuildData.py')
-rw-r--r-- | BaseTools/Source/Python/Workspace/DecBuildData.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Workspace/DecBuildData.py b/BaseTools/Source/Python/Workspace/DecBuildData.py index 84489b5b4f..01f716bfab 100644 --- a/BaseTools/Source/Python/Workspace/DecBuildData.py +++ b/BaseTools/Source/Python/Workspace/DecBuildData.py @@ -1,7 +1,7 @@ ## @file
# This file is used to create a database used by build tool
#
-# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>
# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
|