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

Fix copyright date in reference manual #1575

Closed
qsctr opened this issue Oct 2, 2023 · 1 comment · Fixed by #1789
Closed

Fix copyright date in reference manual #1575

qsctr opened this issue Oct 2, 2023 · 1 comment · Fixed by #1789
Labels
docs LaTeX, markdown, literate haskell, or in-REPL documentation

Comments

@qsctr
Copy link
Contributor

qsctr commented Oct 2, 2023

Pretty minor thing but on https://galoisinc.github.io/cryptol/master/RefMan.html when you scroll to the bottom it says

© Copyright 1980, The Cryptol Team.

Probably it's some default value when we didn't provide a year.

@qsctr qsctr added the docs LaTeX, markdown, literate haskell, or in-REPL documentation label Oct 2, 2023
@RyanGlScott
Copy link
Contributor

This is pretty bizarre, considering that we explicitly define the copyright year here:

copyright = '2024, The Cryptol Team'

(Of course, that is now out of date. See #1725 for a similar issue about synchronizing information in the readthedocs metadata.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs LaTeX, markdown, literate haskell, or in-REPL documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants