From c011b6c9e2baf57fc0557117e9875ceb3dca55a3 Mon Sep 17 00:00:00 2001 From: Tapan Shah Date: Wed, 4 Feb 2015 22:25:01 +0000 Subject: ShellPkg: Standardized HP Copyright Message String Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16759 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/ConsoleLogger.c | 2 +- ShellPkg/Application/Shell/ConsoleWrappers.c | 2 +- ShellPkg/Application/Shell/ConsoleWrappers.h | 2 +- ShellPkg/Application/Shell/FileHandleWrappers.c | 2 +- ShellPkg/Application/Shell/Shell.c | 2 +- ShellPkg/Application/Shell/Shell.h | 2 +- ShellPkg/Application/Shell/Shell.inf | 2 +- ShellPkg/Application/Shell/Shell.uni | Bin 4844 -> 4838 bytes ShellPkg/Application/Shell/ShellParametersProtocol.c | 2 +- ShellPkg/Application/Shell/ShellProtocol.c | 2 +- ShellPkg/Application/Shell/ShellProtocol.h | 2 +- 11 files changed, 10 insertions(+), 10 deletions(-) (limited to 'ShellPkg/Application') diff --git a/ShellPkg/Application/Shell/ConsoleLogger.c b/ShellPkg/Application/Shell/ConsoleLogger.c index fa7c07c754..75469d9b06 100644 --- a/ShellPkg/Application/Shell/ConsoleLogger.c +++ b/ShellPkg/Application/Shell/ConsoleLogger.c @@ -1,7 +1,7 @@ /** @file Provides interface to shell console logger. - Copyright (c) 2013 Hewlett-Packard Development Company, L.P. + (C) Copyright 2013 Hewlett-Packard Development Company, L.P.
Copyright (c) 2009 - 2014, 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 diff --git a/ShellPkg/Application/Shell/ConsoleWrappers.c b/ShellPkg/Application/Shell/ConsoleWrappers.c index fddf5c4ba0..feea6ef3a2 100644 --- a/ShellPkg/Application/Shell/ConsoleWrappers.c +++ b/ShellPkg/Application/Shell/ConsoleWrappers.c @@ -1,7 +1,7 @@ /** @file Function definitions for shell simple text in and out on top of file handles. - Copyright (c) 2013 Hewlett-Packard Development Company, L.P. + (C) Copyright 2013 Hewlett-Packard Development Company, L.P.
Copyright (c) 2010 - 2014, 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 diff --git a/ShellPkg/Application/Shell/ConsoleWrappers.h b/ShellPkg/Application/Shell/ConsoleWrappers.h index 13d12e8f45..ecd99a863d 100644 --- a/ShellPkg/Application/Shell/ConsoleWrappers.h +++ b/ShellPkg/Application/Shell/ConsoleWrappers.h @@ -1,7 +1,7 @@ /** @file Function definitions for shell simple text in and out on top of file handles. - Copyright (c) 2013 Hewlett-Packard Development Company, L.P. + (C) Copyright 2013 Hewlett-Packard Development Company, L.P.
Copyright (c) 2010 - 2011, 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 diff --git a/ShellPkg/Application/Shell/FileHandleWrappers.c b/ShellPkg/Application/Shell/FileHandleWrappers.c index d3fc5dc578..984cd36957 100644 --- a/ShellPkg/Application/Shell/FileHandleWrappers.c +++ b/ShellPkg/Application/Shell/FileHandleWrappers.c @@ -3,7 +3,7 @@ StdIn, StdOut, StdErr, etc...). Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
- Copyright (c) 2013, Hewlett-Packard Development Company, L.P. + (C) Copyright 2013 Hewlett-Packard Development Company, L.P.
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/ShellPkg/Application/Shell/Shell.c b/ShellPkg/Application/Shell/Shell.c index dcf48d3223..6bfd370f0b 100644 --- a/ShellPkg/Application/Shell/Shell.c +++ b/ShellPkg/Application/Shell/Shell.c @@ -2,7 +2,7 @@ This is THE shell (application) Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.
- (C) Copyright 2013-2014, Hewlett-Packard Development Company, L.P. + (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.
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/ShellPkg/Application/Shell/Shell.h b/ShellPkg/Application/Shell/Shell.h index 1f2fa8127a..51368f6ffa 100644 --- a/ShellPkg/Application/Shell/Shell.h +++ b/ShellPkg/Application/Shell/Shell.h @@ -1,7 +1,7 @@ /** @file function definitions for internal to shell functions. - (C) Copyright 2014, Hewlett-Packard Development Company, L.P. + (C) Copyright 2014 Hewlett-Packard Development Company, L.P.
Copyright (c) 2009 - 2015, 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 diff --git a/ShellPkg/Application/Shell/Shell.inf b/ShellPkg/Application/Shell/Shell.inf index 4749c06819..f703936922 100644 --- a/ShellPkg/Application/Shell/Shell.inf +++ b/ShellPkg/Application/Shell/Shell.inf @@ -1,7 +1,7 @@ ## @file # This is the shell application # -# Copyright (c) 2013, Hewlett-Packard Development Company, L.P. +# (C) Copyright 2013 Hewlett-Packard Development Company, L.P.
# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.
# # This program and the accompanying materials diff --git a/ShellPkg/Application/Shell/Shell.uni b/ShellPkg/Application/Shell/Shell.uni index 4e9c777271..04f001d387 100644 Binary files a/ShellPkg/Application/Shell/Shell.uni and b/ShellPkg/Application/Shell/Shell.uni differ diff --git a/ShellPkg/Application/Shell/ShellParametersProtocol.c b/ShellPkg/Application/Shell/ShellParametersProtocol.c index dede747bea..00b413e90b 100644 --- a/ShellPkg/Application/Shell/ShellParametersProtocol.c +++ b/ShellPkg/Application/Shell/ShellParametersProtocol.c @@ -3,7 +3,7 @@ manipulation, and initialization of EFI_SHELL_PARAMETERS_PROTOCOL. Copyright (C) 2014, Red Hat, Inc. - Copyright (c) 2013 Hewlett-Packard Development Company, L.P. + (C) Copyright 2013 Hewlett-Packard Development Company, L.P.
Copyright (c) 2009 - 2015, 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 diff --git a/ShellPkg/Application/Shell/ShellProtocol.c b/ShellPkg/Application/Shell/ShellProtocol.c index b0303962ff..6fc566856f 100644 --- a/ShellPkg/Application/Shell/ShellProtocol.c +++ b/ShellPkg/Application/Shell/ShellProtocol.c @@ -2,7 +2,7 @@ Member functions of EFI_SHELL_PROTOCOL and functions for creation, manipulation, and initialization of EFI_SHELL_PROTOCOL. - (C) Copyright 2014, Hewlett-Packard Development Company, L.P. + (C) Copyright 2014 Hewlett-Packard Development Company, L.P.
Copyright (c) 2009 - 2014, 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 diff --git a/ShellPkg/Application/Shell/ShellProtocol.h b/ShellPkg/Application/Shell/ShellProtocol.h index 023ec12789..5a7638920d 100644 --- a/ShellPkg/Application/Shell/ShellProtocol.h +++ b/ShellPkg/Application/Shell/ShellProtocol.h @@ -2,7 +2,7 @@ Member functions of EFI_SHELL_PROTOCOL and functions for creation, manipulation, and initialization of EFI_SHELL_PROTOCOL. - (C) Copyright 2014, Hewlett-Packard Development Company, L.P. + (C) Copyright 2014 Hewlett-Packard Development Company, L.P.
Copyright (c) 2009 - 2014, 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 -- cgit v1.2.3