On 13/06/2025 18.43, Sean Wei wrote:
Some of the GPLv2 boiler-plate still contained the
obsolete "51 Franklin Street" postal address.
Replace it with the canonical GNU licenses URL recommended by the FSF:
https://www.gnu.org/licenses/
Signed-off-by: Sean Wei <me@sean.taipei>
---
include/libdecnumber/dconfig.h | 5 ++---
include/libdecnumber/decContext.h | 5 ++---
include/libdecnumber/decDPD.h | 5 ++---
include/libdecnumber/decNumber.h | 5 ++---
include/libdecnumber/decNumberLocal.h | 5 ++---
include/libdecnumber/dpd/decimal128.h | 5 ++---
include/libdecnumber/dpd/decimal128Local.h | 5 ++---
include/libdecnumber/dpd/decimal32.h | 5 ++---
include/libdecnumber/dpd/decimal64.h | 5 ++---
9 files changed, 18 insertions(+), 27 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>