changeset 1018:cf99df45cb84

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Sun, 21 Feb 2021 20:20:19 +0100
parents c30f0dc9d614
children 90eb31112a53
files extern/libcompat/CMakeLists.txt extern/libcompat/LICENSE.md extern/libcompat/src/pledge.c extern/libcompat/src/strdup.c extern/libcompat/src/strndup.c extern/libcompat/src/vsyslog.c extern/libcompat/tests/CMakeLists.txt extern/libcompat/tests/test-bsd.c extern/libcompat/tests/test-dirent.c extern/libcompat/tests/test-dlfcn.c extern/libcompat/tests/test-posix.c extern/libduktape/CMakeLists.txt extern/libgreatest/CMakeLists.txt man/irccd-api-chrono.3 man/irccd-api-directory.3 man/irccd-api-file.3 man/irccd-api-logger.3 man/irccd-api-plugin.3 man/irccd-api-server.3 man/irccd-api-system.3 man/irccd-api-unicode.3 man/irccd-api.3 man/irccd-ipc.7 man/irccd-templates.7 man/irccd-test.1 man/irccd.1 man/irccd.conf.5 man/irccdctl.1 plugins/ask/ask.7 plugins/ask/ask.js plugins/auth/auth.7 plugins/auth/auth.js plugins/hangman/hangman.7 plugins/hangman/hangman.js plugins/history/history.7 plugins/history/history.js plugins/joke/joke.7 plugins/joke/joke.js plugins/links/links.7 plugins/logger/logger.7 plugins/logger/logger.js plugins/plugin/plugin.7 plugins/plugin/plugin.js plugins/roulette/roulette.7 plugins/roulette/roulette.js plugins/tictactoe/tictactoe.7 plugins/tictactoe/tictactoe.js
diffstat 47 files changed, 46 insertions(+), 164 deletions(-) [+]
line wrap: on
line diff
--- a/extern/libcompat/CMakeLists.txt	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/CMakeLists.txt	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for libcompat
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/LICENSE.md	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/LICENSE.md	Sun Feb 21 20:20:19 2021 +0100
@@ -10,7 +10,7 @@
 ISC
 ---
 
-Copyright (c) 2020 David Demelier <markand@malikania.fr>
+Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/src/pledge.c	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/src/pledge.c	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * pledge.c -- no-op implementation
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/src/strdup.c	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/src/strdup.c	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * strdup.c -- strdup implementation
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/src/strndup.c	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/src/strndup.c	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * strndup.c -- strndup implementation
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/src/vsyslog.c	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/src/vsyslog.c	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * vsyslog.c -- fallback implementation
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/tests/CMakeLists.txt	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/tests/CMakeLists.txt	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for libcompat
 #
-# Copyright (c) 2020 David Demelier <markand@malikania.fr>
+# Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/tests/test-bsd.c	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/tests/test-bsd.c	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * test-bsd.c -- test BSD extensions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/tests/test-dirent.c	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/tests/test-dirent.c	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * dirent.c -- test opendir/readdir
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/tests/test-dlfcn.c	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/tests/test-dlfcn.c	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * test-dlfcn.c -- test dlopen/dlsym/dlclose
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/libcompat/tests/test-posix.c	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libcompat/tests/test-posix.c	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * test-posix.c -- test POSIX functions
  *
- * Copyright (c) 2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2020-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/extern/libduktape/CMakeLists.txt	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libduktape/CMakeLists.txt	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for duktape
 #
-# Copyright (c) 2016-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/extern/libgreatest/CMakeLists.txt	Wed Feb 17 23:30:39 2021 +0100
+++ b/extern/libgreatest/CMakeLists.txt	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 #
 # CMakeLists.txt -- CMake build system for libgreatest
 #
