From 4956c87da5a7698b66d9e4c94f8da202556f5cc5 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 28 Jan 2025 19:05:40 -0800 Subject: [PATCH] Update dates, add header --- COPYING | 2 +- libcperciva/COPYRIGHT | 4 ++-- libcperciva/cpusupport/Build/cpusupport-ARM-AES.c | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index 6611132f..04b1cd03 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Unless specified otherwise in individual files or directories, the contents of this package is covered by the following copyright, license, and disclaimer: -Copyright 2006 - 2023 Tarsnap Backup Inc. +Copyright 2006 - 2025 Tarsnap Backup Inc. All rights reserved. Redistribution and use in source and binary forms, without modification, diff --git a/libcperciva/COPYRIGHT b/libcperciva/COPYRIGHT index 1780c02b..33b7039d 100644 --- a/libcperciva/COPYRIGHT +++ b/libcperciva/COPYRIGHT @@ -4,8 +4,8 @@ under the terms specified in each file. The code and documentation in this directory ("libcperciva") is distributed under the following terms: -Copyright 2011-2023 Tarsnap Backup Inc. All rights reserved. -Copyright 2005-2023 Colin Percival. All rights reserved. +Copyright 2011-2025 Tarsnap Backup Inc. All rights reserved. +Copyright 2005-2025 Colin Percival. All rights reserved. Copyright 2014 Sean Kelly. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/libcperciva/cpusupport/Build/cpusupport-ARM-AES.c b/libcperciva/cpusupport/Build/cpusupport-ARM-AES.c index 71333f36..b52c44c6 100644 --- a/libcperciva/cpusupport/Build/cpusupport-ARM-AES.c +++ b/libcperciva/cpusupport/Build/cpusupport-ARM-AES.c @@ -1,3 +1,5 @@ +#include + #ifdef __ARM_NEON #include #endif