From d52ff474875cd0333e3067444cc93ed9b875e1a7 Mon Sep 17 00:00:00 2001 From: jasmy <3776356370@qq.com> Date: Mon, 12 Jan 2026 05:43:22 +0000 Subject: [PATCH] update copyright year to 2026 --- LICENSE | 2 +- capi/cbindgen.toml | 2 +- capi/include/hyper.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index da8b6ec1b5..f7ae3a7107 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2025 Sean McArthur +Copyright (c) 2014-2026 Sean McArthur 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/capi/cbindgen.toml b/capi/cbindgen.toml index a4990840e1..a0a6bba00f 100644 --- a/capi/cbindgen.toml +++ b/capi/cbindgen.toml @@ -2,7 +2,7 @@ # a list of possible configuration values. language = "C" header = """/* - * Copyright 2023 Sean McArthur. MIT License. + * Copyright 2026 Sean McArthur. MIT License. * Generated by gen_header.sh. Do not edit directly. * * Full docs at: https://docs.rs/hyper/latest/hyper/ffi/index.html diff --git a/capi/include/hyper.h b/capi/include/hyper.h index b88bd39e9d..598d240b60 100644 --- a/capi/include/hyper.h +++ b/capi/include/hyper.h @@ -1,5 +1,5 @@ /* - * Copyright 2023 Sean McArthur. MIT License. + * Copyright 2026 Sean McArthur. MIT License. * Generated by gen_header.sh. Do not edit directly. * * Full docs at: https://docs.rs/hyper/latest/hyper/ffi/index.html