/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Gustav Hartvigsson
  • Date: 2015-04-08 19:01:27 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150408190127-d1c5ork7jy6ahc9n
* Updated the README.
* Added LICENSE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
ABOUT:
8
8
The software (The type-system) is an experiment. It was
9
 
written in a few hours by Gustav Hartvigsson to see how
10
 
to create a simple reference counting type system that
11
 
was super simple. (Redundancy is redundant).
 
9
written by Gustav Hartvigsson to see how to create a simple reference counting
 
10
type system that was super simple. (Redundancy is redundant).
12
11
 
13
12
The source code in ./src/ is what constitutes the type
14
13
system.
18
17
than mine. It also has a main-loop and threading support
19
18
out-of-the-box.
20
19
 
21
 
TO CONSIDER:
22
 
Perhaps it would be more beneficial to have the code
23
 
under some kind of BSD License?
24
 
 
25
20
ALSO:
26
21
 
27
22
THIS SOFTWARE IS DISTRIBUTED AS IS, IT IS AN EXPERIMENT
28
23
AND SHOULD BE TREATED AS SUCH. ALL AND ANY CLAIMS --
29
24
MONETARY OR OTHERWISE -- ARE VOID.
30
25
 
31
 
THIS SOFTWARE IS DISTRIBUTED UNDER THE LGPLv3.
 
26
THIS SOFTWARE IS DISTRIBUTED UNDER THE BSD LICENCE.
32
27
 
33
28
NOTE THAT INCLINATION (using #include or otherwise) OF
34
29
THE HEADER FILES (files ending with .h) IS _NOT_
35
30
CONSIDERED AS DERIVATIVE, BUT CHANGES TO THE HEADER
36
31
FILES IS.
 
32