From 53da684d47648e6303b126a63017e47e87fd0e03 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Jun 2018 19:37:16 +0300 Subject: Add: copyright statement, licence to timestamps script --- timestamps | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/timestamps b/timestamps index 9c7b6fd..32f1a30 100755 --- a/timestamps +++ b/timestamps @@ -1,4 +1,18 @@ #!/usr/bin/env python3 +# Copyright (C) 2018 Lars Wirzenius +# +# 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 . import re -- cgit v1.2.1