]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/i386/emulate: replace FSF postal address with licenses URL
authorSean Wei <me@sean.taipei>
Fri, 13 Jun 2025 16:54:20 +0000 (12:54 -0400)
committerThomas Huth <thuth@redhat.com>
Wed, 25 Jun 2025 22:42:37 +0000 (00:42 +0200)
Some of the LGPLv2.1 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: Wei Liu <wei.liu@kernel.org>
Message-ID: <20250613.qemu.patch.12@sean.taipei>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/i386/emulate/x86_emu.c
target/i386/emulate/x86_flags.c
target/i386/emulate/x86_flags.h

index 4890e0a4e5eaf647e84e2407d1fa7770d75386e5..db7a7f7437da7b0375d7d4e33de25f7d3fa81f77 100644 (file)
@@ -31,8 +31,8 @@
 //  Lesser General Public License for more details.
 //
 //  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA B 02110-1301 USA
+//  License along with this library; if not, see
+//  <https://www.gnu.org/licenses/>.
 /////////////////////////////////////////////////////////////////////////
 
 #include "qemu/osdep.h"
index cc138c77494a17a41840759be2994e1053f7961c..6592193b5e0055cba72f0d2b72d250a174ae8b57 100644 (file)
@@ -14,8 +14,8 @@
 //  Lesser General Public License for more details.
 //
 //  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA B 02110-1301 USA
+//  License along with this library; if not, see
+//  <https://www.gnu.org/licenses/>.
 /////////////////////////////////////////////////////////////////////////
 /*
  * flags functions
index 28b008e5771687ab76daa229b3570148b239aa27..a395c837a0e53ec47ad704fdb7d2df0a1c177649 100644 (file)
@@ -14,8 +14,8 @@
 //  Lesser General Public License for more details.
 //
 //  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA B 02110-1301 USA
+//  License along with this library; if not, see
+//  <https://www.gnu.org/licenses/>.
 /////////////////////////////////////////////////////////////////////////
 /*
  * x86 eflags functions