diff options
| author | jhurst <jhurst@cinecert.com> | 2018-10-13 21:50:21 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-10-13 21:50:21 +0000 |
| commit | 11a6c3d9b3fb6318909d36e6bbc1c4c74450b9f2 (patch) | |
| tree | 57eac8c82615ff3ad75b45fcc648e1af184ba44d /src | |
| parent | a4b5771f03a81b6948a6daf61029811529943e5f (diff) | |
copyright date cleanup
Diffstat (limited to 'src')
| -rw-r--r-- | src/kmrandgen.cpp | 4 | ||||
| -rw-r--r-- | src/kmuuidgen.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/kmrandgen.cpp b/src/kmrandgen.cpp index 05171f3..d9d9d32 100644 --- a/src/kmrandgen.cpp +++ b/src/kmrandgen.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2009, John Hurst +Copyright (c) 2005-2018, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -325,7 +325,7 @@ banner(FILE* stream = stdout) { fprintf(stream, "\n\ %s (asdcplib %s)\n\n\ -Copyright (c) 2003-2017 John Hurst\n\n\ +Copyright (c) 2003-2018 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\ diff --git a/src/kmuuidgen.cpp b/src/kmuuidgen.cpp index a77379b..b8e4a2a 100644 --- a/src/kmuuidgen.cpp +++ b/src/kmuuidgen.cpp @@ -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)); |
