diff options
author | June McEnroe <june@causal.agency> | 2022-09-18 21:52:41 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-09-18 21:52:41 -0400 |
commit | 3d3f0c9e48d8f64ac2bf0983eb947d6b3f1fa532 (patch) | |
tree | 4fadfafbf77b6d39536c4f6ebf606652ebeada5b | |
parent | Update to FreeBSD 13.1 (diff) | |
download | exman-3d3f0c9e48d8f64ac2bf0983eb947d6b3f1fa532.tar.gz exman-3d3f0c9e48d8f64ac2bf0983eb947d6b3f1fa532.zip |
Make copyrights and AUTHORS consistent
-rw-r--r-- | exman.1 | 2 | ||||
-rw-r--r-- | exman.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/exman.1 b/exman.1 index 3a25261..d478d99 100644 --- a/exman.1 +++ b/exman.1 @@ -50,4 +50,4 @@ exman Linux 7 unix .Xr man 1 . .Sh AUTHORS -.An June Bug Aq Mt june@causal.agency +.An June McEnroe Aq Mt june@causal.agency diff --git a/exman.in b/exman.in index ac9c9a2..0711a84 100644 --- a/exman.in +++ b/exman.in @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2021 C. McEnroe <june@causal.agency> +# Copyright (C) 2021 June McEnroe <june@causal.agency> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above |