]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Add Charlie Brej to copyright holder lists
authorRay Strode <rstrode@redhat.com>
Sat, 20 Sep 2008 22:59:21 +0000 (18:59 -0400)
committerRay Strode <rstrode@redhat.com>
Sat, 20 Sep 2008 22:59:21 +0000 (18:59 -0400)
He added some new functions that he owns
copyright to.

src/libply/ply-frame-buffer.c
src/libply/ply-list.c

index 03bbd2bdca96a53e87c33476f68993b2d1b5a61c..fbc9619d25b3d49f93e69410f2ca0430e838d98c 100644 (file)
@@ -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 <cbrej@cs.man.ac.uk>
  *
  * 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 <krh@redhat.com>
+ * Written by: Charlie Brej <cbrej@cs.man.ac.uk>
+ *             Kristian Høgsberg <krh@redhat.com>
  *             Ray Strode <rstrode@redhat.com>
  */
 #include "config.h"
index 60f16e20178cf75615329774cc762547fd4dc932..9c4da1eeae777b802cb617a04a99efff7a29fc53 100644 (file)
@@ -1,6 +1,7 @@
 /* ply-list.c - linked list implementation
  *
  * Copyright (C) 2007 Red Hat, Inc.
+ *               2008 Charlie Brej <cbrej@cs.man.ac.uk>
  *
  * 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 <rstrode@redhat.com>
+ * Written by: Charlie Brej <cbrej@cs.man.ac.uk>
+ *             Ray Strode <rstrode@redhat.com>
  */
 #include "config.h"
 #include "ply-list.h"