From b8e6f333d5f5e377b27ad561c8681d8a678e18ce Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2017 15:06:51 +0300 Subject: Add: copyright license declaration to all files Also, ./check verifies it's in all files. --- yarns/900-implements.yarn | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'yarns/900-implements.yarn') diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn index 3866668..9e5732a 100644 --- a/yarns/900-implements.yarn +++ b/yarns/900-implements.yarn @@ -1,5 +1,20 @@ # Scenario step implementations @@ -66,11 +81,11 @@ Copyright 2017 Lars Wirzenius cliapp.runcmd(argv, env=env) vars['pid'] = int(cat('pid')) wait_for_port(vars['port']) - + IMPLEMENTS WHEN user stops ick controller import os, signal os.kill(vars['pid'], signal.SIGTERM) - + IMPLEMENTS FINALLY stop ick controller import os, signal os.kill(vars['pid'], signal.SIGTERM) -- cgit v1.2.1