Tidying.
[libdcp.git] / src / decrypted_kdm_key.cc
index e5adc3c668738aba111af77e92f39570203c4afb..5d8140ae734ead8346ef9d39192490fa3d32d7b4 100644 (file)
@@ -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.
 
     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)
 {