diff options
Diffstat (limited to 'src/decrypted_kdm_key.cc')
| -rw-r--r-- | src/decrypted_kdm_key.cc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/decrypted_kdm_key.cc b/src/decrypted_kdm_key.cc index e5adc3c6..5d8140ae 100644 --- a/src/decrypted_kdm_key.cc +++ b/src/decrypted_kdm_key.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2021 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -31,10 +31,18 @@ files in the program, then also delete it here. */ + +/** @file src/decrypted_kdm_key.cc + * @brief DecryptedKDMKey class + */ + + #include "decrypted_kdm_key.h" + using namespace dcp; + bool dcp::operator== (dcp::DecryptedKDMKey const & a, dcp::DecryptedKDMKey const & b) { |
