Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.94 KB

license.md

File metadata and controls

41 lines (30 loc) · 1.94 KB

${ var doc = require( "hopdoc" ) } ${ var xml = require( doc.BUILDDIR + "/doc/xml.js" ) }

HOP, a web development kit - copyright (c) ${xml.copyrightYears( 2006 )} INRIA
                                                                 
Bug descriptions, user reports, comments, suggestions and
pull requests are welcome. Send them to
   https://github.com/manuel-serrano/hop.git

Hop comes with three different license versions, which should be
specified when configuring Hop and that come with three different
permission of use:

 - free: no restriction of any kind.
 - academic: reserved exclusively to academic use (research and teaching).
 - commercial: no restriction but needs the Inria approval first.
 
The optimizing compiler is only availabe with academic and commercial
versions.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by 
the Free Software Foundation; either version 2 of the License, or 
(at your option) any later version. More precisely:

 The server, the compiler, and the tools are distributed under the 
 terms of the GNU General Public License.

This program is distributed in the hope that it will be useful,   
but WITHOUT ANY WARRANTY; without even the implied warranty of    
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     
GNU General Public License for more details.                      
                                                                  
You should have received a copy of the GNU General Public         
License along with this program; if not, write to the Free        
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,   
MA 02111-1307, USA.                                               

See License Academic for details about the academic license.