[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 3978 - in trunk: subversion/include doc

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-12-04 18:33:01 CET

On Tue, Dec 03, 2002 at 08:35:40PM -0600, brane@tigris.org wrote:
>...
> +++ trunk/subversion/include/svn_time.h Tue Dec 3 20:35:38 2002
> @@ -1,5 +1,9 @@
> -/* svn_time.h: time/date utilities
> - *
> +/**
> + * @file svn_time.h
> + * @brief Time/date utilities
> + * @{
> + */
> +/*
> * ====================================================================
> * Copyright (c) 2000-2002 CollabNet. All rights reserved.
> *
> @@ -15,7 +19,6 @@
> * ====================================================================
> */

I think we should move the @file stuff after the copyright. The (c) header
should probably be the very first thing in the file.

So the header would look something like:

/**
 * ====================================================================
 * Copyright (c) 2000-2002 CollabNet. All rights reserved.
 *
 * This software is licensed as described in the file COPYING, which
 * you should have received as part of this distribution. The terms
 * are also available at http://subversion.tigris.org/license-1.html.
 * If newer versions of this license are posted there, you may use a
 * newer version instead, at your option.
 *
 * This software consists of voluntary contributions made by many
 * individuals. For exact contribution history, see the revision
 * history and logs, available at http://subversion.tigris.org/.
 * ====================================================================
 *
 * @file svn_time.h
 * @brief Time/date utilities
 * @{
 */

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 4 18:31:13 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.