summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-03-28 17:18:07 +0300
committerLars Wirzenius <liw@liw.fi>2017-03-28 17:18:07 +0300
commitc43edc4a8ec13e6ecfc503916c608440af819f82 (patch)
tree29e351bb63c52bd99ce9530aa2efa269d4533d5e
parentbc5f6aa34a3ca3d5181fff3c04daba79c643232a (diff)
downloadcmdtest-c43edc4a8ec13e6ecfc503916c608440af819f82.tar.gz
Start on yarnutils module
-rw-r--r--yarnutils/__init__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/yarnutils/__init__.py b/yarnutils/__init__.py
new file mode 100644
index 0000000..9c3ef7c
--- /dev/null
+++ b/yarnutils/__init__.py
@@ -0,0 +1,18 @@
+# Copyright 2017 Lars Wirzenius
+#
+# 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 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 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/>.
+#
+# =*= License: GPL-3+ =*=
+
+