From 338dff4ade6593ba2c18fce12e4fd0aaf46901f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 28 Sep 2020 04:55:23 +0200 Subject: [PATCH] Name change --- CMakeLists.txt | 4 ++-- LICENSE | 2 +- plugin-api.h | 2 +- plugins/http.c | 2 +- plugins/irc.c | 2 +- plugins/lua-loader.c | 2 +- plugins/mpd.lua | 2 +- plugins/nut.lua | 2 +- plugins/socks.lua | 2 +- plugins/ssh.c | 2 +- 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 ") +set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch") +set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch ") 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 +Copyright (c) 2014 - 2015, Přemysl Eric Janouch 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 + * Copyright (c) 2014, Přemysl Eric Janouch * * 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 + * Copyright (c) 2014, Přemysl Eric Janouch * * 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 + * Copyright (c) 2014, Přemysl Eric Janouch * * 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 + * Copyright (c) 2015, Přemysl Eric Janouch * * 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 +-- Copyright (c) 2015, Přemysl Eric Janouch -- -- 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 +-- Copyright (c) 2017, Přemysl Eric Janouch -- -- 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 +-- Copyright (c) 2015, Přemysl Eric Janouch -- -- 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 + * Copyright (c) 2014, Přemysl Eric Janouch * * 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 + * Copyright (c) 2014, Přemysl Eric Janouch * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted.