commit 4f975271acb7bbbaca84f4b52e557374a902737e
parent ed5d45de8eecefb8761e781ba323bf7f06aa0a92
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date: Mon, 28 Oct 2019 10:15:34 +0100
Follow the GPL instructionsa bit better.
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/siproc.cpp b/src/siproc.cpp
@@ -1,14 +1,17 @@
/*
+ * A call-automation program spawning processes for each call.
+ * Copyright © 2019 Dominik Schmidt
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU 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 General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/