diff options
author | Boram Park <boram1288.park@samsung.com> | 2014-11-12 21:14:08 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2018-02-19 13:57:48 +0900 |
commit | fa474effc1059e84c401dd97aea09b3f0cce1ae2 (patch) | |
tree | ecc751a66990f76259b21e09973876ebc9732fc3 | |
parent | e87a87925ea23e84ed6f67de73a5ef2713ca2c49 (diff) | |
download | libdrm-fa474effc1059e84c401dd97aea09b3f0cce1ae2.tar.gz libdrm-fa474effc1059e84c401dd97aea09b3f0cce1ae2.tar.bz2 libdrm-fa474effc1059e84c401dd97aea09b3f0cce1ae2.zip |
add COPYING file
Add COPYING file with MIT license.
Change-Id: I5ce242bea2bdd74f8c58d30da82e987eeb9a5c55
Signed-off-by: Boram Park <boram1288.park@samsung.com>
[sw0312.kim: replaces xf86free license as proper MIT license copying]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | COPYING | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..a357eb03 --- /dev/null +++ b/COPYING @@ -0,0 +1,19 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is fur- +nished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL +THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. + + |