* [patch] BaseTools: Add missing license and copyright info
@ 2019-03-15 8:23 Dandan Bi
2019-03-15 8:30 ` Feng, Bob C
2019-03-18 1:58 ` Gao, Liming
0 siblings, 2 replies; 3+ messages in thread
From: Dandan Bi @ 2019-03-15 8:23 UTC (permalink / raw)
To: edk2-devel; +Cc: Bob Feng, Liming Gao, Michael D Kinney
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
.../Conf/Empty_Package_Information_Data_File.ini | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/BaseTools/Conf/Empty_Package_Information_Data_File.ini b/BaseTools/Conf/Empty_Package_Information_Data_File.ini
index fe162568c4..230d858ef9 100644
--- a/BaseTools/Conf/Empty_Package_Information_Data_File.ini
+++ b/BaseTools/Conf/Empty_Package_Information_Data_File.ini
@@ -1,5 +1,17 @@
+;@file
+; Example ini file used for UPT.
+;
+; Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR>
+; This program and the accompanying materials
+; are licensed and made available under the terms and conditions of the BSD License
+; which accompanies this distribution. The full text of the license may be found at
+; http://opensource.org/licenses/bsd-license.php
+;
+; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+;
[DistributionHeader]
Name =
GUID =
Version =
Vendor =
--
2.18.0.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [patch] BaseTools: Add missing license and copyright info
2019-03-15 8:23 [patch] BaseTools: Add missing license and copyright info Dandan Bi
@ 2019-03-15 8:30 ` Feng, Bob C
2019-03-18 1:58 ` Gao, Liming
1 sibling, 0 replies; 3+ messages in thread
From: Feng, Bob C @ 2019-03-15 8:30 UTC (permalink / raw)
To: Bi, Dandan, edk2-devel@lists.01.org; +Cc: Gao, Liming, Kinney, Michael D
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
-----Original Message-----
From: Bi, Dandan
Sent: Friday, March 15, 2019 4:23 PM
To: edk2-devel@lists.01.org
Cc: Feng, Bob C <bob.c.feng@intel.com>; Gao, Liming <liming.gao@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>
Subject: [patch] BaseTools: Add missing license and copyright info
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
.../Conf/Empty_Package_Information_Data_File.ini | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/BaseTools/Conf/Empty_Package_Information_Data_File.ini b/BaseTools/Conf/Empty_Package_Information_Data_File.ini
index fe162568c4..230d858ef9 100644
--- a/BaseTools/Conf/Empty_Package_Information_Data_File.ini
+++ b/BaseTools/Conf/Empty_Package_Information_Data_File.ini
@@ -1,5 +1,17 @@
+;@file
+; Example ini file used for UPT.
+;
+; Copyright (c) 2011 - 2019, Intel Corporation. All rights
+reserved.<BR> ; This program and the accompanying materials ; are
+licensed and made available under the terms and conditions of the BSD
+License ; which accompanies this distribution. The full text of the
+license may be found at ;
+http://opensource.org/licenses/bsd-license.php
+;
+; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+;
[DistributionHeader]
Name =
GUID =
Version =
Vendor =
--
2.18.0.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [patch] BaseTools: Add missing license and copyright info
2019-03-15 8:23 [patch] BaseTools: Add missing license and copyright info Dandan Bi
2019-03-15 8:30 ` Feng, Bob C
@ 2019-03-18 1:58 ` Gao, Liming
1 sibling, 0 replies; 3+ messages in thread
From: Gao, Liming @ 2019-03-18 1:58 UTC (permalink / raw)
To: Bi, Dandan, edk2-devel@lists.01.org; +Cc: Feng, Bob C, Kinney, Michael D
Reviewed-by: Liming Gao <liming.gao@intel.com>
> -----Original Message-----
> From: Bi, Dandan
> Sent: Friday, March 15, 2019 1:23 AM
> To: edk2-devel@lists.01.org
> Cc: Feng, Bob C <bob.c.feng@intel.com>; Gao, Liming <liming.gao@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>
> Subject: [patch] BaseTools: Add missing license and copyright info
>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Dandan Bi <dandan.bi@intel.com>
> ---
> .../Conf/Empty_Package_Information_Data_File.ini | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/BaseTools/Conf/Empty_Package_Information_Data_File.ini b/BaseTools/Conf/Empty_Package_Information_Data_File.ini
> index fe162568c4..230d858ef9 100644
> --- a/BaseTools/Conf/Empty_Package_Information_Data_File.ini
> +++ b/BaseTools/Conf/Empty_Package_Information_Data_File.ini
> @@ -1,5 +1,17 @@
> +;@file
> +; Example ini file used for UPT.
> +;
> +; Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR>
> +; This program and the accompanying materials
> +; are licensed and made available under the terms and conditions of the BSD License
> +; which accompanies this distribution. The full text of the license may be found at
> +; http://opensource.org/licenses/bsd-license.php
> +;
> +; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
> +; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
> +;
> [DistributionHeader]
> Name =
> GUID =
> Version =
> Vendor =
> --
> 2.18.0.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-18 1:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-15 8:23 [patch] BaseTools: Add missing license and copyright info Dandan Bi
2019-03-15 8:30 ` Feng, Bob C
2019-03-18 1:58 ` Gao, Liming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox