commit 6cd5794ac24f66922aa76972925247a9a45a61a7
parent 6e3f72f41d67643789a77ef81badb796937fcc01
Author: Matthias Balk <matthias.balk@fotopuzzle.de>
Date: Tue, 9 Oct 2018 15:56:09 +0200
added copyright and licensing information
Diffstat:
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/commands.py b/commands.py
@@ -1,3 +1,20 @@
+# Copyright 2018 Matthias Balk
+#
+# This file is part of ya3 (yet another appointment application).
+#
+# ya3 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.
+#
+# ya3 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 ya3. If not, see <http://www.gnu.org/licenses/>.
+
import os
import re
import time
diff --git a/ya3 b/ya3
@@ -1,4 +1,22 @@
#!/usr/bin/env python3
+
+# Copyright 2018 Matthias Balk
+#
+# This file is part of ya3 (yet another appointment application).
+#
+# ya3 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.
+#
+# ya3 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 ya3. If not, see <http://www.gnu.org/licenses/>.
+
"""ya3 -- yet another appointment application"""
import glob