diff options
author | midipix <writeonce@midipix.org> | 2016-05-06 16:19:47 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-06 16:19:47 -0400 |
commit | 0520e30b31d0734689cc5b5d237f00032e6284ec (patch) | |
tree | d28a88699f2e34795b374d532e80cb8d4870e8a1 /src/internal | |
parent | 01a503b242dae49935ebb3f33188d6d500b9e8fa (diff) | |
download | slibtool-0520e30b31d0734689cc5b5d237f00032e6284ec.tar.bz2 slibtool-0520e30b31d0734689cc5b5d237f00032e6284ec.tar.xz |
code maintenance: fix copyright comment in argv.h.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/argv/argv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h index d1ef9de..e51a80f 100644 --- a/src/internal/argv/argv.h +++ b/src/internal/argv/argv.h @@ -1,7 +1,7 @@ /****************************************************************************/ /* argv.h: a thread-safe argument vector parser and usage screen generator */ /* Copyright (C) 2015--2016 Z. Gilboa */ -/* Released under the Standard MIT License; see COPYING.SOFORT. */ +/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /* This file is (also) part of sofort: portable software project template. */ /****************************************************************************/ |