]> git.ozlabs.org Git - ccan/commitdiff
various: make the _info License: wording uniform for GPL variants.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Jul 2011 08:02:40 +0000 (17:32 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Jul 2011 08:02:40 +0000 (17:32 +0930)
GPL versions 2 and 3 both specifically mention "any later version" as
the phrase which allows the user to choose to upgrade the license.
Make sure we use that phrase, and make the format consistent across
modules.

37 files changed:
ccan/alignof/_info
ccan/alloc/_info
ccan/antithread/_info
ccan/array_size/_info
ccan/build_assert/_info
ccan/check_type/_info
ccan/compiler/_info
ccan/container_of/_info
ccan/crcsync/_info
ccan/endian/_info
ccan/foreach/_info
ccan/grab_file/_info
ccan/htable/_info
ccan/idtree/_info
ccan/ilog/_info
ccan/iscsi/_info
ccan/jbitset/_info
ccan/jmap/_info
ccan/likely/_info
ccan/list/_info
ccan/md4/_info
ccan/noerr/_info
ccan/ogg_to_pcm/_info
ccan/opt/_info
ccan/rbtree/_info
ccan/read_write_all/_info
ccan/short_types/_info
ccan/sparse_bsearch/_info
ccan/str/_info
ccan/str_talloc/_info
ccan/talloc/_info
ccan/talloc_link/_info
ccan/tally/_info
ccan/tdb/_info
ccan/tdb2/_info
ccan/typesafe_cb/_info
ccan/wwviaudio/_info

index bfec824d365d51067002e98a884c201a2c29e20d..04a7a789942313a462ea5739e4c7bfb3c495f04b 100644 (file)
@@ -35,7 +35,7 @@
  *             }
  *     }
  *
  *             }
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 6b0fef928a67f8066c42a06c812b5beda14535dd..e4a47bac1733f01ab46c567219535d1e7ba30970 100644 (file)
@@ -93,7 +93,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index a6899c43c053d1525ea8c6a2bfeaa7a6518a66ee..9caff0e4a0a48b607be026ae3ccb71e605304f02 100644 (file)
@@ -81,7 +81,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: GPL (3 or any later version)
+ * License: GPL (v3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index af7ef1cfd291cd5179ad11ad5d8e26c55d512f30..56ba7998e41a09cf9851e52d0798714e1b01d3b8 100644 (file)
@@ -29,7 +29,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 0906af07e60625fa95895e9cf8e6d31661d9159a..97451a8e9195f250adc593ca6a7a1b2158d73994 100644 (file)
@@ -33,7 +33,7 @@
  *             return (char *)foo;
  *     }
  *
  *             return (char *)foo;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 4cb3ff17bcd4fbdc9e084f1d4bcf22ed5e069a86..1c141fadd796013c11e18c44fd11400aedf2764e 100644 (file)
@@ -14,7 +14,7 @@
  * since they have to use sizeof() which can only distiguish between types of
  * different size.
  *
  * since they have to use sizeof() which can only distiguish between types of
  * different size.
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index c55ba22f086c320de70b4c5d21a0b56da825e16f..b51d93a64122c8a98ba84466140563c0a79ffc70 100644 (file)
@@ -21,7 +21,7 @@
  * - IS_COMPILE_CONSTANT
  *     For using different tradeoffs for compiletime vs runtime evaluation.
  *
  * - IS_COMPILE_CONSTANT
  *     For using different tradeoffs for compiletime vs runtime evaluation.
  *
