Skip to content

Commit 7be9f17

Browse files
committed
Add license and readme
1 parent e6f8202 commit 7be9f17

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

LICENSE

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Copyright 2002-2010 Ryan Leavengood
2+
Copyright 2011 Peter Poláčik
3+
Copyright 2013 Siarzhuk Zharski
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6+
associated documentation files (the "Software"), to deal in the Software without restriction,
7+
including without limitation the rights to use, copy, modify, merge, publish, distribute,
8+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or
12+
substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
15+
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
16+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
17+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
18+
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Description
2+
===========
3+
4+
The Jamfile engine allows developers to easily build their Haiku applications using Jam.
5+
6+
Jam is a non-compatible replacement for Make, which is more geared towards generic and reusable
7+
rules and actions, and making the task of writing a build system easier.
8+
9+
Usage
10+
=====
11+
12+
Install the jamfile_engine package on your Haiku machine.
13+
14+
Copy the provided Jamfile next to your sources. Edit it and fill it in as needed. Then type "jam"
15+
to compile your application.

0 commit comments

Comments
 (0)