Commit 820e15fada3e6983254a9de2b7ee2ea367e53116
Committed by
Stéphane Raimbault
1 parent
f9fe3b0a
SPDX: change LGPL-2.1+ to LGPL-2.1-or-later
Since SPDX release 3.0 LGPL-2.1+ became LGPL-2.1-or-later. Hence replace the deprecated identifiers.
Showing
10 changed files
with
10 additions
and
10 deletions
src/modbus-data.c
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2010-2014 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2010-2014 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #include <stdlib.h> | 7 | #include <stdlib.h> |
src/modbus-private.h
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2010-2012 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2010-2012 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef MODBUS_PRIVATE_H | 7 | #ifndef MODBUS_PRIVATE_H |
src/modbus-rtu-private.h
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef MODBUS_RTU_PRIVATE_H | 7 | #ifndef MODBUS_RTU_PRIVATE_H |
src/modbus-rtu.c
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #include <stdio.h> | 7 | #include <stdio.h> |
src/modbus-rtu.h
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef MODBUS_RTU_H | 7 | #ifndef MODBUS_RTU_H |
src/modbus-tcp-private.h
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef MODBUS_TCP_PRIVATE_H | 7 | #ifndef MODBUS_TCP_PRIVATE_H |
src/modbus-tcp.c
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2001-2013 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2001-2013 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #if defined(_WIN32) | 7 | #if defined(_WIN32) |
src/modbus-tcp.h
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2001-2010 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2001-2010 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef MODBUS_TCP_H | 7 | #ifndef MODBUS_TCP_H |
src/modbus.c
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2001-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | * | 5 | * |
| 6 | * This library implements the Modbus protocol. | 6 | * This library implements the Modbus protocol. |
| 7 | * http://libmodbus.org/ | 7 | * http://libmodbus.org/ |
src/modbus.h
| 1 | /* | 1 | /* |
| 2 | * Copyright © 2001-2013 Stéphane Raimbault <stephane.raimbault@gmail.com> | 2 | * Copyright © 2001-2013 Stéphane Raimbault <stephane.raimbault@gmail.com> |
| 3 | * | 3 | * |
| 4 | - * SPDX-License-Identifier: LGPL-2.1+ | 4 | + * SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef MODBUS_H | 7 | #ifndef MODBUS_H |