about summary refs log tree commit homepage
path: root/bin/mwrap
diff options
context:
space:
mode:
authorEric Wong <mwrap-public@80x24.org>2022-08-22 17:17:57 +0000
committerEric Wong <mwrap-public@80x24.org>2022-08-22 18:08:51 +0000
commit61f9d94e11e046094c607bdf56c9633938e074b2 (patch)
tree7c4f098f23e390fb5fa190b3589120d13033725e /bin/mwrap
parent0f1880761db6b1c819887ba9541e78617d61802e (diff)
downloadmwrap-61f9d94e11e046094c607bdf56c9633938e074b2.tar.gz
Copyright years are unnecessary churn and probably aren't
necessary:
https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/

add POP3 and IMAP archive info, and drop the outdated link
to the live demo since I no longer have the resources to run it.

Finally, add rdoc (olddoc) + rsync support
Diffstat (limited to 'bin/mwrap')
-rwxr-xr-xbin/mwrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mwrap b/bin/mwrap
index 9f67dab..212078c 100755
--- a/bin/mwrap
+++ b/bin/mwrap
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby
 # frozen_string_literal: true
-# Copyright (C) 2018 mwrap hackers <mwrap-public@80x24.org>
+# Copyright (C) mwrap hackers <mwrap-public@80x24.org>
 # License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt>
 require 'mwrap'
 mwrap_so = $".grep(%r{/mwrap\.so\z})[0] or abort "mwrap.so not loaded"