diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | plugin-api.h | 1 | ||||
-rw-r--r-- | plugins/http.c | 1 | ||||
-rw-r--r-- | plugins/irc.c | 1 | ||||
-rw-r--r-- | plugins/lua-loader.c | 1 | ||||
-rw-r--r-- | plugins/socks.lua | 1 | ||||
-rw-r--r-- | plugins/ssh.c | 1 | ||||
-rw-r--r-- | ponymap.c | 1 |
8 files changed, 0 insertions, 8 deletions
@@ -1,5 +1,4 @@ Copyright (c) 2014 - 2015, Přemysl Janouch <p.janouch@gmail.com> - All rights reserved. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/plugin-api.h b/plugin-api.h index 109f729..740967f 100644 --- a/plugin-api.h +++ b/plugin-api.h @@ -2,7 +2,6 @@ * plugin-api.h: plugin API for ponymap * * Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com> - * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/plugins/http.c b/plugins/http.c index fc5163c..2064e87 100644 --- a/plugins/http.c +++ b/plugins/http.c @@ -2,7 +2,6 @@ * http.c: HTTP service detection plugin * * Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com> - * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/plugins/irc.c b/plugins/irc.c index bbb4470..03cd0df 100644 --- a/plugins/irc.c +++ b/plugins/irc.c @@ -2,7 +2,6 @@ * http.c: IRC service detection plugin * * Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com> - * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/plugins/lua-loader.c b/plugins/lua-loader.c index c7662ee..013b25f 100644 --- a/plugins/lua-loader.c +++ b/plugins/lua-loader.c @@ -2,7 +2,6 @@ * lua-loader.c: Lua plugin loader plugin * * Copyright (c) 2015, Přemysl Janouch <p.janouch@gmail.com> - * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/plugins/socks.lua b/plugins/socks.lua index 9835f04..364eb48 100644 --- a/plugins/socks.lua +++ b/plugins/socks.lua @@ -2,7 +2,6 @@ -- socks.lua: SOCKS service detection plugin -- -- Copyright (c) 2015, Přemysl Janouch <p.janouch@gmail.com> --- All rights reserved. -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above diff --git a/plugins/ssh.c b/plugins/ssh.c index 4f82442..9d233da 100644 --- a/plugins/ssh.c +++ b/plugins/ssh.c @@ -2,7 +2,6 @@ * ssh.c: SSH service detection plugin * * Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com> - * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -2,7 +2,6 @@ * ponymap.c: the experimental network scanner * * Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com> - * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above |