aboutsummaryrefslogtreecommitdiff
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
parentc22bda47190f8daec910ea625d1bfa1678bca91d (diff)
downloadponymap-338dff4ade6593ba2c18fce12e4fd0aaf46901f9.tar.gz
ponymap-338dff4ade6593ba2c18fce12e4fd0aaf46901f9.tar.xz
ponymap-338dff4ade6593ba2c18fce12e4fd0aaf46901f9.zip
Name change
-rw-r--r--CMakeLists.txt4
-rw-r--r--LICENSE2
-rw-r--r--plugin-api.h2
-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
-rw-r--r--ponymap.c2
11 files changed, 12 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f31156..8a12772 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -139,8 +139,8 @@ endforeach (page)
# CPack
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental network scanner")
set (CPACK_PACKAGE_VERSION ${project_VERSION})
-set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
-set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
+set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
+set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
set (CPACK_GENERATOR "TGZ;ZIP")
diff --git a/LICENSE b/LICENSE
index 7e747c0..66f4179 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014 - 2015, Přemysl Janouch <p@janouch.name>
+Copyright (c) 2014 - 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/plugin-api.h b/plugin-api.h
index 926725b..4829ffc 100644
--- a/plugin-api.h
+++ b/plugin-api.h
@@ -1,7 +1,7 @@
/*
* plugin-api.h: plugin API for ponymap
*
- * 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/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.
diff --git a/ponymap.c b/ponymap.c
index 6b33d2d..913d16e 100644
--- a/ponymap.c
+++ b/ponymap.c
@@ -1,7 +1,7 @@
/*
* ponymap.c: the experimental network scanner
*
- * 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.