diff --git a/internal/bodyprocessors/raw.go b/internal/bodyprocessors/raw.go index 2f8a6e8e0..6f7cf7316 100644 --- a/internal/bodyprocessors/raw.go +++ b/internal/bodyprocessors/raw.go @@ -1,3 +1,6 @@ +// Copyright 2024 Juan Pablo Tosso and the OWASP Coraza contributors +// SPDX-License-Identifier: Apache-2.0 + package bodyprocessors import ( diff --git a/internal/bodyprocessors/raw_test.go b/internal/bodyprocessors/raw_test.go index ff34aeae6..28b9ae749 100644 --- a/internal/bodyprocessors/raw_test.go +++ b/internal/bodyprocessors/raw_test.go @@ -1,3 +1,6 @@ +// Copyright 2024 Juan Pablo Tosso and the OWASP Coraza contributors +// SPDX-License-Identifier: Apache-2.0 + package bodyprocessors_test import (