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__