HaikuDepot: Corrected copyright on TextLayout.cpp.

* The char classification stuff and can_end_line() originate
   from the BTextView implementation. Maybe Oliver Tappe is the
   lonely author of that code, but I don't feel like tracking this
   down at the moment and it should eventually be merged anyway,
   if what I did here proves useful at all.
This commit is contained in:
Stephan Aßmus 2013-08-14 23:11:28 +02:00
parent 840cac7415
commit e8be78fe3d
1 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
/*
* Copyright 2013, Stephan Aßmus <superstippi@gmx.de>.
* All rights reserved. Distributed under the terms of the MIT License.
* Copyright 2001-2013, Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Stephan Aßmus, superstippi@gmx.de
* Stefano Ceccherini, stefano.ceccherini@gmail.com
* Marc Flerackers, mflerackers@androme.be
* Hiroshi Lockheimer (BTextView is based on his STEEngine)
* Oliver Tappe, zooey@hirschkaefer.de
*/
#include "TextLayout.h"