You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2006/01/09 13:11:24 UTC

Re: svn commit: r18021 - trunk/subversion/libsvn_subr

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

Re: svn commit: r18021 - trunk/subversion/libsvn_subr

Posted by Malcolm Rowe <ma...@farside.org.uk>.
On Mon, Jan 09, 2006 at 02:11:24PM +0100, Peter N. Lundblad wrote:
> > --- 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...)
> 

Yep, see my original reply to dev@, where I ask exactly that question.

I figured that even if we were going to update them in one go, there'd
be no harm in updating them ad hoc before then.  Or are you saying we'd
not normally update them at all?  That seems odd.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r18021 - trunk/subversion/libsvn_subr

Posted by mark benedetto king <mb...@lowlatency.com>.
On Mon, Jan 09, 2006 at 02:11:24PM +0100, Peter N. Lundblad wrote:
> 
> 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...)
> 

Since we have the history, we can do a single, sweeping change that
updates only the files that were changed in 2005.

IANAIPL, but I think it would be nice to run that script before each
official release, so that the source code in the release tarballs would
have correct dates. 

--ben


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org