diff options
author | Boram Park <boram1288.park@samsung.com> | 2014-11-12 21:14:08 +0900 |
---|---|---|
committer | Joonyoung Shim <jy0922.shim@samsung.com> | 2017-02-15 13:37:33 +0900 |
commit | bb6416fd2346c2b0aa4342f222da8ea55ee87b46 (patch) | |
tree | ac1098939f330e59a3fed5ae8190edffb02e3eaa | |
parent | f87aeeadcbf1d8e1894997d0024bda53d28b892c (diff) | |
download | libdrm-bb6416fd2346c2b0aa4342f222da8ea55ee87b46.tar.gz libdrm-bb6416fd2346c2b0aa4342f222da8ea55ee87b46.tar.bz2 libdrm-bb6416fd2346c2b0aa4342f222da8ea55ee87b46.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. + + + |