aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnet
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-02-07 14:58:35 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2019-02-07 14:58:35 +0100
commit0d2f252230283ffcd97795b65e5f29ceaf9bf824 (patch)
treec8c65e27c59c426528754e7afcbb6e2a3d9b91c9 /src/fnet
parentMerge pull request #2391 from rusty-snake/add_klavaro-profile (diff)
downloadfirejail-0d2f252230283ffcd97795b65e5f29ceaf9bf824.tar.gz
firejail-0d2f252230283ffcd97795b65e5f29ceaf9bf824.tar.zst
firejail-0d2f252230283ffcd97795b65e5f29ceaf9bf824.zip
move copyright statement to 2019
Diffstat (limited to 'src/fnet')
-rw-r--r--src/fnet/arp.c2
-rw-r--r--src/fnet/fnet.h2
-rw-r--r--src/fnet/interface.c2
-rw-r--r--src/fnet/main.c2
-rw-r--r--src/fnet/veth.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/fnet/arp.c b/src/fnet/arp.c
index 3c2a2361b..a4fe02987 100644
--- a/src/fnet/arp.c
+++ b/src/fnet/arp.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014-2018 Firejail Authors 2 * Copyright (C) 2014-2019 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/fnet/fnet.h b/src/fnet/fnet.h
index fcbb3cd84..4900967f7 100644
--- a/src/fnet/fnet.h
+++ b/src/fnet/fnet.h
@@ -1,5 +1,5 @@
1 /* 1 /*
2 * Copyright (C) 2014-2018 Firejail Authors 2 * Copyright (C) 2014-2019 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/fnet/interface.c b/src/fnet/interface.c
index 283c6d312..7e7cceeed 100644
--- a/src/fnet/interface.c
+++ b/src/fnet/interface.c
@@ -1,5 +1,5 @@
1 /* 1 /*
2 * Copyright (C) 2014-2018 Firejail Authors 2 * Copyright (C) 2014-2019 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/fnet/main.c b/src/fnet/main.c
index ec8b2cade..890f842f6 100644
--- a/src/fnet/main.c
+++ b/src/fnet/main.c
@@ -1,5 +1,5 @@
1 /* 1 /*
2 * Copyright (C) 2014-2018 Firejail Authors 2 * Copyright (C) 2014-2019 Firejail Authors
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/fnet/veth.c b/src/fnet/veth.c
index e4d3db21a..7a32da2d1 100644
--- a/src/fnet/veth.c
+++ b/src/fnet/veth.c
@@ -26,7 +26,7 @@
26 * 26 *
27 */ 27 */
28 /* 28 /*
29 * Copyright (C) 2014-2018 Firejail Authors 29 * Copyright (C) 2014-2019 Firejail Authors
30 * 30 *
31 * This file is part of firejail project 31 * This file is part of firejail project
32 * 32 *