Skip to content
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

Remove outdated Python header attribs? #1635

Open
albertz opened this issue Oct 18, 2024 · 0 comments
Open

Remove outdated Python header attribs? #1635

albertz opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@albertz
Copy link
Member

albertz commented Oct 18, 2024

In some Python file, we still have this, which basically survived for many years:

__author__ = "Patrick Doetsch"
__copyright__ = "Copyright 2015"
__credits__ = ["Patrick Doetsch", "Paul Voigtlaender"]
__license__ = "RWTHASR"
__version__ = "0.9"
__maintainer__ = "Patrick Doetsch"
__email__ = "[email protected]"

I didn't really want to remove it to keep it as a reference for the history. But I'm not sure if this is still reasonable, as we have the history also in so many other places:

Also the other information here is stored in better (more standard) places:

So, as both of the mentioned authors here are not really actively working on RETURNN anymore (since a long time already), and also the other information is outdated (or at least redundant), I would suggest to clean this up and just remove this.

Or 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

No branches or pull requests

4 participants