From 20d6f25bd56a42a3735db9216d6573a846a3dcd4 Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Sun, 4 Jan 2026 16:33:11 +0100 Subject: [PATCH] Update year --- LICENSE | 2 +- README.md | 2 +- include/detail/scope_guard_base.h | 2 +- include/detail/wrapper.h | 2 +- include/scope.h | 2 +- include/scope_exit.h | 2 +- include/scope_fail.h | 2 +- include/scope_success.h | 2 +- include/unique_resource.h | 2 +- test/CallMocks.h | 2 +- test/ScopeExitTest.cpp | 2 +- test/ScopeFailTest.cpp | 2 +- test/ScopeSuccessTest.cpp | 2 +- test/UniqueResourceTest.cpp | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 6fa2622..71a08d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2025 offa +Copyright (c) 2017-2026 offa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 757ec61..1805f04 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The filenames contain a `.h` extension. To enable the compatible header as speci **MIT License** - Copyright (c) 2017-2025 offa + Copyright (c) 2017-2026 offa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/include/detail/scope_guard_base.h b/include/detail/scope_guard_base.h index d66b868..6db8f38 100644 --- a/include/detail/scope_guard_base.h +++ b/include/detail/scope_guard_base.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/detail/wrapper.h b/include/detail/wrapper.h index 91d5de1..b933c32 100644 --- a/include/detail/wrapper.h +++ b/include/detail/wrapper.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/scope.h b/include/scope.h index c864895..56434a2 100644 --- a/include/scope.h +++ b/include/scope.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/scope_exit.h b/include/scope_exit.h index ede68e1..86f0359 100644 --- a/include/scope_exit.h +++ b/include/scope_exit.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/scope_fail.h b/include/scope_fail.h index 23fd8b2..c6c7c40 100644 --- a/include/scope_fail.h +++ b/include/scope_fail.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/scope_success.h b/include/scope_success.h index f3c3e31..7a4b9a0 100644 --- a/include/scope_success.h +++ b/include/scope_success.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/unique_resource.h b/include/unique_resource.h index 468ac92..2db851e 100644 --- a/include/unique_resource.h +++ b/include/unique_resource.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/CallMocks.h b/test/CallMocks.h index 633d13a..6fbdc75 100644 --- a/test/CallMocks.h +++ b/test/CallMocks.h @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/ScopeExitTest.cpp b/test/ScopeExitTest.cpp index 62ea5f2..8f7dedf 100644 --- a/test/ScopeExitTest.cpp +++ b/test/ScopeExitTest.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/ScopeFailTest.cpp b/test/ScopeFailTest.cpp index becc212..cc8936b 100644 --- a/test/ScopeFailTest.cpp +++ b/test/ScopeFailTest.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/ScopeSuccessTest.cpp b/test/ScopeSuccessTest.cpp index 089f398..f037b27 100644 --- a/test/ScopeSuccessTest.cpp +++ b/test/ScopeSuccessTest.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/UniqueResourceTest.cpp b/test/UniqueResourceTest.cpp index 75a99b4..2c718cd 100644 --- a/test/UniqueResourceTest.cpp +++ b/test/UniqueResourceTest.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2017-2025 offa +// Copyright (c) 2017-2026 offa // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal