X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fopt%2F_info;h=103962069b6b4c813fe45fbe2a02006e72128a77;hb=eb5cf99742db1b02cc5cac4be19226b58009a106;hp=9595a168f7e90b6ae5936029c630941721cff21e;hpb=fba46ae074025cb605d46be9b1080e0649635dd6;p=ccan diff --git a/ccan/opt/_info b/ccan/opt/_info index 9595a168..10396206 100644 --- a/ccan/opt/_info +++ b/ccan/opt/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * opt - simple command line parsing @@ -52,7 +52,7 @@ * return 0; * } * - * License: GPL (v3 or any later version) + * License: GPL (v2 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[])