Mercurial > public > fructose_gen
diff fructose_gen.py @ 3:d8aeeb7f6785 fructose1.1.0
Changed the license to LGPL to be compatible with Fructose itself.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 14 May 2011 14:20:44 -0500 |
parents | d098192f01d9 |
children |
line wrap: on
line diff
--- a/fructose_gen.py Sat Mar 19 20:18:04 2011 -0500 +++ b/fructose_gen.py Sat May 14 14:20:44 2011 -0500 @@ -5,6 +5,19 @@ fructose_gen.py - A program to auto-generate the main() routine for the C++ testing framework Fructose. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +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 Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + """ from __future__ import with_statement import re