From 92933cc3b450d315b116c5ae0f90e306163d9d35 Mon Sep 17 00:00:00 2001 From: Markus Goldstein Date: Thu, 16 Apr 2015 14:45:03 +0900 Subject: [PATCH] Added licese, copyright --- README.md | 11 +++++++++++ man/bonesi.1 | 2 +- src/bonesi.c | 6 +++--- src/http.h | 6 +++--- src/tcpoptions.h | 6 +++--- 5 files changed, 21 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c284f4c..d6112ab 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,14 @@ browserlist.txt urllist.txt * several urls to use with --urllist option +Copyright/ License/ Credits +--------------------------- + +Copyright 2006-2007 Deutsches Forschungszentrum fuer Kuenstliche Intelligenz +Copyright 2008-2015 Markus Goldstein + +This is free software. Licensed under the [Apache License, Version 2.0](LICENSE). +There is NO WARRANTY, to the extent permitted by law. + +![http://madm.dfki.de/lib/tpl/dfki/images/logo.jpg](http://madm.dfki.de/lib/tpl/dfki/images/logo.jpg) + diff --git a/man/bonesi.1 b/man/bonesi.1 index dbd37d7..b449202 100644 --- a/man/bonesi.1 +++ b/man/bonesi.1 @@ -88,7 +88,7 @@ print the help message and exit .SH AUTHOR Written by Matthias Reif, Markus Goldstein and Christian Jansohn .SH REPORTING BUGS -Report bugs to . +Report bugs to . .SH COPYRIGHT Copyright 2008 Deutsches Forschungszentrum fuer Kuenstliche Intelligenz or its licensors, as applicable. diff --git a/src/bonesi.c b/src/bonesi.c index 9606f18..5e2dc04 100644 --- a/src/bonesi.c +++ b/src/bonesi.c @@ -12,9 +12,9 @@ * Project: BoNeSi * File: bonesi.c * Purpose: a DDoS Botnet Simulator for spoofing ICMP,UDP attacks and HTTP-GET floods - * Responsible: Matthias Reif - * Primary Repository: http://bonesi.googlecode.com/svn/trunk/ - * Web Sites: madm.dfki.de, http://code.google.com/p/bonesi/ + * Responsible: Markus Goldstein + * Primary Repository: https://github.com/Markus-Go/bonesi + * Web Sites: madm.dfki.de, www.goldiges.de */ #include diff --git a/src/http.h b/src/http.h index 73a1e7c..16bc394 100644 --- a/src/http.h +++ b/src/http.h @@ -12,9 +12,9 @@ * Project: BoNeSi * File: http.h * Purpose: support for HTTP-GET attacks - * Responsible: Matthias Reif - * Primary Repository: http://bonesi.googlecode.com/svn/trunk/ - * Web Sites: www.iupr.org, www.dfki.de, http://code.google.com/p/bonesi/ + * Responsible: Markus Goldstein + * Primary Repository: https://github.com/Markus-Go/bonesi + * Web Sites: madm.dfki.de, www.goldiges.de */ diff --git a/src/tcpoptions.h b/src/tcpoptions.h index 1d5db82..dbaa266 100644 --- a/src/tcpoptions.h +++ b/src/tcpoptions.h @@ -12,9 +12,9 @@ * Project: BoNeSi * File: tcpoptions.h * Purpose: support for the options field in the tcp header - * Responsible: Matthias Reif - * Primary Repository: http://bonesi.googlecode.com/svn/trunk/ - * Web Sites: www.iupr.org, www.dfki.de, http://code.google.com/p/bonesi/ + * Responsible: Markus Goldstein + * Primary Repository: https://github.com/Markus-Go/bonesi + * Web Sites: madm.dfki.de, www.goldiges.de */ #ifndef TCPOPTIONS_H_