aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_includes.h2
-rw-r--r--src/include/ndpi_includes_OpenBSD.h2
-rw-r--r--src/include/ndpi_unix.h2
-rw-r--r--src/include/ndpi_utils.h23
-rw-r--r--src/include/ndpi_win32.h2
5 files changed, 26 insertions, 5 deletions
diff --git a/src/include/ndpi_includes.h b/src/include/ndpi_includes.h
index 61ebcac83..64cbb48d6 100644
--- a/src/include/ndpi_includes.h
+++ b/src/include/ndpi_includes.h
@@ -1,7 +1,7 @@
/*
* ndpi_includes.h
*
- * Copyright (C) 2011-16 - ntop.org
+ * Copyright (C) 2011-22 - ntop.org
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/include/ndpi_includes_OpenBSD.h b/src/include/ndpi_includes_OpenBSD.h
index 80c3e65cc..1d3a93ea2 100644
--- a/src/include/ndpi_includes_OpenBSD.h
+++ b/src/include/ndpi_includes_OpenBSD.h
@@ -1,7 +1,7 @@
/*
* ndpi_includes_OpenBSD.h
*
- * Copyright (C) 2011-16 - ntop.org
+ * Copyright (C) 2011-22 - ntop.org
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/include/ndpi_unix.h b/src/include/ndpi_unix.h
index f4901761e..fabaca4bd 100644
--- a/src/include/ndpi_unix.h
+++ b/src/include/ndpi_unix.h
@@ -1,7 +1,7 @@
/*
* ndpi_unix.h
*
- * Copyright (C) 2011-16 - ntop.org
+ * Copyright (C) 2011-22 - ntop.org
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/include/ndpi_utils.h b/src/include/ndpi_utils.h
index 5a31cb426..6469d30d9 100644
--- a/src/include/ndpi_utils.h
+++ b/src/include/ndpi_utils.h
@@ -1,4 +1,25 @@
-
+/*
+ * ndpi_main.c
+ *
+ * Copyright (C) 2011-22 - ntop.org
+ *
+ * This file is part of nDPI, an open source deep packet inspection
+ * library based on the OpenDPI and PACE technology by ipoque GmbH
+ *
+ * nDPI is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * nDPI 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with nDPI. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
#ifndef __NDPI_UTILS_H__
#define __NDPI_UTILS_H__
diff --git a/src/include/ndpi_win32.h b/src/include/ndpi_win32.h
index 74a38b5f7..16b4bd7c5 100644
--- a/src/include/ndpi_win32.h
+++ b/src/include/ndpi_win32.h
@@ -1,7 +1,7 @@
/*
* ndpi_win32.h
*
- * Copyright (C) 2011-16 - ntop.org
+ * Copyright (C) 2011-22 - ntop.org
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH