diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-07 15:48:43 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-07 15:48:43 +0000 |
commit | 70539e1850ddd3a7ee6f9a8db7bd8e81b85225a4 (patch) | |
tree | fb8cf4e2cc4cc634014a13072a77deb3ed266a5b | |
parent | bef75aa5342f0b0ecc1c4e444d1ff9f955f41b63 (diff) |
Update to a hopefully more future proof FSF address
See also 8167ee883931cb20c6264fc19d040ce2dc6ceaaa,
530e7615ce3c01882e582c84dc6304ab98a3d5c5 and
fad6cb1a565bb73f83fc0e2654489457b489e436.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
-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 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 diff --git a/linux-user/arm/nwfpe/double_cpdo.c b/linux-user/arm/nwfpe/double_cpdo.c index 655a83d0b7..8e9b28fa68 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 05e32b0734..880ce030a5 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 17a60486e3..0a87c43133 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 032870180b..07419e266b 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 7183ec96a6..6c6f380d4d 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 66691122d4..5f4a6a413e 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 1c40954023..1346fd619d 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 c80b12400d..5d64591251 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 1e07e60482..240061dd61 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 d62011458e..16fa34afbf 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 0c665431eb..859dcd5898 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 65043bcb31..26168e2201 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 aa68f160e3..b26572faf8 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 0d6f3de219..587fbdd278 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 9abf1a837c..564cdb009d 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 0e75e1caac..827f4e33dc 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 8ac3d8d29f..837f853475 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 4c2dc82115..1322ffce03 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 e623de95ce..402df2d85e 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 cde19dfd69..44dfa65085 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" |