]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include/hw: replace FSF postal address with licenses URL
authorSean Wei <me@sean.taipei>
Fri, 13 Jun 2025 16:44:10 +0000 (12:44 -0400)
committerThomas Huth <thuth@redhat.com>
Wed, 25 Jun 2025 22:42:37 +0000 (00:42 +0200)
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: Cédric Le Goater <clg@redhat.com>
Message-ID: <20250613.qemu.patch.05@sean.taipei>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/hw/i2c/aspeed_i2c.h
include/hw/pci/pci_bridge.h
include/hw/timer/aspeed_timer.h

index 2c4c81bd209dabe9b5e9ac796e0a277e9a08846e..2daacc10ce0ec5b810260bc6b87648125cf718f4 100644 (file)
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License along
- *  with this program; if not, write to the Free Software Foundation, Inc.,
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 
 #ifndef ASPEED_I2C_H
index b0f5204d80fe12fbc85218821292b276b649899b..8cdacbc4e16d4968c32622a2f43ef5c07aca281e 100644 (file)
@@ -14,8 +14,8 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ * along with this program; if not, see
+ * <https://www.gnu.org/licenses/>.
  *
  * split out pci bus specific stuff from pci.[hc] to pci_bridge.[hc]
  * Copyright (c) 2009 Isaku Yamahata <yamahata at valinux co jp>
index 767cae4b05badaf0b4a0a18864c60fbc0cecee41..a850625a055591b0706e65e8e3239b192f4b4004 100644 (file)
@@ -16,8 +16,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License along
- *  with this program; if not, write to the Free Software Foundation, Inc.,
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *  with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef ASPEED_TIMER_H
 #define ASPEED_TIMER_H