blob: 13f18b57611ca7f9569df2022c66a671b1d59b87 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Xose Vazquez Perez <xose.vazquez@gmail.com>
3Date: Fri, 11 May 2018 15:42:43 +0200
4Subject: [PATCH] multipath-tools: replace FSF address with a www pointer
5
6Less prone to future modifications, new FSF licences
7point exactly to this url: <http://www.gnu.org/licenses/>.
8And sending a smail to FSF is outdated.
9
10First clean up was done in 5619a39c433ac3d10a88079593cec1aa6472cbeb
11
12Cc: Martin Wilck <mwilck@suse.com>
13Cc: Benjamin Marzinski <bmarzins@redhat.com>
14Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
15Cc: DM ML <dm-devel@redhat.com>
16Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
17Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
18---
19 libmultipath/dm-generic.c | 4 +---
20 libmultipath/dm-generic.h | 4 +---
21 libmultipath/foreign.c | 4 +---
22 libmultipath/foreign.h | 4 +---
23 libmultipath/foreign/nvme.c | 4 +---
24 libmultipath/generic.c | 4 +---
25 libmultipath/generic.h | 4 +---
26 tests/dmevents.c | 2 +-
27 tests/parser.c | 2 +-
28 tests/uevent.c | 2 +-
29 tests/util.c | 2 +-
30 11 files changed, 11 insertions(+), 25 deletions(-)
31
32diff --git a/libmultipath/dm-generic.c b/libmultipath/dm-generic.c
33index bdc9ca0..d752991 100644
34--- a/libmultipath/dm-generic.c
35+++ b/libmultipath/dm-generic.c
36@@ -12,9 +12,7 @@
37 GNU General Public License for more details.
38
39 You should have received a copy of the GNU General Public License
40- along with this program; if not, write to the Free Software
41- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
42- USA.
43+ along with this program. If not, see <https://www.gnu.org/licenses/>.
44 */
45
46 #include <stdint.h>
47diff --git a/libmultipath/dm-generic.h b/libmultipath/dm-generic.h
48index 5d59724..986429f 100644
49--- a/libmultipath/dm-generic.h
50+++ b/libmultipath/dm-generic.h
51@@ -12,9 +12,7 @@
52 GNU General Public License for more details.
53
54 You should have received a copy of the GNU General Public License
55- along with this program; if not, write to the Free Software
56- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
57- USA.
58+ along with this program. If not, see <https://www.gnu.org/licenses/>.
59 */
60 #ifndef _DM_GENERIC_H
61 #define _DM_GENERIC_H
62diff --git a/libmultipath/foreign.c b/libmultipath/foreign.c
63index 7217184..80b399b 100644
64--- a/libmultipath/foreign.c
65+++ b/libmultipath/foreign.c
66@@ -12,9 +12,7 @@
67 GNU General Public License for more details.
68
69 You should have received a copy of the GNU General Public License
70- along with this program; if not, write to the Free Software
71- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
72- USA.
73+ along with this program. If not, see <https://www.gnu.org/licenses/>.
74 */
75
76 #include <sys/sysmacros.h>
77diff --git a/libmultipath/foreign.h b/libmultipath/foreign.h
78index 973f368..697f12f 100644
79--- a/libmultipath/foreign.h
80+++ b/libmultipath/foreign.h
81@@ -12,9 +12,7 @@
82 GNU General Public License for more details.
83
84 You should have received a copy of the GNU General Public License
85- along with this program; if not, write to the Free Software
86- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
87- USA.
88+ along with this program. If not, see <https://www.gnu.org/licenses/>.
89 */
90 #ifndef _FOREIGN_H
91 #define _FOREIGN_H
92diff --git a/libmultipath/foreign/nvme.c b/libmultipath/foreign/nvme.c
93index 235f75d..280b6bd 100644
94--- a/libmultipath/foreign/nvme.c
95+++ b/libmultipath/foreign/nvme.c
96@@ -12,9 +12,7 @@
97 GNU General Public License for more details.
98
99 You should have received a copy of the GNU General Public License
100- along with this program; if not, write to the Free Software
101- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
102- USA.
103+ along with this program. If not, see <https://www.gnu.org/licenses/>.
104 */
105
106 #include <sys/sysmacros.h>
107diff --git a/libmultipath/generic.c b/libmultipath/generic.c
108index 6f7a2cd..0d1e632 100644
109--- a/libmultipath/generic.c
110+++ b/libmultipath/generic.c
111@@ -12,9 +12,7 @@
112 GNU General Public License for more details.
113
114 You should have received a copy of the GNU General Public License
115- along with this program; if not, write to the Free Software
116- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
117- USA.
118+ along with this program. If not, see <https://www.gnu.org/licenses/>.
119 */
120
121
122diff --git a/libmultipath/generic.h b/libmultipath/generic.h
123index 7f7fe66..6346ffe 100644
124--- a/libmultipath/generic.h
125+++ b/libmultipath/generic.h
126@@ -12,9 +12,7 @@
127 GNU General Public License for more details.
128
129 You should have received a copy of the GNU General Public License
130- along with this program; if not, write to the Free Software
131- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
132- USA.
133+ along with this program. If not, see <https://www.gnu.org/licenses/>.
134 */
135 #ifndef _GENERIC_H
136 #define _GENERIC_H
137diff --git a/tests/dmevents.c b/tests/dmevents.c
138index bba51dc..3399c81 100644
139--- a/tests/dmevents.c
140+++ b/tests/dmevents.c
141@@ -12,7 +12,7 @@
142 * GNU General Public License for more details.
143 *
144 * You should have received a copy of the GNU General Public License
145- * along with this program; if not, write to the Free Software
146+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
147 *
148 */
149
150diff --git a/tests/parser.c b/tests/parser.c
151index a7e7598..29859da 100644
152--- a/tests/parser.c
153+++ b/tests/parser.c
154@@ -12,7 +12,7 @@
155 * GNU General Public License for more details.
156 *
157 * You should have received a copy of the GNU General Public License
158- * along with this program; if not, write to the Free Software
159+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
160 *
161 */
162
163diff --git a/tests/uevent.c b/tests/uevent.c
164index acfcb14..b0d0bfd 100644
165--- a/tests/uevent.c
166+++ b/tests/uevent.c
167@@ -12,7 +12,7 @@
168 * GNU General Public License for more details.
169 *
170 * You should have received a copy of the GNU General Public License
171- * along with this program; if not, write to the Free Software
172+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
173 *
174 */
175
176diff --git a/tests/util.c b/tests/util.c
177index 113b134..839effd 100644
178--- a/tests/util.c
179+++ b/tests/util.c
180@@ -12,7 +12,7 @@
181 * GNU General Public License for more details.
182 *
183 * You should have received a copy of the GNU General Public License
184- * along with this program; if not, write to the Free Software
185+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
186 *
187 */
188
189--
1902.7.4
191