diff options
| author | bloodstalker <thabogre@gmail.com> | 2016-12-02 04:57:30 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2016-12-02 04:57:30 +0000 | 
| commit | 0097ae539f05eb9876203c5d5188c57284e47e5c (patch) | |
| tree | f1d4bbfffca16999bbe65177275123f544ffe710 | |
| parent | updated (diff) | |
| download | mutator-0097ae539f05eb9876203c5d5188c57284e47e5c.tar.gz mutator-0097ae539f05eb9876203c5d5188c57284e47e5c.zip | |
added a disclaimer
| -rw-r--r-- | mutator.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/mutator.cpp b/mutator.cpp index 50bdab2..02ad8f5 100644 --- a/mutator.cpp +++ b/mutator.cpp @@ -1,5 +1,6 @@  /*first line intentionally left blank.*/ +/*code structure inspired by Eli Bendersky's tutorial on Rewriters.*/  /**********************************************************************************************************************/  /*FIXME-all classes should use replacements.*/  /**********************************************************************************************************************/ | 
