diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-24 12:07:51 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-24 12:07:51 +0000 |
commit | 95d48e8299e000aefae3c7682039ce2473648940 (patch) | |
tree | e4a3bdfc71f82218da25e3012d40aa60c7a014c3 /PcAtChipsetPkg/8254TimerDxe | |
parent | ac1ca10416edf34b6700a31d0bc58d144e35974c (diff) | |
download | edk2-platforms-95d48e8299e000aefae3c7682039ce2473648940.tar.xz |
Update the copyright notice format
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10426 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg/8254TimerDxe')
-rw-r--r-- | PcAtChipsetPkg/8254TimerDxe/8254Timer.inf | 2 | ||||
-rw-r--r-- | PcAtChipsetPkg/8254TimerDxe/Timer.c | 2 | ||||
-rw-r--r-- | PcAtChipsetPkg/8254TimerDxe/Timer.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf b/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf index 6006c572a6..140baaadb6 100644 --- a/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf +++ b/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf @@ -1,6 +1,6 @@ ## @file
#
-# Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved. <BR>
+# Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>
# 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
diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.c b/PcAtChipsetPkg/8254TimerDxe/Timer.c index 6cf99d5e82..b57ccda727 100644 --- a/PcAtChipsetPkg/8254TimerDxe/Timer.c +++ b/PcAtChipsetPkg/8254TimerDxe/Timer.c @@ -1,7 +1,7 @@ /** @file
Timer Architectural Protocol as defined in the DXE CIS
-Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved. <BR>
+Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>
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
diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.h b/PcAtChipsetPkg/8254TimerDxe/Timer.h index fe4bf5b42b..53de04fb7e 100644 --- a/PcAtChipsetPkg/8254TimerDxe/Timer.h +++ b/PcAtChipsetPkg/8254TimerDxe/Timer.h @@ -1,7 +1,7 @@ /** @file
Private data structures
-Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved. <BR>
+Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>
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
|