From 78a6a912cff60f03dea4b285a439056089f7c102 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 10 Jul 2022 13:11:55 -0600 Subject: Add license and copyright info --- lib/btrfs/types_node.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/btrfs/types_node.go') diff --git a/lib/btrfs/types_node.go b/lib/btrfs/types_node.go index 5934f40..0b5bc5b 100644 --- a/lib/btrfs/types_node.go +++ b/lib/btrfs/types_node.go @@ -1,3 +1,7 @@ +// Copyright (C) 2022 Luke Shumaker +// +// SPDX-License-Identifier: GPL-2.0-or-later + package btrfs import ( -- cgit v1.2.3-2-g168b