Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.26 KB

LICENSE.md

File metadata and controls

24 lines (12 loc) · 1.26 KB

Flow

The Flow application (/server) is written in Racket and is made available under a GPL v3 license.

The Transterpreter and occam-pi

Our tools emit occam-pi, a parallel programming languages developed in the mid-1980s. (http://occam-pi.org) The compiled occam bytecode is interpreted by the Transterpreter Virtual Machine (TVM). (http://transterpreter.org/) More can be learned about both of these technologies at http://concurrency.cc. The TVM is made avialable under an LGPL license, and occam-pi (and the associated toolchain) is made available under the GPL... I think.

WireIt 0.5.0 / YUI

The interface for Flow (/interface) is made avaialable under an MIT license. (http://neyric.github.com/wireit/). I think.

The Flow Icon

The Flow icon is made avaialble by Lady Ada (adafruit) on Flickr under a CC BY-NC-SA license. I do not believe we have run afoul of that license by using it as an icon. (http://www.flickr.com/photos/adafruit/6856963336/in/set-72157629634862313)

Racket

The PLT group produces Racket, a dialect of Scheme. Its libraries are distributed as part of this application. (http://racket-lang.org/) Racket is made avaialble under the LGPL.

Anything Else?

I do not know if I have inadvertantly forgotten a license in documenting this project.