[haiku-development] Re: src_build_libbe_storage_Path.cpp.diff
- From: Stephan Assmus <superstippi@xxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Thu, 29 May 2008 10:31:02 +0200
Andreas Färber wrote:
> 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.
Here is what svn log gives for the file:
------------------------------------------------------------------------
r14574 | bonefish | 2005-10-29 18:27:43 +0200 (Sat, 29 Oct 2005) | 2 lines
Merged changes from branch build_system_redesign at revision 14573.
------------------------------------------------------------------------
r14139 | bonefish | 2005-09-09 03:49:29 +0200 (Fri, 09 Sep 2005) | 3 lines
Cloned the code from libbe that might be interesting for building tools
on the build platform.
------------------------------------------------------------------------
r14102 | bonefish | 2005-09-01 23:07:54 +0200 (Thu, 01 Sep 2005) | 3 lines
Branched revision 14101 of the trunk as starting point for the build
system redesign.
------------------------------------------------------------------------
r11769 | bonefish | 2005-03-17 09:30:54 +0100 (Thu, 17 Mar 2005) | 1 line
Move trunk into respective module.
------------------------------------------------------------------------
r8694 | bonefish | 2004-08-28 22:14:46 +0200 (Sat, 28 Aug 2004) | 5 lines
Got rid of the Storage Kit's kernel abstraction layer, which was
unfortunately quite slow and made some things more complicated than they
needed to be.
Implemented a few missing things (e.g. BSymLink and node locking).
------------------------------------------------------------------------
r3475 | haydentech | 2003-06-11 16:34:51 +0200 (Wed, 11 Jun 2003) | 2 lines
Cleaned-up the std namespace support
------------------------------------------------------------------------
r3405 | haydentech | 2003-06-03 20:29:29 +0200 (Tue, 03 Jun 2003) | 2 lines
Namespace- and gcc3-related fixes
------------------------------------------------------------------------
r1131 | bonefish | 2002-09-23 23:06:09 +0200 (Mon, 23 Sep 2002) | 2 lines
Dealt with the *_LENGTH+1 issue: Removed all "+1"s in buffer allocations
and adjusted checks etc.
------------------------------------------------------------------------
r714 | tylerdauwalder | 2002-08-12 10:42:01 +0200 (Mon, 12 Aug 2002) | 3
lines
+ Changed StorageKit namespace to BPrivate::Storage
+ Changed Sniffer namespace to BPrivate::Storage::Sniffer
------------------------------------------------------------------------
r10 | ejakowatz | 2002-07-09 14:24:59 +0200 (Tue, 09 Jul 2002) | 2 lines
It is accomplished ...
------------------------------------------------------------------------
Best regards,
-Stephan
- References:
- [haiku-development] src_build_libbe_storage_Path.cpp.diff
- From: kaoutsis
- [haiku-development] Re: src_build_libbe_storage_Path.cpp.diff
- From: Andreas Färber
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
- [haiku-development] src_build_libbe_storage_Path.cpp.diff
- From: kaoutsis
- [haiku-development] Re: src_build_libbe_storage_Path.cpp.diff
- From: Andreas Färber