From 5cba2a404a26dd6c2870515e92cbc6508d4bb8ff Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Thu, 23 Apr 2026 09:59:38 +0200 Subject: [PATCH] Fix license text for several files that should be LGPLv3+ A follow up to d7999c317e4823b953e635061011567a9838a9fa Resolves: https://github.com/SSSD/ding-libs/issues/36 Assisted-By: Claude Code (Opus 4.6) --- basicobjects/simplebuffer.c | 6 +++--- basicobjects/simplebuffer.h | 6 +++--- basicobjects/simplebuffer_ut.c | 6 +++--- ini/ini_valueobj_ut.c | 6 +++--- path_utils/path_utils_ut.c | 6 +++--- refarray/ref_array.c | 2 +- refarray/ref_array.h | 2 +- refarray/ref_array_ut.c | 6 +++--- trace/trace.h | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/basicobjects/simplebuffer.c b/basicobjects/simplebuffer.c index a86b518..7a82012 100644 --- a/basicobjects/simplebuffer.c +++ b/basicobjects/simplebuffer.c @@ -6,14 +6,14 @@ Copyright (C) Dmitri Pal 2009 - 2010 This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. 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 General Public License for more details. - You should have received a copy of the GNU General Public License + GNU Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/basicobjects/simplebuffer.h b/basicobjects/simplebuffer.h index 3966932..85b54c3 100644 --- a/basicobjects/simplebuffer.h +++ b/basicobjects/simplebuffer.h @@ -6,14 +6,14 @@ Copyright (C) Dmitri Pal 2009 This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. 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 General Public License for more details. - You should have received a copy of the GNU General Public License + GNU Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/basicobjects/simplebuffer_ut.c b/basicobjects/simplebuffer_ut.c index 7b90d26..129f004 100644 --- a/basicobjects/simplebuffer_ut.c +++ b/basicobjects/simplebuffer_ut.c @@ -6,14 +6,14 @@ Copyright (C) Dmitri Pal 2010 This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. 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 General Public License for more details. - You should have received a copy of the GNU General Public License + GNU Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/ini/ini_valueobj_ut.c b/ini/ini_valueobj_ut.c index 8c9e253..701bf70 100644 --- a/ini/ini_valueobj_ut.c +++ b/ini/ini_valueobj_ut.c @@ -6,14 +6,14 @@ Copyright (C) Dmitri Pal 2010 This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. 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 General Public License for more details. - You should have received a copy of the GNU General Public License + GNU Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/path_utils/path_utils_ut.c b/path_utils/path_utils_ut.c index f4ade4e..19cba43 100644 --- a/path_utils/path_utils_ut.c +++ b/path_utils/path_utils_ut.c @@ -7,16 +7,16 @@ Copyright (C) 2009 Red Hat This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. 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 General Public License for more details. + GNU Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/refarray/ref_array.c b/refarray/ref_array.c index fc1d265..093e3e9 100644 --- a/refarray/ref_array.c +++ b/refarray/ref_array.c @@ -12,7 +12,7 @@ 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 General Public License for more details. + GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/refarray/ref_array.h b/refarray/ref_array.h index 48e4307..50c777c 100644 --- a/refarray/ref_array.h +++ b/refarray/ref_array.h @@ -12,7 +12,7 @@ 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 General Public License for more details. + GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/refarray/ref_array_ut.c b/refarray/ref_array_ut.c index 5ce81a7..56e91fa 100644 --- a/refarray/ref_array_ut.c +++ b/refarray/ref_array_ut.c @@ -6,14 +6,14 @@ Copyright (C) Dmitri Pal 2009 This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. 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 General Public License for more details. - You should have received a copy of the GNU General Public License + GNU Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ diff --git a/trace/trace.h b/trace/trace.h index ea85985..794c0d7 100644 --- a/trace/trace.h +++ b/trace/trace.h @@ -12,7 +12,7 @@ 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 General Public License for more details. + GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */