Skip to content

Commit 8444dc9

Browse files
committed
2 parents dcf61ae + f42b799 commit 8444dc9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+42
-83
lines changed

bin/graal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with this program; if not, write to the Free Software
18-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
17+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1918
#
2019
# Authors:
2120
# Valerio Cosentino <[email protected]>

graal/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Valerio Cosentino <[email protected]>

graal/backends/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Valerio Cosentino <[email protected]>

graal/backends/core/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Valerio Cosentino <[email protected]>

graal/backends/core/analyzers/analyzer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Valerio Cosentino <[email protected]>

graal/backends/core/analyzers/bandit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Valerio Cosentino <[email protected]>

graal/backends/core/analyzers/cloc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Valerio Cosentino <[email protected]>

graal/backends/core/analyzers/flake8.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Nishchith Shetty <[email protected]>

graal/backends/core/analyzers/linguist.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Nishchith Shetty <[email protected]>

graal/backends/core/analyzers/lizard.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1817
#
1918
# Authors:
2019
# Valerio Cosentino <[email protected]>

0 commit comments

Comments
 (0)