diff options
author | Cinnamon Shia <cinnamon.shia@hpe.com> | 2015-11-03 02:43:03 +0000 |
---|---|---|
committer | ydong10 <ydong10@Edk2> | 2015-11-03 02:43:03 +0000 |
commit | 0af8e57c740304a5ee79d40d227b673fa9f223ef (patch) | |
tree | be7641aa61ad53e12b7e442e5680ac73b826b59b /MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c | |
parent | c7e7613e09ff10257dfc301ac1cd3bff807e6c02 (diff) | |
download | edk2-platforms-0af8e57c740304a5ee79d40d227b673fa9f223ef.tar.xz |
MdeModulePkg/RegularExpressionDxe: Correct copyright
Correct copyrights in RegularExpressionDxe
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cinnamon Shia <cinnamon.shia@hpe.com>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18720 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c')
-rw-r--r-- | MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c index 4bfea0bf09..de5839a583 100644 --- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c +++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c @@ -5,7 +5,7 @@ * Copyright (c) 2002-2008 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
* All rights reserved.
*
- * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.<BR>
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
|