From 0af8e57c740304a5ee79d40d227b673fa9f223ef Mon Sep 17 00:00:00 2001 From: Cinnamon Shia Date: Tue, 3 Nov 2015 02:43:03 +0000 Subject: [PATCH] MdeModulePkg/RegularExpressionDxe: Correct copyright Correct copyrights in RegularExpressionDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Cinnamon Shia Reviewed-by: Samer El-Haj-Mahmoud git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18720 6f19259b-4bc3-4df7-8a09-765794883524 --- .../RegularExpressionDxe/Oniguruma/OnigurumaIntrinsics.c | 2 +- .../RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.c | 2 +- .../RegularExpressionDxe/Oniguruma/OnigurumaUefiPort.h | 2 +- MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regcomp.c | 2 +- MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regenc.c | 2 +- .../Universal/RegularExpressionDxe/Oniguruma/regerror.c | 2 +- MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/regexec.c | 2 +- MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/reggnu.c | 2 +- .../Universal/RegularExpressionDxe/Oniguruma/regparse.c | 2 +- .../Universal/RegularExpressionDxe/Oniguruma/regparse.h | 2 +- .../Universal/RegularExpressionDxe/Oniguruma/regposerr.c | 2 +- .../Universal/RegularExpressionDxe/Oniguruma/regposix.c | 2 +- .../Universal/RegularExpressionDxe/RegularExpressionDxe.c | 2 +- .../Universal/RegularExpressionDxe/RegularExpressionDxe.h | 2 +- .../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 a60b647c36..c48522eb56 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.
+ (C) Copyright 2015 Hewlett Packard Enterprise Development LP
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 98822f3648..081fcb346b 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.
+ (C) Copyright 2014-2015 Hewlett Packard Enterprise Development LP
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 4ca7367bcf..18f2851e97 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.
+ (C) Copyright 2014-2015 Hewlett Packard Enterprise Development LP
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 6dc6c28772..25b768b79b 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 * All rights reserved. * - * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP
* * 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 b7aa2254f7..ec052627da 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 * All rights reserved. * - * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP
* * 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 7bbcd02bcd..086a747629 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 * All rights reserved. * - * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP
* * 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 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 * All rights reserved. * - * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP
* * 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 89cb4d6030..1b523286ef 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 * All rights reserved. * - * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP
* * 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 d7e645bf9a..01ac2b3136 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 * All rights reserved. * - * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP
* * 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 d5edd6e698..f1eb892640 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 * All rights reserved. * - * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP
* * 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 e5ff3f5b40..e72448a868 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 * All rights reserved. * - * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP
* * 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 adc9b0affd..06cad487ae 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 * All rights reserved. * - * Copyright (c) 2015, Hewlett Packard Enterprise Development, L.P.
+ * (C) Copyright 2015 Hewlett Packard Enterprise Development LP
* * 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 658031675e..a3eebf7077 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.
+ (C) Copyright 2015 Hewlett Packard Enterprise Development LP
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 2c464aa8ff..b3f70136d8 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.
+ (C) Copyright 2015 Hewlett Packard Enterprise Development LP
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 36458fa81a..1f94aef20e 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.
+# (C) Copyright 2015 Hewlett Packard Enterprise Development LP
# # This program and the accompanying materials are licensed and made available # under the terms and conditions of the BSD License that accompanies this -- 2.39.2