Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Python.LibraryCopyright

Return the official copyright string for the current Python version.

Component Version macOS Windows Linux Server iOS SDK
Python 15.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Python.LibraryCopyright" )

Parameters

none

Result

Returns OK or error.

Description

Return the official copyright string for the current Python version.
The value is available to Python code as sys.copyright.

Examples

Query copyright for Python library:

MBS( "Python.LibraryCopyright" )

Example result:
Copyright (c) 2001-2024 Python Software Foundation.
All Rights Reserved.

Copyright (c) 2000 BeOpen.com.
All Rights Reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved.

See also

Blog Entries

This function is free to use.

Created 30th March 2025, last changed 30th March 2025


Python.LibraryCompiler - Python.LibraryPlatform