From 58cf7026c1f1dbfce1c6704410d7e7347ef7c97b Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 10 Feb 2009 13:24:58 +0100 Subject: [PATCH] Added license and copyright --- src/canping.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/canping.c b/src/canping.c index eb829b3..b265e89 100644 --- a/src/canping.c +++ b/src/canping.c @@ -1,3 +1,21 @@ +/* + 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 2 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 . + + Copyright 2005 Michal Sojka + Copyright 2005 Pavel Pisa +*/ + #include #include #include -- 2.39.2