]> git.ozlabs.org Git - ccan/blobdiff - ccan/hash/_info
hash: switch to CC0 license.
[ccan] / ccan / hash / _info
index 80f52f15e0b76378c7a48246d193da401634383e..d9754527a50c3a335c0ab45889db264a1e723b3e 100644 (file)
@@ -1,4 +1,5 @@
 #include <string.h>
 #include <string.h>
+#include <stdio.h>
 
 /**
  * hash - routines for hashing bytes
 
 /**
  * hash - routines for hashing bytes
@@ -12,7 +13,7 @@
  * The stable ones will always give the same results on any computer,
  * and on any version of this package.
  *
  * The stable ones will always give the same results on any computer,
  * and on any version of this package.
  *
- * Licence: Public Domain
+ * License: CC0 (Public domain)
  * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
  * Author: Bob Jenkins <bob_jenkins@burtleburtle.net>
  */
  * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
  * Author: Bob Jenkins <bob_jenkins@burtleburtle.net>
  */
@@ -22,6 +23,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/build_assert\n");
                return 0;
        }
 
                return 0;
        }