diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-04-26 11:14:31 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-04-26 11:14:31 +0200 |
commit | 4afb808bf23d5fccb323e020f10c11dbf9d1948e (patch) | |
tree | 06d83355c861f97eaa92f5fff2a0285590c1403f /builder.py | |
parent | cc523bc6b6f9d25aec9b185af8779b63cd1e8db1 (diff) | |
download | astroid-4afb808bf23d5fccb323e020f10c11dbf9d1948e.tar.gz |
more license updates
Diffstat (limited to 'builder.py')
-rw-r--r-- | builder.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # 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 +# the terms of the GNU Lesser General Public License as published by the Free Software # Foundation; either version 2 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 General Public License for more details. +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public License along with +# You should have received a copy of the GNU Lesser 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. """The ASTNGBuilder makes astng from living object and / or from compiler.ast |