diff options
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | plugin-api.h | 2 | ||||
-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 | ||||
-rw-r--r-- | ponymap.c | 2 |
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") @@ -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. @@ -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. |