Prexonite, a .NET hosted scripting language with a focus on meta-programming and embedded DSLs
0

Configure Feed

Select the types of activity you want to include in your feed.

Add missing license files

- license for PxCoco (GPL with exception for generated compilers)
- license for CSFlex (GPL with exception for generated scanners) + link to homepage

Christian Klauser (Apr 26, 2021, 12:23 PM +0200) 61be314f c4a3a2b2

+29
+24
PxCoco/LICENSE.txt
··· 1 + Compiler Generator Coco/R, 2 + Copyright (c) 1990, 2005 Hanspeter Moessenboeck, University of Linz 3 + extended by M. Loeberbauer & A. Woess, Univ. of Linz 4 + with improvements by Pat Terry, Rhodes University 5 + 6 + This program is free software; you can redistribute it and/or modify it 7 + under the terms of the GNU General Public License as published by the 8 + Free Software Foundation; either version 2, or (at your option) any 9 + later version. 10 + 11 + This program is distributed in the hope that it will be useful, but 12 + WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 + for more details. 15 + 16 + You should have received a copy of the GNU General Public License along 17 + with this program; if not, write to the Free Software Foundation, Inc., 18 + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 + 20 + As an exception, it is allowed to write an extension of Coco/R that is 21 + used as a plugin in non-free software. 22 + 23 + If not otherwise stated, any source code generated by Coco/R (other than 24 + Coco/R itself) does not fall under the GNU General Public License.
+5
Tools/CSFlex-license.txt
··· 1 + CSFlex is licensed under a slightly extended version of the GPLv2[1] which puts generated code under the control 2 + of the scanner grammar author (i.e., not also covered by the GPL). Source code can be obtained from [2] 3 + 4 + [1] https://sourceforge.net/p/csflex/code/HEAD/tree/trunk/COPYRIGHT 5 + [2] https://sourceforge.net/projects/csflex/