]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PostBuild.sh
Cleanup license header
[mirror_edk2.git] / DuetPkg / PostBuild.sh
index 69a4747ecbaad80da6f85fd2432ebe4d402b1560..1523738ea492c0b66516eb33176c1bcfd854b93d 100755 (executable)
@@ -1,10 +1,23 @@
 #!/bin/sh
+\r
+## @file\r
+#\r
+#  Currently, Build system does not provide post build mechanism for module \r
+#  and platform building, so just use a sh file to do post build commands.\r
+#  Originally, following post building command is for EfiLoader module.\r
+#\r
+#  Copyright (c) 2010, Intel Corporation, All rights reserved. <BR>\r
+#\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+
 
-#
-#  Currently, Build system does not provide post build mechanism for module 
-#  and platform building, so just use a sh file to do post build commands.
-#  Originally, following post building command is for EfiLoader module.
-#
 
 export BUILD_DIR=$WORKSPACE/Build/DuetPkg/DEBUG_UNIXGCC
 export BASETOOLS_DIR=$WORKSPACE/Conf/BaseToolsSource/Source/C/bin