diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/phdr-unwrap.cpp | 4 | ||||
| -rwxr-xr-x | src/phdr-wrap.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/phdr-unwrap.cpp b/src/phdr-unwrap.cpp index 080c4f6..25ce9d0 100755 --- a/src/phdr-unwrap.cpp +++ b/src/phdr-unwrap.cpp @@ -43,7 +43,7 @@ const ui32_t FRAME_BUFFER_SIZE = 4 * Kumu::Megabyte; // // command line option parser class -static const char* PROGRAM_NAME = "as-02-unwrap"; // program name for messages +static const char* PROGRAM_NAME = "phdr-unwrap"; // program name for messages // Increment the iterator, test for an additional non-option command line argument. // Causes the caller to return if there are no remaining arguments or if the next @@ -60,7 +60,7 @@ banner(FILE* stream = stdout) { fprintf(stream, "\n\ %s (asdcplib %s)\n\n\ -Copyright (c) 2011-2018, John Hurst\n\n\ +Copyright (c) 2011-2021, John Hurst\n\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", diff --git a/src/phdr-wrap.cpp b/src/phdr-wrap.cpp index 1632508..6880c92 100755 --- a/src/phdr-wrap.cpp +++ b/src/phdr-wrap.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2018, John Hurst +Copyright (c) 2011-2021, John Hurst All rights reserved. @@ -55,7 +55,7 @@ RationalToString(const ASDCP::Rational& r, char* buf, const ui32_t& len) // // command line option parser class -static const char* PROGRAM_NAME = "as-02-wrap"; // program name for messages +static const char* PROGRAM_NAME = "phdr-wrap"; // program name for messages // local program identification info written to file headers class MyInfo : public WriterInfo @@ -100,7 +100,7 @@ banner(FILE* stream = stdout) { fprintf(stream, "\n\ %s (asdcplib %s)\n\n\ -Copyright (c) 2011-2018, John Hurst\n\n\ +Copyright (c) 2011-2021, John Hurst\n\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", |
