-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge stable to develop 2024 #2323
Changes from all commits
5c75fde
a4d8f6d
1c507c6
1985f01
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,7 @@ def get_tutorial_images(): | |
# General information about the project. | ||
project = 'MSS - Mission Support System' | ||
copyright = \ | ||
'2016-2023 by the MSS team, see AUTHORS, ' \ | ||
'2016-2024 by the MSS team, see AUTHORS. ' \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The strings are concatenated on a single line and separated by different characters now. This seems odd. Should they all be separated by a period? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that should have been catched by the origin PR, that isn't correct. |
||
'2011-2014 Marc Rautenhaus, ' \ | ||
'2008-2014 Deutsches Zentrum fuer Luft- und Raumfahrt e.V., ' | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
This file is part of MSS. | ||
|
||
:copyright: Copyright 2020 Vaibhav Mehra <[email protected]> | ||
:copyright: Copyright 2020-2023 by the MSS team, see AUTHORS. | ||
:copyright: Copyright 2020-2024 by the MSS team, see AUTHORS. | ||
:license: APACHE-2.0, see LICENSE for details. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing newline