mirror of https://github.com/acidanthera/audk.git
update copyright line format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11757 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
19545fd9ef
commit
98208ad363
|
@ -1,8 +1,8 @@
|
||||||
/** @file
|
/** @file
|
||||||
Library for performing video blt operations
|
Library for performing video blt operations
|
||||||
|
|
||||||
Copyright (c) 2009 - 2011, Intel Corporation<BR>
|
Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/** @file
|
/** @file
|
||||||
FrameBufferBltLib - Library to perform blt operations on a frame buffer.
|
FrameBufferBltLib - Library to perform blt operations on a frame buffer.
|
||||||
|
|
||||||
Copyright (c) 2007 - 2011, Intel Corporation
|
Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#/** @file
|
#/** @file
|
||||||
# FrameBufferBltLib - Library to perform blt operations on a frame buffer.
|
# FrameBufferBltLib - Library to perform blt operations on a frame buffer.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2011, Intel Corporation
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/** @file
|
/** @file
|
||||||
GopBltLib - Library to perform blt using the UEFI Graphics Output Protocol.
|
GopBltLib - Library to perform blt using the UEFI Graphics Output Protocol.
|
||||||
|
|
||||||
Copyright (c) 2007 - 2011, Intel Corporation
|
Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#/** @file
|
#/** @file
|
||||||
# GopBltLib - Library to perform blt using the UEFI Graphics Output Protocol.
|
# GopBltLib - Library to perform blt using the UEFI Graphics Output Protocol.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2011, Intel Corporation
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
# http://opensource.org/licenses/bsd-license.php
|
# http://opensource.org/licenses/bsd-license.php
|
||||||
|
|
Loading…
Reference in New Issue