golang/go

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

开放

#25,405 创建于 2018年5月15日

 (4 条评论) (0 个反应) (0 位负责人)Go (19,008 个派生)batch import
BuildersNeedsFixhelp wanted

仓库指标

星标
 (133,883 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南