This is an automated email from the ASF dual-hosted git repository. gkoszyk pushed a commit to branch fix_license_header in repository https://gitbox.apache.org/repos/asf/iggy.git
commit cebb69aef9d8be05eff24c1c3456dc3e4dc40fd5 Author: numinex <[email protected]> AuthorDate: Sun Jan 25 21:16:35 2026 +0100 fix(metadata): fix license header in module file --- core/metadata/src/stm/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/metadata/src/stm/mod.rs b/core/metadata/src/stm/mod.rs index 7f3baa0c8..9dfb44852 100644 --- a/core/metadata/src/stm/mod.rs +++ b/core/metadata/src/stm/mod.rs @@ -1,3 +1,4 @@ +// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file
