diff --git a/bin/graal b/bin/graal index 10bdc7a2..5ac6984f 100755 --- a/bin/graal +++ b/bin/graal @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/__init__.py b/graal/__init__.py index 34bbb016..1358317f 100644 --- a/graal/__init__.py +++ b/graal/__init__.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/__init__.py b/graal/backends/__init__.py index 34bbb016..1358317f 100644 --- a/graal/backends/__init__.py +++ b/graal/backends/__init__.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/__init__.py b/graal/backends/core/__init__.py index de884ed1..3d5c386e 100644 --- a/graal/backends/core/__init__.py +++ b/graal/backends/core/__init__.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/analyzers/analyzer.py b/graal/backends/core/analyzers/analyzer.py index e203abe2..e55c30b6 100644 --- a/graal/backends/core/analyzers/analyzer.py +++ b/graal/backends/core/analyzers/analyzer.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/analyzers/bandit.py b/graal/backends/core/analyzers/bandit.py index 8361db8a..c10e00ed 100644 --- a/graal/backends/core/analyzers/bandit.py +++ b/graal/backends/core/analyzers/bandit.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/analyzers/cloc.py b/graal/backends/core/analyzers/cloc.py index f82121a4..77ff4d4a 100644 --- a/graal/backends/core/analyzers/cloc.py +++ b/graal/backends/core/analyzers/cloc.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/analyzers/flake8.py b/graal/backends/core/analyzers/flake8.py index b4922a53..a34110c2 100644 --- a/graal/backends/core/analyzers/flake8.py +++ b/graal/backends/core/analyzers/flake8.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Nishchith Shetty diff --git a/graal/backends/core/analyzers/linguist.py b/graal/backends/core/analyzers/linguist.py index 102494f3..96d07207 100644 --- a/graal/backends/core/analyzers/linguist.py +++ b/graal/backends/core/analyzers/linguist.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Nishchith Shetty diff --git a/graal/backends/core/analyzers/lizard.py b/graal/backends/core/analyzers/lizard.py index d75bb041..b790f24c 100644 --- a/graal/backends/core/analyzers/lizard.py +++ b/graal/backends/core/analyzers/lizard.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/analyzers/nomos.py b/graal/backends/core/analyzers/nomos.py index d16d8c2d..6871576a 100644 --- a/graal/backends/core/analyzers/nomos.py +++ b/graal/backends/core/analyzers/nomos.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/analyzers/pylint.py b/graal/backends/core/analyzers/pylint.py index 84a9c108..b56182a5 100644 --- a/graal/backends/core/analyzers/pylint.py +++ b/graal/backends/core/analyzers/pylint.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/analyzers/reverse.py b/graal/backends/core/analyzers/reverse.py index f1146a20..c01697b9 100644 --- a/graal/backends/core/analyzers/reverse.py +++ b/graal/backends/core/analyzers/reverse.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/analyzers/scancode.py b/graal/backends/core/analyzers/scancode.py index 76aca0ba..87a26880 100644 --- a/graal/backends/core/analyzers/scancode.py +++ b/graal/backends/core/analyzers/scancode.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/cocom.py b/graal/backends/core/cocom.py index 58b91a0f..27ddc31f 100644 --- a/graal/backends/core/cocom.py +++ b/graal/backends/core/cocom.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/codep.py b/graal/backends/core/codep.py index 80d9c568..456d769b 100644 --- a/graal/backends/core/codep.py +++ b/graal/backends/core/codep.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/colang.py b/graal/backends/core/colang.py index 1275b453..6bce50e5 100644 --- a/graal/backends/core/colang.py +++ b/graal/backends/core/colang.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Nishchith Shetty diff --git a/graal/backends/core/colic.py b/graal/backends/core/colic.py index 49beda32..410cdf69 100644 --- a/graal/backends/core/colic.py +++ b/graal/backends/core/colic.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/coqua.py b/graal/backends/core/coqua.py index 5d08d307..51fc63f1 100644 --- a/graal/backends/core/coqua.py +++ b/graal/backends/core/coqua.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/backends/core/covuln.py b/graal/backends/core/covuln.py index c6b99fe2..553410a9 100644 --- a/graal/backends/core/covuln.py +++ b/graal/backends/core/covuln.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/graal/graal.py b/graal/graal.py index 941b8e3d..0d882353 100644 --- a/graal/graal.py +++ b/graal/graal.py @@ -13,8 +13,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/setup.py b/setup.py index d454ac1f..de555935 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # +# Copyright (C) 2015-2019 Bitergia # # 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 @@ -13,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/base_analyzer.py b/tests/base_analyzer.py index f9f09b26..3d7d8ee5 100644 --- a/tests/base_analyzer.py +++ b/tests/base_analyzer.py @@ -14,9 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. -# +# along with this program. If not, see . # Authors: # Valerio Cosentino # diff --git a/tests/run_tests.py b/tests/run_tests.py index 53306cd0..6ca19f63 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_analyzer.py b/tests/test_analyzer.py index ba9ab19a..28a8a51a 100644 --- a/tests/test_analyzer.py +++ b/tests/test_analyzer.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_bandit.py b/tests/test_bandit.py index 33bae86a..7385e99f 100644 --- a/tests/test_bandit.py +++ b/tests/test_bandit.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_cloc.py b/tests/test_cloc.py index 849790e4..e925ef8d 100644 --- a/tests/test_cloc.py +++ b/tests/test_cloc.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_cocom.py b/tests/test_cocom.py index 953cd0e9..541508a1 100644 --- a/tests/test_cocom.py +++ b/tests/test_cocom.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_codep.py b/tests/test_codep.py index d8aa97a0..1879978b 100644 --- a/tests/test_codep.py +++ b/tests/test_codep.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_colang.py b/tests/test_colang.py index 6f5ce3b7..738dca24 100644 --- a/tests/test_colang.py +++ b/tests/test_colang.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Nishchith Shetty diff --git a/tests/test_colic.py b/tests/test_colic.py index 2b61176f..02052fcf 100644 --- a/tests/test_colic.py +++ b/tests/test_colic.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_coqua.py b/tests/test_coqua.py index dfd11e9c..69bbf6f5 100644 --- a/tests/test_coqua.py +++ b/tests/test_coqua.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_covuln.py b/tests/test_covuln.py index 2ea1d7bc..9a244d5e 100644 --- a/tests/test_covuln.py +++ b/tests/test_covuln.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_flake8.py b/tests/test_flake8.py index 8ec2049c..291fc2af 100644 --- a/tests/test_flake8.py +++ b/tests/test_flake8.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Nishchith Shetty diff --git a/tests/test_graal.py b/tests/test_graal.py index 246893a5..f515f670 100644 --- a/tests/test_graal.py +++ b/tests/test_graal.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_linguist.py b/tests/test_linguist.py index 84854454..00e5fd79 100644 --- a/tests/test_linguist.py +++ b/tests/test_linguist.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Nishchith Shetty diff --git a/tests/test_lizard.py b/tests/test_lizard.py index 3dc782e0..ad2ef3fc 100644 --- a/tests/test_lizard.py +++ b/tests/test_lizard.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_pylint.py b/tests/test_pylint.py index 1da0291c..a15c5171 100644 --- a/tests/test_pylint.py +++ b/tests/test_pylint.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_reverse.py b/tests/test_reverse.py index afa466a4..b7cc0e65 100644 --- a/tests/test_reverse.py +++ b/tests/test_reverse.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/test_scancode.py b/tests/test_scancode.py index 74fdb2d0..b2c83a86 100644 --- a/tests/test_scancode.py +++ b/tests/test_scancode.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Valerio Cosentino diff --git a/tests/utils.py b/tests/utils.py index b16395e9..19999337 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -14,8 +14,7 @@ # 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. +# along with this program. If not, see . # # Authors: # Nishchith Shetty