From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from host12.webserveralpha.com (host12.webserveralpha.com [69.167.158.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 195421A1E31 for ; Tue, 25 Oct 2016 18:39:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mc2research.org; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:In-Reply-To:References:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=szhtWYe1vaUY4+JdMUfox7KnWRVrzBJsfuQX7p3uCPs=; b=Fym/7qkeS9cDAGqH7pofDBA8kM 7ZnQDISzPrQQo9E795+LeUfapN0FvAIQD6NHU14HjZsx7jxijS0WlIk3034efV1B6yODBv7jeOXVl kkBArPI44tDJLmBCp6N/XiTiv; Received: from [166.176.184.96] (port=53166 helo=Willow) by host12.webserveralpha.com with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.87) (envelope-from ) id 1bzDBX-0008MD-Ev; Tue, 25 Oct 2016 21:39:19 -0400 From: "Daryl McDaniel" To: "'Jaben Carsey'" , Cc: "'Daryl McDaniel'" , "'Zhu'", "'Yonghong'" References: In-Reply-To: Date: Tue, 25 Oct 2016 18:39:15 -0700 Organization: Micronetics Message-ID: <01b901d22f29$c417bba0$4c4732e0$@mc2research.org> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQIAykz2VhlOT+piITCbiuinqomX4aBcvmcg X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host12.webserveralpha.com X-AntiAbuse: Original Domain - lists.01.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mc2research.org X-Get-Message-Sender-Via: host12.webserveralpha.com: authenticated_id: darylm@mc2research.com X-Authenticated-Sender: host12.webserveralpha.com: darylm@mc2research.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [Patch] AppPkg: Update email and URL V2. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 01:39:23 -0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: en-us Reviewed-by: Daryl McDaniel Daryl McDaniel > -----Original Message----- > From: Jaben Carsey [mailto:jaben.carsey@intel.com] > Sent: Tuesday, October 25, 2016 10:06 AM > To: edk2-devel@lists.01.org > Cc: Daryl McDaniel ; Zhu; Yonghong > > Subject: [Patch] AppPkg: Update email and URL V2. > > Cc: Daryl McDaniel > CC: Zhu, Yonghong > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jaben Carsey > --- > AppPkg/Applications/Python/Ia32/pyconfig.h | 6 +++--- > AppPkg/Applications/Python/Ipf/pyconfig.h | 6 +++--- > AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h | 4 ++-- > AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h | 4 ++-- > AppPkg/Applications/Python/X64/pyconfig.h | 4 ++-- > 5 files changed, 12 insertions(+), 12 deletions(-) > > diff --git a/AppPkg/Applications/Python/Ia32/pyconfig.h > b/AppPkg/Applications/Python/Ia32/pyconfig.h > index 7970f14..46e29e2 100644 > --- a/AppPkg/Applications/Python/Ia32/pyconfig.h > +++ b/AppPkg/Applications/Python/Ia32/pyconfig.h > @@ -1,7 +1,7 @@ > /** @file > Manually generated Python Configuration file for EDK II. > > - Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
> + Copyright (c) 2011 - 2016, 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 that accompanies this > distribution. > The full text of the license may be found at > @@ -932,7 +932,7 @@ > #undef MVWDELCH_IS_EXPRESSION > > /* Define to the address where bug reports for this package should be sent. */ > -#define PACKAGE_BUGREPORT "edk2-devel@lists.sourceforge.net" > +#define PACKAGE_BUGREPORT "edk2-devel@lists.01.org" > > /* Define to the full name of this package. */ > #define PACKAGE_NAME "EDK II Python Package" > @@ -944,7 +944,7 @@ > #define PACKAGE_TARNAME "EADK_Python" > > /* Define to the home page for this package. */ > -#define PACKAGE_URL "http://edk2.tianocore.org/toolkit/python" > +#define PACKAGE_URL > "https://github.com/tianocore/edk2/tree/master/AppPkg/Applications/Python" > > /* Define to the version of this package. */ > #define PACKAGE_VERSION "V0.8" > diff --git a/AppPkg/Applications/Python/Ipf/pyconfig.h > b/AppPkg/Applications/Python/Ipf/pyconfig.h > index 5b06024..3da9280 100644 > --- a/AppPkg/Applications/Python/Ipf/pyconfig.h > +++ b/AppPkg/Applications/Python/Ipf/pyconfig.h > @@ -1,7 +1,7 @@ > /** @file > Manually generated Python Configuration file for EDK II. > > - Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
> + Copyright (c) 2011 - 2016, 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 that accompanies this > distribution. > The full text of the license may be found at > @@ -928,7 +928,7 @@ > #undef MVWDELCH_IS_EXPRESSION > > /* Define to the address where bug reports for this package should be sent. */ > -#define PACKAGE_BUGREPORT "edk2-devel@lists.sourceforge.net" > +#define PACKAGE_BUGREPORT "edk2-devel@lists.01.org" > > /* Define to the full name of this package. */ > #define PACKAGE_NAME "EDK II Python Package" > @@ -940,7 +940,7 @@ > #define PACKAGE_TARNAME "EADK_Python" > > /* Define to the home page for this package. */ > -#define PACKAGE_URL "http://edk2.tianocore.org/toolkit/python" > +#define PACKAGE_URL > "https://github.com/tianocore/edk2/tree/master/AppPkg/Applications/Python" > > /* Define to the version of this package. */ > #define PACKAGE_VERSION "V0.8" > diff --git a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h > b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h > index b86cfa5..5aa936c 100644 > --- a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h > +++ b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h > @@ -2,7 +2,7 @@ > Manually generated Python Configuration file for EDK II. > > Copyright (c) 2015, Daryl McDaniel. All rights reserved.
> - Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
> + Copyright (c) 2011 - 2016, 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 that accompanies this > distribution. > The full text of the license may be found at > @@ -983,7 +983,7 @@ > #define PACKAGE_TARNAME "EADK_Python" > > /* Define to the home page for this package. */ > -#define PACKAGE_URL "http://edk2.tianocore.org/" > +#define PACKAGE_URL "http://www.tianocore.org/" > > /* Define to the version of this package. */ > #define PACKAGE_VERSION "V0.1" > diff --git a/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h > b/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h > index 4b08254..92731f7 100644 > --- a/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h > +++ b/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h > @@ -2,7 +2,7 @@ > Manually generated Python Configuration file for EDK II. > > Copyright (c) 2015, Daryl McDaniel. All rights reserved.
> - Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
> + Copyright (c) 2011 - 2016, 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 that accompanies this > distribution. > The full text of the license may be found at > @@ -982,7 +982,7 @@ > #define PACKAGE_TARNAME "EADK_Python" > > /* Define to the home page for this package. */ > -#define PACKAGE_URL "http://edk2.tianocore.org/" > +#define PACKAGE_URL "http://www.tianocore.org/" > > /* Define to the version of this package. */ > #define PACKAGE_VERSION "V0.1" > diff --git a/AppPkg/Applications/Python/X64/pyconfig.h > b/AppPkg/Applications/Python/X64/pyconfig.h > index 325c0cb..c4a5849 100644 > --- a/AppPkg/Applications/Python/X64/pyconfig.h > +++ b/AppPkg/Applications/Python/X64/pyconfig.h > @@ -2,7 +2,7 @@ > Manually generated Python Configuration file for EDK II. > > Copyright (c) 2015, Daryl McDaniel. All rights reserved.
> - Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
> + Copyright (c) 2011 - 2016, 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 that accompanies this > distribution. > The full text of the license may be found at > @@ -984,7 +984,7 @@ > #define PACKAGE_TARNAME "EADK_Python" > > /* Define to the home page for this package. */ > -#define PACKAGE_URL "http://edk2.tianocore.org/" > +#define PACKAGE_URL "http://www.tianocore.org/" > > /* Define to the version of this package. */ > #define PACKAGE_VERSION "V0.1" > -- > 2.7.2.windows.1