Browse Source

license: more changing of licence -> license.

Rusty Russell 15 years ago
parent
commit
ab43c3d0de
81 changed files with 40 additions and 40 deletions
  1. 2 2
      Makefile-web
  2. 0 1
      ccan/alignof/LICENCE
  3. 1 0
      ccan/alignof/LICENSE
  4. 0 1
      ccan/alloc/LICENCE
  5. 1 0
      ccan/alloc/LICENSE
  6. 0 1
      ccan/antithread/LICENCE
  7. 1 0
      ccan/antithread/LICENSE
  8. 0 1
      ccan/array/LICENCE
  9. 1 0
      ccan/array/LICENSE
  10. 0 1
      ccan/array_size/LICENCE
  11. 1 0
      ccan/array_size/LICENSE
  12. 0 1
      ccan/asearch/LICENCE
  13. 1 0
      ccan/asearch/LICENSE
  14. 0 1
      ccan/asort/LICENCE
  15. 1 0
      ccan/asort/LICENSE
  16. 1 1
      ccan/avl/_info
  17. 0 1
      ccan/block_pool/LICENCE
  18. 1 0
      ccan/block_pool/LICENSE
  19. 0 1
      ccan/btree/LICENCE
  20. 1 0
      ccan/btree/LICENSE
  21. 0 1
      ccan/build_assert/LICENCE
  22. 1 0
      ccan/build_assert/LICENSE
  23. 0 1
      ccan/charset/LICENCE
  24. 1 0
      ccan/charset/LICENSE
  25. 0 1
      ccan/check_type/LICENCE
  26. 1 0
      ccan/check_type/LICENSE
  27. 0 1
      ccan/compiler/LICENCE
  28. 1 0
      ccan/compiler/LICENSE
  29. 0 1
      ccan/container_of/LICENCE
  30. 1 0
      ccan/container_of/LICENSE
  31. 0 1
      ccan/crc/LICENCE
  32. 1 0
      ccan/crc/LICENSE
  33. 0 1
      ccan/crcsync/LICENCE
  34. 1 0
      ccan/crcsync/LICENSE
  35. 0 1
      ccan/daemonize/LICENCE
  36. 1 0
      ccan/daemonize/LICENSE
  37. 0 1
      ccan/endian/LICENCE
  38. 1 0
      ccan/endian/LICENSE
  39. 0 1
      ccan/grab_file/LICENCE
  40. 1 0
      ccan/grab_file/LICENSE
  41. 0 1
      ccan/hashtable/LICENCE
  42. 1 0
      ccan/hashtable/LICENSE
  43. 0 1
      ccan/idtree/LICENCE
  44. 1 0
      ccan/idtree/LICENSE
  45. 0 1
      ccan/ilog/LICENCE
  46. 1 0
      ccan/ilog/LICENSE
  47. 0 1
      ccan/likely/LICENCE
  48. 1 0
      ccan/likely/LICENSE
  49. 0 1
      ccan/list/LICENCE
  50. 1 0
      ccan/list/LICENSE
  51. 0 1
      ccan/md4/LICENCE
  52. 1 0
      ccan/md4/LICENSE
  53. 0 1
      ccan/noerr/LICENCE
  54. 1 0
      ccan/noerr/LICENSE
  55. 0 1
      ccan/ogg_to_pcm/LICENCE
  56. 1 0
      ccan/ogg_to_pcm/LICENSE
  57. 0 1
      ccan/read_write_all/LICENCE
  58. 1 0
      ccan/read_write_all/LICENSE
  59. 0 1
      ccan/short_types/LICENCE
  60. 1 0
      ccan/short_types/LICENSE
  61. 0 1
      ccan/str/LICENCE
  62. 1 0
      ccan/str/LICENSE
  63. 0 1
      ccan/str_talloc/LICENCE
  64. 1 0
      ccan/str_talloc/LICENSE
  65. 0 1
      ccan/stringmap/LICENCE
  66. 1 0
      ccan/stringmap/LICENSE
  67. 0 1
      ccan/talloc/LICENCE
  68. 1 0
      ccan/talloc/LICENSE
  69. 0 1
      ccan/talloc_link/LICENCE
  70. 1 0
      ccan/talloc_link/LICENSE
  71. 0 1
      ccan/tdb/LICENCE
  72. 1 0
      ccan/tdb/LICENSE
  73. 0 1
      ccan/typesafe_cb/LICENCE
  74. 1 0
      ccan/typesafe_cb/LICENSE
  75. 0 1
      ccan/wwviaudio/LICENCE
  76. 1 0
      ccan/wwviaudio/LICENSE
  77. 0 0
      licenses/BSD-MIT
  78. 0 0
      licenses/GPL-2
  79. 0 0
      licenses/GPL-3
  80. 0 0
      licenses/LGPL-2.1
  81. 0 0
      licenses/LGPL-3

+ 2 - 2
Makefile-web

@@ -64,10 +64,10 @@ $(WEBDIR)/info/%.html: $(WEBDIR)/tarballs/%.tar.bz2 $(WEBDIR)/tarballs/with-deps
 	URLPREFIX=../ php5 web/staticmoduleinfo.php `pwd`/ccan/$* > $@
 	URLPREFIX=../ php5 web/staticmoduleinfo.php `pwd`/ccan/$* > $@
 
 
 $(WEBDIR)/tarballs/%.tar.bz2: ccan/%/_info
 $(WEBDIR)/tarballs/%.tar.bz2: ccan/%/_info
-	tar -c -j -f $@ `bzr ls --recursive --versioned --kind=file ccan/$*` `bzr ls --recursive --versioned --kind=symlink ccan/$*` $$(for l in $$(bzr ls --recursive --versioned --kind=symlink ccan/$* | xargs -r ls -l | sed 's,.*/,,'); do echo licences/$$l; done | sort -u)
+	tar -c -j -f $@ `bzr ls --recursive --versioned --kind=file ccan/$*` `bzr ls --recursive --versioned --kind=symlink ccan/$*` $$(for l in $$(bzr ls --recursive --versioned --kind=symlink ccan/$* | xargs -r ls -l | sed 's,.*/,,'); do echo licenses/$$l; done | sort -u)
 
 
 $(WEBDIR)/tarballs/with-deps/%.tar.bz2: ccan/%/_info tools/ccan_depends
 $(WEBDIR)/tarballs/with-deps/%.tar.bz2: ccan/%/_info tools/ccan_depends
-	tar cfj $@ $$(echo ccan/$* $$(tools/ccan_depends ccan/$*) | xargs -n 1 bzr ls --recursive --versioned --kind=file) $$(echo ccan/$* $$(tools/ccan_depends ccan/$*) | xargs -n 1 bzr ls --recursive --versioned --kind=symlink) $$(for l in $$(echo ccan/$* $$(tools/ccan_depends ccan/$*) | xargs -r -n 1 bzr ls --recursive --versioned --kind=symlink | xargs -r ls -l | sed 's,.*/,,'); do echo licences/$$l; done | sort -u)
+	tar cfj $@ $$(echo ccan/$* $$(tools/ccan_depends ccan/$*) | xargs -n 1 bzr ls --recursive --versioned --kind=file) $$(echo ccan/$* $$(tools/ccan_depends ccan/$*) | xargs -n 1 bzr ls --recursive --versioned --kind=symlink) $$(for l in $$(echo ccan/$* $$(tools/ccan_depends ccan/$*) | xargs -r -n 1 bzr ls --recursive --versioned --kind=symlink | xargs -r ls -l | sed 's,.*/,,'); do echo licenses/$$l; done | sort -u)
 
 
 distclean: distclean-web
 distclean: distclean-web
 
 

+ 0 - 1
ccan/alignof/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/alignof/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/alloc/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/alloc/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/antithread/LICENCE

@@ -1 +0,0 @@
-../../licences/GPL-3

+ 1 - 0
ccan/antithread/LICENSE

@@ -0,0 +1 @@
+../../licenses/GPL-3

+ 0 - 1
ccan/array/LICENCE

@@ -1 +0,0 @@
-../../licences/BSD-MIT

+ 1 - 0
ccan/array/LICENSE

@@ -0,0 +1 @@
+../../licenses/BSD-MIT

+ 0 - 1
ccan/array_size/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/array_size/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/asearch/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/asearch/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/asort/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/asort/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 1 - 1
ccan/avl/_info

@@ -63,7 +63,7 @@
  * 	return 0;
  * 	return 0;
  * }
  * }
  *
  *
- * Licence: ISC
+ * License: ISC
  * Author: Joey Adams <joeyadams3.14159@gmail.com>
  * Author: Joey Adams <joeyadams3.14159@gmail.com>
  */
  */
 int main(int argc, char *argv[])
 int main(int argc, char *argv[])

+ 0 - 1
ccan/block_pool/LICENCE

@@ -1 +0,0 @@
-../../licences/BSD-MIT

+ 1 - 0
ccan/block_pool/LICENSE

@@ -0,0 +1 @@
+../../licenses/BSD-MIT

+ 0 - 1
ccan/btree/LICENCE

@@ -1 +0,0 @@
-../../licences/BSD-MIT

+ 1 - 0
ccan/btree/LICENSE

@@ -0,0 +1 @@
+../../licenses/BSD-MIT

+ 0 - 1
ccan/build_assert/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/build_assert/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/charset/LICENCE

@@ -1 +0,0 @@
-../../licences/BSD-MIT

+ 1 - 0
ccan/charset/LICENSE

@@ -0,0 +1 @@
+../../licenses/BSD-MIT

+ 0 - 1
ccan/check_type/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/check_type/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/compiler/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-3

+ 1 - 0
ccan/compiler/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-3

+ 0 - 1
ccan/container_of/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/container_of/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/crc/LICENCE

@@ -1 +0,0 @@
-../../licences/GPL-2

+ 1 - 0
ccan/crc/LICENSE

@@ -0,0 +1 @@
+../../licenses/GPL-2

+ 0 - 1
ccan/crcsync/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/crcsync/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/daemonize/LICENCE

@@ -1 +0,0 @@
-../../licences/BSD-MIT

+ 1 - 0
ccan/daemonize/LICENSE

@@ -0,0 +1 @@
+../../licenses/BSD-MIT

+ 0 - 1
ccan/endian/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/endian/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/grab_file/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/grab_file/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/hashtable/LICENCE

@@ -1 +0,0 @@
-../../licences/GPL-2

+ 1 - 0
ccan/hashtable/LICENSE

@@ -0,0 +1 @@
+../../licenses/GPL-2

+ 0 - 1
ccan/idtree/LICENCE

@@ -1 +0,0 @@
-../../licences/GPL-2

+ 1 - 0
ccan/idtree/LICENSE

@@ -0,0 +1 @@
+../../licenses/GPL-2

+ 0 - 1
ccan/ilog/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/ilog/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/likely/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/likely/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/list/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/list/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/md4/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/md4/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/noerr/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/noerr/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/ogg_to_pcm/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/ogg_to_pcm/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/read_write_all/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/read_write_all/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/short_types/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/short_types/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/str/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/str/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/str_talloc/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/str_talloc/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/stringmap/LICENCE

@@ -1 +0,0 @@
-../../licences/BSD-MIT

+ 1 - 0
ccan/stringmap/LICENSE

@@ -0,0 +1 @@
+../../licenses/BSD-MIT

+ 0 - 1
ccan/talloc/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/talloc/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/talloc_link/LICENCE

@@ -1 +0,0 @@
-../../licences/GPL-2

+ 1 - 0
ccan/talloc_link/LICENSE

@@ -0,0 +1 @@
+../../licenses/GPL-2

+ 0 - 1
ccan/tdb/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-3

+ 1 - 0
ccan/tdb/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-3

+ 0 - 1
ccan/typesafe_cb/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/typesafe_cb/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 1
ccan/wwviaudio/LICENCE

@@ -1 +0,0 @@
-../../licences/LGPL-2.1

+ 1 - 0
ccan/wwviaudio/LICENSE

@@ -0,0 +1 @@
+../../licenses/LGPL-2.1

+ 0 - 0
licences/BSD-MIT → licenses/BSD-MIT


+ 0 - 0
licences/GPL-2 → licenses/GPL-2


+ 0 - 0
licences/GPL-3 → licenses/GPL-3


+ 0 - 0
licences/LGPL-2.1 → licenses/LGPL-2.1


+ 0 - 0
licences/LGPL-3 → licenses/LGPL-3