From 14917092c075222194c188ce10e7bee45509e441 Mon Sep 17 00:00:00 2001 From: Miguel Pragosa <154613770+mpragosa-te@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:34:25 +0100 Subject: [PATCH] CP-1977 Applied some suggestions made by Legal & OSPO (#15) --- CONTRIBUTING.md | 18 ++++++++++++++++++ LICENSE | 2 +- NOTICE | 7 +++++++ README.md | 8 ++------ 4 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 CONTRIBUTING.md create mode 100644 NOTICE diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..d2fc931e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Introduction + +These APIs have been automatically generated by the [OpenAPI Generator](https://openapi-generator.tech/). +Hence, we only allow contributions to a few non-autogenerated resources under `thousandeyes-sdk-core/`. + +# Getting started + +In case you'd like to submit your contribution, the following steps must be followed: + +1. Fork the repository +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create a new Pull Request + +# How to report a bug + +If you run into problems using the SDK, you can post [issues](https://github.com/thousandeyes/thousandeyes-sdk-python/issues) here on GitHub. \ No newline at end of file diff --git a/LICENSE b/LICENSE index 57ebc939..f49a4e16 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 Cisco ThousandEyes + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..0c7f4d86 --- /dev/null +++ b/NOTICE @@ -0,0 +1,7 @@ +Copyright 2024 Cisco Systems, Inc. All Rights Reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md index ea8efea8..c59ebe17 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,8 @@ Each of the APIs being published include a README file with instruction on how t ## Contributing -These APIs have been automatically generated by the [OpenAPI Generator](https://openapi-generator.tech/). Hence, we do not accept contributions. +Thanks for your interest in contributing! There are many ways to contribute to this project. Get started [here](/CONTRIBUTING.md). ## License -This library is distributed under the Apache 2.0 license found in the [LICENSE](/LICENSE) file. - -## Need help? - -If you run into problems using the SDK, you can post [issues](https://github.com/thousandeyes/thousandeyes-sdk-python/issues) here on GitHub. \ No newline at end of file +This library is distributed under the Apache 2.0 license found in the [LICENSE](/LICENSE) file. \ No newline at end of file