From b7aefc113964cadb05deaba1d070d4a7e2f32e71 Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Thu, 2 Jan 2025 14:55:06 +0100 Subject: [PATCH] New Year PR (#4168) Update PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 49a553e10c1..ad0d5644050 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -34,6 +34,6 @@ not fully covered by unit tests or manual testing can be complicated. --> - [ ] I have updated the license header for each file (see an example below). ```python -# Copyright (C) 2024 Intel Corporation +# Copyright (C) 2025 Intel Corporation # SPDX-License-Identifier: Apache-2.0 ```