Skip to content

Commit 7db19d8

Browse files
committed
Update more copyright dates to 2024.
1 parent c290ffb commit 7db19d8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Released under the Do What the Fuck You Want To Public License.
177177
------------------------------------------------------------------------
178178
Pandoc embeds a Lua interpreter (via hslua).
179179

180-
Copyright © 1994–2022 Lua.org, PUC-Rio.
180+
Copyright © 1994--2023 Lua.org, PUC-Rio.
181181

182182
Permission is hereby granted, free of charge, to any person obtaining
183183
a copy of this software and associated documentation files (the

doc/pandoc-lua.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ contributors. Released under the [GPL], version 2 or later. This
7474
software carries no warranty of any kind. (See COPYRIGHT for full
7575
copyright and warranty notices.)
7676

77-
Lua: Copyright 1994-2022 Lua.org, PUC-Rio.
77+
Lua: Copyright 1994-2023 Lua.org, PUC-Rio.
7878

7979
[GPL]: https://www.gnu.org/copyleft/gpl.html "GNU General Public License"
8080

pandoc-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the libraries `pandoc` and `pandoc-server`.
66

77
## License
88

9-
© 2006-2022 John MacFarlane ([email protected]). Released under the
9+
© 2006-2024 John MacFarlane ([email protected]). Released under the
1010
[GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html "GNU General Public License"),
1111
version 2 or greater. This software carries no warranty of any kind.
1212
(See COPYRIGHT for full copyright and warranty notices.)

pandoc-cli/pandoc-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 3.2
44
build-type: Simple
55
license: GPL-2.0-or-later
66
license-file: COPYING.md
7-
copyright: (c) 2006-2022 John MacFarlane
7+
copyright: (c) 2006-2024 John MacFarlane
88
author: John MacFarlane <[email protected]>
99
maintainer: John MacFarlane <[email protected]>
1010
bug-reports: https://github.com/jgm/pandoc/issues

pandoc-lua-engine/pandoc-lua-engine.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.2.1.5
44
build-type: Simple
55
license: GPL-2.0-or-later
66
license-file: COPYING.md
7-
copyright: © 2006-2022 John MacFarlane, 2017-2022 Albert Krewinkel
7+
copyright: © 2006-2024 John MacFarlane, 2017-2024 Albert Krewinkel
88
author: John MacFarlane, Albert Krewinkel
99
maintainer: Albert Krewinkel <[email protected]>
1010
bug-reports: https://github.com/jgm/pandoc/issues

pandoc-lua-engine/src/Text/Pandoc/Lua/Marshal/LogMessage.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE OverloadedStrings #-}
22
{- |
33
Module : Text.Pandoc.Lua.Marshal.LogMessage
4-
Copyright : © 2017-2023 Albert Krewinkel
4+
Copyright : © 2017-2024 Albert Krewinkel
55
License : GPL-2.0-or-later
66
Maintainer : Albert Krewinkel <[email protected]>
77

pandoc-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ main = Warp.run 3000 app
2020

2121
## License
2222

23-
© 2006-2022 John MacFarlane ([email protected]). Released under the
23+
© 2006-2024 John MacFarlane ([email protected]). Released under the
2424
[GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html "GNU General Public License"),
2525
version 2 or greater. This software carries no warranty of any kind.
2626
(See COPYRIGHT for full copyright and warranty notices.)

pandoc-server/pandoc-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.1.0.6
44
build-type: Simple
55
license: GPL-2.0-or-later
66
license-file: COPYING.md
7-
copyright: (c) 2006-2022 John MacFarlane
7+
copyright: (c) 2006-2024 John MacFarlane
88
author: John MacFarlane <[email protected]>
99
maintainer: John MacFarlane <[email protected]>
1010
bug-reports: https://github.com/jgm/pandoc/issues

0 commit comments

Comments
 (0)