diff options
author | Boram Park <boram1288.park@samsung.com> | 2014-11-12 21:14:08 +0900 |
---|---|---|
committer | Boram Park <boram1288.park@samsung.com> | 2014-11-12 21:14:08 +0900 |
commit | d858fe8bf6d901c6b563c0b8e3f510abf3430493 (patch) | |
tree | 2475f00abfe7b96a2470b9f40a8e279c04f0484e | |
parent | d772cc515a24fe015db183e91e85d74dba4f1549 (diff) | |
download | libdrm-d858fe8bf6d901c6b563c0b8e3f510abf3430493.tar.gz libdrm-d858fe8bf6d901c6b563c0b8e3f510abf3430493.tar.bz2 libdrm-d858fe8bf6d901c6b563c0b8e3f510abf3430493.zip |
add COPYING file
Change-Id: I5ce242bea2bdd74f8c58d30da82e987eeb9a5c55
-rw-r--r-- | COPYING | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..66069818 --- /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, FIT- +NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + |