diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-08 18:39:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-08 18:39:17 -0500 |
commit | 4f02812242d1fd90d859eb98ac3fb1ed182f18cf (patch) | |
tree | f6102fa5ec920b9c09182e26a9b2ff86dedddcfc /src/feature/hs_common | |
parent | 2d27a3ecc0fbcc08286caa61339051250bd0acc6 (diff) | |
download | tor-4f02812242d1fd90d859eb98ac3fb1ed182f18cf.tar.gz tor-4f02812242d1fd90d859eb98ac3fb1ed182f18cf.zip |
It's 2020. Update the copyright dates with "make update-copyright"
Diffstat (limited to 'src/feature/hs_common')
-rw-r--r-- | src/feature/hs_common/replaycache.c | 2 | ||||
-rw-r--r-- | src/feature/hs_common/replaycache.h | 2 | ||||
-rw-r--r-- | src/feature/hs_common/shared_random_client.c | 2 | ||||
-rw-r--r-- | src/feature/hs_common/shared_random_client.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/feature/hs_common/replaycache.c b/src/feature/hs_common/replaycache.c index 9e8c13b1c5..ab058ce759 100644 --- a/src/feature/hs_common/replaycache.c +++ b/src/feature/hs_common/replaycache.c @@ -1,4 +1,4 @@ - /* Copyright (c) 2012-2019, The Tor Project, Inc. */ + /* Copyright (c) 2012-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** diff --git a/src/feature/hs_common/replaycache.h b/src/feature/hs_common/replaycache.h index 812a05d260..3a3eed29c0 100644 --- a/src/feature/hs_common/replaycache.h +++ b/src/feature/hs_common/replaycache.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2019, The Tor Project, Inc. */ +/* Copyright (c) 2012-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** diff --git a/src/feature/hs_common/shared_random_client.c b/src/feature/hs_common/shared_random_client.c index 999472a862..a46666ab50 100644 --- a/src/feature/hs_common/shared_random_client.c +++ b/src/feature/hs_common/shared_random_client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2018-2019, The Tor Project, Inc. */ +/* Copyright (c) 2018-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** diff --git a/src/feature/hs_common/shared_random_client.h b/src/feature/hs_common/shared_random_client.h index c90c52cfea..3031a2bb9a 100644 --- a/src/feature/hs_common/shared_random_client.h +++ b/src/feature/hs_common/shared_random_client.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018-2019, The Tor Project, Inc. */ +/* Copyright (c) 2018-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** |