Update intertic.py

Licence change

Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com>
This commit is contained in:
Benjamin DELPY 2024-02-26 11:07:40 +01:00 committed by GitHub
parent ae0a15fd48
commit 12bd81aa27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,22 @@
# Benjamin DELPY `gentilkiwi` # Benjamin DELPY `gentilkiwi`
# https://blog.gentilkiwi.com / # https://blog.gentilkiwi.com /
# benjamin@gentilkiwi.com # benjamin@gentilkiwi.com
# Licence : https://creativecommons.org/licenses/by/4.0/
# #
# Basic script to try to interpret Intertic data on ST25TB / SRT512 in french transports # Basic script to try to interpret Intertic data on ST25TB / SRT512 in french transports
# For Proxmark3 with love <3 # For Proxmark3 with love <3
# #
# 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 Foundation, either version 3 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.
#
# See LICENSE.txt for the text of the license.
import sys, os import sys, os
from datetime import datetime, timedelta from datetime import datetime, timedelta
from bitarray import bitarray from bitarray import bitarray