Update license headers everywhere

License headers should be a range, not just the current year.
4 files changed
tree: b2150af5c71627ebc960dbaaf683522ad93c4364
  1. tools/
  2. .codecov.yml
  3. .gitignore
  4. .travis.yml
  5. appendinvoke_example_test.go
  6. benchmarks_test.go
  7. CHANGELOG.md
  8. error.go
  9. error_ext_test.go
  10. error_test.go
  11. example_test.go
  12. glide.yaml
  13. go.mod
  14. go.sum
  15. LICENSE.txt
  16. Makefile
  17. README.md
README.md

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors together.

Installation

go get -u go.uber.org/multierr

Status

Stable: No breaking changes will be made before 2.0.


Released under the MIT License.