]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Cleanup license header
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Mar 2010 01:23:13 +0000 (01:23 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Mar 2010 01:23:13 +0000 (01:23 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10219 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/BootSector/FILE.LST
DuetPkg/CreateBootDisk.bat
DuetPkg/CreateBootDisk.sh
DuetPkg/DuetPkg.dec
DuetPkg/Include/Guid/ConsoleOutConfig.h
DuetPkg/PostBuild.bat
DuetPkg/PostBuild.sh

index f0f47a42a9de0c60607f458ca5cca17743ecda27..d75539f8203a506d41abf521d1a9fe540804e021 100644 (file)
@@ -1,3 +1,16 @@
+## @file\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
+\r
 IA32\r
 ====\r
 FAT12                   FAT16             FAT32\r
index e4e1369cd448c08585ddb623c5c411355fe25471..3b9db8e1a37b86146e3f5c64a7d22f9f831f44bc 100644 (file)
@@ -1,4 +1,16 @@
-@REM\r
+@REM ## @file\r
+@REM #\r
+@REM #  Copyright (c) 2010, Intel Corporation, All rights reserved. <BR>\r
+@REM #\r
+@REM #  This program and the accompanying materials\r
+@REM #  are licensed and made available under the terms and conditions of the BSD License\r
+@REM #  which accompanies this distribution. The full text of the license may be found at\r
+@REM #  http://opensource.org/licenses/bsd-license.php\r
+@REM #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+@REM #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM #\r
+@REM #\r
+@REM ##\r
 \r
 @REM Set up environment at fisrt.\r
 \r
index bfe1abd83e6872ff533d3dad5126aff7bfabacd3..01e97049057f7a9d138fddfb564a1f8aa3704937 100755 (executable)
@@ -1,4 +1,18 @@
-#! /bin/sh
+#! /bin/sh\r
+\r
+## @file\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
+##\r
 
 # Set up environment at fisrt.
 export BUILD_DIR=$WORKSPACE/Build/DuetPkg/DEBUG_UNIXGCC
index ca35f9577e399d55412c5e1399d55834b5c548ac..a2d3dc00e5e1cbcb7f89006c8fb47d0d13c73a5d 100644 (file)
@@ -3,9 +3,8 @@
 # This Package provides all definitions(including functions, MACROs, structures and library classes)\r
 # and libraries instances, which are only used by Duet platform.\r
 #\r
-# Copyright (c) 2007 - 2010, Intel Corporation.\r
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved. <BR>\r
 #\r
-# All rights reserved.\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
 # The full text of the license may be found at\r
index a9e63808049f697b9c83e7f0bb9639d4d5eac659..4698b912c0e9b63b43fb7211de096da825436560 100644 (file)
@@ -1,14 +1,14 @@
 /**@file\r
   Setup Variable data structure for Duet platform.\r
 \r
-Copyright (c)  2010 Intel Corporation. All rights reserved\r
-This software and associated documentation (if any) is furnished\r
-under a license and may only be used or copied in accordance\r
-with the terms of the license. Except as permitted by such\r
-license, no part of this software or documentation may be\r
-reproduced, stored in a retrieval system, or transmitted in any\r
-form or by any means without the express written consent of\r
-Intel Corporation.\r
+Copyright (c) 2010, Intel Corporation. All rights reserved. <BR>\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
+                                                                                          \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
 \r
index 43f7de94643963d78a1a9631d4b06201e9aa80ae..97b3649a2283ad2bc5441da90b3452a3c844da6b 100644 (file)
@@ -1,8 +1,20 @@
-@REM \r
-@REM  Currently, Build system does not provide post build mechanism for module \r
-@REM  and platform building, so just use a bat file to do post build commands.\r
-@REM  Originally, following post building command is for EfiLoader module.\r
-@REM \r
+@REM ## @file\r
+@REM #\r
+@REM #  Currently, Build system does not provide post build mechanism for module \r
+@REM #  and platform building, so just use a bat file to do post build commands.\r
+@REM #  Originally, following post building command is for EfiLoader module.\r
+@REM #\r
+@REM #  Copyright (c) 2010, Intel Corporation, All rights reserved. <BR>\r
+@REM #\r
+@REM #  This program and the accompanying materials\r
+@REM #  are licensed and made available under the terms and conditions of the BSD License\r
+@REM #  which accompanies this distribution. The full text of the license may be found at\r
+@REM #  http://opensource.org/licenses/bsd-license.php\r
+@REM #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+@REM #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM #\r
+@REM #\r
+@REM ##\r
 \r
 @set BUILD_DIR=%WORKSPACE%\Build\DuetPkg\DEBUG_MYTOOLS\r
 @set BASETOOLS_DIR=%WORKSPACE_TOOLS_PATH%\Bin\Win32\r
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