Browse Source

include/libdecnumber: replace FSF postal address with licenses URL

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>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250613.qemu.patch.04@sean.taipei>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pull/292/head
Sean Wei 1 year ago
committed by Thomas Huth
parent
commit
36d7484b0c
  1. 5
      include/libdecnumber/dconfig.h
  2. 5
      include/libdecnumber/decContext.h
  3. 5
      include/libdecnumber/decDPD.h
  4. 5
      include/libdecnumber/decNumber.h
  5. 5
      include/libdecnumber/decNumberLocal.h
  6. 5
      include/libdecnumber/dpd/decimal128.h
  7. 5
      include/libdecnumber/dpd/decimal128Local.h
  8. 5
      include/libdecnumber/dpd/decimal32.h
  9. 5
      include/libdecnumber/dpd/decimal64.h

5
include/libdecnumber/dconfig.h

@ -23,9 +23,8 @@
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
along with GCC; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>. */
#if HOST_BIG_ENDIAN

5
include/libdecnumber/decContext.h

@ -24,9 +24,8 @@
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
along with GCC; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>. */
/* ------------------------------------------------------------------ */
/* Decimal Context module header */

5
include/libdecnumber/decDPD.h

@ -24,9 +24,8 @@
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
along with GCC; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>. */
/* ------------------------------------------------------------------------ */
/* Binary Coded Decimal and Densely Packed Decimal conversion lookup tables */

5
include/libdecnumber/decNumber.h

@ -24,9 +24,8 @@
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
along with GCC; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>. */
/* ------------------------------------------------------------------ */
/* Decimal Number arithmetic module header */

5
include/libdecnumber/decNumberLocal.h

@ -24,9 +24,8 @@
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
along with GCC; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>. */
/* ------------------------------------------------------------------ */
/* decNumber package local type, tuning, and macro definitions */

5
include/libdecnumber/dpd/decimal128.h

@ -24,9 +24,8 @@
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
along with GCC; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>. */
/* ------------------------------------------------------------------ */
/* Decimal 128-bit format module header */

5
include/libdecnumber/dpd/decimal128Local.h

@ -23,9 +23,8 @@
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
along with GCC; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>. */
#if !defined(DECIMAL128LOCAL)

5
include/libdecnumber/dpd/decimal32.h

@ -24,9 +24,8 @@
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
along with GCC; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>. */
/* ------------------------------------------------------------------ */
/* Decimal 32-bit format module header */

5
include/libdecnumber/dpd/decimal64.h

@ -24,9 +24,8 @@
for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
along with GCC; see the file COPYING. If not, see
<https://www.gnu.org/licenses/>. */
/* ------------------------------------------------------------------ */
/* Decimal 64-bit format module header */

Loading…
Cancel
Save