summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-24 14:38:20 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-24 14:38:20 +0300
commit17b5069a8a4d2f7bdfa9cb2617bad739d5b22fc3 (patch)
tree14680592138c6b8381586becdf9f140a530ea729 /yarns
parent55ab1c78a6fe42c6e0857fa82cab248dcd2f0172 (diff)
downloadick2-17b5069a8a4d2f7bdfa9cb2617bad739d5b22fc3.tar.gz
Add: copyright statements, check they exist
Diffstat (limited to 'yarns')
-rw-r--r--yarns/000.yarn4
-rw-r--r--yarns/100-projects.yarn4
-rw-r--r--yarns/900-implements.yarn4
-rw-r--r--yarns/lib.py2
4 files changed, 14 insertions, 0 deletions
diff --git a/yarns/000.yarn b/yarns/000.yarn
index d022d12..8267fcc 100644
--- a/yarns/000.yarn
+++ b/yarns/000.yarn
@@ -1,3 +1,7 @@
+<!--
+Copyright 2017 Lars Wirzenius
+-->
+
---
title: Ick2 integration tests
author: Lars Wirzenius
diff --git a/yarns/100-projects.yarn b/yarns/100-projects.yarn
index 315116f..31e1441 100644
--- a/yarns/100-projects.yarn
+++ b/yarns/100-projects.yarn
@@ -1,3 +1,7 @@
+<!--
+Copyright 2017 Lars Wirzenius
+-->
+
# Controller project management
The Ick2 controller manages information about projects. Projects are
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index c9c5cf5..3866668 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -1,3 +1,7 @@
+<!--
+Copyright 2017 Lars Wirzenius
+-->
+
# Scenario step implementations
## Authentication setup
diff --git a/yarns/lib.py b/yarns/lib.py
index 4d305c7..32f33ad 100644
--- a/yarns/lib.py
+++ b/yarns/lib.py
@@ -1,3 +1,5 @@
+# Copyright 2017 Lars Wirzenius
+
import errno
import json
import os