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:
Arne Welzel 2023-09-22 15:13:40 +02:00
parent 359f8d2ae6
commit d0d461ec13
3 changed files with 8 additions and 1 deletions

View file

@ -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;