* [Buildroot] [PATCH 1/1] package/multipath-tools: drop README.md from license files
@ 2024-03-15 21:47 Fabrice Fontaine
2024-03-24 15:46 ` Arnout Vandecappelle via buildroot
2024-03-25 9:00 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-03-15 21:47 UTC (permalink / raw)
To: buildroot; +Cc: Alexander Egorenkov, Fabrice Fontaine
Drop README.md from license files as advocated by Arnout Vandecappelle:
https://patchwork.ozlabs.org/project/buildroot/patch/20240314211117.9103-1-fontaine.fabrice@gmail.com
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/multipath-tools/multipath-tools.hash | 1 -
package/multipath-tools/multipath-tools.mk | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/package/multipath-tools/multipath-tools.hash b/package/multipath-tools/multipath-tools.hash
index c1f32e7a3b..03a2867144 100644
--- a/package/multipath-tools/multipath-tools.hash
+++ b/package/multipath-tools/multipath-tools.hash
@@ -4,4 +4,3 @@ sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENS
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 LICENSES/GPL-3.0
sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c LICENSES/LGPL-2.0
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSES/LGPL-2.1
-sha256 9c69bb0089aa0b82b10a25095c04a7c4aec6b5bbf0776b7129123c8459fe7725 README.md
diff --git a/package/multipath-tools/multipath-tools.mk b/package/multipath-tools/multipath-tools.mk
index e62e85e14d..164d850600 100644
--- a/package/multipath-tools/multipath-tools.mk
+++ b/package/multipath-tools/multipath-tools.mk
@@ -16,8 +16,7 @@ MULTIPATH_TOOLS_LICENSE_FILES = \
LICENSES/GPL-2.0 \
LICENSES/GPL-3.0 \
LICENSES/LGPL-2.0 \
- LICENSES/LGPL-2.1 \
- README.md
+ LICENSES/LGPL-2.1
MULTIPATH_TOOLS_CPE_ID_VENDOR = opensvc
MULTIPATH_TOOLS_DEPENDENCIES = \
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/multipath-tools: drop README.md from license files
2024-03-15 21:47 [Buildroot] [PATCH 1/1] package/multipath-tools: drop README.md from license files Fabrice Fontaine
@ 2024-03-24 15:46 ` Arnout Vandecappelle via buildroot
2024-03-25 9:00 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-03-24 15:46 UTC (permalink / raw)
To: Fabrice Fontaine, buildroot; +Cc: Alexander Egorenkov
On 15/03/2024 22:47, Fabrice Fontaine wrote:
> Drop README.md from license files as advocated by Arnout Vandecappelle:
> https://patchwork.ozlabs.org/project/buildroot/patch/20240314211117.9103-1-fontaine.fabrice@gmail.com
I've added a little of my explanation from that mail to the commit message,
and applied to master, thanks.
Regards,
Arnout
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/multipath-tools/multipath-tools.hash | 1 -
> package/multipath-tools/multipath-tools.mk | 3 +--
> 2 files changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/package/multipath-tools/multipath-tools.hash b/package/multipath-tools/multipath-tools.hash
> index c1f32e7a3b..03a2867144 100644
> --- a/package/multipath-tools/multipath-tools.hash
> +++ b/package/multipath-tools/multipath-tools.hash
> @@ -4,4 +4,3 @@ sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENS
> sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 LICENSES/GPL-3.0
> sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c LICENSES/LGPL-2.0
> sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSES/LGPL-2.1
> -sha256 9c69bb0089aa0b82b10a25095c04a7c4aec6b5bbf0776b7129123c8459fe7725 README.md
> diff --git a/package/multipath-tools/multipath-tools.mk b/package/multipath-tools/multipath-tools.mk
> index e62e85e14d..164d850600 100644
> --- a/package/multipath-tools/multipath-tools.mk
> +++ b/package/multipath-tools/multipath-tools.mk
> @@ -16,8 +16,7 @@ MULTIPATH_TOOLS_LICENSE_FILES = \
> LICENSES/GPL-2.0 \
> LICENSES/GPL-3.0 \
> LICENSES/LGPL-2.0 \
> - LICENSES/LGPL-2.1 \
> - README.md
> + LICENSES/LGPL-2.1
> MULTIPATH_TOOLS_CPE_ID_VENDOR = opensvc
>
> MULTIPATH_TOOLS_DEPENDENCIES = \
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/multipath-tools: drop README.md from license files
2024-03-15 21:47 [Buildroot] [PATCH 1/1] package/multipath-tools: drop README.md from license files Fabrice Fontaine
2024-03-24 15:46 ` Arnout Vandecappelle via buildroot
@ 2024-03-25 9:00 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-03-25 9:00 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Alexander Egorenkov, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Drop README.md from license files as advocated by Arnout Vandecappelle:
> https://patchwork.ozlabs.org/project/buildroot/patch/20240314211117.9103-1-fontaine.fabrice@gmail.com
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-25 9:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-15 21:47 [Buildroot] [PATCH 1/1] package/multipath-tools: drop README.md from license files Fabrice Fontaine
2024-03-24 15:46 ` Arnout Vandecappelle via buildroot
2024-03-25 9:00 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox