Fix copyright lines (make sure 'Copyright' is there). (#5083)

This commit is contained in:
Felix Fontein 2022-08-05 22:12:10 +02:00 committed by GitHub
commit 496bf27b5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
158 changed files with 219 additions and 249 deletions

View file

@ -1,13 +1,6 @@
# -*- coding: utf-8 -*-
# (c) 2016, Hiroaki Nakamura <hnakamur@gmail.com>
#
# This code is part of Ansible, but is an independent component.
# This particular file snippet, and this file snippet only, is BSD licensed.
# Modules you write using this snippet, which is embedded dynamically by Ansible
# still belong to the author of the module, and may assign their own license
# to the complete work.
#
# Copyright (c) 2016, Hiroaki Nakamura <hnakamur@gmail.com>
# Simplified BSD License (see LICENSES/BSD-2-Clause.txt or https://opensource.org/licenses/BSD-2-Clause)
# SPDX-License-Identifier: BSD-2-Clause