provide upstream version

This commit is contained in:
tg 2009-05-16 18:57:54 +00:00
parent b6ce748064
commit 6744d2be1b

View File

@ -7,19 +7,18 @@
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies. * copyright notice and this permission notice appear in all copies.
* *
* This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* the utmost extent permitted by applicable law, neither express nor * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* implied; without malicious intent or gross negligence. In no event * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* may a licensor, author or contributor be held liable for indirect, * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* direct, other damage, loss, or other issues arising in any way out * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* of dealing in the work, even if advised of the possibility of such * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* damage or existence of a defect, except proven that it results out * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* of said person's immediate fault when using the work as intended.
*/ */
#include "sh.h" #include "sh.h"
__RCSID("$MirOS: src/bin/mksh/strlcpy.c,v 1.4 2009/04/07 19:15:48 tg Stab $"); __RCSID("$MirOS: src/bin/mksh/strlcpy.c,v 1.5 2009/05/16 18:57:54 tg Rel $");
/* /*
* Copy src to string dst of size siz. At most siz-1 characters * Copy src to string dst of size siz. At most siz-1 characters