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/common/crypto_pwbox.h | |
parent | f5e9e2748ff5fa245936ce5e465d19b3d300e393 (diff) | |
download | tor-fa78546dbc0e62fc1b24daef881c460412f04e7e.tar.gz tor-fa78546dbc0e62fc1b24daef881c460412f04e7e.zip |
Make sure all C files have copyright/license notices
Diffstat (limited to 'src/common/crypto_pwbox.h')
-rw-r--r-- | src/common/crypto_pwbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/crypto_pwbox.h b/src/common/crypto_pwbox.h index cee8653587..a26b6d2c17 100644 --- a/src/common/crypto_pwbox.h +++ b/src/common/crypto_pwbox.h @@ -1,3 +1,6 @@ +/* Copyright (c) 2014-2017, The Tor Project, Inc. */ +/* See LICENSE for licensing information */ + #ifndef CRYPTO_PWBOX_H_INCLUDED_ #define CRYPTO_PWBOX_H_INCLUDED_ |