aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/fuzz_descriptor.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-14 17:11:26 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-30 08:37:24 -0500
commit301eff0e90a727005d364ebc2e9a7ffaecd0a3ef (patch)
treefe2c7f67b3827b807b09c0fc92b8e73141474f37 /src/test/fuzz/fuzz_descriptor.c
parent4afb155db2d9aaafe8dd1517e9619e6bd9c95751 (diff)
downloadtor-301eff0e90a727005d364ebc2e9a7ffaecd0a3ef.tar.gz
tor-301eff0e90a727005d364ebc2e9a7ffaecd0a3ef.zip
fuzzing: Add copyright notices and whitespace fixes
Diffstat (limited to 'src/test/fuzz/fuzz_descriptor.c')
-rw-r--r--src/test/fuzz/fuzz_descriptor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/fuzz/fuzz_descriptor.c b/src/test/fuzz/fuzz_descriptor.c
index 563787b7cc..d19386d77f 100644
--- a/src/test/fuzz/fuzz_descriptor.c
+++ b/src/test/fuzz/fuzz_descriptor.c
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016, The Tor Project, Inc. */
+/* See LICENSE for licensing information */
#define ROUTERPARSE_PRIVATE
#include "or.h"
#include "routerparse.h"