From d9c430d73d563fb21fcfb3125260e105d599f9e3 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Thu, 5 Jan 2023 18:24:40 -0300 Subject: [PATCH] misc: fix typos & update copyright years --- src/decode.c | 2 +- src/output-json-alert.c | 2 +- src/output-json-alert.h | 2 +- src/output-json-drop.c | 6 +++--- src/output-json.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/decode.c b/src/decode.c index 2e4c448eb7..a91ea26066 100644 --- a/src/decode.c +++ b/src/decode.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2022 Open Information Security Foundation +/* Copyright (C) 2007-2023 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free diff --git a/src/output-json-alert.c b/src/output-json-alert.c index e0ea7545ab..b494d4d195 100644 --- a/src/output-json-alert.c +++ b/src/output-json-alert.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2022 Open Information Security Foundation +/* Copyright (C) 2013-2023 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free diff --git a/src/output-json-alert.h b/src/output-json-alert.h index 0a5af4268a..5aaa034953 100644 --- a/src/output-json-alert.h +++ b/src/output-json-alert.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2014 Open Information Security Foundation +/* Copyright (C) 2013-2023 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free diff --git a/src/output-json-drop.c b/src/output-json-drop.c index 4e6048b533..725b27a14c 100644 --- a/src/output-json-drop.c +++ b/src/output-json-drop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2021 Open Information Security Foundation +/* Copyright (C) 2007-2023 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free @@ -82,7 +82,7 @@ static int g_droplog_flows_start = 1; * \param tv Pointer the current thread variables * \param p Pointer the packet which is being logged * - * \return return TM_EODE_OK on success + * \return return TM_ECODE_OK on success */ static int DropLogJSON (JsonDropLogThread *aft, const Packet *p) { @@ -306,7 +306,7 @@ static OutputInitResult JsonDropLogInitCtxSub(ConfNode *conf, OutputCtx *parent_ * \param data Pointer to the droplog struct * \param p Pointer the packet which is being logged * - * \retval 0 on succes + * \retval 0 on success */ static int JsonDropLogger(ThreadVars *tv, void *thread_data, const Packet *p) { diff --git a/src/output-json.c b/src/output-json.c index 95a6e5ef4c..de176e6323 100644 --- a/src/output-json.c +++ b/src/output-json.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2021 Open Information Security Foundation +/* Copyright (C) 2007-2023 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free