diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:58:52 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:58:52 +0000 |
commit | c173f71f8e7d48b8511825e0790ca1e774c9f04c (patch) | |
tree | 0efd97c687c50a173dadea9ed8b9a7160884bf4e /carg_parser.h | |
parent | Adding debian version 1.5-3. (diff) | |
download | pdlzip-c173f71f8e7d48b8511825e0790ca1e774c9f04c.tar.xz pdlzip-c173f71f8e7d48b8511825e0790ca1e774c9f04c.zip |
Merging upstream version 1.6~rc1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'carg_parser.h')
-rw-r--r-- | carg_parser.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/carg_parser.h b/carg_parser.h index 94d3716..ed4d9c5 100644 --- a/carg_parser.h +++ b/carg_parser.h @@ -1,10 +1,18 @@ -/* Pdlzip - LZMA lossless data compressor - Copyright (C) 2010, 2011, 2012, 2013 Antonio Diaz Diaz. +/* Arg_parser - POSIX/GNU command line argument parser. (C version) + Copyright (C) 2006-2015 Antonio Diaz Diaz. - This program is free software: you have unlimited permission - to copy, distribute and modify it. + This library is free software. Redistribution and use in source and + binary forms, with or without modification, are permitted provided + that the following conditions are met: - This program is distributed in the hope that it will be useful, + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ |