Skip to content

Commit 20fb801

Browse files
authored
Explictly attribute other licenses
1 parent b70e4b6 commit 20fb801

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,8 @@ Documentation
140140

141141
For information on building library documentation, please check out
142142
`this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.
143+
144+
Attribution
145+
===========
146+
147+
Some code contained here is ported from CPython, dual licensed by the Python Software Foundation under the PSF License verion 2 and the Zero-Clause BSD license.

circuitpython_csv.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# SPDX-FileCopyrightText: Copyright (c) 2021 Alec Delaney
33
#
44
# SPDX-License-Identifier: MIT
5+
# SPDX-License-Identifier: PSF-2.0
6+
# SPDX-License-Identifier: 0BSD
7+
58
"""
69
`circuitpython_csv`
710
================================================================================

0 commit comments

Comments
 (0)