Skip to content

Commit

Permalink
Added licese, copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Go committed Apr 16, 2015
1 parent 95dd7b9 commit 92933cc
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

2 changes: 1 addition & 1 deletion man/bonesi.1
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>.
Report bugs to <[email protected]>.
.SH COPYRIGHT
Copyright 2008 Deutsches Forschungszentrum fuer Kuenstliche Intelligenz
or its licensors, as applicable.
Expand Down
6 changes: 3 additions & 3 deletions src/bonesi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdio.h>
Expand Down
6 changes: 3 additions & 3 deletions src/http.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/


Expand Down
6 changes: 3 additions & 3 deletions src/tcpoptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 92933cc

Please sign in to comment.