Name change
This commit is contained in:
		@@ -139,8 +139,8 @@ endforeach (page)
 | 
				
			|||||||
# CPack
 | 
					# CPack
 | 
				
			||||||
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental network scanner")
 | 
					set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental network scanner")
 | 
				
			||||||
set (CPACK_PACKAGE_VERSION ${project_VERSION})
 | 
					set (CPACK_PACKAGE_VERSION ${project_VERSION})
 | 
				
			||||||
set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
 | 
					set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
 | 
				
			||||||
set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
 | 
					set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
 | 
				
			||||||
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
 | 
					set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set (CPACK_GENERATOR "TGZ;ZIP")
 | 
					set (CPACK_GENERATOR "TGZ;ZIP")
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								LICENSE
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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
 | 
					Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
purpose with or without fee is hereby granted.
 | 
					purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * plugin-api.h: plugin API for ponymap
 | 
					 * 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
 | 
					 * Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
 * purpose with or without fee is hereby granted.
 | 
					 * purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * http.c: HTTP service detection plugin
 | 
					 * 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
 | 
					 * Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
 * purpose with or without fee is hereby granted.
 | 
					 * purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * http.c: IRC service detection plugin
 | 
					 * 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
 | 
					 * Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
 * purpose with or without fee is hereby granted.
 | 
					 * purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * lua-loader.c: Lua plugin loader plugin
 | 
					 * 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
 | 
					 * Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
 * purpose with or without fee is hereby granted.
 | 
					 * purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
--
 | 
					--
 | 
				
			||||||
-- mpd.lua: Music Player Daemon service detection plugin
 | 
					-- 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
 | 
					-- Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
-- purpose with or without fee is hereby granted.
 | 
					-- purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
--
 | 
					--
 | 
				
			||||||
-- nut.lua: Network UPS Tools service detection plugin
 | 
					-- 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
 | 
					-- Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
-- purpose with or without fee is hereby granted.
 | 
					-- purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
--
 | 
					--
 | 
				
			||||||
-- socks.lua: SOCKS service detection plugin
 | 
					-- 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
 | 
					-- Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
-- purpose with or without fee is hereby granted.
 | 
					-- purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * ssh.c: SSH service detection plugin
 | 
					 * 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
 | 
					 * Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
 * purpose with or without fee is hereby granted.
 | 
					 * purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 * ponymap.c: the experimental network scanner
 | 
					 * 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
 | 
					 * Permission to use, copy, modify, and/or distribute this software for any
 | 
				
			||||||
 * purpose with or without fee is hereby granted.
 | 
					 * purpose with or without fee is hereby granted.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user