Skip to content

Update copyright information (#31)#82

Open
jochenklar wants to merge 1 commit intomainfrom
copyright
Open

Update copyright information (#31)#82
jochenklar wants to merge 1 commit intomainfrom
copyright

Conversation

@jochenklar
Copy link
Copy Markdown
Member

@jochenklar jochenklar commented Apr 23, 2026

Resolves: #31

@jochenklar jochenklar self-assigned this Apr 23, 2026
Comment thread docs/conf.py
copyright = '2015-2018 Leibniz Institute for Astrophysics Potsdam (AIP). As part of the RDMO source code repository, this documentation is licensed under the Apache License, Version 2.0'
author = 'RDMO project'
copyright = '2015-2026 RDMO Community and individual contributors'
author = 'RDMO Community and individual contributors'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

If these are now the same, I suggest:

author = "RDMO Community and individual contributors"
copyright = f"2015-2026 {author}"

maybe even:

from datetime import datetime
current_year = datetime.now().year
copyright = f"2015-{current_year}{author}"

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update copyright notice of documentation

2 participants