-# Copyright (c) 2016-2019 David Demelier <markand@malikania.fr>
+# Copyright (c) 2016-2021 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api-chrono.3	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-api-chrono.3	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api-directory.3	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-api-directory.3	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api-file.3	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-api-file.3	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api-logger.3	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-api-logger.3	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api-plugin.3	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-api-plugin.3	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api-server.3	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-api-server.3	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api-system.3	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-api-system.3	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api-unicode.3	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-api-unicode.3	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-api.3	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-api.3	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-ipc.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-ipc.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-templates.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd-templates.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd-test.1	Wed Feb 17 23:30:39 2021 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,118 +0,0 @@
-.\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
-.\"
-.\" Permission to use, copy, modify, and/or distribute this software for any
-.\" purpose with or without fee is hereby granted, provided that the above
-.\" copyright notice and this permission notice appear in all copies.
-.\"
-.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.\"
-.Dd @IRCCD_MAN_DATE@
-.Dt IRCCD-TEST 1
-.Os
-.\" NAME
-.Sh NAME
-.Nm irccd-test
-.Nd irccd plugin tester
-.\" SYNOPSIS
-.Sh SYNOPSIS
-.Nm irccd-test
-.Op Fl c Ar config
-.Ar id|path
-.\" DESCRIPTION
-.Sh DESCRIPTION
-The
-.Nm irccd-test
-program is a simple utility to test plugins on the command line.
-.Pp
-You can test a global plugin by just specifying plugin's
-.Ar id
-or using a full filesystem
-.Ar path .
-.Pp
-It opens a prompt that waits for user input, each line consist of a specific
-plugin event. These are mostly the same as the Javascript API offers.
-.Pp
-If compiled with libedit library, the prompt offers basic completion for the
-plugin events.
-.Pp
-When a event requires a server, a fake debugging server is created if it does
-not exists already. That fake server simply prints every command on the command
-line instead of sending them through IRC.
-.\" COMMANDS
-.Sh COMMANDS
-The following commands are allowed as input:
-.Bl -bullet -compact
-.It
-.Cm onCommand
-.Ar server origin channel message
-.It
-.Cm onConnect
-.Ar server
-.It
-.Cm onInvite
-.Ar server origin channel target
-.It
-.Cm onJoin
-.Ar server origin channel
-.It
-.Cm onKick
-.Ar server origin channel reason
-.It
-.Cm onLoad
-.It
-.Cm onMe
-.Ar server origin channel message
-.It
-.Cm onMessage
-.Ar server origin channel message
-.It
-.Cm onMode
-.Ar server origin channel mode limit user mask
-.It
-.Cm onNames
-.Ar server channel nick1 nick2 nickN
-.It
-.Cm onNick
-.Ar server origin nickname
-.It
-.Cm onNotice
-.Ar server origin channel nickname
-.It
-.Cm onPart
-.Ar server origin channel reason
-.It
-.Cm onReload
-.It
-.Cm onTopic
-.Ar server origin channel topic
-.It
-.Cm onUnload
-.It
-.Cm onWhois
-.Ar server nick user host realname chan1 chan2 chanN
-.El
-.\" EXAMPLES
-.Sh EXAMPLES
-Example with a local plugin:
-.Bd -literal
-$ irccd-test test.js
-> onLoad
-> onMessage localhost francis #general Bonjour
-.Ed
-.Pp
-Example with a global plugin:
-.Bd -literal
-$ irccd-test hangman
-> onLoad
-> onCommand localhost francis #general
-.Ed
-.\" SEE ALSO
-.Sh SEE ALSO
-.Xr irccd 1
--- a/man/irccd.1	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd.1	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccd.conf.5	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccd.conf.5	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/man/irccdctl.1	Wed Feb 17 23:30:39 2021 +0100
+++ b/man/irccdctl.1	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/ask/ask.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/ask/ask.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/ask/ask.js	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/ask/ask.js	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * ask.js -- crazy module for asking a medium
  *
- * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/auth/auth.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/auth/auth.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/auth/auth.js	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/auth/auth.js	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * auth.js -- generic plugin to authenticate to services
  *
- * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/hangman/hangman.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/hangman/hangman.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/hangman/hangman.js	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/hangman/hangman.js	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * hangman.js -- hangman game for IRC
  *
- * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/history/history.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/history/history.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/history/history.js	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/history/history.js	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * history.js -- track nickname's history
  *
- * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/joke/joke.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/joke/joke.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/joke/joke.js	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/joke/joke.js	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * joke.js -- display some jokes
  *
- * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/links/links.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/links/links.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/logger/logger.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/logger/logger.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/logger/logger.js	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/logger/logger.js	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * logger.js -- plugin to log everything
  *
- * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/plugin/plugin.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/plugin/plugin.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/plugin/plugin.js	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/plugin/plugin.js	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * plugin.js -- plugin inspector
  *
- * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/roulette/roulette.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/roulette/roulette.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/roulette/roulette.js	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/roulette/roulette.js	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * roulette.js -- russian roulette game
  *
- * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/plugins/tictactoe/tictactoe.7	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/tictactoe/tictactoe.7	Sun Feb 21 20:20:19 2021 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/plugins/tictactoe/tictactoe.js	Wed Feb 17 23:30:39 2021 +0100
+++ b/plugins/tictactoe/tictactoe.js	Sun Feb 21 20:20:19 2021 +0100
@@ -1,7 +1,7 @@
 /*
  * tictactoe.js -- tictactoe game for IRC
  *
- * Copyright (c) 2013-2020 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2013-2021 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above