Haiku Book: compatibility: list all authors at the top of the file as per convention.
All of the other .dox files here list authors at the top of the file in a standard (non-Doxygen) comment, so do the same here. I've listed the file as copyright 2011, as (according to Git) that's the last time it was functionally changed. I also added a few people in as being authors of the file who seem to have made significant changes to it.
This commit is contained in:
@@ -1,8 +1,17 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2011 Haiku, Inc. All rights reserved.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Axel Dörfler <[email protected]>
|
||||||
|
* Niels Sascha Reedijk <[email protected]>
|
||||||
|
* Ingo Weinhold <[email protected]>
|
||||||
|
* Alex Wilson <[email protected]>
|
||||||
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\page compatibility Application Level API Incompatibilities with BeOS
|
\page compatibility Application Level API Incompatibilities with BeOS
|
||||||
|
|
||||||
\author Ingo Weinhold
|
|
||||||
|
|
||||||
Haiku R1 (x86) was designed and is being implemented to be binary and source
|
Haiku R1 (x86) was designed and is being implemented to be binary and source
|
||||||
compatible with applications written for BeOS R5 (x86) to a large extent, but
|
compatible with applications written for BeOS R5 (x86) to a large extent, but
|
||||||
not the other way around. In some cases we deliberately broke source
|
not the other way around. In some cases we deliberately broke source
|
||||||
|
|||||||
Reference in New Issue
Block a user