Update more copyright dates to 2024.
This commit is contained in:
parent
c290ffbaff
commit
7db19d8cd4
8 changed files with 8 additions and 8 deletions
|
@ -177,7 +177,7 @@ Released under the Do What the Fuck You Want To Public License.
|
|||
------------------------------------------------------------------------
|
||||
Pandoc embeds a Lua interpreter (via hslua).
|
||||
|
||||
Copyright © 1994–2022 Lua.org, PUC-Rio.
|
||||
Copyright © 1994--2023 Lua.org, PUC-Rio.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -74,7 +74,7 @@ contributors. Released under the [GPL], version 2 or later. This
|
|||
software carries no warranty of any kind. (See COPYRIGHT for full
|
||||
copyright and warranty notices.)
|
||||
|
||||
Lua: Copyright 1994-2022 Lua.org, PUC-Rio.
|
||||
Lua: Copyright 1994-2023 Lua.org, PUC-Rio.
|
||||
|
||||
[GPL]: https://www.gnu.org/copyleft/gpl.html "GNU General Public License"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ the libraries `pandoc` and `pandoc-server`.
|
|||
|
||||
## License
|
||||
|
||||
© 2006-2022 John MacFarlane (jgm@berkeley.edu). Released under the
|
||||
© 2006-2024 John MacFarlane (jgm@berkeley.edu). Released under the
|
||||
[GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html "GNU General Public License"),
|
||||
version 2 or greater. This software carries no warranty of any kind.
|
||||
(See COPYRIGHT for full copyright and warranty notices.)
|
||||
|
|
|
@ -4,7 +4,7 @@ version: 3.2
|
|||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
copyright: (c) 2006-2022 John MacFarlane
|
||||
copyright: (c) 2006-2024 John MacFarlane
|
||||
author: John MacFarlane <jgm@berkeley.edu>
|
||||
maintainer: John MacFarlane <jgm@berkeley.edu>
|
||||
bug-reports: https://github.com/jgm/pandoc/issues
|
||||
|
|
|
@ -4,7 +4,7 @@ version: 0.2.1.5
|
|||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
copyright: © 2006-2022 John MacFarlane, 2017-2022 Albert Krewinkel
|
||||
copyright: © 2006-2024 John MacFarlane, 2017-2024 Albert Krewinkel
|
||||
author: John MacFarlane, Albert Krewinkel
|
||||
maintainer: Albert Krewinkel <albert@hslua.org>
|
||||
bug-reports: https://github.com/jgm/pandoc/issues
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{- |
|
||||
Module : Text.Pandoc.Lua.Marshal.LogMessage
|
||||
Copyright : © 2017-2023 Albert Krewinkel
|
||||
Copyright : © 2017-2024 Albert Krewinkel
|
||||
License : GPL-2.0-or-later
|
||||
Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ main = Warp.run 3000 app
|
|||
|
||||
## License
|
||||
|
||||
© 2006-2022 John MacFarlane (jgm@berkeley.edu). Released under the
|
||||
© 2006-2024 John MacFarlane (jgm@berkeley.edu). Released under the
|
||||
[GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html "GNU General Public License"),
|
||||
version 2 or greater. This software carries no warranty of any kind.
|
||||
(See COPYRIGHT for full copyright and warranty notices.)
|
||||
|
|
|
@ -4,7 +4,7 @@ version: 0.1.0.6
|
|||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
copyright: (c) 2006-2022 John MacFarlane
|
||||
copyright: (c) 2006-2024 John MacFarlane
|
||||
author: John MacFarlane <jgm@berkeley.edu>
|
||||
maintainer: John MacFarlane <jgm@berkeley.edu>
|
||||
bug-reports: https://github.com/jgm/pandoc/issues
|
||||
|
|
Loading…
Add table
Reference in a new issue