From 6771f3a7fdbb3d8ab0b569d909e7a8265522a2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Lundstr=C3=B6m?= Date: Thu, 29 Aug 2024 10:32:17 +0200 Subject: [PATCH] Copyright - Update copyright - Fix typo in `debian/copyright` --- Makefile.am | 2 +- README.md | 2 +- autogen.sh | 2 +- configure.ac | 2 +- debian/copyright | 10 +++------- src/Makefile.am | 2 +- src/dns.cpp | 2 +- src/dns.h | 2 +- src/icmp.cpp | 2 +- src/icmp.h | 2 +- src/output.h | 2 +- src/packet_handler.cpp | 2 +- src/packet_handler.h | 2 +- src/packetq.cpp | 2 +- src/packetq.h | 2 +- src/pcap.cpp | 2 +- src/pcap.h | 2 +- src/reader.cpp | 2 +- src/reader.h | 2 +- src/refcountstring.h | 2 +- src/regression-test.sh | 2 +- src/segzip.h | 2 +- src/server.cpp | 2 +- src/server.h | 2 +- src/sql.cpp | 2 +- src/sql.h | 2 +- src/tcp.cpp | 2 +- src/tcp.h | 2 +- src/test/Makefile.am | 2 +- src/test/test1.sh | 2 +- src/test/test2.sh | 2 +- src/test/test3.sh | 2 +- src/test/test4.sh | 2 +- src/test/test5.sh | 2 +- src/test/test6.sh | 2 +- src/test/test7.sh | 2 +- src/variant.h | 2 +- 37 files changed, 39 insertions(+), 43 deletions(-) diff --git a/Makefile.am b/Makefile.am index fd03ad5..1eec14a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/README.md b/README.md index cc7dbbb..d5e5ee1 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ See also the [full list of contributors](https://github.com/DNS-OARC/PacketQ/gra ## Copyright -Copyright (c) 2017-2022, OARC, Inc. +Copyright (c) 2017-2024 OARC, Inc. Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden diff --git a/autogen.sh b/autogen.sh index f1f0091..3ab30f4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/configure.ac b/configure.ac index 20f0f67..480f2d3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/debian/copyright b/debian/copyright index cec0dc9..ab4ecb2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,16 +1,12 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: drool -Source: https://github.com/DNS-OARC/drool +Upstream-Name: PacketQ +Source: https://github.com/DNS-OARC/PacketQ Files: * -Copyright: 2017-2022, OARC, Inc. +Copyright: 2017-2024 OARC, Inc. 2011-2017, IIS - The Internet Foundation in Sweden License: GPLv3 -Files: debian/* -Copyright: 2022 Jerry Lundström -License: GPLv3 - Files: src/Murmur/MurmurHash3.* Copyright: Austin Appleby License: Public Domain diff --git a/src/Makefile.am b/src/Makefile.am index 4ed7245..1b33a20 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/dns.cpp b/src/dns.cpp index e1d88bf..24ebca1 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/dns.h b/src/dns.h index 1dc4401..0afd281 100644 --- a/src/dns.h +++ b/src/dns.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/icmp.cpp b/src/icmp.cpp index 06cccfa..108d66d 100644 --- a/src/icmp.cpp +++ b/src/icmp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/icmp.h b/src/icmp.h index dfe076f..0528849 100644 --- a/src/icmp.h +++ b/src/icmp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/output.h b/src/output.h index bc63e65..ca526de 100644 --- a/src/output.h +++ b/src/output.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/packet_handler.cpp b/src/packet_handler.cpp index d35e74b..df21e9f 100644 --- a/src/packet_handler.cpp +++ b/src/packet_handler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/packet_handler.h b/src/packet_handler.h index da708c5..7e966d4 100644 --- a/src/packet_handler.h +++ b/src/packet_handler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/packetq.cpp b/src/packetq.cpp index 2da72cd..6a6cd67 100644 --- a/src/packetq.cpp +++ b/src/packetq.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/packetq.h b/src/packetq.h index 2c68339..8ee9841 100644 --- a/src/packetq.h +++ b/src/packetq.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/pcap.cpp b/src/pcap.cpp index 4e4bbc3..0a39487 100644 --- a/src/pcap.cpp +++ b/src/pcap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/pcap.h b/src/pcap.h index a5b346c..2c40035 100644 --- a/src/pcap.h +++ b/src/pcap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/reader.cpp b/src/reader.cpp index c3e73fd..dae5376 100644 --- a/src/reader.cpp +++ b/src/reader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/reader.h b/src/reader.h index 9581bb1..fb65833 100644 --- a/src/reader.h +++ b/src/reader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/refcountstring.h b/src/refcountstring.h index 193385e..f91a4a0 100644 --- a/src/refcountstring.h +++ b/src/refcountstring.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/regression-test.sh b/src/regression-test.sh index 51187d0..9d25736 100755 --- a/src/regression-test.sh +++ b/src/regression-test.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/segzip.h b/src/segzip.h index 653d9fc..14b28e4 100644 --- a/src/segzip.h +++ b/src/segzip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/server.cpp b/src/server.cpp index 97501fe..9b10fca 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/server.h b/src/server.h index f3e8498..ed14fee 100644 --- a/src/server.h +++ b/src/server.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/sql.cpp b/src/sql.cpp index a2d3c3f..364d204 100644 --- a/src/sql.cpp +++ b/src/sql.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/sql.h b/src/sql.h index e4f9eaa..4f0c318 100644 --- a/src/sql.h +++ b/src/sql.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/tcp.cpp b/src/tcp.cpp index e3ba3ae..c10ff75 100644 --- a/src/tcp.cpp +++ b/src/tcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/tcp.h b/src/tcp.h index 25ac77a..48a2a2d 100644 --- a/src/tcp.h +++ b/src/tcp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. * diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 40a87b4..eb40c2c 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/test/test1.sh b/src/test/test1.sh index 305e3ae..83e6779 100755 --- a/src/test/test1.sh +++ b/src/test/test1.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/test/test2.sh b/src/test/test2.sh index 84210e0..c443ec1 100755 --- a/src/test/test2.sh +++ b/src/test/test2.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/test/test3.sh b/src/test/test3.sh index f1f0562..528845d 100755 --- a/src/test/test3.sh +++ b/src/test/test3.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/test/test4.sh b/src/test/test4.sh index 84b458f..0747e73 100755 --- a/src/test/test4.sh +++ b/src/test/test4.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/test/test5.sh b/src/test/test5.sh index 979b6dc..42ce265 100755 --- a/src/test/test5.sh +++ b/src/test/test5.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/test/test6.sh b/src/test/test6.sh index 96b41f1..9846b36 100755 --- a/src/test/test6.sh +++ b/src/test/test6.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/test/test7.sh b/src/test/test7.sh index 79ef965..6433aab 100755 --- a/src/test/test7.sh +++ b/src/test/test7.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2017-2022, OARC, Inc. +# Copyright (c) 2017-2024 OARC, Inc. # Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden # All rights reserved. # diff --git a/src/variant.h b/src/variant.h index 6142392..7c20e04 100644 --- a/src/variant.h +++ b/src/variant.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2022, OARC, Inc. + * Copyright (c) 2017-2024 OARC, Inc. * Copyright (c) 2011-2017, IIS - The Internet Foundation in Sweden * All rights reserved. *