summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux/util-linux/mbsalign-license.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/util-linux/util-linux/mbsalign-license.patch')
-rw-r--r--meta/recipes-core/util-linux/util-linux/mbsalign-license.patch78
1 files changed, 78 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux/mbsalign-license.patch b/meta/recipes-core/util-linux/util-linux/mbsalign-license.patch
new file mode 100644
index 0000000000..b2c3652088
--- /dev/null
+++ b/meta/recipes-core/util-linux/util-linux/mbsalign-license.patch
@@ -0,0 +1,78 @@
1
2Upstream-Status: Backport
3Signed-off-by: Saul Wold <sgw@linux.intel.com>
4
5Notes from Pdraig (via email) :
6
7Actually LGPLv2+ is most appropriate for that.
8The intent is that it's licensed under the LGPL anyway:
9
10$ gnulib/gnulib-tool --local-dir gl --extract-license mbsalign
11LGPL
12
13When extracting this to util-linux I should have adjusted
14the boilerplate default license in the file (which gnulib-tool
15can do on import).
16
17
18From 16d8546964db1f6a27ae0f1d1cd24ce42704111d Mon Sep 17 00:00:00 2001
19From: =?UTF-8?q?P=C3=A1draig=20Brady?= <P@draigBrady.com>
20Date: Fri, 15 Mar 2013 09:48:37 +0000
21Subject: [PATCH] lib/mbsalign: correct license header from GPLv[23] to
22 LGPLv2+
23
24* lib/mbsalign.c: s/GPLv3/LGPLv2+/
25* include/mbsalign.h: s/GPLv2/LGPLv2+/
26* README.licensing: Remove mention GPLv3 as it's not actually used.
27---
28 README.licensing | 2 --
29 include/mbsalign.h | 4 ++--
30 lib/mbsalign.c | 4 ++--
31 3 files changed, 4 insertions(+), 6 deletions(-)
32
33diff --git a/README.licensing b/README.licensing
34index b29883c..ab60004 100644
35--- a/README.licensing
36+++ b/README.licensing
37@@ -2,8 +2,6 @@
38 The project util-linux doesn't use the same license for all of the code.
39 There is code under:
40
41- * GPLv3+ (GNU General Public License version 3, or any later version)
42-
43 * GPLv2+ (GNU General Public License version 2, or any later version)
44
45 * GPLv2 (GNU General Public License version 2)
46diff --git a/include/mbsalign.h b/include/mbsalign.h
47index fd957b3..8c9f2db 100644
48--- a/include/mbsalign.h
49+++ b/include/mbsalign.h
50@@ -2,8 +2,8 @@
51 Copyright (C) 2009-2010 Free Software Foundation, Inc.
52
53 This program is free software: you can redistribute it and/or modify
54- it under the terms of the GNU General Public License as published by
55- the Free Software Foundation, either version 2 of the License, or
56+ it under the terms of the GNU Lesser General Public License as published by
57+ the Free Software Foundation, either version 2.1 of the License, or
58 (at your option) any later version.
59
60 This program is distributed in the hope that it will be useful,
61diff --git a/lib/mbsalign.c b/lib/mbsalign.c
62index d97bbd5..05c4650 100644
63--- a/lib/mbsalign.c
64+++ b/lib/mbsalign.c
65@@ -2,8 +2,8 @@
66 Copyright (C) 2009-2010 Free Software Foundation, Inc.
67
68 This program is free software: you can redistribute it and/or modify
69- it under the terms of the GNU General Public License as published by
70- the Free Software Foundation, either version 3 of the License, or
71+ it under the terms of the GNU Lesser General Public License as published by
72+ the Free Software Foundation, either version 2.1 of the License, or
73 (at your option) any later version.
74
75 This program is distributed in the hope that it will be useful,
76--
771.7.7.6
78