From a485dcd0a39bc8a07025e098e8a9229d0c51d559 Mon Sep 17 00:00:00 2001 From: mythilytm Date: Wed, 24 Jul 2024 08:38:14 -0400 Subject: [PATCH] fix: license header --- update_matrix.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/update_matrix.py b/update_matrix.py index 707afe2a..f4072b2f 100644 --- a/update_matrix.py +++ b/update_matrix.py @@ -1,3 +1,17 @@ +# Copyright (C) 2021-2023 Technology Matters +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see https://www.gnu.org/licenses/. + import os import json import sys