aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-28 04:55:23 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-28 04:55:23 +0200
commit338dff4ade6593ba2c18fce12e4fd0aaf46901f9 (patch)
treec888ba0d0d1b9cc8e3cc25e98cce0402cb8bd4f4 /plugins
parentc22bda47190f8daec910ea625d1bfa1678bca91d (diff)
downloadponymap-338dff4ade6593ba2c18fce12e4fd0aaf46901f9.tar.gz
ponymap-338dff4ade6593ba2c18fce12e4fd0aaf46901f9.tar.xz
ponymap-338dff4ade6593ba2c18fce12e4fd0aaf46901f9.zip
Name change
Diffstat (limited to 'plugins')
-rw-r--r--plugins/http.c2
-rw-r--r--plugins/irc.c2
-rw-r--r--plugins/lua-loader.c2
-rw-r--r--plugins/mpd.lua2
-rw-r--r--plugins/nut.lua2
-rw-r--r--plugins/socks.lua2
-rw-r--r--plugins/ssh.c2
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.