diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/pci_host.c | 3 | ||||
-rw-r--r-- | hw/pcie_host.c | 3 | ||||
-rw-r--r-- | hw/pcie_host.h | 3 | ||||
-rw-r--r-- | hw/scsi-defs.h | 5 |
4 files changed, 5 insertions, 9 deletions
diff --git a/hw/pci_host.c b/hw/pci_host.c index b15d5faef7..05896af571 100644 --- a/hw/pci_host.c +++ b/hw/pci_host.c @@ -15,8 +15,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 <http://www.gnu.org/licenses/>. */ #include "pci.h" diff --git a/hw/pcie_host.c b/hw/pcie_host.c index fbd6c3759f..c4feecad71 100644 --- a/hw/pcie_host.c +++ b/hw/pcie_host.c @@ -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 <http://www.gnu.org/licenses/>. */ #include "hw.h" diff --git a/hw/pcie_host.h b/hw/pcie_host.h index 7754ac94e8..a2026617b7 100644 --- a/hw/pcie_host.h +++ b/hw/pcie_host.h @@ -15,8 +15,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 <http://www.gnu.org/licenses/>. */ #ifndef PCIE_HOST_H diff --git a/hw/scsi-defs.h b/hw/scsi-defs.h index 4759d8004e..5890094dc4 100644 --- a/hw/scsi-defs.h +++ b/hw/scsi-defs.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with this library; if not, see <http://www.gnu.org/licenses/>. +*/ /* * This header file contains public constants and structures used by |