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 7BD941A1E46 for ; Tue, 25 Oct 2016 10:06:28 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP; 25 Oct 2016 10:05:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,546,1473145200"; d="scan'208";a="23876904" Received: from jcarsey-desk1.amr.corp.intel.com ([10.7.159.55]) by orsmga004.jf.intel.com with ESMTP; 25 Oct 2016 10:05:54 -0700 From: Jaben Carsey To: edk2-devel@lists.01.org Cc: Daryl McDaniel , Zhu, Yonghong Date: Tue, 25 Oct 2016 10:05:47 -0700 Message-Id: X-Mailer: git-send-email 2.7.2.windows.1 Subject: [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: Tue, 25 Oct 2016 17:06:28 -0000 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