diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-09-09 16:28:40 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-10-18 17:06:32 +0100 |
commit | 47b5925d9bc5385b84fa4ccdeb35e424f98a306d (patch) | |
tree | bc2f99c2f58d6b6c3bc327a7405c959292c12f8d /src/loader | |
parent | af7abc512c422183a761ce3d687086abe282fa74 (diff) |
loader: cleanup copyright section
With previous patches nearly all the original code (as seen in the
various loaders) is gone.
Update the copyright/license section to reflect that.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Axel Davy <axel.davy@ens.fr>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/loader')
-rw-r--r-- | src/loader/loader.c | 42 |
1 files changed, 2 insertions, 40 deletions
diff --git a/src/loader/loader.c b/src/loader/loader.c index fdcd6eca80eb..fe90307765c9 100644 --- a/src/loader/loader.c +++ b/src/loader/loader.c @@ -1,45 +1,7 @@ /* * Copyright (C) 2013 Rob Clark <robclark@freedesktop.org> - * - * This code is derived from the following files. - * - * * src/glx/dri3_common.c - * Copyright © 2013 Keith Packard - * - * * src/egl/drivers/dri2/common.c - * * src/gbm/backends/dri/driver_name.c - * Copyright © 2011 Intel Corporation - * - * Authors: - * Kristian Høgsberg <krh@bitplanet.net> - * Benjamin Franzke <benjaminfranzke@googlemail.com> - * - * * src/gallium/targets/egl-static/egl.c - * Copyright (C) 2010-2011 LunarG Inc. - * - * Authors: - * Chia-I Wu <olv@lunarg.com> - * - * * src/gallium/state_trackers/egl/drm/native_drm.c - * Copyright (C) 2010 Chia-I Wu <olv@0xlab.org> - * - * * src/egl/drivers/dri2/platform_android.c - * - * Copyright (C) 2010-2011 Chia-I Wu <olvaffe@gmail.com> - * Copyright (C) 2010-2011 LunarG Inc. - * - * Based on platform_x11, which has - * - * Copyright © 2011 Intel Corporation - * - * * src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c - * Copyright 2011 Intel Corporation - * Copyright 2012 Francisco Jerez - * All Rights Reserved. - * - * Authors: - * Kristian Høgsberg <krh@bitplanet.net> - * Benjamin Franzke <benjaminfranzke@googlemail.com> + * Copyright (C) 2014-2016 Emil Velikov <emil.l.velikov@gmail.com> + * Copyright (C) 2016 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), |