summaryrefslogtreecommitdiffstats
path: root/src/loader/loader.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-09-09 16:28:40 +0100
committerEmil Velikov <[email protected]>2016-10-18 17:06:32 +0100
commit47b5925d9bc5385b84fa4ccdeb35e424f98a306d (patch)
treebc2f99c2f58d6b6c3bc327a7405c959292c12f8d /src/loader/loader.c
parentaf7abc512c422183a761ce3d687086abe282fa74 (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 <[email protected]> Reviewed-by: Axel Davy <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/loader/loader.c')
-rw-r--r--src/loader/loader.c42
1 files changed, 2 insertions, 40 deletions
diff --git a/src/loader/loader.c b/src/loader/loader.c
index fdcd6eca80e..fe90307765c 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -1,45 +1,7 @@
/*
* Copyright (C) 2013 Rob Clark <[email protected]>
- *
- * 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 <[email protected]>
- * Benjamin Franzke <[email protected]>
- *
- * * src/gallium/targets/egl-static/egl.c
- * Copyright (C) 2010-2011 LunarG Inc.
- *
- * Authors:
- * Chia-I Wu <[email protected]>
- *
- * * src/gallium/state_trackers/egl/drm/native_drm.c
- * Copyright (C) 2010 Chia-I Wu <[email protected]>
- *
- * * src/egl/drivers/dri2/platform_android.c
- *
- * Copyright (C) 2010-2011 Chia-I Wu <[email protected]>
- * 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 <[email protected]>
- * Benjamin Franzke <[email protected]>
+ * Copyright (C) 2014-2016 Emil Velikov <[email protected]>
+ * 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"),