From 389723c08afb5e852b92defbd8413bef3b900f0c Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 10 Mar 2020 15:47:05 -0700 Subject: [PATCH] Update changelog, readme, licenses --- CHANGELOG.md | 1 + README.md | 1 + docs/LICENSE_OF_DEPENDENCIES.md | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0517720..d9b502a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ #### New Processors - [template](/plugins/processors/template/README.md) - Contributed by @RobMalvern +- [s2_geo](/plugins/processors/s2_geo/README.md) - Contributed by @alespour #### New Outputs diff --git a/README.md b/README.md index 2e84559c3..3fc101154 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ For documentation on the latest development code see the [documentation index][d * [printer](/plugins/processors/printer) * [regex](/plugins/processors/regex) * [rename](/plugins/processors/rename) +* [s2_geo](/plugins/processors/s2_geo) * [strings](/plugins/processors/strings) * [tag_limit](/plugins/processors/tag_limit) * [template](/plugins/processors/template) diff --git a/docs/LICENSE_OF_DEPENDENCIES.md b/docs/LICENSE_OF_DEPENDENCIES.md index 2dae78856..b82eb9a17 100644 --- a/docs/LICENSE_OF_DEPENDENCIES.md +++ b/docs/LICENSE_OF_DEPENDENCIES.md @@ -51,6 +51,7 @@ following works: - github.com/gobwas/glob [MIT License](https://github.com/gobwas/glob/blob/master/LICENSE) - github.com/gofrs/uuid [MIT License](https://github.com/gofrs/uuid/blob/master/LICENSE) - github.com/gogo/protobuf [BSD 3-Clause Clear License](https://github.com/gogo/protobuf/blob/master/LICENSE) +- github.com/golang/geo [Apache License 2.0](https://github.com/golang/geo/blob/master/LICENSE) - github.com/golang/mock [Apache License 2.0](https://github.com/golang/mock/blob/master/LICENSE) - github.com/golang/protobuf [BSD 3-Clause "New" or "Revised" License](https://github.com/golang/protobuf/blob/master/LICENSE) - github.com/golang/snappy [BSD 3-Clause "New" or "Revised" License](https://github.com/golang/snappy/blob/master/LICENSE)