Skip to content

Commit c816b11

Browse files
ccxviisebras
authored andcommitted
Create README files.
0 parents  commit c816b11

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

.gitattributes

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Define macro for whitespace settings:
2+
[attr]tabs whitespace=trailing-space,space-before-tab,indent-with-non-tab
3+
4+
* text=auto
5+
Makefile tabs
6+
*.[ch] tabs
7+
*.js tabs

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build
2+
js

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Tor Andersson <[email protected]>
2+
Sebastian Rasmussen <[email protected]>

LICENSE

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) 2013, Tor Andersson <[email protected]> and Sebastian Rasmussen <[email protected]>
2+
3+
Permission to use, copy, modify, and/or distribute this software for any
4+
purpose with or without fee is hereby granted, provided that the above
5+
copyright notice and this permission notice appear in all copies.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
9+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13+
PERFORMANCE OF THIS SOFTWARE.

README

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libjs: An embeddable Javascript interpreter in C.

0 commit comments

Comments
 (0)