[haiku-commits] Re: haiku: hrev45218 - in src: kits/storage/disk_device apps/drivesetup add-ons/kernel/partitioning_systems/gpt

  • From: John Scipione <jscipione@xxxxxxxxx>
  • To: "haiku-commits@xxxxxxxxxxxxx" <haiku-commits@xxxxxxxxxxxxx>
  • Date: Mon, 28 Jan 2013 19:46:49 -0500

On Mon, Jan 28, 2013 at 7:16 PM,  <axeld@xxxxxxxxxxxxxxxx> wrote:
> diff --git a/src/apps/drivesetup/PartitionList.cpp 
> b/src/apps/drivesetup/PartitionList.cpp
> index f2cc4fe..378e289 100644
> --- a/src/apps/drivesetup/PartitionList.cpp
> +++ b/src/apps/drivesetup/PartitionList.cpp
> @@ -1,13 +1,15 @@
>  /*
> - * Copyright 2006-2013 Haiku Inc. All rights reserved.
> + * Copyright 2006-2013, Haiku Inc. All rights reserved.
>   * Distributed under the terms of the MIT license.
>   *
>   * Authors:
>   *             Ithamar R. Adema <ithamar@xxxxxxx>
>   *             James Urquhart
>   *             Stephan Aßmus <superstippi@xxxxxx>
> + *             Axel Dörfler, axeld@xxxxxxxxxxxxxxxx
>   */

Minor style correction here. Shouldn't authors be in alphabetical
order by last name and email be surrounded in <>'s instead of
separated by a comma? So the authors list should look like this:

 * Authors:
 *           Ithamar R. Adema <ithamar@xxxxxxx>
 *           Stephan Aßmus <superstippi@xxxxxx>
 *           Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
 *           Erik Jaesler <ejakowatz@xxxxxxxxxxxxxxxxxxxxx>
 *           Ingo Weinhold <ingo_weinhold@xxxxxx>
 */

This is probably not worth another commit on it's own, but if you are
going to make further updates to this file you could update the
authors list as well.

Other related posts: