[haiku-commits] Re: r38231 - haiku/trunk/src/system/kernel/slab

  • From: Andreas Färber <andreas.faerber@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 18 Aug 2010 20:05:22 +0200

Am 18.08.2010 um 13:58 schrieb axeld@xxxxxxxxxxxxxxxx:

Log:
* Removed a few superfluous "else" keywords.

Modified: haiku/trunk/src/system/kernel/slab/allocator.cpp
===================================================================
--- haiku/trunk/src/system/kernel/slab/allocator.cpp 2010-08-18 11:50:49 UTC (rev 38230) +++ haiku/trunk/src/system/kernel/slab/allocator.cpp 2010-08-18 11:58:27 UTC (rev 38231)
@@ -2,9 +2,6 @@
 * Copyright 2010, Ingo Weinhold <ingo_weinhold@xxxxxx>.
 * Copyright 2007, Hugo Santos. All Rights Reserved.
 * Distributed under the terms of the MIT License.
- *
- * Authors:
- *      Hugo Santos, hugosantos@xxxxxxxxx
 */

This is not an "else" keyword. ;)

If you want to get rid of the "Authors:" section, shouldn't you move the email address into the copyright line? (assuming it's still valid)

Andreas

Other related posts: