Tidying.
[libdcp.git] / src / metadata.cc
index 6fedc61e0b5e997eda0093b0cb9982ae31b3dd35..750143d1e4040d7a15f5933e88ca1eb592406563 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
 /** @file  src/metadata.cc
- *  @brief MXFMetadata class.
+ *  @brief MXFMetadata class
  */
 
+
 #include "metadata.h"
 #include "util.h"
 #include "local_time.h"
 #include <iomanip>
 #include <time.h>
 
-using namespace std;
+
 using namespace dcp;
 
+
 MXFMetadata::MXFMetadata ()
        : company_name ("libdcp")
        , product_name ("libdcp")
@@ -53,6 +56,7 @@ MXFMetadata::MXFMetadata ()
 
 }
 
+
 void
 MXFMetadata::read (ASDCP::WriterInfo const & info)
 {