diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-26 05:32:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-26 05:32:54 +0000 |
commit | 8bf3ba0e733b6290e52fd1e22cf29ba2bfbb3765 (patch) | |
tree | c4a532c26aa755ab3a05517f8bfb1657d75cd748 /src/input | |
parent | Adding upstream version 1.2.2. (diff) | |
download | dnsjit-8bf3ba0e733b6290e52fd1e22cf29ba2bfbb3765.tar.xz dnsjit-8bf3ba0e733b6290e52fd1e22cf29ba2bfbb3765.zip |
Adding upstream version 1.2.3.upstream/1.2.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/input.lua | 2 | ||||
-rw-r--r-- | src/input/fpcap.c | 2 | ||||
-rw-r--r-- | src/input/fpcap.h | 2 | ||||
-rw-r--r-- | src/input/fpcap.hh | 2 | ||||
-rw-r--r-- | src/input/fpcap.lua | 2 | ||||
-rw-r--r-- | src/input/mmpcap.c | 2 | ||||
-rw-r--r-- | src/input/mmpcap.h | 2 | ||||
-rw-r--r-- | src/input/mmpcap.hh | 2 | ||||
-rw-r--r-- | src/input/mmpcap.lua | 2 | ||||
-rw-r--r-- | src/input/pcap.c | 2 | ||||
-rw-r--r-- | src/input/pcap.h | 2 | ||||
-rw-r--r-- | src/input/pcap.hh | 2 | ||||
-rw-r--r-- | src/input/pcap.lua | 2 | ||||
-rw-r--r-- | src/input/zero.lua | 2 | ||||
-rw-r--r-- | src/input/zpcap.c | 2 | ||||
-rw-r--r-- | src/input/zpcap.h | 2 | ||||
-rw-r--r-- | src/input/zpcap.hh | 2 | ||||
-rw-r--r-- | src/input/zpcap.lua | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/src/input.lua b/src/input.lua index f791f17..c8eacdb 100644 --- a/src/input.lua +++ b/src/input.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2018-2021, OARC, Inc. +-- Copyright (c) 2018-2022, OARC, Inc. -- All rights reserved. -- -- This file is part of dnsjit. diff --git a/src/input/fpcap.c b/src/input/fpcap.c index 6804608..ec9cfff 100644 --- a/src/input/fpcap.c +++ b/src/input/fpcap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/fpcap.h b/src/input/fpcap.h index 4e1e5ee..dfa2dbe 100644 --- a/src/input/fpcap.h +++ b/src/input/fpcap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/fpcap.hh b/src/input/fpcap.hh index ab06a71..0337503 100644 --- a/src/input/fpcap.hh +++ b/src/input/fpcap.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/fpcap.lua b/src/input/fpcap.lua index b50fc11..c52c7a4 100644 --- a/src/input/fpcap.lua +++ b/src/input/fpcap.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2018-2021, OARC, Inc. +-- Copyright (c) 2018-2022, OARC, Inc. -- All rights reserved. -- -- This file is part of dnsjit. diff --git a/src/input/mmpcap.c b/src/input/mmpcap.c index 4f3ee59..ee2baa2 100644 --- a/src/input/mmpcap.c +++ b/src/input/mmpcap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/mmpcap.h b/src/input/mmpcap.h index b4ae09a..e7c66e8 100644 --- a/src/input/mmpcap.h +++ b/src/input/mmpcap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/mmpcap.hh b/src/input/mmpcap.hh index 27ed35e..de446b7 100644 --- a/src/input/mmpcap.hh +++ b/src/input/mmpcap.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/mmpcap.lua b/src/input/mmpcap.lua index 8e28e69..f03636e 100644 --- a/src/input/mmpcap.lua +++ b/src/input/mmpcap.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2018-2021, OARC, Inc. +-- Copyright (c) 2018-2022, OARC, Inc. -- All rights reserved. -- -- This file is part of dnsjit. diff --git a/src/input/pcap.c b/src/input/pcap.c index 25d6ee3..5506bac 100644 --- a/src/input/pcap.c +++ b/src/input/pcap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/pcap.h b/src/input/pcap.h index cba5227..c6d65ce 100644 --- a/src/input/pcap.h +++ b/src/input/pcap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/pcap.hh b/src/input/pcap.hh index a9e0a41..900338c 100644 --- a/src/input/pcap.hh +++ b/src/input/pcap.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/pcap.lua b/src/input/pcap.lua index 89aabd9..a092f85 100644 --- a/src/input/pcap.lua +++ b/src/input/pcap.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2018-2021, OARC, Inc. +-- Copyright (c) 2018-2022, OARC, Inc. -- All rights reserved. -- -- This file is part of dnsjit. diff --git a/src/input/zero.lua b/src/input/zero.lua index c6bf5a4..dd3c6f8 100644 --- a/src/input/zero.lua +++ b/src/input/zero.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2018-2021, OARC, Inc. +-- Copyright (c) 2018-2022, OARC, Inc. -- All rights reserved. -- -- This file is part of dnsjit. diff --git a/src/input/zpcap.c b/src/input/zpcap.c index 11eab9a..e1d9710 100644 --- a/src/input/zpcap.c +++ b/src/input/zpcap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/zpcap.h b/src/input/zpcap.h index 7f6f304..d2c195e 100644 --- a/src/input/zpcap.h +++ b/src/input/zpcap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/zpcap.hh b/src/input/zpcap.hh index bc013fa..e0079d5 100644 --- a/src/input/zpcap.hh +++ b/src/input/zpcap.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * This file is part of dnsjit. diff --git a/src/input/zpcap.lua b/src/input/zpcap.lua index 9a0230f..d860a64 100644 --- a/src/input/zpcap.lua +++ b/src/input/zpcap.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2018-2021, OARC, Inc. +-- Copyright (c) 2018-2022, OARC, Inc. -- All rights reserved. -- -- This file is part of dnsjit. |