Implemented J2K desc to/from MD
[asdcplib.git] / src / kmuuidgen.cpp
index a7bfc42be8e91a6ac0dfa8eeadcb6a542479ff8b..b8e4a2a18a038fe9e95618c5ee15fb6d5788a06e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005-2008, John Hurst
+Copyright (c) 2005-2009, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -51,12 +51,12 @@ banner(FILE* stream = stdout)
 {
   fprintf(stream, "\n\
 %s (asdcplib %s)\n\n\
-Copyright (c) 2003-2008 John Hurst\n\n\
+Copyright (c) 2003-2009 John Hurst\n\n\
 %s is part of the asdcp DCP tools package.\n\
 asdcplib may be copied only under the terms of the license found at\n\
 the top of every file in the asdcplib distribution kit.\n\n\
 Specify the -h (help) option for further information about %s\n\n",
-         PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME, PROGRAM_NAME);
+         PROGRAM_NAME, Kumu::Version(), PROGRAM_NAME, PROGRAM_NAME);
 }
 
 //
@@ -167,7 +167,7 @@ main(int argc, const char** argv)
       const byte_t* p = UUID.Value();
 
       printf("\
-byte_t uuid_buf[] = {\n\
+byte_t uuid_buf[16] = {\n\
   // %s\n ",
             UUID.EncodeHex(uuid_buf, 40));