vlc | branch: master | Salah-Eddin Shaban <[email protected]> | Tue May 12 09:15:58 2015 +0300| [b2dcf9289630293ff1bc88144b5cf0f31ece99eb] | committer: Jean-Baptiste Kempf
freetype: update authors Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2dcf9289630293ff1bc88144b5cf0f31ece99eb --- modules/text_renderer/freetype.c | 1 + modules/text_renderer/freetype.h | 6 +++++- modules/text_renderer/text_layout.c | 8 ++++++++ modules/text_renderer/text_layout.h | 6 +++++- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/modules/text_renderer/freetype.c b/modules/text_renderer/freetype.c index fad5972..ab04f0c 100644 --- a/modules/text_renderer/freetype.c +++ b/modules/text_renderer/freetype.c @@ -9,6 +9,7 @@ * Bernie Purcell <[email protected]> * Jean-Baptiste Kempf <[email protected]> * Felix Paul Kühne <[email protected]> + * Salah-Eddin Shaban <[email protected]> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/modules/text_renderer/freetype.h b/modules/text_renderer/freetype.h index 7f5ce5e..d486773 100644 --- a/modules/text_renderer/freetype.h +++ b/modules/text_renderer/freetype.h @@ -4,7 +4,11 @@ * Copyright (C) 2015 VLC authors and VideoLAN * $Id$ * - * Authors: Salah-Eddin Shaban <[email protected]> + * Authors: Sigmund Augdal Helberg <[email protected]> + * Gildas Bazin <[email protected]> + * Jean-Baptiste Kempf <[email protected]> + * Laurent Aimar <[email protected]> + * Salah-Eddin Shaban <[email protected]> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/modules/text_renderer/text_layout.c b/modules/text_renderer/text_layout.c index 9226875..c87a5cd 100644 --- a/modules/text_renderer/text_layout.c +++ b/modules/text_renderer/text_layout.c @@ -5,6 +5,14 @@ * $Id$ * * Authors: Salah-Eddin Shaban <[email protected]> + * Laurent Aimar <[email protected]> + * Sigmund Augdal Helberg <[email protected]> + * Gildas Bazin <[email protected]> + * Jean-Baptiste Kempf <[email protected]> + * Naohiro Koriyama <[email protected]> + * David Fuhrmann <[email protected]> + * Erwan Tulou <[email protected]> + * Devin Heitmueller <[email protected]> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by diff --git a/modules/text_renderer/text_layout.h b/modules/text_renderer/text_layout.h index 0693bc0..0b645c2 100644 --- a/modules/text_renderer/text_layout.h +++ b/modules/text_renderer/text_layout.h @@ -4,7 +4,11 @@ * Copyright (C) 2015 VLC authors and VideoLAN * $Id$ * - * Authors: Salah-Eddin Shaban <[email protected]> + * Authors: Laurent Aimar <[email protected]> + * Sigmund Augdal Helberg <[email protected]> + * Jean-Baptiste Kempf <[email protected]> + * Devin Heitmueller <[email protected]> + * Salah-Eddin Shaban <[email protected]> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
