summaryrefslogtreecommitdiff
path: root/README.txt
blob: 646021e77a4e47e96661f8c4464ba69235ca345a (plain)
1
2
3
4
5
6
7
8
9
10
11
PJPROJECT is released under GPL. License information can be found in file 
COPYING in this directory. For alternative licensing, please contact the
copyright holder.

See INSTALL.txt for compiling.

IMPORTANT:
You need to set your editor settings to tab=8 and indent=4. For example,
with vim, you can do this with:
 :se ts=8
 :se sts=4