golang/go

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

Ouverte

#25 405 ouverte le 15 mai 2018

 (4 commentaires) (0 réaction) (0 personne assignée)Go (19 008 forks)batch import
BuildersNeedsFixhelp wanted

Métriques du dépôt

Stars
 (133 883 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur