From dc1eb48ac907cb8b5895e7c6ce0bade428161b4c Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sat, 20 Sep 2008 18:59:21 -0400 Subject: [PATCH] Add Charlie Brej to copyright holder lists He added some new functions that he owns copyright to. --- src/libply/ply-frame-buffer.c | 6 ++++-- src/libply/ply-list.c | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) 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"