diff --git a/COPYING.md b/COPYING_NOTES.md similarity index 100% rename from COPYING.md rename to COPYING_NOTES.md diff --git a/README.md b/README.md index 7eae0f45..6802415d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Copyright (c) 2020 Proton Technologies AG This repository holds the ProtonMail Bridge and the ProtonMail Import-Export applications. For a detailed build information see [BUILDS](./BUILDS.md). -For licensing information see [COPYING](./COPYING.md). +The license can be found in [LICENSE](./LICENSE) file, for more licensing information see [COPYING_NOTES](./COPYING_NOTES.md). For contribution policy see [CONTRIBUTING](./CONTRIBUTING.md). diff --git a/unreleased.md b/unreleased.md index acc2c56d..8847057a 100644 --- a/unreleased.md +++ b/unreleased.md @@ -11,6 +11,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) * GODT-893 Bump go-rfc5322 dependency to v0.2.1 to properly detect syntax errors during parsing. * GODT-892 Swap type and value from sentry exception and cut panic handlers from the traceback. * GODT-854 EXPUNGE and FETCH unilateral responses are returned before OK EXPUNGE or OK STORE, respectively. +* #109 Renamed COPYING.md to not be read by [pkg-go-dev](https://pkg.go.dev/license-policy). ### Removed * GODT-651 Build creates proper binary names.