Skip to content

Commit

Permalink
Fix copyright years.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmikus committed Nov 14, 2023
1 parent 1a39c56 commit 2e2267a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 1997-2020 Ralf Hinze, Andres Loeh
Copyright (c) 1997-2023 Ralf Hinze, Andres Loeh

This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/License.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GPL-related program information

> programInfo :: String
> programInfo =
> "lhs2TeX " ++ version ++ ", Copyright (C) 1997-2020 Ralf Hinze, Andres Loeh\n\n\
> "lhs2TeX " ++ version ++ ", Copyright (C) 1997-2023 Ralf Hinze, Andres Loeh\n\n\
> \lhs2TeX comes with ABSOLUTELY NO WARRANTY;\n\
> \for details type `lhs2TeX --warranty'.\n\
> \This is free software, and you are welcome to redistribute it\n\
Expand Down

0 comments on commit 2e2267a

Please sign in to comment.