aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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
11 files changed, 24 insertions, 156 deletions
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