diff options
-rw-r--r-- | src/lib/protocols/s7comm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/protocols/s7comm.c b/src/lib/protocols/s7comm.c index 143d44b27..e73711fc0 100644 --- a/src/lib/protocols/s7comm.c +++ b/src/lib/protocols/s7comm.c @@ -1,8 +1,7 @@ /*
* s7comm.c
- *
* Copyright (C) 2011-20 - 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
*
@@ -18,7 +17,7 @@ *
* You should have received a copy of the GNU Lesser General Public License
* along with nDPI. If not, see <http://www.gnu.org/licenses/>.
- *
+ *
*/
#include "ndpi_protocol_ids.h"
#include "ndpi_api.h"
|