-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathNOTICE
More file actions
30 lines (22 loc) · 1.12 KB
/
Copy pathNOTICE
File metadata and controls
30 lines (22 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Gortex
Copyright 2024-2026 Andrey Kumanyaev <me@zzet.org>
This product is licensed under the Apache License, Version 2.0 (see
LICENSE.md). It includes software developed by third parties.
------------------------------------------------------------------------
Bundled (vendored) dependencies:
* internal/thirdparty/renameio/
Atomic file replacement helpers.
Copyright 2018 Google Inc.
Licensed under the Apache License, Version 2.0.
License: internal/thirdparty/renameio/LICENSE
* internal/thirdparty/go-pointer/
A from-scratch, sharded reimplementation of github.com/mattn/go-pointer
written for this project. Module path reuses the upstream identifier so
it can drop in via a `replace` directive. Authored under this project's
license (Apache 2.0).
------------------------------------------------------------------------
External Go-module dependencies are fetched at build time via `go build`
and not vendored in this repository. Their licenses are available in the
module cache (`go env GOMODCACHE`) and listed in THIRD_PARTY_NOTICES.md.
Regenerate that file with:
go-licenses report ./... > THIRD_PARTY_NOTICES.md