diff --git a/partition_hashes b/partition_hashes index 8794e93..714a0b4 100755 --- a/partition_hashes +++ b/partition_hashes @@ -1,3 +1,5 @@ +#!/bin/python + # Copyright (C) 2023, Mark Qvist # This program is free software: you can redistribute it and/or modify @@ -13,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -#!/bin/python import os import sys import RNS diff --git a/release_hashes.py b/release_hashes.py index 07aa6a6..ce28a0c 100644 --- a/release_hashes.py +++ b/release_hashes.py @@ -1,3 +1,5 @@ +#!/bin/python + # Copyright (C) 2023, Mark Qvist # This program is free software: you can redistribute it and/or modify