aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-01-13 19:24:17 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-01-13 19:24:17 -0500
commite6d794e04f62e8accc1263f0db9af5d556e05cc1 (patch)
tree9a88128a7689be42c0e7e03a6f5870e14c0686ab /src/firemon
parentipv6 support (diff)
downloadfirejail-e6d794e04f62e8accc1263f0db9af5d556e05cc1.tar.gz
firejail-e6d794e04f62e8accc1263f0db9af5d556e05cc1.tar.zst
firejail-e6d794e04f62e8accc1263f0db9af5d556e05cc1.zip
copyright 2016
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/arp.c2
-rw-r--r--src/firemon/caps.c2
-rw-r--r--src/firemon/cgroup.c2
-rw-r--r--src/firemon/cpu.c2
-rw-r--r--src/firemon/firemon.c2
-rw-r--r--src/firemon/firemon.h2
-rw-r--r--src/firemon/interface.c2
-rw-r--r--src/firemon/list.c2
-rw-r--r--src/firemon/netstats.c2
-rw-r--r--src/firemon/procevent.c2
-rw-r--r--src/firemon/route.c2
-rw-r--r--src/firemon/seccomp.c2
-rw-r--r--src/firemon/top.c2
-rw-r--r--src/firemon/tree.c2
-rw-r--r--src/firemon/usage.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/firemon/arp.c b/src/firemon/arp.c
index 71beb0630..7cb8ff4c3 100644
--- a/src/firemon/arp.c
+++ b/src/firemon/arp.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/caps.c b/src/firemon/caps.c
index 4ae9ab28d..5cd9b5d0d 100644
--- a/src/firemon/caps.c
+++ b/src/firemon/caps.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/cgroup.c b/src/firemon/cgroup.c
index 214aefaf9..0b93390ae 100644
--- a/src/firemon/cgroup.c
+++ b/src/firemon/cgroup.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/cpu.c b/src/firemon/cpu.c
index d5d20d1b8..b31d9a467 100644
--- a/src/firemon/cpu.c
+++ b/src/firemon/cpu.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2015 6etblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/firemon.c b/src/firemon/firemon.c
index d3c89651e..83cce5c32 100644
--- a/src/firemon/firemon.c
+++ b/src/firemon/firemon.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/firemon.h b/src/firemon/firemon.h
index 59b1f352c..b10c9ce17 100644
--- a/src/firemon/firemon.h
+++ b/src/firemon/firemon.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/interface.c b/src/firemon/interface.c
index 52a9c33cd..5a89e1491 100644
--- a/src/firemon/interface.c
+++ b/src/firemon/interface.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/list.c b/src/firemon/list.c
index 6a997bde1..901627c2a 100644
--- a/src/firemon/list.c
+++ b/src/firemon/list.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/netstats.c b/src/firemon/netstats.c
index 9a1487c62..3b6c128ae 100644
--- a/src/firemon/netstats.c
+++ b/src/firemon/netstats.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/procevent.c b/src/firemon/procevent.c
index 79ca96805..3c23dc44d 100644
--- a/src/firemon/procevent.c
+++ b/src/firemon/procevent.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/route.c b/src/firemon/route.c
index 7f559c7b5..398965671 100644
--- a/src/firemon/route.c
+++ b/src/firemon/route.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/seccomp.c b/src/firemon/seccomp.c
index 4ffc93f2e..71771c72d 100644
--- a/src/firemon/seccomp.c
+++ b/src/firemon/seccomp.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/top.c b/src/firemon/top.c
index 8de3ee6b5..a6da6f64e 100644
--- a/src/firemon/top.c
+++ b/src/firemon/top.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/tree.c b/src/firemon/tree.c
index 97e0e1f13..b05eb92f9 100644
--- a/src/firemon/tree.c
+++ b/src/firemon/tree.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *
diff --git a/src/firemon/usage.c b/src/firemon/usage.c
index 6cc3656c4..926e1c89f 100644
--- a/src/firemon/usage.c
+++ b/src/firemon/usage.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2014, 2015 netblue30 (netblue30@yahoo.com) 2 * Copyright (C) 2014-2016 netblue30 (netblue30@yahoo.com)
3 * 3 *
4 * This file is part of firejail project 4 * This file is part of firejail project
5 * 5 *