On Mon, 9 Jan 2006 malcolm@tigris.org wrote:
> Author: malcolm
> Date: Mon Jan 9 07:39:40 2006
> New Revision: 18021
>
> Modified:
> trunk/subversion/libsvn_subr/opt.c
>
> Log:
> New year, new copyright notice.
>
> * subversion/libsvn_subr/opt.c
> (print_version_info): Bump copyright year to 2006.
>
>
> Modified: trunk/subversion/libsvn_subr/opt.c
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_subr/opt.c?rev=18021&p1=trunk/subversion/libsvn_subr/opt.c&p2=trunk/subversion/libsvn_subr/opt.c&r1=18020&r2=18021
> ==============================================================================
> --- trunk/subversion/libsvn_subr/opt.c (original)
> +++ trunk/subversion/libsvn_subr/opt.c Mon Jan 9 07:39:40 2006
> @@ -2,7 +2,7 @@
> * opt.c : option and argument parsing for Subversion command lines
> *
> * ====================================================================
> - * Copyright (c) 2000-2004 CollabNet. All rights reserved.
> + * Copyright (c) 2000-2006 CollabNet. All rights reserved.
> *
Hmmm, we didn't update any copyright notices during 2005 (except for new
files). If we want to do this, it should be one sweeping change, since
doing it file by file will be cumbersome. (OTOH, there is no point in
reverting this change either...)
> @@ -743,7 +743,7 @@
> SVN_ERR (svn_cmdline_printf (pool, _("%s, version %s\n"
> " compiled %s, %s\n\n"), pgm_name,
> SVN_VERSION, __DATE__, __TIME__));
> - SVN_ERR (svn_cmdline_fputs (_("Copyright (C) 2000-2005 CollabNet.\n"
> + SVN_ERR (svn_cmdline_fputs (_("Copyright (C) 2000-2006 CollabNet.\n"
> "Subversion is open source software, see"
> " http://subversion.tigris.org/\n"
> "This product includes software developed by "
>
Yeah! This one's good.
Thanks,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 9 14:13:24 2006