- * License: LGPL (3 or any later version)
+ * License: LGPL (v3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
index cc912320c1ac04fc5b67b19881027db685240085..8db29d80284b4fd6e9d105e2c9cf0edce662692e 100644 (file)
@@ -46,7 +46,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 55d92d96ff59db41faa6d3bdd5fe9f03317580a7..de60af4b9657f8809ac1470f6e2cbfd399cfc4cd 100644 (file)
@@ -67,7 +67,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (v2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index a239d253a14a2d5c7d47ee2daa9523489def9dff..84e9597f0f8927ec4c08314ddd629c0a008c4820 100644 (file)
@@ -37,7 +37,7 @@
  *             exit(0);
  *     }
  *
  *             exit(0);
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 11f1b7321144b58a0a4d11126be83d745b67791f..f1a3c01d0675078888808cd636cf2c75e6064309 100644 (file)
@@ -10,7 +10,7 @@
  * (ie. gcc), and not too bad (ie. a few compares and mallocs) for
  * other compilers.
  *
  * (ie. gcc), and not too bad (ie. a few compares and mallocs) for
  * other compilers.
  *
- * License: LGPL (3 or any later version)
+ * License: LGPL (v3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
index 83d911fe7fb27d984e659ea4f7d38bcbfc592c13..5bae7a566b5c875f2707eea8dc728399acaa96fc 100644 (file)
@@ -35,7 +35,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 8dabe46a50ed6aab36f3b59538934e0724fb8bca..6c889d06fc6784510ca42edb183608479217612d 100644 (file)
@@ -98,7 +98,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: GPLv2 (or later)
+ * License: GPL (v2 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 36df6fd6dc5c8d44f40188a378d1cfefcca49060..f04e00ef4c6b1eebfb03aaa3552383f57fc05c01 100644 (file)
@@ -36,7 +36,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: GPL (2 or any later version)
+ * License: GPL (v2 or any later version)
  * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
  * Author: Jim Houston <jim.houston@ccur.com>
  */
  * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
  * Author: Jim Houston <jim.houston@ccur.com>
  */
index 56de50d6105db6b315df0ec07476b8074229b11a..9a92f4e70e98f6ec87161dd18b6ccfd16df49bad 100644 (file)
@@ -29,7 +29,7 @@
  *    return 0;
  *  }
  *
  *    return 0;
  *  }
  *
- * License: LGPL (v2 or later)
+ * License: LGPL (v2.1 or any later version)
  * Author: Timothy B. Terriberry <tterribe@xiph.org>
  */
 #include <string.h>
  * Author: Timothy B. Terriberry <tterribe@xiph.org>
  */
 #include <string.h>
index 33ae4e4622320393b2b36dc52c22c6b5a7f75978..f75f2c25f28ce699e887e19a68ac46995f2e7fea 100644 (file)
@@ -11,7 +11,7 @@
  * session, as well as a low level scsi library to create scsi cdb's
  * and parse/unmarshall data-in structures.
  *
  * session, as well as a low level scsi library to create scsi cdb's
  * and parse/unmarshall data-in structures.
  *
- * License: GPL (3 or any later version)
+ * License: GPL (v3 or any later version)
  * Author: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  */
 int main(int argc, char *argv[])
  * Author: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  */
 int main(int argc, char *argv[])
index 4fa4dd981d49b53ba31bc046cbbef833ea0d02a6..52f7f127a7d58b576e86137040a1464ebf2c4d72 100644 (file)
@@ -58,7 +58,7 @@
  *     return 0;
  * }
  *
  *     return 0;
  * }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index b7347f738858891bb751c30f8a4c6d2e21eb90a8..cad473bfd46bc4eecc3cc891c314a8f6eb77aefe 100644 (file)
@@ -73,7 +73,7 @@
  *     return 0;
  * }
  * 
  *     return 0;
  * }
  * 
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 471c1ffc78c024a2879f22a27c1aacae0cc08f05..252169b362c8bf21ef9e21530df1b58db8e983d8 100644 (file)
@@ -9,7 +9,7 @@
  * help you annotate rare paths in your code for the convenience of the
  * compiler and the reader.
  *
  * help you annotate rare paths in your code for the convenience of the
  * compiler and the reader.
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
index a7daa1335762a33320a2b10f9f5b941f319d930b..8b5bd9b5e15a336fbb464ba66bc4d7de7e5d955e 100644 (file)
@@ -52,7 +52,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 1fb9d0035bff7b296ee87ed97d0515df69260a4e..1d1a74e2a57b6d83745bbf379864b7b3fd03e474 100644 (file)
@@ -31,7 +31,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  */
 int main(int argc, char *argv[])
 {
  */
 int main(int argc, char *argv[])
 {
index 899e36c35cee0772feca69871c2d94416c588f6d..8749f8776ab408cd6e35a639e1d57983dd496e9b 100644 (file)
@@ -45,7 +45,7 @@
  *             return true;
  *     }
  *
  *             return true;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index e9e03d688775ce15d351544ea94f7f3b97ef4b95..7ae6594a1cf4ba8aa0d39495a02c3e97cf7fdf82 100644 (file)
@@ -24,7 +24,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  *
  */
 int main(int argc, char *argv[])
  *
  */
 int main(int argc, char *argv[])
index a464e951e058a1686cdd522281191e70cdfcc8e5..9bcf5393d5dbcd8b3623958267181f278bbd198d 100644 (file)
@@ -49,7 +49,7 @@
  *     return 0;
  * }
  *
  *     return 0;
  * }
  *
