mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
quic: Include Copyright lines to the analyzer's source code contributed by Fox-IT
This is primarily such that they stay intact when importing into the Zeek project. Also move LICENSE to COPYING.
This commit is contained in:
parent
359f8d2ae6
commit
d0d461ec13
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# Copyright (c) 2023, NCC Group / Fox-IT. See COPYING for details.
|
||||
# Copyright (c) 2023 by the Zeek Project. See COPYING for details.
|
||||
|
||||
protocol analyzer QUIC over UDP:
|
||||
parse originator with QUIC::RequestFrame,
|
||||
parse responder with QUIC::ResponseFrame;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright (c) 2023, NCC Group / Fox-IT. See COPYING for details.
|
||||
# Copyright (c) 2023 by the Zeek Project. See COPYING for details.
|
||||
|
||||
module QUIC;
|
||||
|
||||
import spicy;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
// Copyright (c) 2023, NCC Group / Fox-IT. See COPYING for details.
|
||||
// Copyright (c) 2023 by the Zeek Project. See COPYING for details.
|
||||
|
||||
/*
|
||||
WORK-IN-PROGRESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue