X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fdecrypted_kdm_key.cc;h=5d8140ae734ead8346ef9d39192490fa3d32d7b4;hb=ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89;hp=e5adc3c668738aba111af77e92f39570203c4afb;hpb=cab0005c7370a1101df604838ea214eb741098d7;p=libdcp.git 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 + Copyright (C) 2013-2021 Carl Hetherington 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) {