summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2012-12-29 11:33:54 +0100
committerMilan Broz <gmazyland@gmail.com>2012-12-29 11:33:54 +0100
commit29f21208a05732b4685f7800967f3108b2555119 (patch)
tree197332458b4702a5bd418926e8d0e2c6f5d013f7 /lib
parent099a2b9d17a005ca1da11e4333a61f82cd8416d8 (diff)
downloadcryptsetup-29f21208a05732b4685f7800967f3108b2555119.tar.gz
cryptsetup-29f21208a05732b4685f7800967f3108b2555119.tar.bz2
cryptsetup-29f21208a05732b4685f7800967f3108b2555119.zip
Change License from GPLv2 only to GPLv2+ ("or any later").
Agreed by all copyright authors.
Diffstat (limited to 'lib')
-rw-r--r--lib/crypt_plain.c3
-rw-r--r--lib/crypto_backend/crypto_backend.h3
-rw-r--r--lib/internal.h3
-rw-r--r--lib/libcryptsetup.h3
-rw-r--r--lib/libdevmapper.c3
-rw-r--r--lib/luks1/af.c3
-rw-r--r--lib/luks1/af.h3
-rw-r--r--lib/luks1/keyencryption.c3
-rw-r--r--lib/luks1/keymanage.c3
-rw-r--r--lib/luks1/luks.h3
-rw-r--r--lib/random.c3
-rw-r--r--lib/setup.c3
-rw-r--r--lib/utils.c3
-rw-r--r--lib/utils_benchmark.c3
-rw-r--r--lib/utils_crypt.c3
-rw-r--r--lib/utils_crypt.h3
-rw-r--r--lib/utils_device.c3
-rw-r--r--lib/utils_devpath.c3
-rw-r--r--lib/utils_dm.h3
-rw-r--r--lib/utils_fips.c3
-rw-r--r--lib/utils_fips.h3
-rw-r--r--lib/utils_loop.c3
-rw-r--r--lib/utils_loop.h3
-rw-r--r--lib/utils_wipe.c3
-rw-r--r--lib/volumekey.c3
25 files changed, 50 insertions, 25 deletions
diff --git a/lib/crypt_plain.c b/lib/crypt_plain.c
index dbbbbee..61a93f5 100644
--- a/lib/crypt_plain.c
+++ b/lib/crypt_plain.c
@@ -7,7 +7,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/crypto_backend/crypto_backend.h b/lib/crypto_backend/crypto_backend.h
index 0c71d9d..ee4b7b3 100644
--- a/lib/crypto_backend/crypto_backend.h
+++ b/lib/crypto_backend/crypto_backend.h
@@ -6,7 +6,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/internal.h b/lib/internal.h
index ec3e3af..821c115 100644
--- a/lib/internal.h
+++ b/lib/internal.h
@@ -8,7 +8,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/libcryptsetup.h b/lib/libcryptsetup.h
index e77c1dd..ff3144a 100644
--- a/lib/libcryptsetup.h
+++ b/lib/libcryptsetup.h
@@ -8,7 +8,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/libdevmapper.c b/lib/libdevmapper.c
index 5d3a605..9100a3e 100644
--- a/lib/libdevmapper.c
+++ b/lib/libdevmapper.c
@@ -8,7 +8,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/luks1/af.c b/lib/luks1/af.c
index 9c50c16..835d997 100644
--- a/lib/luks1/af.c
+++ b/lib/luks1/af.c
@@ -9,7 +9,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/luks1/af.h b/lib/luks1/af.h
index 89c0af8..b53e67b 100644
--- a/lib/luks1/af.h
+++ b/lib/luks1/af.h
@@ -9,7 +9,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/luks1/keyencryption.c b/lib/luks1/keyencryption.c
index c93f471..7a3dc2f 100644
--- a/lib/luks1/keyencryption.c
+++ b/lib/luks1/keyencryption.c
@@ -6,7 +6,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/luks1/keymanage.c b/lib/luks1/keymanage.c
index 9953fd9..164ba4a 100644
--- a/lib/luks1/keymanage.c
+++ b/lib/luks1/keymanage.c
@@ -6,7 +6,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/luks1/luks.h b/lib/luks1/luks.h
index 961df35..6d6c74c 100644
--- a/lib/luks1/luks.h
+++ b/lib/luks1/luks.h
@@ -6,7 +6,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/random.c b/lib/random.c
index 5de4214..0664e97 100644
--- a/lib/random.c
+++ b/lib/random.c
@@ -5,7 +5,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/setup.c b/lib/setup.c
index 685ef80..6263578 100644
--- a/lib/setup.c
+++ b/lib/setup.c
@@ -8,7 +8,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils.c b/lib/utils.c
index a5a330c..7bc833a 100644
--- a/lib/utils.c
+++ b/lib/utils.c
@@ -8,7 +8,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_benchmark.c b/lib/utils_benchmark.c
index 4ee0c03..bb2319a 100644
--- a/lib/utils_benchmark.c
+++ b/lib/utils_benchmark.c
@@ -6,7 +6,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_crypt.c b/lib/utils_crypt.c
index 6dbdf15..9fc05ac 100644
--- a/lib/utils_crypt.c
+++ b/lib/utils_crypt.c
@@ -7,7 +7,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_crypt.h b/lib/utils_crypt.h
index 48c8198..e447d9f 100644
--- a/lib/utils_crypt.h
+++ b/lib/utils_crypt.h
@@ -7,7 +7,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_device.c b/lib/utils_device.c
index 428aa12..44282a6 100644
--- a/lib/utils_device.c
+++ b/lib/utils_device.c
@@ -8,7 +8,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_devpath.c b/lib/utils_devpath.c
index 876b6ca..d1e8735 100644
--- a/lib/utils_devpath.c
+++ b/lib/utils_devpath.c
@@ -8,7 +8,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_dm.h b/lib/utils_dm.h
index 8af91e8..ae4836c 100644
--- a/lib/utils_dm.h
+++ b/lib/utils_dm.h
@@ -8,7 +8,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_fips.c b/lib/utils_fips.c
index 150f882..a4df016 100644
--- a/lib/utils_fips.c
+++ b/lib/utils_fips.c
@@ -5,7 +5,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_fips.h b/lib/utils_fips.h
index fb38c3f..d4d2239 100644
--- a/lib/utils_fips.h
+++ b/lib/utils_fips.h
@@ -5,7 +5,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_loop.c b/lib/utils_loop.c
index 81ae1fa..d7b03a1 100644
--- a/lib/utils_loop.c
+++ b/lib/utils_loop.c
@@ -6,7 +6,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_loop.h b/lib/utils_loop.h
index 0a964b8..052623d 100644
--- a/lib/utils_loop.h
+++ b/lib/utils_loop.h
@@ -5,7 +5,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/utils_wipe.c b/lib/utils_wipe.c
index 50f3af6..858964c 100644
--- a/lib/utils_wipe.c
+++ b/lib/utils_wipe.c
@@ -7,7 +7,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/lib/volumekey.c b/lib/volumekey.c
index f533ad3..9a80529 100644
--- a/lib/volumekey.c
+++ b/lib/volumekey.c
@@ -6,7 +6,8 @@
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of