diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/http.c | 2 | ||||
-rw-r--r-- | plugins/irc.c | 2 | ||||
-rw-r--r-- | plugins/lua-loader.c | 2 | ||||
-rw-r--r-- | plugins/mpd.lua | 2 | ||||
-rw-r--r-- | plugins/nut.lua | 2 | ||||
-rw-r--r-- | plugins/socks.lua | 2 | ||||
-rw-r--r-- | plugins/ssh.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/http.c b/plugins/http.c index 9ae7d17..3405919 100644 --- a/plugins/http.c +++ b/plugins/http.c @@ -1,7 +1,7 @@ /* * http.c: HTTP service detection plugin * - * Copyright (c) 2014, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2014, Přemysl Eric Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. diff --git a/plugins/irc.c b/plugins/irc.c index acf2f0b..87c8224 100644 --- a/plugins/irc.c +++ b/plugins/irc.c @@ -1,7 +1,7 @@ /* * http.c: IRC service detection plugin * - * Copyright (c) 2014, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2014, Přemysl Eric Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. diff --git a/plugins/lua-loader.c b/plugins/lua-loader.c index fdd7ae5..6852df6 100644 --- a/plugins/lua-loader.c +++ b/plugins/lua-loader.c @@ -1,7 +1,7 @@ /* * lua-loader.c: Lua plugin loader plugin * - * Copyright (c) 2015, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2015, Přemysl Eric Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. diff --git a/plugins/mpd.lua b/plugins/mpd.lua index 7c1333d..ebfd04c 100644 --- a/plugins/mpd.lua +++ b/plugins/mpd.lua @@ -1,7 +1,7 @@ -- -- mpd.lua: Music Player Daemon service detection plugin -- --- Copyright (c) 2015, Přemysl Janouch <p@janouch.name> +-- Copyright (c) 2015, Přemysl Eric Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/nut.lua b/plugins/nut.lua index c42fa60..da1ea0d 100644 --- a/plugins/nut.lua +++ b/plugins/nut.lua @@ -1,7 +1,7 @@ -- -- nut.lua: Network UPS Tools service detection plugin -- --- Copyright (c) 2017, Přemysl Janouch <p@janouch.name> +-- Copyright (c) 2017, Přemysl Eric Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/socks.lua b/plugins/socks.lua index 5d8bda8..2892e43 100644 --- a/plugins/socks.lua +++ b/plugins/socks.lua @@ -1,7 +1,7 @@ -- -- socks.lua: SOCKS service detection plugin -- --- Copyright (c) 2015, Přemysl Janouch <p@janouch.name> +-- Copyright (c) 2015, Přemysl Eric Janouch <p@janouch.name> -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/ssh.c b/plugins/ssh.c index 8dc1b7c..9f86017 100644 --- a/plugins/ssh.c +++ b/plugins/ssh.c @@ -1,7 +1,7 @@ /* * ssh.c: SSH service detection plugin * - * Copyright (c) 2014, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2014, Přemysl Eric Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. |