From 84b7a8fe9d04a0f928fc33dc2817c8f5386a524f Mon Sep 17 00:00:00 2001 From: "chleun.moon" Date: Fri, 21 Apr 2017 10:54:17 +0900 Subject: Add license description Change-Id: I9953407e41b962de1e19ffbafad280a811c1e3a7 Signed-off-by: cheoleun --- vpn/plugins/ipsec.h | 19 +++++++++++++++++++ vpn/plugins/vici-client.c | 19 +++++++++++++++++++ vpn/plugins/vici-client.h | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) (limited to 'vpn/plugins') diff --git a/vpn/plugins/ipsec.h b/vpn/plugins/ipsec.h index 6fe50a09..14b9596f 100644 --- a/vpn/plugins/ipsec.h +++ b/vpn/plugins/ipsec.h @@ -1,3 +1,22 @@ +/* + * + * ConnMan VPN daemon + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + #ifndef __CONNMAN_VPND_PLUGIN_IPSEC_H #define __CONNMAN_VPND_PLUGIN_IPSEC_H diff --git a/vpn/plugins/vici-client.c b/vpn/plugins/vici-client.c index 6513367f..befbd937 100644 --- a/vpn/plugins/vici-client.c +++ b/vpn/plugins/vici-client.c @@ -1,3 +1,22 @@ +/* + * + * ConnMan VPN daemon + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + #include #include #include diff --git a/vpn/plugins/vici-client.h b/vpn/plugins/vici-client.h index 91200e5a..9d08d7df 100644 --- a/vpn/plugins/vici-client.h +++ b/vpn/plugins/vici-client.h @@ -1,3 +1,22 @@ +/* + * + * ConnMan VPN daemon + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + #ifndef __VICI_CLIENT_H #define __VICI_CLIENT_H -- cgit v1.2.3