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. --- NEWS | 14 ++++++++++++++ README | 5 +++-- arch/build.py | 14 ++++++++++++++ arch/build.sh | 13 +++++++++++++ arch/ick2-arch.mdwn | 13 +++++++++++++ arch/ick2.css | 17 ++++++++++++++++- check | 21 ++++++++++++++++++++- copyright-exceptions | 1 + create-token | 6 +++--- debian/ick2.postinst | 13 +++++++++++++ debian/rules | 13 +++++++++++++ generate-rsa-key | 6 +++--- ick2.service | 12 ++++++++++++ ick2/__init__.py | 12 ++++++++++++ ick2/controllerapi.py | 12 ++++++++++++ ick2/controllerapi_tests.py | 14 +++++++++++++- ick2/logging.py | 12 ++++++++++++ ick2/state.py | 13 +++++++++++++ ick2/state_tests.py | 15 ++++++++++++++- ick2version/__init__.py | 13 +++++++++++++ ick_controller.py | 14 ++++++++++++++ is-agpl3+ | 39 +++++++++++++++++++++++++++++++++++++++ run-debug | 13 +++++++++++++ setup.py | 13 ++++++------- worker-manager | 10 ++++------ yarns/000.yarn | 15 +++++++++++++++ yarns/100-projects.yarn | 27 +++++++++++++++++++++------ yarns/900-implements.yarn | 19 +++++++++++++++++-- yarns/lib.py | 13 +++++++++++++ 29 files changed, 369 insertions(+), 33 deletions(-) create mode 100755 is-agpl3+ diff --git a/NEWS b/NEWS index 960fce8..81b5408 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,20 @@ NEWS for ick2, a CI server Copyright 2017 Lars Wirzenius +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero 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 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 . + + Version 0.2.1+git, not yet released ----------------------------------- 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 . + diff --git a/arch/build.py b/arch/build.py index fbd9f91..a3b330b 100644 --- a/arch/build.py +++ b/arch/build.py @@ -1,6 +1,20 @@ #!/usr/bin/env python2 # # Copyright 2017 Lars Wirzenius +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero 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 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 . + import os diff --git a/arch/build.sh b/arch/build.sh index ce1bad7..d361d74 100755 --- a/arch/build.sh +++ b/arch/build.sh @@ -1,5 +1,18 @@ #!/bin/sh # Copyright 2017 Lars Wirzenius +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero 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 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 . set -eu diff --git a/arch/ick2-arch.mdwn b/arch/ick2-arch.mdwn index b368034..5ff6bf0 100644 --- a/arch/ick2-arch.mdwn +++ b/arch/ick2-arch.mdwn @@ -2,6 +2,19 @@ Copyright 2017 Lars Wirzenius +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero 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 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 . + --> --- diff --git a/arch/ick2.css b/arch/ick2.css index c925781..39cc272 100644 --- a/arch/ick2.css +++ b/arch/ick2.css @@ -1,4 +1,19 @@ -/* Copyright 2017 Lars Wirzenius */ +/* + * Copyright 2017 Lars Wirzenius + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 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 . + */