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. --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index b604494..d777585 100644 --- a/README +++ b/README @@ -73,9 +73,9 @@ example: projects: count: - shell_steps: + shell_steps: - for x in $(seq 100); do echo hello, $x; sleep 1; done - + Also, you'll want to enable and start the ick2 service: sudo systemctl enable ick2 @@ -110,3 +110,4 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + -- cgit v1.2.1