Correctly mark plugins/module_utils/crypto/_obj2txt.py as having two licenses. (#495)

This commit is contained in:
Felix Fontein
2022-07-25 07:17:56 +02:00
committed by GitHub
parent e4ebca0945
commit e08efe2598
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,7 @@
#
# The Apache 2.0 license has been included as LICENSES/Apache-2.0.txt in this collection.
# The BSD License license has been included as LICENSES/BSD-3-Clause.txt in this collection.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause
#
# Adapted from cryptography's hazmat/backends/openssl/decode_asn1.py
#