Add SPDX headers to grouping files

The change includes adding SPDX headings to both 'grouping.go' and 'grouping_test.go' files. These headings not only display the copyright text but also provide the necessary license information, ensuring an understanding of the legal usage of these source code files.
This commit is contained in:
Winni Neessen 2024-03-25 11:09:29 +01:00
parent 0bb1b6c09b
commit 54ab50a517
Signed by: wneessen
GPG key ID: 385AC9889632126E
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021-2024 Winni Neessen <wn@neessen.dev>
//
// SPDX-License-Identifier: MIT
package apg
import "unicode"

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2021-2024 Winni Neessen <wn@neessen.dev>
//
// SPDX-License-Identifier: MIT
package apg
import "testing"