summaryrefslogtreecommitdiff
path: root/vpn
diff options
context:
space:
mode:
authorchleun.moon <chleun.moon@samsung.com>2017-04-21 10:54:17 +0900
committerchleun.moon <chleun.moon@samsung.com>2017-04-21 10:54:39 +0900
commit84b7a8fe9d04a0f928fc33dc2817c8f5386a524f (patch)
tree1c8f09bf6a309bf14cee6808866a26799cf5e6d6 /vpn
parent6289f6a099afd889a013f895fca9df34028c2fb7 (diff)
downloadconnman-84b7a8fe9d04a0f928fc33dc2817c8f5386a524f.tar.gz
connman-84b7a8fe9d04a0f928fc33dc2817c8f5386a524f.tar.bz2
connman-84b7a8fe9d04a0f928fc33dc2817c8f5386a524f.zip
Change-Id: I9953407e41b962de1e19ffbafad280a811c1e3a7 Signed-off-by: cheoleun <chleun.moon@samsung.com>
Diffstat (limited to 'vpn')
-rw-r--r--vpn/plugins/ipsec.h19
-rw-r--r--vpn/plugins/vici-client.c19
-rw-r--r--vpn/plugins/vici-client.h19
3 files changed, 57 insertions, 0 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
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