aboutsummaryrefslogtreecommitdiff
path: root/common/bits.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/bits.c')
-rw-r--r--common/bits.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/bits.c b/common/bits.c
index 92e7be2..2efbe2f 100644
--- a/common/bits.c
+++ b/common/bits.c
@@ -1,3 +1,6 @@
+/* SPDX-License-Identifier: GPL-3.0-or-later */
+/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */
+
/**
* @file bits.c
* Bit manipulation helper implementations, currently just byte swaps.