From 8a6665a092d07501c987a8352efa2aecf34c287b Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 11 Dec 2010 11:47:28 +1100 Subject: [PATCH] Licence Change to LGPL 2.1+ to be compatible with kvm/qemu --- COPYING | 2 +- include/iscsi-private.h | 2 +- include/iscsi.h | 2 +- include/scsi-lowlevel.h | 2 +- include/slist.h | 2 +- lib/connect.c | 2 +- lib/crc32c.c | 2 +- lib/discovery.c | 2 +- lib/init.c | 2 +- lib/login.c | 2 +- lib/nop.c | 2 +- lib/pdu.c | 2 +- lib/scsi-command.c | 2 +- lib/scsi-lowlevel.c | 2 +- lib/socket.c | 2 +- lib/sync.c | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/COPYING b/COPYING index 0383b97..06e0906 100644 --- a/COPYING +++ b/COPYING @@ -5,7 +5,7 @@ The lib and include directories =============================== The iscsi client library itself, i.e. the lib and include directories, is licenced under GNU Lesser General Public License as published by -the Free Software Foundation; either version 3 of the License, or +the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The src and examples directories diff --git a/include/iscsi-private.h b/include/iscsi-private.h index 20424d7..45716c7 100644 --- a/include/iscsi-private.h +++ b/include/iscsi-private.h @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/include/iscsi.h b/include/iscsi.h index 7d7ebb3..85695cb 100644 --- a/include/iscsi.h +++ b/include/iscsi.h @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/include/scsi-lowlevel.h b/include/scsi-lowlevel.h index 05f8a02..e44f3f5 100644 --- a/include/scsi-lowlevel.h +++ b/include/scsi-lowlevel.h @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/include/slist.h b/include/slist.h index 0d9aadd..56c8364 100644 --- a/include/slist.h +++ b/include/slist.h @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/connect.c b/lib/connect.c index 73bb0e5..ceb8a95 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/crc32c.c b/lib/crc32c.c index 6c08af8..96f1c42 100644 --- a/lib/crc32c.c +++ b/lib/crc32c.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/discovery.c b/lib/discovery.c index 1404cb0..bfa1d99 100644 --- a/lib/discovery.c +++ b/lib/discovery.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/init.c b/lib/init.c index 1efccab..9ddd201 100644 --- a/lib/init.c +++ b/lib/init.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/login.c b/lib/login.c index 7c26164..fe497e5 100644 --- a/lib/login.c +++ b/lib/login.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/nop.c b/lib/nop.c index 41b5623..2cb6749 100644 --- a/lib/nop.c +++ b/lib/nop.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/pdu.c b/lib/pdu.c index c1a560e..25dc76d 100644 --- a/lib/pdu.c +++ b/lib/pdu.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/scsi-command.c b/lib/scsi-command.c index 4feb606..ff5341b 100644 --- a/lib/scsi-command.c +++ b/lib/scsi-command.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/scsi-lowlevel.c b/lib/scsi-lowlevel.c index 540686b..8e5137a 100644 --- a/lib/scsi-lowlevel.c +++ b/lib/scsi-lowlevel.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/socket.c b/lib/socket.c index 1d72015..c52be6a 100644 --- a/lib/socket.c +++ b/lib/socket.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/lib/sync.c b/lib/sync.c index 23fe82e..c05552e 100644 --- a/lib/sync.c +++ b/lib/sync.c @@ -3,7 +3,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful,