]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add the missing BDS license header.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Feb 2010 09:48:29 +0000 (09:48 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 8 Feb 2010 09:48:29 +0000 (09:48 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9950 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrCompiler.cpp
EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrCompiler.h
EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrError.cpp
EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrError.h
EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrFormPkg.cpp
EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrFormPkg.h
EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrSyntax.g
EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrUtilityLib.cpp
EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/VfrUtilityLib.h

index b1b19b90bf2275e1a20c862ce291e2b5dfa1028f..99719367efa532ec46328d3d96cfb17b6348c9b3 100644 (file)
@@ -1,3 +1,22 @@
+/*++\r
+\r
+Copyright (c) 2004 - 2010, Intel Corporation\r
+All rights reserved. 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
+Module Name:\r
+\r
+VfrCompiler.cpp\r
+\r
+Abstract:\r
+\r
+--*/\r
+\r
 #include "stdio.h"\r
 #include "string.h"\r
 #include "process.h"\r
index a980cb5b1a0c48ae2abcec9f43ee4503ca965d31..3a6a7f2ea45ad8005d1f889eca99c9fe28fe0ea9 100644 (file)
@@ -1,3 +1,22 @@
+/*++
+
+Copyright (c) 2004 - 2009, 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.             
+
+Module Name:
+
+VfrCompiler.h
+
+Abstract:
+
+--*/\r
+\r
 #ifndef _VFRCOMPILER_H_\r
 #define _VFRCOMPILER_H_\r
 \r
index e1575770a831f1de4f7b167b90ecb47f46a13692..ecbfd2178ea650eea29f7c28bf3a5ca3f8a1998c 100644 (file)
@@ -1,3 +1,22 @@
+/*++\r
+\r
+Copyright (c) 2004 - 2010, Intel Corporation\r
+All rights reserved. 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
+Module Name:\r
+\r
+VfrError.cpp\r
+\r
+Abstract:\r
+\r
+--*/\r
+\r
 #include "stdio.h"\r
 #include "string.h"\r
 #include "stdlib.h"\r
index 5e8ac51ec9d3d7b95c2bd7e33bf844c0a9c34c3e..2238ec4be7e251db0a669a3e794e43a96eb15162 100644 (file)
@@ -1,3 +1,22 @@
+/*++\r
+\r
+Copyright (c) 2004 - 2010, Intel Corporation\r
+All rights reserved. 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
+Module Name:\r
+\r
+VfrError.h\r
+\r
+Abstract:\r
+\r
+--*/\r
+\r
 #ifndef _VFRERROR_H_\r
 #define _VFRERROR_H_\r
 \r
index 2ac1b681bf0ec319e1cf4caf76e9731387299289..8a0675b859a9a91fc75ded2b52c248eb25da54d6 100644 (file)
@@ -1,3 +1,22 @@
+/*++\r
+\r
+Copyright (c) 2004 - 2010, Intel Corporation\r
+All rights reserved. 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
+Module Name:\r
+\r
+VfrFormPkg.cpp\r
+\r
+Abstract:\r
+\r
+--*/\r
+\r
 #include "stdio.h"\r
 #include "VfrFormPkg.h"\r
 \r
index 67afbdd36920a603d914b2bb176a73307f85cd8f..9091204f991a7565e09f339527c770a71d69e06c 100644 (file)
@@ -1,3 +1,22 @@
+/*++\r
+\r
+Copyright (c) 2004 - 2010, Intel Corporation\r
+All rights reserved. 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
+Module Name:\r
+\r
+VfrFormPkg.h\r
+\r
+Abstract:\r
+\r
+--*/\r
+\r
 #ifndef _EFIIFRCLASS_H_\r
 #define _EFIIFRCLASS_H_\r
 \r
index 6029d9e2d8f646fd27acb9bd9038e1755985f48a..060f85bd99a966398cf0eb9a3b19c1a17f80d942 100644 (file)
@@ -1,3 +1,20 @@
+/*++
+Copyright (c) 2004 - 2010, 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.
+
+Module Name:
+  VfrSyntax.g
+
+Abstract:
+
+--*/\r
+\r
 #header<<\r
 \r
 #include "EfiVfr.h"\r
index 8ff77e783b8f8bd442b46e5708472ccd314e64bd..1080095c873df360617636f6b720d8492edf1793 100644 (file)
@@ -1,3 +1,22 @@
+/*++\r
+\r
+Copyright (c) 2004 - 2010, Intel Corporation\r
+All rights reserved. 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
+Module Name:\r
+\r
+VfrUtilityLib.cpp\r
+\r
+Abstract:\r
+\r
+--*/\r
+\r
 #include "stdio.h"\r
 #include "stdlib.h"\r
 #include "VfrUtilityLib.h"\r
index e8c10091014d12e6468490222200fee03c15ff45..70301241c6e836365a460d55beb409237fe8eb18 100644 (file)
@@ -1,3 +1,22 @@
+/*++\r
+\r
+Copyright (c) 2004 - 2010, Intel Corporation\r
+All rights reserved. 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
+Module Name:\r
+\r
+VfrUtilityLib.h\r
+\r
+Abstract:\r
+\r
+--*/\r
+\r
 #ifndef _VFRUTILITYLIB_H_\r
 #define _VFRUTILITYLIB_H_\r
 \r