Correct copyrights in RegularExpressionDxe

Signed-off-by: Cinnamon Shia <cinnamon.s...@hpe.com>
---
 .../Universal/RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c      | 2 +-
 .../Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c        | 2 +-
 .../Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h        | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c         | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c          | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c        | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c         | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c          | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c        | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h        | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c       | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c        | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c      | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h      | 2 +-
 MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf    | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git 
a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c
index a60b647..c48522e 100644
--- 
a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c
+++ 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c
@@ -2,7 +2,7 @@
 
   Provide intrinsics within Oniguruma
 
-  Copyright (c) 2015, Hewlett-Packard Development Company, L.P.<BR>
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
 
   This program and the accompanying materials are licensed and made available
   under the terms and conditions of the BSD License that accompanies this
diff --git 
a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c
index 98822f3..081fcb3 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c
@@ -2,7 +2,7 @@
   
   Module to rewrite stdlib references within Oniguruma
 
-  Copyright (c) 2014-2015, Hewlett-Packard Development Company, L.P.<BR>
+  (C) Copyright 2014-2015 Hewlett Packard Enterprise Development LP<BR>
 
   This program and the accompanying materials are licensed and made available
   under the terms and conditions of the BSD License that accompanies this
diff --git 
a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h
index 4ca7367..18f2851 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h
@@ -2,7 +2,7 @@
   
   Module to rewrite stdlib references within Oniguruma
 
-  Copyright (c) 2014-2015, Hewlett-Packard Development Company, L.P.<BR>
+  (C) Copyright 2014-2015 Hewlett Packard Enterprise Development LP<BR>
 
   This program and the accompanying materials are licensed and made available
   under the terms and conditions of the BSD License that accompanies this
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c
index 6dc6c28..25b768b 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c
@@ -5,7 +5,7 @@
  * Copyright (c) 2002-2013  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
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c
index b7aa225..ec05262 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c
@@ -5,7 +5,7 @@
  * Copyright (c) 2002-2007  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
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c
index 7bbcd02..086a747 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c
@@ -5,7 +5,7 @@
  * Copyright (c) 2002-2007  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
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c
index 4bfea0b..de5839a 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
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c
index 89cb4d6..1b52328 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.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
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c
index d7e645b..01ac2b3 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.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
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h
index d5edd6e..f1eb892 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h
@@ -7,7 +7,7 @@
  * Copyright (c) 2002-2007  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
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c
index e5ff3f5..e72448a 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c
@@ -5,7 +5,7 @@
  * Copyright (c) 2002-2007  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
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c
index adc9b0a..06cad48 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.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
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c 
b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c
index 6580316..a3eebf7 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c
@@ -2,7 +2,7 @@
 
   EFI_REGULAR_EXPRESSION_PROTOCOL Implementation
 
-  Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.<BR>
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
 
   This program and the accompanying materials are licensed and made available
   under the terms and conditions of the BSD License that accompanies this
diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h 
b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h
index 2c464aa..b3f7013 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h
@@ -1,7 +1,7 @@
 /** @file
   EFI_REGULAR_EXPRESSION_PROTOCOL Header File.
 
-  Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.<BR>
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
   
   This program and the accompanying materials are licensed and made available
   under the terms and conditions of the BSD License that accompanies this
diff --git 
a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf 
b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
index 36458fa..1f94aef 100644
--- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
+++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
@@ -1,7 +1,7 @@
 ## @file
 #  EFI_REGULAR_EXPRESSION_PROTOCOL Implementation
 #
-#  Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.<BR>
+#  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
 #
 #  This program and the accompanying materials are licensed and made available
 #  under the terms and conditions of the BSD License that accompanies this
-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to