From 4cb2c397744f3a8afe938cef7eaaebd48c0f4cfc Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 11 Feb 2015 19:11:32 -0500 Subject: [PATCH] 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. --- docs/user/compatibility.dox | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/user/compatibility.dox b/docs/user/compatibility.dox index ffcafdb15a..7743fe280b 100644 --- a/docs/user/compatibility.dox +++ b/docs/user/compatibility.dox @@ -1,8 +1,17 @@ +/* + * Copyright 2011 Haiku, Inc. All rights reserved. + * Distributed under the terms of the MIT License. + * + * Authors: + * Axel Dörfler + * Niels Sascha Reedijk + * Ingo Weinhold + * Alex Wilson + */ + /*! \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 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