From fead8dbf7e88f09e4b832a9a3e8de858eade347d Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 16 Mar 2021 19:11:23 +0200 Subject: 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 --- test/diagnostic.c | 18 +++--------------- test/diagnostic_test.h | 16 ++-------------- test/float.c | 18 +++--------------- test/float_test.h | 16 ++-------------- test/main.c | 16 ++-------------- test/test.c | 16 ++-------------- test/test.h | 16 ++-------------- test/time.c | 16 ++-------------- test/time_test.h | 16 ++-------------- test/uuid.c | 16 ++-------------- test/uuid_test.h | 16 ++-------------- 11 files changed, 24 insertions(+), 156 deletions(-) (limited to 'test') 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 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 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 -- cgit v1.2.3