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 | 861ca4dcbd63577d4f8ef9d7315c7b7b950720d9 (patch) | |
tree | 2e38d32a79c15e9d895f806540e5d3c8f1a6899b | |
parent | a3c4912cc66e6a042d92491b780eb6355ee4fd49 (diff) | |
download | astroid-git-861ca4dcbd63577d4f8ef9d7315c7b7b950720d9.tar.gz |
more license updates
-rw-r--r-- | __init__.py | 6 | ||||
-rw-r--r-- | __pkginfo__.py | 6 | ||||
-rw-r--r-- | _exceptions.py | 6 | ||||
-rw-r--r-- | _nodes_ast.py | 6 | ||||
-rw-r--r-- | _nodes_compiler.py | 6 | ||||
-rw-r--r-- | bases.py | 6 | ||||
-rw-r--r-- | builder.py | 6 | ||||
-rw-r--r-- | inference.py | 6 | ||||
-rw-r--r-- | inspector.py | 6 | ||||
-rw-r--r-- | manager.py | 6 | ||||
-rw-r--r-- | mixins.py | 6 | ||||
-rw-r--r-- | node_classes.py | 6 | ||||
-rw-r--r-- | nodes.py | 6 | ||||
-rw-r--r-- | nodes_as_string.py | 6 | ||||
-rw-r--r-- | patchcomptransformer.py | 6 | ||||
-rw-r--r-- | protocols.py | 6 | ||||
-rw-r--r-- | raw_building.py | 6 | ||||
-rw-r--r-- | rebuilder.py | 6 | ||||
-rw-r--r-- | scoped_nodes.py | 6 | ||||
-rw-r--r-- | test/unittest_builder.py | 6 | ||||
-rw-r--r-- | test/unittest_inference.py | 6 | ||||
-rw-r--r-- | test/unittest_inspector.py | 6 | ||||
-rw-r--r-- | test/unittest_lookup.py | 6 | ||||
-rw-r--r-- | test/unittest_nodes.py | 6 | ||||
-rw-r--r-- | utils.py | 6 |
25 files changed, 75 insertions, 75 deletions
diff --git a/__init__.py b/__init__.py index 3432ab2b..da386739 100644 --- a/__init__.py +++ b/__init__.py @@ -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. """Python Abstract Syntax Tree New Generation diff --git a/__pkginfo__.py b/__pkginfo__.py index 325c45c0..694952b1 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -2,15 +2,15 @@ # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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. """ diff --git a/_exceptions.py b/_exceptions.py index 27cd16df..c6c9fce6 100644 --- a/_exceptions.py +++ b/_exceptions.py @@ -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. """this module contains exceptions used in the astng library diff --git a/_nodes_ast.py b/_nodes_ast.py index 85d6e259..b0815dc6 100644 --- a/_nodes_ast.py +++ b/_nodes_ast.py @@ -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. """python 2.5 builtin _ast compatibility module diff --git a/_nodes_compiler.py b/_nodes_compiler.py index 9c7183f0..cd94700e 100644 --- a/_nodes_compiler.py +++ b/_nodes_compiler.py @@ -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. """python < 2.5 compiler package compatibility module [1] @@ -1,14 +1,14 @@ # -*- coding: utf-8 -*- # 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. @@ -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 diff --git a/inference.py b/inference.py index 2e75d1f6..6486a829 100644 --- a/inference.py +++ b/inference.py @@ -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. """this module contains a set of functions to handle inference on astng trees diff --git a/inspector.py b/inspector.py index 599250bb..a4d4818d 100644 --- a/inspector.py +++ b/inspector.py @@ -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. """visitor doing some postprocessing on the astng tree. @@ -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. """astng manager: avoid multiple astng build of a same module when @@ -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. """This module contains some mixins for the different nodes. diff --git a/node_classes.py b/node_classes.py index 0e5b27d6..f795af08 100644 --- a/node_classes.py +++ b/node_classes.py @@ -1,14 +1,14 @@ # -*- coding: utf-8 -*- # 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. """ @@ -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. """ diff --git a/nodes_as_string.py b/nodes_as_string.py index 3d13e32b..b30da71c 100644 --- a/nodes_as_string.py +++ b/nodes_as_string.py @@ -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. """this module contains exceptions used in the astng library diff --git a/patchcomptransformer.py b/patchcomptransformer.py index ede8289c..639f1502 100644 --- a/patchcomptransformer.py +++ b/patchcomptransformer.py @@ -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. """Monkey patch compiler.transformer to fix line numbering bugs diff --git a/protocols.py b/protocols.py index fed9ae17..d079d96f 100644 --- a/protocols.py +++ b/protocols.py @@ -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. """this module contains a set of functions to handle python protocols for nodes diff --git a/raw_building.py b/raw_building.py index 00047310..b20e1456 100644 --- a/raw_building.py +++ b/raw_building.py @@ -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. """this module contains a set of functions to create astng trees from scratch diff --git a/rebuilder.py b/rebuilder.py index eb6495ad..7cec5c2e 100644 --- a/rebuilder.py +++ b/rebuilder.py @@ -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. """this module contains utilities for rebuilding a compiler.ast or _ast tree in diff --git a/scoped_nodes.py b/scoped_nodes.py index 6574a689..de3464dc 100644 --- a/scoped_nodes.py +++ b/scoped_nodes.py @@ -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. """This module contains the classes for "scoped" node, i.e. which are opening a diff --git a/test/unittest_builder.py b/test/unittest_builder.py index 7868634e..c16dcfe0 100644 --- a/test/unittest_builder.py +++ b/test/unittest_builder.py @@ -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. """tests for the astng builder and rebuilder module""" diff --git a/test/unittest_inference.py b/test/unittest_inference.py index d4cdb5f0..1bbf94bd 100644 --- a/test/unittest_inference.py +++ b/test/unittest_inference.py @@ -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. """tests for the astng inference capabilities diff --git a/test/unittest_inspector.py b/test/unittest_inspector.py index ec0a265f..8948f97b 100644 --- a/test/unittest_inspector.py +++ b/test/unittest_inspector.py @@ -2,15 +2,15 @@ # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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. """ diff --git a/test/unittest_lookup.py b/test/unittest_lookup.py index c9086bcb..5fff9c0f 100644 --- a/test/unittest_lookup.py +++ b/test/unittest_lookup.py @@ -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. """tests for the astng variable lookup capabilities diff --git a/test/unittest_nodes.py b/test/unittest_nodes.py index ba24e8ee..f1a81c31 100644 --- a/test/unittest_nodes.py +++ b/test/unittest_nodes.py @@ -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. """tests for specific behaviour of astng nodes @@ -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 +# it under 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. """this module contains some utilities to navigate in the tree or to |