aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2021-03-16 19:11:23 +0200
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2021-03-16 19:11:23 +0200
commitfead8dbf7e88f09e4b832a9a3e8de858eade347d (patch)
tree2a65a734605c90a39260b6ac77d54a031161a611
parent2b6e3cc328aabcc0dda908f16b55874487b67499 (diff)
downloadlibrin-fead8dbf7e88f09e4b832a9a3e8de858eade347d.tar.gz
librin-fead8dbf7e88f09e4b832a9a3e8de858eade347d.tar.bz2
librin-fead8dbf7e88f09e4b832a9a3e8de858eade347d.zip
migrate to SPDX labels.
No longer using bulky text blocks to mark files as LGPL which for smaller files took up more lines than the actual code. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
-rw-r--r--include/rin/compat.h16
-rw-r--r--include/rin/definitions.h18
-rw-r--r--include/rin/diagnostic.h18
-rw-r--r--include/rin/float.h16
-rw-r--r--include/rin/float_types.h16
-rw-r--r--include/rin/time.h16
-rw-r--r--include/rin/uuid.h16
-rw-r--r--src/diagnostic/diagnostic.c18
-rw-r--r--src/diagnostic/diagnostic_private.h18
-rw-r--r--src/float/float.c16
-rw-r--r--src/float/float_private.h16
-rw-r--r--src/time/benchmark.c16
-rw-r--r--src/time/time.c16
-rw-r--r--src/time/time_private.h16
-rw-r--r--test/diagnostic.c18
-rw-r--r--test/diagnostic_test.h16
-rw-r--r--test/float.c18
-rw-r--r--test/float_test.h16
-rw-r--r--test/main.c16
-rw-r--r--test/test.c16
-rw-r--r--test/test.h16
-rw-r--r--test/time.c16
-rw-r--r--test/time_test.h16
-rw-r--r--test/uuid.c16
-rw-r--r--test/uuid_test.h16
25 files changed, 56 insertions, 356 deletions
diff --git a/include/rin/compat.h b/include/rin/compat.h
index 03bed37..45e5055 100644
--- a/include/rin/compat.h
+++ b/include/rin/compat.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – various compatibility constructs
*
* Copyright (C) 2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_COMPAT_INCLUDED
diff --git a/include/rin/definitions.h b/include/rin/definitions.h
index 201c0b3..13bbe53 100644
--- a/include/rin/definitions.h
+++ b/include/rin/definitions.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – special definitions
*
- * Copyright (C) 2015-2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ * Copyright (C) 2015-2021 Gediminas Jakutis
*/
#ifndef LIBRIN_DEFINITIONS_INCLUDED
diff --git a/include/rin/diagnostic.h b/include/rin/diagnostic.h
index 6d37dee..128ec79 100644
--- a/include/rin/diagnostic.h
+++ b/include/rin/diagnostic.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – diagnostics module
*
- * Copyright (C) 2015-2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ * Copyright (C) 2015-2021 Gediminas Jakutis
*/
#ifndef LIBRIN_DIAGNOSTIC_INCLUDED
diff --git a/include/rin/float.h b/include/rin/float.h
index 8bf9f4a..4b67246 100644
--- a/include/rin/float.h
+++ b/include/rin/float.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – floating point module
*
* Copyright (C) 2015 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_FLOAT_INCLUDED
diff --git a/include/rin/float_types.h b/include/rin/float_types.h
index e8cd09b..e1b8fb8 100644
--- a/include/rin/float_types.h
+++ b/include/rin/float_types.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – floating point module
*
* Copyright (C) 2015 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_FLOAT_TYPES_INCLUDED
diff --git a/include/rin/time.h b/include/rin/time.h
index 25c2537..9e2fac6 100644
--- a/include/rin/time.h
+++ b/include/rin/time.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – time module
*
* Copyright (C) 2017-2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_TIME_INCLUDED
diff --git a/include/rin/uuid.h b/include/rin/uuid.h
index c970263..760a7fd 100644
--- a/include/rin/uuid.h
+++ b/include/rin/uuid.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – uuid handling module
*
* Copyright (C) 2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_UUID_INCLUDED
diff --git a/src/diagnostic/diagnostic.c b/src/diagnostic/diagnostic.c
index 4378988..665bd4e 100644
--- a/src/diagnostic/diagnostic.c
+++ b/src/diagnostic/diagnostic.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – diagnostics module
*
- * Copyright (C) 2015 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ * Copyright (C) 2015-2021 Gediminas Jakutis
*/
#include "diagnostic_private.h"
diff --git a/src/diagnostic/diagnostic_private.h b/src/diagnostic/diagnostic_private.h
index 9fb43ab..3d018d0 100644
--- a/src/diagnostic/diagnostic_private.h
+++ b/src/diagnostic/diagnostic_private.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – diagnostics module
*
- * Copyright (C) 2015 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ * Copyright (C) 2015-2021 Gediminas Jakutis
*/
#ifndef LIBRIN_DIAGNOSTIC_PRIVATE_INCLUDED
diff --git a/src/float/float.c b/src/float/float.c
index 1b6f432..2b95636 100644
--- a/src/float/float.c
+++ b/src/float/float.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – floating point module
*
* Copyright (C) 2015 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "rin/float.h"
diff --git a/src/float/float_private.h b/src/float/float_private.h
index 4eed70b..5273c66 100644
--- a/src/float/float_private.h
+++ b/src/float/float_private.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – floating point module
*
* Copyright (C) 2015 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_FLOAT_PRIVATE_INCLUDED
diff --git a/src/time/benchmark.c b/src/time/benchmark.c
index 4738676..0d5b3c9 100644
--- a/src/time/benchmark.c
+++ b/src/time/benchmark.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – time module, benchmarking section
*
* Copyright (C) 2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <time.h>
diff --git a/src/time/time.c b/src/time/time.c
index 9cb677b..144df07 100644
--- a/src/time/time.c
+++ b/src/time/time.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – time module
*
* Copyright (C) 2017-2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "rin/time.h"
diff --git a/src/time/time_private.h b/src/time/time_private.h
index 097a987..3aa0793 100644
--- a/src/time/time_private.h
+++ b/src/time/time_private.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – time module
*
* Copyright (C) 2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_TIME_PRIVATE_INCLUDED
diff --git a/test/diagnostic.c b/test/diagnostic.c
index 0a5a9b1..67648b4 100644
--- a/test/diagnostic.c
+++ b/test/diagnostic.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015-2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ * Copyright (C) 2015-2021 Gediminas Jakutis
*/
#define RIN_NEED_GETTID
diff --git a/test/diagnostic_test.h b/test/diagnostic_test.h
index 41a7d72..b66af80 100644
--- a/test/diagnostic_test.h
+++ b/test/diagnostic_test.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2015-2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_DIAGNOSTIC_TEST_INCLUDED
diff --git a/test/float.c b/test/float.c
index e8708da..8f0f6b7 100644
--- a/test/float.c
+++ b/test/float.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
- * Copyright (C) 2015-2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ * Copyright (C) 2015-2019 Gediminas Jakutis
*/
#include <stdlib.h>
diff --git a/test/float_test.h b/test/float_test.h
index 49523b1..eb177a7 100644
--- a/test/float_test.h
+++ b/test/float_test.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2015-2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_FLOAT_TEST_INCLUDED
diff --git a/test/main.c b/test/main.c
index 48dbccf..24d0f59 100644
--- a/test/main.c
+++ b/test/main.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2015-2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "test.h"
diff --git a/test/test.c b/test/test.c
index 0edceda..9cbbcae 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2015-2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "test.h"
diff --git a/test/test.h b/test/test.h
index 1c6bff7..3627ace 100644
--- a/test/test.h
+++ b/test/test.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2015-2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_TEST_INCLUDED
diff --git a/test/time.c b/test/time.c
index af28247..b7e8dfd 100644
--- a/test/time.c
+++ b/test/time.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2017-2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "test.h"
diff --git a/test/time_test.h b/test/time_test.h
index 9a96d4f..4d5c49a 100644
--- a/test/time_test.h
+++ b/test/time_test.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_TIME_TEST_INCLUDED
diff --git a/test/uuid.c b/test/uuid.c
index 0ff5344..b0aba4a 100644
--- a/test/uuid.c
+++ b/test/uuid.c
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2019 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stddef.h>
diff --git a/test/uuid_test.h b/test/uuid_test.h
index fb50fc3..8085c2e 100644
--- a/test/uuid_test.h
+++ b/test/uuid_test.h
@@ -1,21 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-only */
+
/*
* The Rin Library – library "conformance" tests
*
* Copyright (C) 2015-2017 Gediminas Jakutis
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; version 2.1
- * of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef LIBRIN_UUID_TEST_INCLUDED