Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065)

* Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt.

* Replace 'Copyright:' with 'Copyright'

sed -i 's|Copyright:\(.*\)|Copyright\1|' $(rg -l 'Copyright:')

Co-authored-by: Maxwell G <gotmax@e.email>
This commit is contained in:
Felix Fontein 2022-08-05 12:28:29 +02:00 committed by GitHub
parent f67473024d
commit 123c7efe5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
973 changed files with 2495 additions and 1542 deletions

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright: (c) 2019 Gregory Thiemonge <gregory.thiemonge@gmail.com>
# Simplified BSD License (see simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)
# Copyright (c) 2019 Gregory Thiemonge <gregory.thiemonge@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
from __future__ import absolute_import, division, print_function
__metaclass__ = type