diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-14 17:11:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-30 08:37:24 -0500 |
commit | 301eff0e90a727005d364ebc2e9a7ffaecd0a3ef (patch) | |
tree | fe2c7f67b3827b807b09c0fc92b8e73141474f37 /src/test/fuzz/fuzzing.h | |
parent | 4afb155db2d9aaafe8dd1517e9619e6bd9c95751 (diff) | |
download | tor-301eff0e90a727005d364ebc2e9a7ffaecd0a3ef.tar.gz tor-301eff0e90a727005d364ebc2e9a7ffaecd0a3ef.zip |
fuzzing: Add copyright notices and whitespace fixes
Diffstat (limited to 'src/test/fuzz/fuzzing.h')
-rw-r--r-- | src/test/fuzz/fuzzing.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/fuzz/fuzzing.h b/src/test/fuzz/fuzzing.h index a8cbb1d9e8..4295743458 100644 --- a/src/test/fuzz/fuzzing.h +++ b/src/test/fuzz/fuzzing.h @@ -1,3 +1,5 @@ +/* Copyright (c) 2016, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ #ifndef FUZZING_H #define FUZZING_H @@ -8,3 +10,4 @@ int fuzz_main(const uint8_t *data, size_t sz); void disable_signature_checking(void); #endif /* FUZZING_H */ + |