Revision: 18720
          http://sourceforge.net/p/edk2/code/18720
Author:   ydong10
Date:     2015-11-03 02:43:03 +0000 (Tue, 03 Nov 2015)
Log Message:
-----------
MdeModulePkg/RegularExpressionDxe: Correct copyright

Correct copyrights in RegularExpressionDxe

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cinnamon Shia <cinnamon.s...@hpe.com>
Reviewed-by: Samer El-Haj-Mahmoud <el...@hpe.com>

Modified Paths:
--------------
    
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c
    
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c
    
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h
    trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c
    trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c
    trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c
    trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c
    trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c
    trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c
    trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h
    trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c
    trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c
    
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c
    
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h
    
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c
      2015-11-03 02:34:21 UTC (rev 18719)
+++ 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c
      2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c
        2015-11-03 02:34:21 UTC (rev 18719)
+++ 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c
        2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h
        2015-11-03 02:34:21 UTC (rev 18719)
+++ 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h
        2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c  
2015-11-03 02:34:21 UTC (rev 18719)
+++ trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c  
2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c   
2015-11-03 02:34:21 UTC (rev 18719)
+++ trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c   
2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c 
2015-11-03 02:34:21 UTC (rev 18719)
+++ trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regerror.c 
2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c  
2015-11-03 02:34:21 UTC (rev 18719)
+++ trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c  
2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c   
2015-11-03 02:34:21 UTC (rev 18719)
+++ trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c   
2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c 
2015-11-03 02:34:21 UTC (rev 18719)
+++ trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.c 
2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h 
2015-11-03 02:34:21 UTC (rev 18719)
+++ trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regparse.h 
2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c    
    2015-11-03 02:34:21 UTC (rev 18719)
+++ 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposerr.c    
    2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c 
2015-11-03 02:34:21 UTC (rev 18719)
+++ trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regposix.c 
2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c   
    2015-11-03 02:34:21 UTC (rev 18719)
+++ 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c   
    2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h   
    2015-11-03 02:34:21 UTC (rev 18719)
+++ 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h   
    2015-11-03 02:43:03 UTC (rev 18720)
@@ -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

Modified: 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
===================================================================
--- 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf 
    2015-11-03 02:34:21 UTC (rev 18719)
+++ 
trunk/edk2/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf 
    2015-11-03 02:43:03 UTC (rev 18720)
@@ -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


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to