From: Ray Strode Date: Sat, 20 Sep 2008 22:59:21 +0000 (-0400) Subject: Add Charlie Brej to copyright holder lists X-Git-Tag: 0.6.0~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1eb48ac907cb8b5895e7c6ce0bade428161b4c;p=thirdparty%2Fplymouth.git Add Charlie Brej to copyright holder lists He added some new functions that he owns copyright to. --- diff --git a/src/libply/ply-frame-buffer.c b/src/libply/ply-frame-buffer.c index 03bbd2bd..fbc9619d 100644 --- a/src/libply/ply-frame-buffer.c +++ b/src/libply/ply-frame-buffer.c @@ -1,6 +1,7 @@ /* ply-frame-buffer.c - framebuffer abstraction * - * Copyright (C) 2006, 2007 Red Hat, Inc. + * Copyright (C) 2006, 2007, 2008 Red Hat, Inc. + * 2008 Charlie Brej * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +18,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. * - * Written by: Kristian Høgsberg + * Written by: Charlie Brej + * Kristian Høgsberg * Ray Strode */ #include "config.h" diff --git a/src/libply/ply-list.c b/src/libply/ply-list.c index 60f16e20..9c4da1ee 100644 --- a/src/libply/ply-list.c +++ b/src/libply/ply-list.c @@ -1,6 +1,7 @@ /* ply-list.c - linked list implementation * * Copyright (C) 2007 Red Hat, Inc. + * 2008 Charlie Brej * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +18,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. * - * Written by: Ray Strode + * Written by: Charlie Brej + * Ray Strode */ #include "config.h" #include "ply-list.h"