From be4aa6964bd60426c67034560f31d308837354a7 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Thu, 25 Jun 2020 14:28:46 +0200 Subject: [PATCH] Move third party information --- README.md | 7 +++--- THIRD_PARTY_NOTICE.md | 55 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 THIRD_PARTY_NOTICE.md diff --git a/README.md b/README.md index 965cb1f..381d7f1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This action sets up a Julia environment for use in actions by downloading a spec - [Matrix Testing](#matrix-testing) - [Versioning](#versioning) - [Privacy Info](#privacy-info) -- [Licence info](#licence-info) +- [Third party information](#third-party-information) ## Usage @@ -157,5 +157,6 @@ In a later release of the action, an action input to opt out of telemetry will b **This action itself does not collect any kind of personal data or telemetry information.** -## Licence info -Parts of this software have been derived from the `setup-go` [action](https://github.com/actions/setup-go) and the [TypeScript Action Template](https://github.com/actions/typescript-action), both released by GitHub under the MIT licence. +## Third party information +Parts of this software have been derived from other open source software. +See [THIRD_PARTY_NOTICE.md](THIRD_PARTY_NOTICE.md) for details. diff --git a/THIRD_PARTY_NOTICE.md b/THIRD_PARTY_NOTICE.md new file mode 100644 index 0000000..2b1ba71 --- /dev/null +++ b/THIRD_PARTY_NOTICE.md @@ -0,0 +1,55 @@ +# Third Party Notices and Information + +Parts of this software have been derived from other open source software. +Find their full licence information below. + +- [`setup-go` action](#setup-go-action) +- [TypeScript Action Template](#typescript-action-template) + +## [`setup-go` action](https://github.com/actions/setup-go) + +> The MIT License (MIT) +> +> Copyright (c) 2018 GitHub, Inc. and contributors +> +> Permission is hereby granted, free of charge, to any person obtaining a copy +> of this software and associated documentation files (the "Software"), to deal +> in the Software without restriction, including without limitation the rights +> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +> copies of the Software, and to permit persons to whom the Software is +> furnished to do so, subject to the following conditions: +> +> The above copyright notice and this permission notice shall be included in +> all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +> THE SOFTWARE. + +## [TypeScript Action Template](https://github.com/actions/typescript-action) + +> The MIT License (MIT) +> +> Copyright (c) 2018 GitHub, Inc. and contributors +> +> Permission is hereby granted, free of charge, to any person obtaining a copy +> of this software and associated documentation files (the "Software"), to deal +> in the Software without restriction, including without limitation the rights +> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +> copies of the Software, and to permit persons to whom the Software is +> furnished to do so, subject to the following conditions: +> +> The above copyright notice and this permission notice shall be included in +> all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +> THE SOFTWARE.