diff options
Diffstat (limited to 'lib/rbtree/print_test.go')
-rw-r--r-- | lib/rbtree/print_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rbtree/print_test.go b/lib/rbtree/print_test.go index 3e37cf2..fe2d2bd 100644 --- a/lib/rbtree/print_test.go +++ b/lib/rbtree/print_test.go @@ -1,3 +1,7 @@ +// Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com> +// +// SPDX-License-Identifier: GPL-2.0-or-later + package rbtree import ( |