From: andrewfish Date: Thu, 11 Feb 2010 18:11:16 +0000 (+0000) Subject: Fix headers. X-Git-Url: http://git.etherboot.org/mirror/efi/basetools/.git/commitdiff_plain/38ea600d9ffd02f8b3f89190eb6d70664bc1a1c8 Fix headers. git-svn-id: https://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/trunk/BaseTools@1869 c2973edb-eda0-4c78-bc6a-9341b269661f --- diff --git a/Source/C/GenFw/elf32.h b/Source/C/GenFw/elf32.h index 9e47123..0edba15 100644 --- a/Source/C/GenFw/elf32.h +++ b/Source/C/GenFw/elf32.h @@ -1,3 +1,17 @@ +/** @file +Ported ELF include files from FreeBSD + +Copyright (c) 2009 - 2010, Apple, Inc. All rights reserved. +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. + + +**/ /*- * Copyright (c) 1996-1998 John D. Polstra. * All rights reserved. diff --git a/Source/C/GenFw/elf64.h b/Source/C/GenFw/elf64.h index 9960888..ba8e85f 100644 --- a/Source/C/GenFw/elf64.h +++ b/Source/C/GenFw/elf64.h @@ -1,3 +1,16 @@ +/** @file +Ported ELF include files from FreeBSD + +Copyright (c) 2009 - 2010, Apple, Inc. All rights reserved. +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. + +**/ /*- * Copyright (c) 1996-1998 John D. Polstra. * All rights reserved. diff --git a/Source/C/GenFw/elf_common.h b/Source/C/GenFw/elf_common.h index 471c265..1cd3f53 100644 --- a/Source/C/GenFw/elf_common.h +++ b/Source/C/GenFw/elf_common.h @@ -1,3 +1,17 @@ +/** @file +Ported ELF include files from FreeBSD + +Copyright (c) 2009 - 2010, Apple, Inc. All rights reserved. +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. + + +**/ /*- * Copyright (c) 1998 John D. Polstra. * All rights reserved. diff --git a/Source/Python/sitecustomize.py b/Source/Python/sitecustomize.py index fa5cd40..cd315e0 100644 --- a/Source/Python/sitecustomize.py +++ b/Source/Python/sitecustomize.py @@ -1,3 +1,13 @@ +# +# Copyright (c) 2009 - 2010, Apple, Inc. All rights reserved. +# +# 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. import sys import locale