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