From aa449cedd3dd8600964876e5df47d890734eb559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Thu, 16 May 2024 03:57:07 -0500 Subject: [PATCH] chore: updates license year. --- internal/corazawaf/rule_test.go | 2 +- internal/corazawaf/transaction.go | 2 +- internal/seclang/rules_casesensitive_test.go | 2 +- internal/seclang/rules_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/corazawaf/rule_test.go b/internal/corazawaf/rule_test.go index c6bcedf6e..ccb3c18c0 100644 --- a/internal/corazawaf/rule_test.go +++ b/internal/corazawaf/rule_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Juan Pablo Tosso and the OWASP Coraza contributors +// Copyright 2024 Juan Pablo Tosso and the OWASP Coraza contributors // SPDX-License-Identifier: Apache-2.0 package corazawaf diff --git a/internal/corazawaf/transaction.go b/internal/corazawaf/transaction.go index 9f0922007..fe8aa825a 100644 --- a/internal/corazawaf/transaction.go +++ b/internal/corazawaf/transaction.go @@ -1,4 +1,4 @@ -// Copyright 2022 Juan Pablo Tosso and the OWASP Coraza contributors +// Copyright 2024 Juan Pablo Tosso and the OWASP Coraza contributors // SPDX-License-Identifier: Apache-2.0 package corazawaf diff --git a/internal/seclang/rules_casesensitive_test.go b/internal/seclang/rules_casesensitive_test.go index 5efc4a922..b06e83659 100644 --- a/internal/seclang/rules_casesensitive_test.go +++ b/internal/seclang/rules_casesensitive_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Juan Pablo Tosso and the OWASP Coraza contributors +// Copyright 2024 Juan Pablo Tosso and the OWASP Coraza contributors // SPDX-License-Identifier: Apache-2.0 //go:build coraza.rule.case_sensitive_args_keys diff --git a/internal/seclang/rules_test.go b/internal/seclang/rules_test.go index 40882eab8..7390d45f1 100644 --- a/internal/seclang/rules_test.go +++ b/internal/seclang/rules_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Juan Pablo Tosso and the OWASP Coraza contributors +// Copyright 2024 Juan Pablo Tosso and the OWASP Coraza contributors // SPDX-License-Identifier: Apache-2.0 package seclang