From 17b5069a8a4d2f7bdfa9cb2617bad739d5b22fc3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2017 14:38:20 +0300 Subject: Add: copyright statements, check they exist --- yarns/000.yarn | 4 ++++ yarns/100-projects.yarn | 4 ++++ yarns/900-implements.yarn | 4 ++++ yarns/lib.py | 2 ++ 4 files changed, 14 insertions(+) (limited to 'yarns') 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 @@ + + --- 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 @@ + + # 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 @@ + + # 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 -- cgit v1.2.1