]> git.ozlabs.org Git - ccan/commitdiff
avl: Added LICENSE link, and set version to 0.1
authorJoey Adams <joeyadams3.14159@gmail.com>
Mon, 15 Aug 2011 06:26:17 +0000 (02:26 -0400)
committerJoey Adams <joeyadams3.14159@gmail.com>
Mon, 15 Aug 2011 07:10:01 +0000 (03:10 -0400)
ccan/avl/LICENSE [new symlink]
ccan/avl/_info

diff --git a/ccan/avl/LICENSE b/ccan/avl/LICENSE
new file mode 120000 (symlink)
index 0000000..2354d12
--- /dev/null
@@ -0,0 +1 @@
+../../licenses/BSD-MIT
\ No newline at end of file
index d56086e03ba1ab508680e7531d5e5123ad2b28ee..94b3d2eb728c2cff0b5147b0e6ed54c13465bc28 100644 (file)
@@ -63,8 +63,9 @@
  *     return 0;
  * }
  *
- * License: MIT
  * Author: Joey Adams <joeyadams3.14159@gmail.com>
+ * License: MIT
+ * Version: 0.1
  */
 int main(int argc, char *argv[])
 {