diff options
| author | jhurst <jhurst@cinecert.com> | 2021-09-13 12:19:04 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2021-09-13 12:19:04 -0700 |
| commit | 3c039894faa59318e3119011b417980a5672c82d (patch) | |
| tree | 840f54f65579931a858db483118d0bbc643313e3 /src/phdr-wrap.cpp | |
| parent | 4a0c724c2ffdf9552324cc607cb6fba48637bb7e (diff) | |
updated markings
Diffstat (limited to 'src/phdr-wrap.cpp')
| -rwxr-xr-x | src/phdr-wrap.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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", |
