ansible / ansible-sdk

The Ansible SDK
Apache License 2.0
24 stars 14 forks source link

Add LICENSE file #36

Closed Akasurde closed 1 year ago

Akasurde commented 1 year ago
SUMMARY

Fixes: #35

Signed-off-by: Abhijeet Kasurde akasurde@redhat.com

ISSUE TYPE
COMPONENT NAME

.gitignore LICENSE.md ansible_sdk/_aiocompat/proxy.py ansible_sdk/_aiocompat/receptorctl_async.py ansible_sdk/_aiocompat/runner_async.py ansible_sdk/executors/base.py ansible_sdk/executors/mesh.py ansible_sdk/executors/subprocess.py ansible_sdk/model/job_def.py ansible_sdk/model/job_event.py ansible_sdk/model/job_status.py

nitzmahone commented 1 year ago

The boilerplate in-file copyright and license header can be much smaller as well- core switched over to a super lightweight thing several years ago, and since then we've been told we don't even need the copyright date and that we shouldn't allow contributors to modify or add to the copyright headers in PRs, etc. Last I heard, legal was basing this on: https://www.linuxfoundation.org/blog/blog/copyright-notices-in-open-source-software-projects

So something like this should suffice:

# Copyright: Ansible Project
# Apache License 2.0 (see LICENSE or https://www.apache.org/licenses/LICENSE-2.0)