From 038cf5f1708217fb2793592fac2731612c7a9a3b Mon Sep 17 00:00:00 2001 From: songlq <31207055+songlonqi-java@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:10:07 +0800 Subject: [PATCH] chore(aggregate): add MIT license headers Change: add the repository-standard MIT header to pipeline_predicates.go, spill.go, and zstd.go. Risk: comment-only change with no runtime behavior impact. Validation: go test ./aggregate ./diskcache -count=1; go test -race ./aggregate -count=1; target files pass copyright.py --dry-run (75 unrelated baseline failures remain). --- aggregate/pipeline_predicates.go | 5 +++++ aggregate/spill.go | 5 +++++ aggregate/zstd.go | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/aggregate/pipeline_predicates.go b/aggregate/pipeline_predicates.go index 7dafc8a2..e2285405 100644 --- a/aggregate/pipeline_predicates.go +++ b/aggregate/pipeline_predicates.go @@ -1,3 +1,8 @@ +// Unless explicitly stated otherwise all files in this repository are licensed +// under the MIT License. +// This product includes software developed at Guance Cloud (https://www.guance.com/). +// Copyright 2021-present Guance, Inc. + package aggregate import ( diff --git a/aggregate/spill.go b/aggregate/spill.go index 59abf2d2..2e7ee664 100644 --- a/aggregate/spill.go +++ b/aggregate/spill.go @@ -1,3 +1,8 @@ +// Unless explicitly stated otherwise all files in this repository are licensed +// under the MIT License. +// This product includes software developed at Guance Cloud (https://www.guance.com/). +// Copyright 2021-present Guance, Inc. + package aggregate import ( diff --git a/aggregate/zstd.go b/aggregate/zstd.go index 3cf4d818..21129064 100644 --- a/aggregate/zstd.go +++ b/aggregate/zstd.go @@ -1,3 +1,8 @@ +// Unless explicitly stated otherwise all files in this repository are licensed +// under the MIT License. +// This product includes software developed at Guance Cloud (https://www.guance.com/). +// Copyright 2021-present Guance, Inc. + package aggregate import (