diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2016-03-09 08:22:22 -0500 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2016-03-09 08:22:22 -0500 |
commit | 2dbe2732a2103042681b8dea45ba96d4bd383d45 (patch) | |
tree | 3c2b77f3b94eed18963287629135c6b517b232ae /src/lib/ecore_drm/ecore_drm_sprites.c | |
parent | 7d8cd6c40f61537bff5ced41dce62d54cd311eb5 (diff) |
ecore-drm: Update copyright notice
As portions of this code have been derived from existing code in
Weston, we should also be including their copyright/licence text to
give credit.
NB: Fixes T3286
@fix
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_sprites.c | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/lib/ecore_drm/ecore_drm_sprites.c b/src/lib/ecore_drm/ecore_drm_sprites.c index d3fa71dcde..fad57e51d2 100644 --- a/src/lib/ecore_drm/ecore_drm_sprites.c +++ b/src/lib/ecore_drm/ecore_drm_sprites.c | |||
@@ -1,3 +1,31 @@ | |||
1 | /* Portions of this code have been derived from Weston | ||
2 | * | ||
3 | * Copyright © 2008-2012 Kristian Høgsberg | ||
4 | * Copyright © 2010-2012 Intel Corporation | ||
5 | * Copyright © 2010-2011 Benjamin Franzke | ||
6 | * Copyright © 2011-2012 Collabora, Ltd. | ||
7 | * Copyright © 2010 Red Hat <mjg@redhat.com> | ||
8 | * | ||
9 | * Permission is hereby granted, free of charge, to any person obtaining a | ||
10 | * copy of this software and associated documentation files (the "Software"), | ||
11 | * to deal in the Software without restriction, including without limitation | ||
12 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
13 | * and/or sell copies of the Software, and to permit persons to whom the | ||
14 | * Software is furnished to do so, subject to the following conditions: | ||
15 | * | ||
16 | * The above copyright notice and this permission notice (including the next | ||
17 | * paragraph) shall be included in all copies or substantial portions of the | ||
18 | * Software. | ||
19 | * | ||
20 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
21 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
22 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
23 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
24 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
25 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
26 | * DEALINGS IN THE SOFTWARE. | ||
27 | */ | ||
28 | |||
1 | #ifdef HAVE_CONFIG_H | 29 | #ifdef HAVE_CONFIG_H |
2 | # include <config.h> | 30 | # include <config.h> |
3 | #endif | 31 | #endif |