From af4622d3f90382225afb83e3896cb6f236f30c0a Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Fri, 20 Nov 2020 19:43:25 -0800 Subject: [PATCH] modesetting: Add missing copyright notices I forgot to add these in commits 4fefe73fe, b6985d6b3, 245b9db03, and 4e670f128. Signed-off-by: Aaron Plattner --- hw/xfree86/drivers/modesetting/driver.c | 3 +++ hw/xfree86/drivers/modesetting/driver.h | 4 +++- hw/xfree86/drivers/modesetting/drmmode_display.c | 2 ++ hw/xfree86/drivers/modesetting/drmmode_display.h | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/drivers/modesetting/driver.c b/hw/xfree86/drivers/modesetting/driver.c index f1e7d15bd..49f7349d8 100644 --- a/hw/xfree86/drivers/modesetting/driver.c +++ b/hw/xfree86/drivers/modesetting/driver.c @@ -1,6 +1,7 @@ /* * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas. * Copyright 2011 Dave Airlie + * Copyright 2019 NVIDIA CORPORATION * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -26,6 +27,8 @@ * * Original Author: Alan Hourihane * Rewrite: Dave Airlie + * Additional contributors: + * Aaron Plattner * */ diff --git a/hw/xfree86/drivers/modesetting/driver.h b/hw/xfree86/drivers/modesetting/driver.h index 38b7ef1ff..77afc8302 100644 --- a/hw/xfree86/drivers/modesetting/driver.h +++ b/hw/xfree86/drivers/modesetting/driver.h @@ -1,5 +1,6 @@ /* * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas. + * Copyright 2019 NVIDIA CORPORATION * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -24,7 +25,8 @@ * * * Author: Alan Hourihane - * + * Additional contributors: + * Aaron Plattner */ #include diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c b/hw/xfree86/drivers/modesetting/drmmode_display.c index e81168e26..57c50a5ec 100644 --- a/hw/xfree86/drivers/modesetting/drmmode_display.c +++ b/hw/xfree86/drivers/modesetting/drmmode_display.c @@ -1,5 +1,6 @@ /* * Copyright © 2007 Red Hat, Inc. + * Copyright © 2019 NVIDIA CORPORATION * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -22,6 +23,7 @@ * * Authors: * Dave Airlie + * Aaron Plattner * */ diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.h b/hw/xfree86/drivers/modesetting/drmmode_display.h index c3d3f712d..dbb413c12 100644 --- a/hw/xfree86/drivers/modesetting/drmmode_display.h +++ b/hw/xfree86/drivers/modesetting/drmmode_display.h @@ -1,5 +1,6 @@ /* * Copyright © 2007 Red Hat, Inc. + * Copyright © 2019 NVIDIA CORPORATION * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -22,6 +23,7 @@ * * Authors: * Dave Airlie + * Aaron Plattner * */ #ifndef DRMMODE_DISPLAY_H