mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2025-10-30 07:57:14 +08:00
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.03@sean.taipei> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
@ -24,9 +24,8 @@
|
|||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GCC; see the file COPYING. If not, see
|
||||||
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
<https://www.gnu.org/licenses/>. */
|
||||||
02110-1301, USA. */
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
/* Decimal Context module */
|
/* Decimal Context module */
|
||||||
|
|||||||
@ -24,9 +24,8 @@
|
|||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GCC; see the file COPYING. If not, see
|
||||||
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
<https://www.gnu.org/licenses/>. */
|
||||||
02110-1301, USA. */
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
/* Decimal Number arithmetic module */
|
/* Decimal Number arithmetic module */
|
||||||
|
|||||||
@ -24,9 +24,8 @@
|
|||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GCC; see the file COPYING. If not, see
|
||||||
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
<https://www.gnu.org/licenses/>. */
|
||||||
02110-1301, USA. */
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
/* Decimal 128-bit format module */
|
/* Decimal 128-bit format module */
|
||||||
|
|||||||
@ -24,9 +24,8 @@
|
|||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GCC; see the file COPYING. If not, see
|
||||||
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
<https://www.gnu.org/licenses/>. */
|
||||||
02110-1301, USA. */
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
/* Decimal 32-bit format module */
|
/* Decimal 32-bit format module */
|
||||||
|
|||||||
@ -24,9 +24,8 @@
|
|||||||
for more details.
|
for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
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
|
along with GCC; see the file COPYING. If not, see
|
||||||
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
<https://www.gnu.org/licenses/>. */
|
||||||
02110-1301, USA. */
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
/* Decimal 64-bit format module */
|
/* Decimal 64-bit format module */
|
||||||
|
|||||||
Reference in New Issue
Block a user