From 8c6ab2387f567ee608d5bf31f7101b913eb4685f Mon Sep 17 00:00:00 2001 From: Paolo Polidori Date: Tue, 17 Feb 2026 10:53:32 +0100 Subject: [PATCH] fix(engine) license date Signed-off-by: Paolo Polidori Signed-off-by: Paolo Polidori --- userspace/engine/field_formatter.cpp | 2 +- userspace/engine/field_formatter.h | 2 +- userspace/falco/app/actions/event_formatter.cpp | 2 +- userspace/falco/app/actions/event_formatter.h | 2 +- userspace/falco/output_format.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/userspace/engine/field_formatter.cpp b/userspace/engine/field_formatter.cpp index fda51c83..277523d1 100644 --- a/userspace/engine/field_formatter.cpp +++ b/userspace/engine/field_formatter.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: Apache-2.0 /* -Copyright (C) 2025 The Falco Authors. +Copyright (C) 2026 The Falco Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/userspace/engine/field_formatter.h b/userspace/engine/field_formatter.h index 3feff839..c11b911a 100644 --- a/userspace/engine/field_formatter.h +++ b/userspace/engine/field_formatter.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: Apache-2.0 /* -Copyright (C) 2025 The Falco Authors. +Copyright (C) 2026 The Falco Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/userspace/falco/app/actions/event_formatter.cpp b/userspace/falco/app/actions/event_formatter.cpp index 0e4be249..02a3784e 100644 --- a/userspace/falco/app/actions/event_formatter.cpp +++ b/userspace/falco/app/actions/event_formatter.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: Apache-2.0 /* -Copyright (C) 2023 The Falco Authors. +Copyright (C) 2026 The Falco Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/userspace/falco/app/actions/event_formatter.h b/userspace/falco/app/actions/event_formatter.h index e72ae966..7652b9fd 100644 --- a/userspace/falco/app/actions/event_formatter.h +++ b/userspace/falco/app/actions/event_formatter.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: Apache-2.0 /* -Copyright (C) 2023 The Falco Authors. +Copyright (C) 2026 The Falco Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/userspace/falco/output_format.h b/userspace/falco/output_format.h index 61b64aef..44416c70 100644 --- a/userspace/falco/output_format.h +++ b/userspace/falco/output_format.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2023 The Falco Authors. +Copyright (C) 2026 The Falco Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.