From 02175bcdf003ed656d5700f1262ae25c4f405815 Mon Sep 17 00:00:00 2001 From: "blizzard%redhat.com" Date: Wed, 14 Jul 1999 19:30:19 +0000 Subject: [PATCH] add list of copyright holders git-svn-id: svn://10.0.0.236/trunk@39340 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/xlibrgb/xlibrgb.c | 12 ++++++++++++ mozilla/gfx/src/xlibrgb/xlibrgb.h | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/mozilla/gfx/src/xlibrgb/xlibrgb.c b/mozilla/gfx/src/xlibrgb/xlibrgb.c index 1cf87810555..61517f22ce1 100644 --- a/mozilla/gfx/src/xlibrgb/xlibrgb.c +++ b/mozilla/gfx/src/xlibrgb/xlibrgb.c @@ -35,6 +35,18 @@ * Public License, please see the license information at * http://www.mozilla.org/MPL/ */ +/* This code is copyright the following authors: + * Raph Levien + * Manish Singh + * Tim Janik + * Peter Mattis + * Spencer Kimball + * Josh MacDonald + * Christopher Blizzard + * Owen Taylor + * Shawn T. Amundson +*/ + #include #if HAVE_CONFIG_H diff --git a/mozilla/gfx/src/xlibrgb/xlibrgb.h b/mozilla/gfx/src/xlibrgb/xlibrgb.h index 2c6fe9608f6..8648dae89da 100644 --- a/mozilla/gfx/src/xlibrgb/xlibrgb.h +++ b/mozilla/gfx/src/xlibrgb/xlibrgb.h @@ -35,6 +35,18 @@ * license information at http://www.mozilla.org/MPL/ */ +/* This code is copyright the following authors: + * Raph Levien + * Manish Singh + * Tim Janik + * Peter Mattis + * Spencer Kimball + * Josh MacDonald + * Christopher Blizzard + * Owen Taylor + * Shawn T. Amundson +*/ + #ifndef __XLIB_RGB_H__ #define __XLIB_RGB_H__