[haiku-development] Re: src_build_libbe_storage_Path.cpp.diff
- From: Andreas Färber <andreas.faerber@xxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Thu, 29 May 2008 10:23:09 +0200
Hi,
Am 29.05.2008 um 01:02 schrieb kaoutsis:
* the rest are style changes,
good bye,
Vasilis
Index: src/build/libbe/storage/Path.cpp
===================================================================
--- src/build/libbe/storage/Path.cpp (revision 25685)
+++ src/build/libbe/storage/Path.cpp (working copy)
@@ -1,12 +1,19 @@
-//----------------------------------------------------------------------
-// This software is part of the OpenBeOS distribution and is covered
-// by the OpenBeOS license.
-//---------------------------------------------------------------------
+/*
+ * Copyright 2008, Haiku Inc. All rights reserved.
+ * Distributed under the terms of the MIT License.
+ *
+ * Authors:
+ * <unknown, please fill in who knows>
+ */
Did you check the copyright to be only 2008? Same applies to some of
your other patches.
Andreas
- Follow-Ups:
- [haiku-development] Re: src_build_libbe_storage_Path.cpp.diff
- From: Stephan Assmus
- References:
Other related posts:
- » [haiku-development] src_build_libbe_storage_Path.cpp.diff
- » [haiku-development] Re: src_build_libbe_storage_Path.cpp.diff
- » [haiku-development] Re: src_build_libbe_storage_Path.cpp.diff
* the rest are style changes, good bye, Vasilis Index: src/build/libbe/storage/Path.cpp =================================================================== --- src/build/libbe/storage/Path.cpp (revision 25685) +++ src/build/libbe/storage/Path.cpp (working copy) @@ -1,12 +1,19 @@ -//---------------------------------------------------------------------- -// This software is part of the OpenBeOS distribution and is covered -// by the OpenBeOS license. -//--------------------------------------------------------------------- +/* + * Copyright 2008, Haiku Inc. All rights reserved. + * Distributed under the terms of the MIT License. + * + * Authors: + * <unknown, please fill in who knows> + */
- [haiku-development] Re: src_build_libbe_storage_Path.cpp.diff
- From: Stephan Assmus