diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-27 10:59:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-27 10:59:36 -0400 |
commit | fa78546dbc0e62fc1b24daef881c460412f04e7e (patch) | |
tree | 80fefc08ae0ef52e3ec0e445328329d5a10611cc /src/test | |
parent | f5e9e2748ff5fa245936ce5e465d19b3d300e393 (diff) | |
download | tor-fa78546dbc0e62fc1b24daef881c460412f04e7e.tar.gz tor-fa78546dbc0e62fc1b24daef881c460412f04e7e.zip |
Make sure all C files have copyright/license notices
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test-memwipe.c | 3 | ||||
-rw-r--r-- | src/test/test_accounting.c | 3 | ||||
-rw-r--r-- | src/test/test_channelpadding.c | 3 | ||||
-rw-r--r-- | src/test/test_dns.c | 3 | ||||
-rw-r--r-- | src/test/test_routerset.c | 3 | ||||
-rw-r--r-- | src/test/test_shared_random.c | 3 | ||||
-rw-r--r-- | src/test/test_status.c | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c index 484f13dd05..89d946d506 100644 --- a/src/test/test-memwipe.c +++ b/src/test/test-memwipe.c @@ -1,3 +1,6 @@ +/* Copyright (c) 2015-2017, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ + #include "orconfig.h" #include <string.h> #include <stdio.h> diff --git a/src/test/test_accounting.c b/src/test/test_accounting.c index 7edba988a6..b0d37b2989 100644 --- a/src/test/test_accounting.c +++ b/src/test/test_accounting.c @@ -1,3 +1,6 @@ +/* Copyright (c) 2014-2017, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ + #include "or.h" #include "test.h" #define HIBERNATE_PRIVATE diff --git a/src/test/test_channelpadding.c b/src/test/test_channelpadding.c index d54c9cc52c..fe21057c8e 100644 --- a/src/test/test_channelpadding.c +++ b/src/test/test_channelpadding.c @@ -1,3 +1,6 @@ +/* Copyright (c) 2016-2017, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ + #define TOR_CHANNEL_INTERNAL_ #define MAIN_PRIVATE #define NETWORKSTATUS_PRIVATE diff --git a/src/test/test_dns.c b/src/test/test_dns.c index 19dcb02931..66b231b6da 100644 --- a/src/test/test_dns.c +++ b/src/test/test_dns.c @@ -1,3 +1,6 @@ +/* Copyright (c) 2015-2017, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ + #include "or.h" #include "test.h" diff --git a/src/test/test_routerset.c b/src/test/test_routerset.c index c9c69911da..6da2275c35 100644 --- a/src/test/test_routerset.c +++ b/src/test/test_routerset.c @@ -1,3 +1,6 @@ +/* Copyright (c) 2014-2017, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ + #define ROUTERSET_PRIVATE #include "or.h" diff --git a/src/test/test_shared_random.c b/src/test/test_shared_random.c index a9d58e6b8b..80494f64c0 100644 --- a/src/test/test_shared_random.c +++ b/src/test/test_shared_random.c @@ -1,3 +1,6 @@ +/* Copyright (c) 2016-2017, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ + #define SHARED_RANDOM_PRIVATE #define SHARED_RANDOM_STATE_PRIVATE #define CONFIG_PRIVATE diff --git a/src/test/test_status.c b/src/test/test_status.c index f86f8e3b9e..50ea203e4d 100644 --- a/src/test/test_status.c +++ b/src/test/test_status.c @@ -1,3 +1,6 @@ +/* Copyright (c) 2014-2017, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ + #define STATUS_PRIVATE #define HIBERNATE_PRIVATE #define LOG_PRIVATE |