From 8f1a49895304be009dabc6d7faee9e7784e0cf9a Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sun, 24 Jan 2016 15:33:21 +0100 Subject: [PATCH] added credits to andrew --- AppKit/CPTextView/CPFontPanel.j | 1 + AppKit/CPTextView/CPLayoutManager.j | 1 + AppKit/CPTextView/CPTypesetter.j | 1 + 3 files changed, 3 insertions(+) diff --git a/AppKit/CPTextView/CPFontPanel.j b/AppKit/CPTextView/CPFontPanel.j index 8c36dd73c..97ab3a0ad 100644 --- a/AppKit/CPTextView/CPFontPanel.j +++ b/AppKit/CPTextView/CPFontPanel.j @@ -10,6 +10,7 @@ * * Created by Daniel Boehringer on 2/JAN/2014. * All modifications copyright Daniel Boehringer 2013. + * Extensive code formatting and review by Andrew Hankinson * Based on original work by * Created by Emmanuel Maillard on 06/03/2010. * Copyright Emmanuel Maillard 2010. diff --git a/AppKit/CPTextView/CPLayoutManager.j b/AppKit/CPTextView/CPLayoutManager.j index ca5764bce..c2deea502 100644 --- a/AppKit/CPTextView/CPLayoutManager.j +++ b/AppKit/CPTextView/CPLayoutManager.j @@ -7,6 +7,7 @@ * * Created by Daniel Boehringer on 27/12/2013. * All modifications copyright Daniel Boehringer 2013. + * Extensive code formatting and review by Andrew Hankinson * Based on original work by * Emmanuel Maillard on 27/02/2010. * Copyright Emmanuel Maillard 2010. diff --git a/AppKit/CPTextView/CPTypesetter.j b/AppKit/CPTextView/CPTypesetter.j index 0f8ef3c0e..f0ada1fe6 100644 --- a/AppKit/CPTextView/CPTypesetter.j +++ b/AppKit/CPTextView/CPTypesetter.j @@ -5,6 +5,7 @@ * * Created by Daniel Boehringer on 27/12/2013. * All modifications copyright Daniel Boehringer 2013. + * Extensive code formatting and review by Andrew Hankinson * Based on original work by * Emmanuel Maillard on 27/02/2010. * Copyright Emmanuel Maillard 2010.