golang/go

x/build/cmd/relui: collect open source NOTICES into top-level NOTICES file?

Offen

#25.405 geöffnet am 15.05.2018

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (19.008 Forks)batch import
BuildersNeedsFixhelp wanted

Repository-Metriken

Stars
 (133.883 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

We should probably make x/build/cmd/release collecting all the misc LICENSE/NOTICE files from the packages we depend on and concatenate them all together into one top-level NOTICES file next to our LICENSE file in Go's release.

We'd also need to make such NOTICE files for each directory where the notice is currently in the source code at the top.

Look at Debian's packaging of Go to find the list.

/cc @rsc @FiloSottile @ianlancetaylor @andybons @bcmills

Contributor Guide