diff options
-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 |