Fix/Update copyright notices; Add SPDX annotation

Let's fix some erroneous/accidential references to wrong license,
update copyright information where applicable and introduce a
SPDX-License-Identifier to all files.

Change-Id: I39af26c6aaaf5c926966391f6565fc5936be21af
diff --git a/src/crc16.c b/src/crc16.c
index c03c008..29dace2 100644
--- a/src/crc16.c
+++ b/src/crc16.c
@@ -8,6 +8,8 @@
  *
  * This source code is licensed under the GNU General Public License,
  * Version 2. See the file COPYING for more details.
+ *
+ * SPDX-License-Identifier: GPL-2.0
  */
 
 #include <osmocom/core/crc16.h>