summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-24 19:37:16 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-24 19:37:16 +0300
commit53da684d47648e6303b126a63017e47e87fd0e03 (patch)
tree3317d13eeb5e145ce1e01e857c50d267fe6f255b
parentb628904d17a16d7f446b08706048db3a82b71637 (diff)
downloadick2-53da684d47648e6303b126a63017e47e87fd0e03.tar.gz
Add: copyright statement, licence to timestamps script
-rwxr-xr-xtimestamps14
1 files changed, 14 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
import re