From 2f4bc72da76afac4dc708a0c70ca9e32522b1f83 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 17 Apr 2012 18:01:48 +0200 Subject: [PATCH] tests/gem_set_tiling_vs_gtt: update copyright header Meh, I've forgotten these. Signed-Off-by: Daniel Vetter --- tests/gem_set_tiling_vs_gtt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gem_set_tiling_vs_gtt.c b/tests/gem_set_tiling_vs_gtt.c index 1595c76f..1241b54d 100644 --- a/tests/gem_set_tiling_vs_gtt.c +++ b/tests/gem_set_tiling_vs_gtt.c @@ -1,5 +1,5 @@ /* - * Copyright © 2008 Intel Corporation + * Copyright © 2012 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -21,7 +21,7 @@ * IN THE SOFTWARE. * * Authors: - * Eric Anholt + * Daniel Vetter * */