diff options
Diffstat (limited to 'BaseTools/Source/Python/Common/BuildVersion.py')
| -rw-r--r-- | BaseTools/Source/Python/Common/BuildVersion.py | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/BaseTools/Source/Python/Common/BuildVersion.py b/BaseTools/Source/Python/Common/BuildVersion.py index 088609f541..d075882435 100644 --- a/BaseTools/Source/Python/Common/BuildVersion.py +++ b/BaseTools/Source/Python/Common/BuildVersion.py @@ -1,10 +1,10 @@ -## @file
-#
-# This file is for build version number auto generation
-#
-# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
-#
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-
-gBUILD_VERSION = "Developer Build based on Revision: Unknown"
+## @file +# +# This file is for build version number auto generation +# +# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# + +gBUILD_VERSION = "Developer Build based on Revision: Unknown" |
