Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Contact us at info@audeering.com (or visit us at https://www.audeering.com) for
Original authors: Florian Eyben, Felix Weninger, Martin Wöllmer, Björn Schuller
Copyright © 2008-2013, Institute for Human-Machine Communication, Technische Universität München, Germany
Copyright © 2013-2015, audEERING UG (haftungsbeschränkt)
Copyright © 2016-2023, audEERING GmbH
Copyright © 2016-present, audEERING GmbH

Citing
------
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Project -----------------------------------------------------------------

project = 'openSMILE'
copyright = '2013-2023 audEERING GmbH and 2008-2013 TU München, MMK'
copyright = '2016-present, audEERING GmbH and 2013-2015, audEERING UG (haftungsbeschraenkt) and 2008-2013 TU München, MMK'
author = 'Florian Eyben, Felix Weninger, Martin Wöllmer, Björn Schuller'
version = conanfile.OpensmileConan.version
Comment on lines 6 to 9
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (typo): Consider using the proper umlaut spelling for 'haftungsbeschränkt' for legal/branding accuracy.

If UTF-8 is fully supported in the build and docs pipeline, consider using haftungsbeschränkt to reflect the official entity name. If ASCII-only is required here, a brief comment or note in the docs would help prevent oscillating changes in the future.

Suggested change
project = 'openSMILE'
copyright = '2013-2023 audEERING GmbH and 2008-2013 TU München, MMK'
copyright = '2016-present, audEERING GmbH and 2013-2015, audEERING UG (haftungsbeschraenkt) and 2008-2013 TU München, MMK'
author = 'Florian Eyben, Felix Weninger, Martin Wöllmer, Björn Schuller'
version = conanfile.OpensmileConan.version
project = 'openSMILE'
# Note: use proper umlaut spelling to match the official legal entity name.
copyright = '2016-present, audEERING GmbH and 2013-2015, audEERING UG (haftungsbeschränkt) and 2008-2013 TU München, MMK'
author = 'Florian Eyben, Felix Weninger, Martin Wöllmer, Björn Schuller'
version = conanfile.OpensmileConan.version

release = conanfile.OpensmileConan.version
Expand Down