|
From: <qh...@us...> - 2010-02-12 03:25:04
|
Revision: 1870
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=1870&view=rev
Author: qhuang8
Date: 2010-02-12 03:24:54 +0000 (Fri, 12 Feb 2010)
Log Message:
-----------
Add BSD license header for some source files and scripts in build tools project.
Modified Paths:
--------------
trunk/BaseTools/Source/C/Makefiles/NmakeSubdirs.bat
trunk/BaseTools/Source/C/Makefiles/app.makefile
trunk/BaseTools/Source/C/Makefiles/footer.makefile
trunk/BaseTools/Source/C/Makefiles/header.makefile
trunk/BaseTools/Source/C/Makefiles/lib.makefile
trunk/BaseTools/Source/C/Makefiles/ms.app
trunk/BaseTools/Source/C/Makefiles/ms.common
trunk/BaseTools/Source/C/Makefiles/ms.lib
trunk/BaseTools/Source/C/Makefiles/ms.rule
trunk/BaseTools/Source/C/PyEfiCompressor/EfiCompressor.c
trunk/BaseTools/Source/C/PyEfiCompressor/Makefile
trunk/BaseTools/Source/C/PyUtility/Makefile
trunk/BaseTools/Source/C/PyUtility/PyUtility.c
trunk/BaseTools/gcc/mingw-gcc-build.py
Modified: trunk/BaseTools/Source/C/Makefiles/NmakeSubdirs.bat
===================================================================
--- trunk/BaseTools/Source/C/Makefiles/NmakeSubdirs.bat 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/Makefiles/NmakeSubdirs.bat 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,14 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+
@echo off
setlocal
SET NMAKE_COMMAND=%1
Modified: trunk/BaseTools/Source/C/Makefiles/app.makefile
===================================================================
--- trunk/BaseTools/Source/C/Makefiles/app.makefile 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/Makefiles/app.makefile 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,15 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+#
+
MAKEROOT ?= ../..
include $(MAKEROOT)/Makefiles/header.makefile
Modified: trunk/BaseTools/Source/C/Makefiles/footer.makefile
===================================================================
--- trunk/BaseTools/Source/C/Makefiles/footer.makefile 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/Makefiles/footer.makefile 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,14 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+
DEPFILES = $(OBJECTS:%.o=%.d)
$(MAKEROOT)/libs-$(ARCH):
Modified: trunk/BaseTools/Source/C/Makefiles/header.makefile
===================================================================
--- trunk/BaseTools/Source/C/Makefiles/header.makefile 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/Makefiles/header.makefile 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,5 @@
+## @file
+#
# The makefile can be invoked with
# ARCH = x86_64 or x64 for EM64T build
# ARCH = ia32 or IA32 for IA32 build
@@ -3,4 +5,13 @@
# ARCH = ia64 or IA64 for IA64 build
#
+# Copyright (c) 2007 - 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.
+
ARCH ?= IA32
Modified: trunk/BaseTools/Source/C/Makefiles/lib.makefile
===================================================================
--- trunk/BaseTools/Source/C/Makefiles/lib.makefile 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/Makefiles/lib.makefile 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,14 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+
include $(MAKEROOT)/Makefiles/header.makefile
LIBRARY = $(MAKEROOT)/libs/lib$(LIBNAME).a
Modified: trunk/BaseTools/Source/C/Makefiles/ms.app
===================================================================
--- trunk/BaseTools/Source/C/Makefiles/ms.app 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/Makefiles/ms.app 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,14 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+
!INCLUDE ..\Makefiles\ms.common
APPLICATION = $(BIN_PATH)\$(APPNAME).exe
Modified: trunk/BaseTools/Source/C/Makefiles/ms.common
===================================================================
--- trunk/BaseTools/Source/C/Makefiles/ms.common 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/Makefiles/ms.common 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,14 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+
!IFNDEF EDK_TOOLS_PATH
!ERROR "Please set your EDK_TOOLS_PATH!"
!ENDIF
Modified: trunk/BaseTools/Source/C/Makefiles/ms.lib
===================================================================
--- trunk/BaseTools/Source/C/Makefiles/ms.lib 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/Makefiles/ms.lib 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,14 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+
!INCLUDE ..\Makefiles\ms.common
LIBRARY = $(LIB_PATH)\$(LIBNAME).lib
Modified: trunk/BaseTools/Source/C/Makefiles/ms.rule
===================================================================
--- trunk/BaseTools/Source/C/Makefiles/ms.rule 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/Makefiles/ms.rule 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,14 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+
#DEPFILES = $(OBJECTS:%.o=%.d)
.c.obj :
Modified: trunk/BaseTools/Source/C/PyEfiCompressor/EfiCompressor.c
===================================================================
--- trunk/BaseTools/Source/C/PyEfiCompressor/EfiCompressor.c 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/PyEfiCompressor/EfiCompressor.c 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,16 @@
+/** @file
+
+Copyright (c) 2009 - 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.
+
+**/
+
#include <Python.h>
#include <Decompress.h>
Modified: trunk/BaseTools/Source/C/PyEfiCompressor/Makefile
===================================================================
--- trunk/BaseTools/Source/C/PyEfiCompressor/Makefile 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/PyEfiCompressor/Makefile 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,14 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+
!INCLUDE ..\Makefiles\ms.common
APPNAME = GenSec
Modified: trunk/BaseTools/Source/C/PyUtility/Makefile
===================================================================
--- trunk/BaseTools/Source/C/PyUtility/Makefile 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/PyUtility/Makefile 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,14 @@
+## @file
+#
+# Copyright (c) 2007 - 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.
+
!INCLUDE ..\Makefiles\ms.common
APPNAME = GenSec
Modified: trunk/BaseTools/Source/C/PyUtility/PyUtility.c
===================================================================
--- trunk/BaseTools/Source/C/PyUtility/PyUtility.c 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/Source/C/PyUtility/PyUtility.c 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,3 +1,16 @@
+/** @file
+
+Copyright (c) 2009 - 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.
+
+**/
+
#include <Python.h>
#include <Windows.h>
#include <Common/UefiBaseTypes.h>
Modified: trunk/BaseTools/gcc/mingw-gcc-build.py
===================================================================
--- trunk/BaseTools/gcc/mingw-gcc-build.py 2010-02-11 18:11:16 UTC (rev 1869)
+++ trunk/BaseTools/gcc/mingw-gcc-build.py 2010-02-12 03:24:54 UTC (rev 1870)
@@ -1,11 +1,22 @@
#!/usr/bin/env python
-
-#
+
+## @file
+#
# Automation of instructions from:
# http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/trunk/mingw-w64-doc/
# howto-build/mingw-w64-howto-build.txt?revision=216&view=markup
#
+# Copyright (c) 2009 - 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.
+#
+
from optparse import OptionParser
import os
import shutil
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|