diff options
-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 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/double_cpdo.c | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/extended_cpdo.c | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/fpa11.c | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/fpa11.h | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/fpa11.inl | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/fpa11_cpdo.c | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/fpa11_cpdt.c | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/fpa11_cprt.c | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/fpopcode.c | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/fpopcode.h | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/fpsr.h | 3 | ||||
-rw-r--r-- | linux-user/arm/nwfpe/single_cpdo.c | 3 | ||||
-rw-r--r-- | microblaze-dis.c | 6 | ||||
-rw-r--r-- | target-cris/crisv10-decode.h | 3 | ||||
-rw-r--r-- | target-cris/translate_v10.c | 3 | ||||
-rw-r--r-- | target-s390x/cpu.h | 3 | ||||
-rw-r--r-- | target-s390x/exec.h | 3 | ||||
-rw-r--r-- | target-s390x/helper.c | 3 | ||||
-rw-r--r-- | target-s390x/op_helper.c | 3 | ||||
-rw-r--r-- | target-s390x/translate.c | 3 |
24 files changed, 26 insertions, 51 deletions
diff --git a/hw/pci_host.c b/hw/pci_host.c index b15d5fa..05896af 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 fbd6c37..c4feeca 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 7754ac9..a202661 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 4759d80..5890094 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 diff --git a/linux-user/arm/nwfpe/double_cpdo.c b/linux-user/arm/nwfpe/double_cpdo.c index 655a83d..8e9b28f 100644 --- a/linux-user/arm/nwfpe/double_cpdo.c +++ b/linux-user/arm/nwfpe/double_cpdo.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "fpa11.h" diff --git a/linux-user/arm/nwfpe/extended_cpdo.c b/linux-user/arm/nwfpe/extended_cpdo.c index 05e32b0..880ce03 100644 --- a/linux-user/arm/nwfpe/extended_cpdo.c +++ b/linux-user/arm/nwfpe/extended_cpdo.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "fpa11.h" diff --git a/linux-user/arm/nwfpe/fpa11.c b/linux-user/arm/nwfpe/fpa11.c index 17a6048..0a87c43 100644 --- a/linux-user/arm/nwfpe/fpa11.c +++ b/linux-user/arm/nwfpe/fpa11.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "fpa11.h" diff --git a/linux-user/arm/nwfpe/fpa11.h b/linux-user/arm/nwfpe/fpa11.h index 0328701..07419e2 100644 --- a/linux-user/arm/nwfpe/fpa11.h +++ b/linux-user/arm/nwfpe/fpa11.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef __FPA11_H__ diff --git a/linux-user/arm/nwfpe/fpa11.inl b/linux-user/arm/nwfpe/fpa11.inl index 7183ec9..6c6f380 100644 --- a/linux-user/arm/nwfpe/fpa11.inl +++ b/linux-user/arm/nwfpe/fpa11.inl @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "fpa11.h" diff --git a/linux-user/arm/nwfpe/fpa11_cpdo.c b/linux-user/arm/nwfpe/fpa11_cpdo.c index 6669112..5f4a6a4 100644 --- a/linux-user/arm/nwfpe/fpa11_cpdo.c +++ b/linux-user/arm/nwfpe/fpa11_cpdo.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "fpa11.h" diff --git a/linux-user/arm/nwfpe/fpa11_cpdt.c b/linux-user/arm/nwfpe/fpa11_cpdt.c index 1c40954..1346fd6 100644 --- a/linux-user/arm/nwfpe/fpa11_cpdt.c +++ b/linux-user/arm/nwfpe/fpa11_cpdt.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "fpa11.h" diff --git a/linux-user/arm/nwfpe/fpa11_cprt.c b/linux-user/arm/nwfpe/fpa11_cprt.c index c80b124..5d64591 100644 --- a/linux-user/arm/nwfpe/fpa11_cprt.c +++ b/linux-user/arm/nwfpe/fpa11_cprt.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "fpa11.h" diff --git a/linux-user/arm/nwfpe/fpopcode.c b/linux-user/arm/nwfpe/fpopcode.c index 1e07e60..240061d 100644 --- a/linux-user/arm/nwfpe/fpopcode.c +++ b/linux-user/arm/nwfpe/fpopcode.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "fpa11.h" diff --git a/linux-user/arm/nwfpe/fpopcode.h b/linux-user/arm/nwfpe/fpopcode.h index d620114..16fa34a 100644 --- a/linux-user/arm/nwfpe/fpopcode.h +++ b/linux-user/arm/nwfpe/fpopcode.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef __FPOPCODE_H__ diff --git a/linux-user/arm/nwfpe/fpsr.h b/linux-user/arm/nwfpe/fpsr.h index 0c66543..859dcd5 100644 --- a/linux-user/arm/nwfpe/fpsr.h +++ b/linux-user/arm/nwfpe/fpsr.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #ifndef __FPSR_H__ diff --git a/linux-user/arm/nwfpe/single_cpdo.c b/linux-user/arm/nwfpe/single_cpdo.c index 65043bc..26168e2 100644 --- a/linux-user/arm/nwfpe/single_cpdo.c +++ b/linux-user/arm/nwfpe/single_cpdo.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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "fpa11.h" diff --git a/microblaze-dis.c b/microblaze-dis.c index aa68f16..b26572f 100644 --- a/microblaze-dis.c +++ b/microblaze-dis.c @@ -12,8 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* * Copyright (c) 2001 Xilinx, Inc. All rights reserved. @@ -58,8 +57,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* * Copyright (c) 2001 Xilinx, Inc. All rights reserved. diff --git a/target-cris/crisv10-decode.h b/target-cris/crisv10-decode.h index 0d6f3de..587fbdd 100644 --- a/target-cris/crisv10-decode.h +++ b/target-cris/crisv10-decode.h @@ -15,8 +15,7 @@ * 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 Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #define CRISV10_MODE_QIMMEDIATE 0 diff --git a/target-cris/translate_v10.c b/target-cris/translate_v10.c index 9abf1a8..564cdb0 100644 --- a/target-cris/translate_v10.c +++ b/target-cris/translate_v10.c @@ -15,8 +15,7 @@ * 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 Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "crisv10-decode.h" diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index 0e75e1c..827f4e3 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -14,8 +14,7 @@ * 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 Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #ifndef CPU_S390X_H #define CPU_S390X_H diff --git a/target-s390x/exec.h b/target-s390x/exec.h index 8ac3d8d..837f853 100644 --- a/target-s390x/exec.h +++ b/target-s390x/exec.h @@ -14,8 +14,7 @@ * 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 Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "dyngen-exec.h" diff --git a/target-s390x/helper.c b/target-s390x/helper.c index 4c2dc82..1322ffc 100644 --- a/target-s390x/helper.c +++ b/target-s390x/helper.c @@ -14,8 +14,7 @@ * 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 Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/target-s390x/op_helper.c b/target-s390x/op_helper.c index e623de9..402df2d 100644 --- a/target-s390x/op_helper.c +++ b/target-s390x/op_helper.c @@ -14,8 +14,7 @@ * 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 Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "exec.h" diff --git a/target-s390x/translate.c b/target-s390x/translate.c index cde19df..44dfa65 100644 --- a/target-s390x/translate.c +++ b/target-s390x/translate.c @@ -14,8 +14,7 @@ * 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 Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "cpu.h" |