diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-02 22:42:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-04 11:17:52 +0000 |
commit | 67493a015472fcdb53ca6f852c809a5d2390a1ea (patch) | |
tree | 12e27de659acff9c966623a1d43cf7c71c621d34 /COPYING.MIT | |
download | meta-mingw-67493a015472fcdb53ca6f852c809a5d2390a1ea.tar.gz |
Initial population
Diffstat (limited to 'COPYING.MIT')
-rw-r--r-- | COPYING.MIT | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/COPYING.MIT b/COPYING.MIT new file mode 100644 index 0000000..9d982a4 --- /dev/null +++ b/COPYING.MIT | |||
@@ -0,0 +1,16 @@ | |||
1 | Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
2 | this software and associated documentation files (the "Software"), to deal in | ||
3 | the Software without restriction, including without limitation the rights to | ||
4 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||
5 | the Software, and to permit persons to whom the Software is furnished to do so, | ||
6 | subject to the following conditions: | ||
7 | |||
8 | The above copyright notice and this permission notice shall be included in all | ||
9 | copies or substantial portions of the Software. | ||
10 | |||
11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
12 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
13 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
14 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
15 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
16 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||