From e8be78fe3dd80f065564ecbeee1903660214c955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 14 Aug 2013 23:11:28 +0200 Subject: [PATCH] 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. --- src/apps/haiku-depot/textview/TextLayout.cpp | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/apps/haiku-depot/textview/TextLayout.cpp b/src/apps/haiku-depot/textview/TextLayout.cpp index 09afc81640..fe2186b78d 100644 --- a/src/apps/haiku-depot/textview/TextLayout.cpp +++ b/src/apps/haiku-depot/textview/TextLayout.cpp @@ -1,6 +1,13 @@ /* - * Copyright 2013, Stephan Aßmus . - * 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"