From 9a277b2aed57e07b8bd6463595fc6a48d0d1ae0b Mon Sep 17 00:00:00 2001 From: Taeho Oh Date: Mon, 22 Feb 2016 20:45:41 +0900 Subject: [PATCH] Add a license in omvs_main.c. --- omvs_main.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/omvs_main.c b/omvs_main.c index 8bcb057..2ae6a29 100644 --- a/omvs_main.c +++ b/omvs_main.c @@ -1,3 +1,23 @@ +/* + Oh! Multicast Video Scanner + Copyright (C) 2016 Taeho Oh + + This file is part of Oh! Multicast Video Scanner. + + 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 . +*/ + #include #include #include