Add more license statements (#5079)

* Add more license statements. These were modified manually incorporating existing data.

* Remove accidentally added line.
This commit is contained in:
Felix Fontein 2022-08-07 13:37:23 +02:00 committed by GitHub
parent 6062ae8fae
commit 2a9fd7359f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 205 additions and 837 deletions

View file

@ -1,18 +1,7 @@
# -*- coding: utf-8 -*-
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type