I'm using boot to build a Clojure&ClojureScript project. Obviously it depends on a lot of third party libraries with all their licenses. Most of these licenses require mentioning the copyright of the dependency in the resulting deliverable.
I could not find a boot plugin or other hints how to create this information automatically at boot time. Has anyone ever solved this? Maintaining this list manually is tedious and error prone.
At present there is no built-in or community tasks which provide this functionality.