From 311d146e2d921bed4ae9d3b19203e935358b30ba Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 1 Aug 2023 12:00:45 -0700 Subject: Updated copyright date. --- src/tests/base64.cpp | 2 +- src/tests/blowfish.cpp | 2 +- src/tests/bnfcompile.cpp | 2 +- src/tests/bzip2.cpp | 2 +- src/tests/deflate.cpp | 2 +- src/tests/lzma.cpp | 2 +- src/tests/optparser.cpp | 2 +- src/tests/parser.cpp | 2 +- src/tests/readwritemutex.cpp | 2 +- src/tests/taf.cpp | 2 +- src/tests/uuid.cpp | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src/tests') diff --git a/src/tests/base64.cpp b/src/tests/base64.cpp index 23a34b5..ed6991d 100644 --- a/src/tests/base64.cpp +++ b/src/tests/base64.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/blowfish.cpp b/src/tests/blowfish.cpp index 70c3d1f..f10eccf 100644 --- a/src/tests/blowfish.cpp +++ b/src/tests/blowfish.cpp @@ -1,6 +1,6 @@ // vim: syntax=cpp /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/bnfcompile.cpp b/src/tests/bnfcompile.cpp index e32469e..ace85bb 100644 --- a/src/tests/bnfcompile.cpp +++ b/src/tests/bnfcompile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/bzip2.cpp b/src/tests/bzip2.cpp index 09c6ee4..c158b37 100644 --- a/src/tests/bzip2.cpp +++ b/src/tests/bzip2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/deflate.cpp b/src/tests/deflate.cpp index 10042af..ba29f5c 100644 --- a/src/tests/deflate.cpp +++ b/src/tests/deflate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/lzma.cpp b/src/tests/lzma.cpp index 46ebe11..105e4fe 100644 --- a/src/tests/lzma.cpp +++ b/src/tests/lzma.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/optparser.cpp b/src/tests/optparser.cpp index 936ff77..e26b175 100644 --- a/src/tests/optparser.cpp +++ b/src/tests/optparser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/parser.cpp b/src/tests/parser.cpp index 140c276..45fe72b 100644 --- a/src/tests/parser.cpp +++ b/src/tests/parser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/readwritemutex.cpp b/src/tests/readwritemutex.cpp index 4ece0a2..725382d 100644 --- a/src/tests/readwritemutex.cpp +++ b/src/tests/readwritemutex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/taf.cpp b/src/tests/taf.cpp index 4105117..9f5b529 100644 --- a/src/tests/taf.cpp +++ b/src/tests/taf.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. diff --git a/src/tests/uuid.cpp b/src/tests/uuid.cpp index d7e0592..2fe35c0 100644 --- a/src/tests/uuid.cpp +++ b/src/tests/uuid.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * Copyright (C) 2007-2023 Xagasoft, All rights reserved. * * This file is part of the libbu++ library and is released under the * terms of the license contained in the file LICENSE. -- cgit v1.2.3