|
From: <lg...@us...> - 2010-02-05 08:08:55
|
Revision: 1847
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=1847&view=rev
Author: lgao4
Date: 2010-02-05 06:50:09 +0000 (Fri, 05 Feb 2010)
Log Message:
-----------
Correct copyright of C tools.
Modified Paths:
--------------
trunk/BaseTools/Source/C/BootSectImage/bootsectimage.c
trunk/BaseTools/Source/C/EfiLdrImage/EfiLdrImage.c
trunk/BaseTools/Source/C/EfiRom/EfiRom.c
trunk/BaseTools/Source/C/GenBootSector/GenBootSector.c
trunk/BaseTools/Source/C/GenCrc32/GenCrc32.c
trunk/BaseTools/Source/C/GenFfs/GenFfs.c
trunk/BaseTools/Source/C/GenPage/GenPage.c
trunk/BaseTools/Source/C/GenSec/GenSec.c
trunk/BaseTools/Source/C/GenVtf/GenVtf.c
trunk/BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c
trunk/BaseTools/Source/C/Split/Split.c
trunk/BaseTools/Source/C/TianoCompress/TianoCompress.c
trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
trunk/BaseTools/Source/C/VfrCompile/VfrSyntax.g
trunk/BaseTools/Source/C/VolInfo/VolInfo.c
Modified: trunk/BaseTools/Source/C/BootSectImage/bootsectimage.c
===================================================================
--- trunk/BaseTools/Source/C/BootSectImage/bootsectimage.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/BootSectImage/bootsectimage.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -4,7 +4,7 @@
Patch the BPB information in boot sector image file.
Patch the MBR code in MBR image file.
-Copyright 2006 - 2008, Intel Corporation
+Copyright 2006 - 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
@@ -56,7 +56,7 @@
--*/
{
printf ("%s v%d.%d - Utility to break a file into two pieces at the specified offset.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
- printf ("Copyright (c) 1999-2007 Intel Corporation. All rights reserved.\n");
+ printf ("Copyright (c) 1999-2010 Intel Corporation. All rights reserved.\n");
}
void
Modified: trunk/BaseTools/Source/C/EfiLdrImage/EfiLdrImage.c
===================================================================
--- trunk/BaseTools/Source/C/EfiLdrImage/EfiLdrImage.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/EfiLdrImage/EfiLdrImage.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/** @file
-Copyright 2006 - 2008, Intel Corporation
+Copyright 2006 - 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
@@ -84,7 +84,7 @@
--*/
{
printf ("%s v%d.%d -Utility to break a file into two pieces at the request offset.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
- printf ("Copyright (c) 1999-2007 Intel Corporation. All rights reserved.\n");
+ printf ("Copyright (c) 1999-2010 Intel Corporation. All rights reserved.\n");
}
VOID
Modified: trunk/BaseTools/Source/C/EfiRom/EfiRom.c
===================================================================
--- trunk/BaseTools/Source/C/EfiRom/EfiRom.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/EfiRom/EfiRom.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 1999-2008 Intel Corporation. All rights reserved
+Copyright (c) 1999-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
@@ -1205,7 +1205,7 @@
//
// Copyright declaration
//
- fprintf (stdout, "Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.\n\n");
+ fprintf (stdout, "Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\n\n");
//
// Details Option
Modified: trunk/BaseTools/Source/C/GenBootSector/GenBootSector.c
===================================================================
--- trunk/BaseTools/Source/C/GenBootSector/GenBootSector.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/GenBootSector/GenBootSector.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/** @file
-Copyright 2006 - 2008, Intel Corporation
+Copyright 2006 - 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
@@ -542,7 +542,7 @@
--*/
{
printf ("%s v%d.%d -Utility to retrieve and update the boot sector or MBR.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
- printf ("Copyright (c) 2009 Intel Corporation. All rights reserved.\n");
+ printf ("Copyright (c) 2009 - 2010 Intel Corporation. All rights reserved.\n");
}
VOID
Modified: trunk/BaseTools/Source/C/GenCrc32/GenCrc32.c
===================================================================
--- trunk/BaseTools/Source/C/GenCrc32/GenCrc32.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/GenCrc32/GenCrc32.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2007 - 2008, Intel Corporation
+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
@@ -86,7 +86,7 @@
//
// Copyright declaration
//
- fprintf (stdout, "Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.\n\n");
+ fprintf (stdout, "Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\n\n");
//
// Details Option
Modified: trunk/BaseTools/Source/C/GenFfs/GenFfs.c
===================================================================
--- trunk/BaseTools/Source/C/GenFfs/GenFfs.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/GenFfs/GenFfs.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/**
-Copyright (c) 2004-2008, Intel Corporation
+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
@@ -119,7 +119,7 @@
//
// Copyright declaration
//
- fprintf (stdout, "Copyright (c) 2007, Intel Corporation. All rights reserved.\n\n");
+ fprintf (stdout, "Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\n\n");
//
// Details Option
Modified: trunk/BaseTools/Source/C/GenPage/GenPage.c
===================================================================
--- trunk/BaseTools/Source/C/GenPage/GenPage.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/GenPage/GenPage.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/** @file
-Copyright 2006 - 2008, Intel Corporation
+Copyright 2006 - 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
@@ -92,7 +92,7 @@
--*/
{
printf ("%s v%d.%d -Utility to generate the EfiLoader image containing page table.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
- printf ("Copyright (c) 2008 - 2009 Intel Corporation. All rights reserved.\n");
+ printf ("Copyright (c) 2008 - 2010 Intel Corporation. All rights reserved.\n");
}
VOID
Modified: trunk/BaseTools/Source/C/GenSec/GenSec.c
===================================================================
--- trunk/BaseTools/Source/C/GenSec/GenSec.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/GenSec/GenSec.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2004 - 2008, Intel Corporation
+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
@@ -150,7 +150,7 @@
//
// Copyright declaration
//
- fprintf (stdout, "Copyright (c) 2007, Intel Corporation. All rights reserved.\n\n");
+ fprintf (stdout, "Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\n\n");
//
// Details Option
Modified: trunk/BaseTools/Source/C/GenVtf/GenVtf.c
===================================================================
--- trunk/BaseTools/Source/C/GenVtf/GenVtf.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/GenVtf/GenVtf.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/**
-Copyright (c) 1999-2008 Intel Corporation. All rights reserved
+Copyright (c) 1999-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
@@ -2407,7 +2407,7 @@
//
// Copyright declaration
//
- fprintf (stdout, "Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.\n\n");
+ fprintf (stdout, "Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\n\n");
//
// Details Option
//
Modified: trunk/BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c
===================================================================
--- trunk/BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/GnuGenBootSector/GnuGenBootSector.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/** @file
-Copyright 2006 - 2009, Intel Corporation
+Copyright 2006 - 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
@@ -273,7 +273,7 @@
)
{
printf ("%s v%d.%d -Utility to retrieve and update the boot sector or MBR.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
- printf ("Copyright (c) 2007-2009 Intel Corporation. All rights reserved.\n");
+ printf ("Copyright (c) 2007-2010 Intel Corporation. All rights reserved.\n");
}
Modified: trunk/BaseTools/Source/C/Split/Split.c
===================================================================
--- trunk/BaseTools/Source/C/Split/Split.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/Split/Split.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -2,7 +2,7 @@
Split a file into two pieces at the request offset.
-Copyright (c) 1999-2008 Intel Corporation. All rights reserved
+Copyright (c) 1999-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
@@ -58,7 +58,7 @@
--*/
{
printf ("%s v%d.%d -Utility to break a file into two pieces at the request offset.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);
- printf ("Copyright (c) 1999-2007 Intel Corporation. All rights reserved.\n");
+ printf ("Copyright (c) 1999-2010 Intel Corporation. All rights reserved.\n");
}
void
Modified: trunk/BaseTools/Source/C/TianoCompress/TianoCompress.c
===================================================================
--- trunk/BaseTools/Source/C/TianoCompress/TianoCompress.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/TianoCompress/TianoCompress.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 2007 - 2008, Intel Corporation
+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
@@ -1695,7 +1695,7 @@
//
// Copyright declaration
//
- fprintf (stdout, "Copyright (c) 2007, Intel Corporation. All rights reserved.\n\n");
+ fprintf (stdout, "Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\n\n");
//
// Details Option
Modified: trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
===================================================================
--- trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp 2010-02-05 06:50:09 UTC (rev 1847)
@@ -2,7 +2,7 @@
VfrCompiler main class and main function.
-Copyright (c) 2004 - 2008, Intel Corporation
+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
@@ -383,6 +383,7 @@
CONST CHAR8 *Help[] = {
" ",
"VfrCompile version " VFR_COMPILER_VERSION VFR_COMPILER_UPDATE_TIME,
+ "Copyright (c) 2004-2010 Intel Corporation. All rights reserved.",
" ",
"Usage: VfrCompile [options] VfrFile",
" ",
Modified: trunk/BaseTools/Source/C/VfrCompile/VfrSyntax.g
===================================================================
--- trunk/BaseTools/Source/C/VfrCompile/VfrSyntax.g 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/VfrCompile/VfrSyntax.g 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,5 +1,5 @@
/*++
-Copyright (c) 2004 - 2009, Intel Corporation
+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
Modified: trunk/BaseTools/Source/C/VolInfo/VolInfo.c
===================================================================
--- trunk/BaseTools/Source/C/VolInfo/VolInfo.c 2010-02-05 03:33:51 UTC (rev 1846)
+++ trunk/BaseTools/Source/C/VolInfo/VolInfo.c 2010-02-05 06:50:09 UTC (rev 1847)
@@ -1,6 +1,6 @@
/** @file
-Copyright (c) 1999 - 2008, Intel Corporation
+Copyright (c) 1999 - 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
@@ -1801,7 +1801,7 @@
//
// Copyright declaration
//
- fprintf (stdout, "Copyright (c) 2007, Intel Corporation. All rights reserved.\n\n");
+ fprintf (stdout, "Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\n\n");
//
// Details Option
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|