From 7f3d684f500964b248e09ea1300fba2772ce8ae7 Mon Sep 17 00:00:00 2001 From: Marco Aceti <mail@marcoaceti.it> Date: Mon, 19 Jun 2023 18:50:26 +0200 Subject: [PATCH] Add missing copyright notice --- src/analysis/timetable.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/analysis/timetable.py b/src/analysis/timetable.py index 49028e5..a5a792a 100644 --- a/src/analysis/timetable.py +++ b/src/analysis/timetable.py @@ -1,3 +1,20 @@ +# railway-opendata: scrape and analyze italian railway data +# Copyright (C) 2023 Marco Aceti +# +# 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 2 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + import matplotlib.dates as mdates import matplotlib.pyplot as plt import pandas as pd -- GitLab