- * License: GPL (3 or any later version)
+ * License: GPL (v3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 81ed5171fa3bb380278461f53e824093a2224b7a..58afa05d985366d3ff1fbb27c21057e9b3012eec 100644 (file)
@@ -27,7 +27,7 @@
  * This code originates from ctdb, where talloc based trees keyed are
  *  used in several places.
  *
  * This code originates from ctdb, where talloc based trees keyed are
  *  used in several places.
  *
- * License: GPL (3 or any later version)
+ * License: GPL (v3 or any later version)
  * Author: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  *
  * Example:
  * Author: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  *
  * Example:
index 0f65fe5965d345b374a8261ce73ac53e43df0a69..d70cbd1d1571e431a46819f91a9d854e9ca01643 100644 (file)
@@ -28,7 +28,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index e4f3d42ca0eed7d5bc886505e1b9b337cc3fe8b3..8beb44952021bcf74e6341cb5b83345ea87d3562 100644 (file)
@@ -65,7 +65,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 13d241970dc6fa9b7abb3ad70cade8655909edcc..a2b77c100370008c7ddc7fc6b5a9752fd1592cfb 100644 (file)
@@ -50,7 +50,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index ea314dbf799a3460db02771aa356991870ec13ce..2d52291a6c1be2dafe369bfbc79227082b5301b3 100644 (file)
@@ -35,7 +35,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 4edee27b2a5d7027d5d33a6fd65794efd98c6210..b29a48799373f91dcefc2ebb344d39bd1abcc09f 100644 (file)
@@ -35,7 +35,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 46173d96cafa40fc0abbbb2586e5f553e3fedf55..9a189455bb27cfcdf8d02332e055c1a2d7003470 100644 (file)
@@ -89,7 +89,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  */
 int main(int argc, char *argv[])
 {
  */
 int main(int argc, char *argv[])
 {
index 9f2bb146f85bb3a411fe7dca04735858a550f16a..d1cdb24bd66284d7e4ca4e412e479a087b8100cb 100644 (file)
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: GPL (2 or any later version)
+ * License: GPL (v2 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 1d67274f5c276eb2934c3256f16237f6e0a9b763..6dab9b7dd6faabccd8cad6f222243b2f0e371436 100644 (file)
@@ -40,7 +40,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (3 or any later version)
+ * License: LGPL (v3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index 53ac6059c0bffe7c0a3a207bb6fe7202c6e5db1f..a20ef98af72c8320eda7d6693bd2320598939d67 100644 (file)
@@ -63,7 +63,7 @@
  *
  * Author: Andrew Tridgell, Jeremy Allison, Rusty Russell
  *
  *
  * Author: Andrew Tridgell, Jeremy Allison, Rusty Russell
  *
- * License: LGPLv3 (or later)
+ * License: LGPL (v3 or any later version)
  *
  * Ccanlint:
  *     // valgrind breaks fcntl locks.
  *
  * Ccanlint:
  *     // valgrind breaks fcntl locks.
index 884916ab02b6fdcedc879fa47bd7943c0442b578..b849b0f07b936bf2dd94552933d882f86c7b9377 100644 (file)
@@ -64,7 +64,7 @@
  *
  * Author: Rusty Russell
  *
  *
  * Author: Rusty Russell
  *
- * License: LGPLv3 (or later)
+ * License: LGPL (v3 or any later version)
  */
 int main(int argc, char *argv[])
 {
  */
 int main(int argc, char *argv[])
 {
index 2fe4fec0299dcef50d486deae47dcb55dba92b9a..a3cdeab584bc346b9a629b796fdf6724521e4901 100644 (file)
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
index d7e9f3c5ba99d679469349d1ed94b8ef892afd72..9bb15d84097b40f1709aafa804bbeae138734a87 100644 (file)
@@ -37,7 +37,7 @@
  *      wwviaudio_cancel_all_sounds();
  *      wwviaduio_stop_portaudio();
  *
  *      wwviaudio_cancel_all_sounds();
  *      wwviaduio_stop_portaudio();
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  *
  */
 int main(int argc, char *argv[])
  *
  */
 int main(int argc, char *argv[])