Add copyright info to two modules missing it.

This commit is contained in:
John MacFarlane
2024-12-07 17:39:33 -08:00
parent 56d552ff42
commit 18931eda90
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
{- |
Module : Text.Pandoc.Readers.Mdoc.Macros
Copyright :
Copyright : © 2024 Evan Silberman
License : GNU GPL, version 2 or above
Maintainer : Evan Silberman <evan@jklol.net>
+1 -1
View File
@@ -1,7 +1,7 @@
{-# LANGUAGE OverloadedStrings #-}
{- |
Module : Text.Pandoc.Readers.Mdoc.Standards
Copyright :
Copyright : © 2024 Evan Silberman
License : GNU GPL, version 2 or above
Maintainer : Evan Silberman <evan@jklol.net>