X-Git-Url: https://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=sid%2Fbts.py;fp=sid%2Fbts.py;h=305ef717b50318c750f8a0a1e26bdd18ca77e1df;hp=03eef515ea078797cbcdd7cb978df6b95f60d0f7;hb=dc0ecfe691b8049a79dcc0b36ccbc67d31c3a0b8;hpb=ce3cd5d64e51d2075237b909762a1ed0459eaf80 diff --git a/sid/bts.py b/sid/bts.py index 03eef51..305ef71 100644 --- a/sid/bts.py +++ b/sid/bts.py @@ -1,20 +1,7 @@ # -*- coding: utf-8 -*- - -# Copyright (C) 2010, 2011 Anaël Verrier -# Copyright (C) 2015, 2021 kaliko - -# 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, version 3 only. - -# 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. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - +# SPDX-FileCopyrightText: 2015, 2021 kaliko +# SPDX-FileCopyrightText: 2010, 2011 Anaël Verrier +# SPDX-License-Identifier: GPL-3.0-or-later from re import compile as re_compile