www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

LICENSE (726B)


      1 This software was initially written as part of a project at Cortus, S.A.S. which
      2 can be reached at 97 Rue de Freyr, 34000 Montpellier, France.
      3 
      4 This software is licensed under the GNU Lesser General Public License (LGPL) or
      5 under the BSD license, at your option. Both licenses can be found in the
      6 `licenses/` folder.
      7 
      8 This double-licensing has been chosen in order to make it possible to integrate
      9 the type-expander library with Typed/Racket
     10 (https://github.com/racket/typed-racket) and/or Racket
     11 (https://github.com/racket/racket), which are both under the LGPL license, as
     12 well as integrate the graph library with the Nanopass Compiler Framework
     13 (https://github.com/akeep/nanopass-framework), which is under the BSD license.