diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-16 12:21:31 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-16 12:21:31 +0000 |
commit | 92063c4e5547a067ba9362e523986b34b25b91b5 (patch) | |
tree | 7ac66508d5af7a730ad7f665f78dab8c252e120f | |
parent | 994c16b8074184d9c3cd9476bd2a988f30058f3a (diff) | |
download | edk2-platforms-92063c4e5547a067ba9362e523986b34b25b91b5.tar.xz |
Correct copyright year
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11321 6f19259b-4bc3-4df7-8a09-765794883524
-rwxr-xr-x | edksetup.bat | 2 | ||||
-rwxr-xr-x | edksetup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/edksetup.bat b/edksetup.bat index 093f49182b..31aa4719c4 100755 --- a/edksetup.bat +++ b/edksetup.bat @@ -1,7 +1,7 @@ @REM @file
@REM Windows batch file to setup a WORKSPACE environment
@REM
-@REM Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
+@REM Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
@REM This program and the accompanying materials
@REM are licensed and made available under the terms and conditions of the BSD License
@REM which accompanies this distribution. The full text of the license may be found at
diff --git a/edksetup.sh b/edksetup.sh index eeb6d4ad0c..8eeea11303 100755 --- a/edksetup.sh +++ b/edksetup.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR> +# Copyright (c) 2006 - 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 |