From f5f14d6556d2541ae32812e9f15263abb9a769f3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 22 Feb 2008 15:47:18 +0000 Subject: Add some tests. --- jnlib/argparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jnlib/argparse.c') diff --git a/jnlib/argparse.c b/jnlib/argparse.c index 3104db40e..f9958cb89 100644 --- a/jnlib/argparse.c +++ b/jnlib/argparse.c @@ -1,6 +1,6 @@ /* [argparse.c wk 17.06.97] Argument Parser for option handling * Copyright (C) 1998, 1999, 2000, 2001, 2006 - * 2007 Free Software Foundation, Inc. + * 2007, 2008 Free Software Foundation, Inc. * * This file is part of JNLIB. * @@ -946,7 +946,7 @@ strusage( int level ) break; case 11: p = "foo"; break; case 13: p = "0.0"; break; - case 14: p = "Copyright (C) 2007 Free Software Foundation, Inc."; break; + case 14: p = "Copyright (C) 2008 Free Software Foundation, Inc."; break; case 15: p = "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"; -- cgit v1.2.3