From 3142c4ee05a2094997a96deb4bd1f33123143b31 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 17 Aug 2025 14:14:19 +0800 Subject: License cleanup --- forged/internal/common/cmap/map.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forged/internal/common/cmap/map.go') diff --git a/forged/internal/common/cmap/map.go b/forged/internal/common/cmap/map.go index 4f43627..7a1fe5b 100644 --- a/forged/internal/common/cmap/map.go +++ b/forged/internal/common/cmap/map.go @@ -3,7 +3,7 @@ // Copyright 2024 Runxi Yu (porting it to generics) // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE.BSD file. +// license that can be found in the LICENSE file. // Package cmap provides a generic Map safe for concurrent use. package cmap -- cgit v1.2.3