diff options
author | alon@honor <none@none> | 2010-08-25 20:38:48 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-08-25 20:38:48 -0700 |
commit | f6d98e5d038ee80177b9414e5e34ddc05857627b (patch) | |
tree | e976945d3ef90eb0931a36765efbf6f4b8e955d2 |
commit 0
-rw-r--r-- | AUTHORS.txt | 2 | ||||
-rw-r--r-- | LICENSE.txt | 21 | ||||
-rw-r--r-- | README.txt | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 00000000..e70748be --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1,2 @@ +Alon Zakai <azakai@mozilla.com> + diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00000000..501678a8 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +Copyright (c) 2010 Alon Zakai +Copyright (c) 2010 Mozilla Foundation + +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. + diff --git a/README.txt b/README.txt new file mode 100644 index 00000000..45bcaa89 --- /dev/null +++ b/README.txt @@ -0,0 +1,6 @@ +Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc or clang, or any other language that can be converted into LLVM - and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run). + +See LICENSE.txt for copyright and redistribution. + +See http://code.google.com/p/emscripten/ for project info. + |