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"