summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2020-11-20 19:43:25 -0800
committerPeter Hutterer <peter.hutterer@who-t.net>2020-11-25 04:28:42 +0000
commitaf4622d3f90382225afb83e3896cb6f236f30c0a (patch)
tree466d0c74fc6dff6653118baffeeda2f5520ac414
parent07e6935030c8f0a757bce0a90c54b59d8bf47df6 (diff)
modesetting: Add missing copyright notices
I forgot to add these in commits 4fefe73fe, b6985d6b3, 245b9db03, and 4e670f128. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--hw/xfree86/drivers/modesetting/driver.c3
-rw-r--r--hw/xfree86/drivers/modesetting/driver.h4
-rw-r--r--hw/xfree86/drivers/modesetting/drmmode_display.c2
-rw-r--r--hw/xfree86/drivers/modesetting/drmmode_display.h2
4 files changed, 10 insertions, 1 deletions
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 <alanh@tungstengraphics.com>
* Rewrite: Dave Airlie <airlied@redhat.com>
+ * Additional contributors:
+ * Aaron Plattner <aplattner@nvidia.com>
*
*/
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 <alanh@tungstengraphics.com>
- *
+ * Additional contributors:
+ * Aaron Plattner <aplattner@nvidia.com>
*/
#include <errno.h>
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 <airlied@redhat.com>
+ * Aaron Plattner <aplattner@nvidia.com>
*
*/
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 <airlied@redhat.com>
+ * Aaron Plattner <aplattner@nvidia.com>
*
*/
#ifndef DRMMODE_DISPLAY_H