could be neat to make a more succinct header vs copying in larger apache boilerplate.
something like go does, except templatizing the copyright which is likely "the original authors" or something. This can make our codebases feel less heavy handed, as many would be surprised to see things that layer on top of go more strict than go wrt license stamping.
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
could be neat to make a more succinct header vs copying in larger apache boilerplate.
something like go does, except templatizing the copyright which is likely "the original authors" or something. This can make our codebases feel less heavy handed, as many would be surprised to see things that layer on top of go more strict than go wrt license stamping.