diff options
author | vanhauser-thc <vh@thc.org> | 2022-05-31 11:10:37 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-05-31 11:10:37 +0200 |
commit | 942b85bb77e25203c19a4a103e5d470c3a604b2f (patch) | |
tree | bb88e4a1d4567c1f4cc6fcb32411e5bb0ca5a80e | |
parent | 50c6031cc3350b3fea486774ddef89eaf2cab5c3 (diff) | |
download | afl++-942b85bb77e25203c19a4a103e5d470c3a604b2f.tar.gz |
clarify gpl3
-rw-r--r-- | instrumentation/gcc_plugin.COPYING3 (renamed from instrumentation/COPYING3) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/instrumentation/COPYING3 b/instrumentation/gcc_plugin.COPYING3 index 94a9ed02..b0a36be4 100644 --- a/instrumentation/COPYING3 +++ b/instrumentation/gcc_plugin.COPYING3 @@ -1,3 +1,8 @@ +NOTE: +This license applies only to the gcc_plugin code "afl-gcc-pass.so.cc" as +gcc is GPL3 too. + + GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 |