diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-13 06:10:44 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-13 06:10:44 +0200 |
commit | 7954f504a65105bf08bb7fe5ce7fb109bab1644a (patch) | |
tree | 4e18a6b9b9f6027a27d7d7e019e9c102b6b29b49 | |
parent | 2e32296dfc9dc1fd190d17626b40b0fd098452b1 (diff) | |
download | ponymap-7954f504a65105bf08bb7fe5ce7fb109bab1644a.tar.gz ponymap-7954f504a65105bf08bb7fe5ce7fb109bab1644a.tar.xz ponymap-7954f504a65105bf08bb7fe5ce7fb109bab1644a.zip |
Get rid of "All rights reserved"
-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 |