diff options
author | Drew Moseley <drew_moseley@mentor.com> | 2015-07-10 13:59:25 -0400 |
---|---|---|
committer | Drew Moseley <drew_moseley@mentor.com> | 2015-07-10 13:59:25 -0400 |
commit | 37fb5db0306b7b2802a6a11ce309eb00a951d859 (patch) | |
tree | 3b86c491f45126f4d889116612054a73b8f19d35 /meta-amdfalconx86/COPYING.MIT | |
parent | e42ead566d5a0bc2c66f1a5f6e67a9eafafd1d32 (diff) | |
download | meta-amd-37fb5db0306b7b2802a6a11ce309eb00a951d859.tar.gz meta-amd-37fb5db0306b7b2802a6a11ce309eb00a951d859.tar.bz2 meta-amd-37fb5db0306b7b2802a6a11ce309eb00a951d859.zip |
amdfalconx86: Initial public port to the amdfalconx86 family
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
Diffstat (limited to 'meta-amdfalconx86/COPYING.MIT')
-rw-r--r-- | meta-amdfalconx86/COPYING.MIT | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-amdfalconx86/COPYING.MIT b/meta-amdfalconx86/COPYING.MIT new file mode 100644 index 00000000..89de3547 --- /dev/null +++ b/meta-amdfalconx86/COPYING.MIT @@ -0,0 +1,17 @@ +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 +furnished 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 NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS 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. |