Browse Source

Update to a hopefully more future proof FSF address

See also 8167ee8839,
530e7615ce and
fad6cb1a56.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
stable-0.13
Blue Swirl 16 years ago
parent
commit
70539e1850
  1. 3
      hw/pci_host.c
  2. 3
      hw/pcie_host.c
  3. 3
      hw/pcie_host.h
  4. 5
      hw/scsi-defs.h
  5. 3
      linux-user/arm/nwfpe/double_cpdo.c
  6. 3
      linux-user/arm/nwfpe/extended_cpdo.c
  7. 3
      linux-user/arm/nwfpe/fpa11.c
  8. 3
      linux-user/arm/nwfpe/fpa11.h
  9. 3
      linux-user/arm/nwfpe/fpa11.inl
  10. 3
      linux-user/arm/nwfpe/fpa11_cpdo.c
  11. 3
      linux-user/arm/nwfpe/fpa11_cpdt.c
  12. 3
      linux-user/arm/nwfpe/fpa11_cprt.c
  13. 3
      linux-user/arm/nwfpe/fpopcode.c
  14. 3
      linux-user/arm/nwfpe/fpopcode.h
  15. 3
      linux-user/arm/nwfpe/fpsr.h
  16. 3
      linux-user/arm/nwfpe/single_cpdo.c
  17. 6
      microblaze-dis.c
  18. 3
      target-cris/crisv10-decode.h
  19. 3
      target-cris/translate_v10.c
  20. 3
      target-s390x/cpu.h
  21. 3
      target-s390x/exec.h
  22. 3
      target-s390x/helper.c
  23. 3
      target-s390x/op_helper.c
  24. 3
      target-s390x/translate.c

3
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"

3
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"

3
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

5
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

3
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"

3
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"

3
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"

3
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__

3
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"

3
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"

3
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"

3
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"

3
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"

3
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__

3
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__

3
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"

6
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.

3
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

3
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"

3
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

3
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"

3
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>

3
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"

3
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"

Loading…
Cancel
Save