From db7e5eb40edf0d41a2c149e371b61ae109f5dbc5 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Mon, 13 Jul 2026 20:08:29 +0200 Subject: [PATCH] Add header informations --- stat/utils/extractor.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stat/utils/extractor.py b/stat/utils/extractor.py index a5dd172..8cdd07e 100644 --- a/stat/utils/extractor.py +++ b/stat/utils/extractor.py @@ -1,3 +1,7 @@ +# File: extractor.py +# Copyright (C) 2026 Erick Ahmed +# SPDX-License-Identifier: AGPL-3.0-or-later + import json from pathlib import Path import pandas as pd