]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add license header for Duet's makefile.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Mar 2010 01:07:26 +0000 (01:07 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Mar 2010 01:07:26 +0000 (01:07 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10218 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/BootSector/GNUmakefile
DuetPkg/BootSector/Makefile

index d78d37fc6423fd0bc13785f6091cf86f6d7dc1d7..461ba57d7448e1c6f27238e75401ca4136d8bf88 100644 (file)
@@ -1,4 +1,18 @@
-# Just use host GCC to compile boot sector image.
+## @file\r
+#  Just use host GCC to compile boot sector image.\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
+
 ASM=gcc
 DLINK=ld
 
index ad47d1d30fb6cb43c2276b9bfea209a275966c7c..d12f7affb8fada4990e71c251b8072c1d1d377c8 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
 \r
 BASETOOLS_DIR = $(EDK_TOOLS_PATH)\Bin\Win32\r
 \r