X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FUPT%2FBuildVersion.py;h=1b144dc1b666c4e0361f1f3d98458c715506413e;hb=e812a812c1a0800c49e11507cb46222351520cc7;hp=1ce93dbe8ba72b83bd6463173846b355823b3bd5;hpb=2bc3256ca6d439ebf5d85d5e74e5f3e68df14130;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/UPT/BuildVersion.py b/BaseTools/Source/Python/UPT/BuildVersion.py index 1ce93dbe8b..1b144dc1b6 100644 --- a/BaseTools/Source/Python/UPT/BuildVersion.py +++ b/BaseTools/Source/Python/UPT/BuildVersion.py @@ -2,19 +2,13 @@ # # This file is for build version number auto generation # -# Copyright (c) 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2011 - 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 -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ''' Build version information ''' -gBUILD_VERSION = "Build 2640" +gBUILD_VERSION = "Developer Build based on Revision: Unknown"