From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 675471A1E46 for ; Mon, 24 Oct 2016 18:58:48 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP; 24 Oct 2016 18:58:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,544,1473145200"; d="scan'208";a="23300981" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 24 Oct 2016 18:58:47 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 24 Oct 2016 18:58:47 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 24 Oct 2016 18:58:47 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Tue, 25 Oct 2016 09:58:43 +0800 From: "Zhu, Yonghong" To: "Carsey, Jaben" , "edk2-devel@lists.01.org" CC: Daryl McDaniel , "Zhu, Yonghong" Thread-Topic: [edk2] [Patch] AppPkg: Update email and URL. Thread-Index: AQHSLhRDugxucxh390+ycBY7/xKYwqC4aL7g Date: Tue, 25 Oct 2016 01:58:44 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] AppPkg: Update email and URL. 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: Tue, 25 Oct 2016 01:58:48 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Jaben, I have two comment: 1. The copyright year need update. 2. The PACKAGE_URL = is not same in several pyconfig.h, is this our expected ? Best Regards, Zhu Yonghong -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jabe= n Carsey Sent: Tuesday, October 25, 2016 12:32 AM To: edk2-devel@lists.01.org Cc: Daryl McDaniel Subject: [edk2] [Patch] AppPkg: Update email and URL. CC: Daryl McDaniel Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey --- AppPkg/Applications/Python/Ia32/pyconfig.h | 4 ++-- AppPkg/Applications/Python/Ipf/pyconfig.h | 4 ++-- AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h | 2 +- AppPkg/Ap= plications/Python/Python-2.7.10/X64/pyconfig.h | 2 +- AppPkg/Applications/Python/X64/pyconfig.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AppPkg/Applications/Python/Ia32/pyconfig.h b/AppPkg/Applicatio= ns/Python/Ia32/pyconfig.h index 7970f14..6a53801 100644 --- a/AppPkg/Applications/Python/Ia32/pyconfig.h +++ b/AppPkg/Applications/Python/Ia32/pyconfig.h @@ -932,7 +932,7 @@ #undef MVWDELCH_IS_EXPRESSION =20 /* 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" =20 /* Define to the full name of this package. */ #define PACKAGE_NAME "EDK II Python Package" @@ -944,7 +944,7 @@ #define PACKAGE_TARNAME "EADK_Python" =20 /* 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/AppPk= g/Applications/Python" =20 /* Define to the version of this package. */ #define PACKAGE_VERSION "V0= .8" diff --git a/AppPkg/Applications/Python/Ipf/pyconfig.h b/AppPkg/Application= s/Python/Ipf/pyconfig.h index 5b06024..fe723a2 100644 --- a/AppPkg/Applications/Python/Ipf/pyconfig.h +++ b/AppPkg/Applications/Python/Ipf/pyconfig.h @@ -928,7 +928,7 @@ #undef MVWDELCH_IS_EXPRESSION =20 /* 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" =20 /* Define to the full name of this package. */ #define PACKAGE_NAME "EDK II Python Package" @@ -940,7 +940,7 @@ #define PACKAGE_TARNAME "EADK_Python" =20 /* 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/AppPk= g/Applications/Python" =20 /* 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/App= Pkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h index b86cfa5..2f00eac 100644 --- a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h +++ b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h @@ -983,7 +983,7 @@ #define PACKAGE_TARNAME "EADK_Python" =20 /* Define to the home page for this package. */ -#define PACKAGE_URL "http://edk2.tianocore.org/" +#define PACKAGE_URL "http://www.tianocore.org/" =20 /* 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/AppP= kg/Applications/Python/Python-2.7.10/X64/pyconfig.h index 4b08254..dfe798b 100644 --- a/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h +++ b/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h @@ -982,7 +982,7 @@ #define PACKAGE_TARNAME "EADK_Python" =20 /* Define to the home page for this package. */ -#define PACKAGE_URL "http://edk2.tianocore.org/" +#define PACKAGE_URL "http://www.tianocore.org/" =20 /* Define to the version of this package. */ #define PACKAGE_VERSION "V0= .1" diff --git a/AppPkg/Applications/Python/X64/pyconfig.h b/AppPkg/Application= s/Python/X64/pyconfig.h index 325c0cb..129c362 100644 --- a/AppPkg/Applications/Python/X64/pyconfig.h +++ b/AppPkg/Applications/Python/X64/pyconfig.h @@ -984,7 +984,7 @@ #define PACKAGE_TARNAME "EADK_Python" =20 /* Define to the home page for this package. */ -#define PACKAGE_URL "http://edk2.tianocore.org/" +#define PACKAGE_URL "http://www.tianocore.org/" =20 /* Define to the version of this package. */ #define PACKAGE_VERSION "V0= .1" -- 2.7.2.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel