The unpac monorepo manager self-hosting as a monorepo using unpac

Change to ISC license

+4 -3
+2 -1
vendor/opam/thread-table/LICENSE.md
··· 1 1 Copyright © 2023 Vesa Karvonen 2 2 3 3 Permission to use, copy, modify, and/or distribute this software for any purpose 4 - with or without fee is hereby granted. 4 + with or without fee is hereby granted, provided that the above copyright notice 5 + and this permission notice appear in all copies. 5 6 6 7 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH 7 8 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+1 -1
vendor/opam/thread-table/dune-project
··· 5 5 (authors "Vesa Karvonen <vesa.a.j.k@gmail.com>") 6 6 (maintainers "Vesa Karvonen <vesa.a.j.k@gmail.com>") 7 7 (homepage "https://github.com/ocaml-multicore/thread-table") 8 - (license "0BSD") 8 + (license "ISC") 9 9 (package (name thread-table) 10 10 (synopsis "A lock-free thread-safe integer keyed hash table") 11 11 (depends
+1 -1
vendor/opam/thread-table/thread-table.opam
··· 3 3 synopsis: "A lock-free thread-safe integer keyed hash table" 4 4 maintainer: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 5 5 authors: ["Vesa Karvonen <vesa.a.j.k@gmail.com>"] 6 - license: "0BSD" 6 + license: "ISC" 7 7 homepage: "https://github.com/ocaml-multicore/thread-table" 8 8 bug-reports: "https://github.com/ocaml-multicore/thread-table/issues" 9 9 depends: [