Revision 70539e18

b/hw/pci_host.c
15 15
 * GNU General Public License for more details.
16 16

  
17 17
 * You should have received a copy of the GNU General Public License along
18
 * with this program; if not, write to the Free Software Foundation, Inc.,
19
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
 * with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
 */
21 20

  
22 21
#include "pci.h"
b/hw/pcie_host.c
16 16
 * GNU General Public License for more details.
17 17

  
18 18
 * You should have received a copy of the GNU General Public License along
19
 * with this program; if not, write to the Free Software Foundation, Inc.,
20
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
 * with this program; if not, see <http://www.gnu.org/licenses/>.
21 20
 */
22 21

  
23 22
#include "hw.h"
b/hw/pcie_host.h
15 15
 * GNU General Public License for more details.
16 16

  
17 17
 * You should have received a copy of the GNU General Public License along
18
 * with this program; if not, write to the Free Software Foundation, Inc.,
19
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
 * with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
 */
21 20

  
22 21
#ifndef PCIE_HOST_H
b/hw/scsi-defs.h
12 12
   Lesser General Public License for more details.
13 13

  
14 14
   You should have received a copy of the GNU Lesser General Public
15
   License along with the GNU C Library; if not, write to the Free
16
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17
   02111-1307 USA.  */
15
   License along with this library; if not, see <http://www.gnu.org/licenses/>.
16
*/
18 17

  
19 18
/*
20 19
 * This header file contains public constants and structures used by
b/linux-user/arm/nwfpe/double_cpdo.c
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#include "fpa11.h"
b/linux-user/arm/nwfpe/extended_cpdo.c
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#include "fpa11.h"
b/linux-user/arm/nwfpe/fpa11.c
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#include "fpa11.h"
b/linux-user/arm/nwfpe/fpa11.h
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#ifndef __FPA11_H__
b/linux-user/arm/nwfpe/fpa11.inl
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#include "fpa11.h"
b/linux-user/arm/nwfpe/fpa11_cpdo.c
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#include "fpa11.h"
b/linux-user/arm/nwfpe/fpa11_cpdt.c
16 16
    GNU General Public License for more details.
17 17

  
18 18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
    along with this program; if not, see <http://www.gnu.org/licenses/>.
21 20
*/
22 21

  
23 22
#include "fpa11.h"
b/linux-user/arm/nwfpe/fpa11_cprt.c
16 16
    GNU General Public License for more details.
17 17

  
18 18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
    along with this program; if not, see <http://www.gnu.org/licenses/>.
21 20
*/
22 21

  
23 22
#include "fpa11.h"
b/linux-user/arm/nwfpe/fpopcode.c
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#include "fpa11.h"
b/linux-user/arm/nwfpe/fpopcode.h
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#ifndef __FPOPCODE_H__
b/linux-user/arm/nwfpe/fpsr.h
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#ifndef __FPSR_H__
b/linux-user/arm/nwfpe/single_cpdo.c
15 15
    GNU General Public License for more details.
16 16

  
17 17
    You should have received a copy of the GNU General Public License
18
    along with this program; if not, write to the Free Software
19
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
    along with this program; if not, see <http://www.gnu.org/licenses/>.
20 19
*/
21 20

  
22 21
#include "fpa11.h"
b/microblaze-dis.c
12 12
GNU General Public License for more details.
13 13

  
14 14
You should have received a copy of the GNU General Public License
15
along with this program; if not, write to the Free Software
16
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
15
along with this program; if not, see <http://www.gnu.org/licenses/>. */
17 16

  
18 17
/*
19 18
 * Copyright (c) 2001 Xilinx, Inc.  All rights reserved. 
......
58 57
GNU General Public License for more details.
59 58

  
60 59
You should have received a copy of the GNU General Public License
61
along with this program; if not, write to the Free Software
62
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
60
along with this program; if not, see <http://www.gnu.org/licenses/>.  */
63 61

  
64 62
/*
65 63
 * Copyright (c) 2001 Xilinx, Inc.  All rights reserved. 
b/target-cris/crisv10-decode.h
15 15
 * Lesser General Public License for more details.
16 16
 *
17 17
 * You should have received a copy of the GNU Lesser General Public
18
 * License along with this library; if not, write to the Free Software
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
18
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
20 19
 */
21 20

  
22 21
#define CRISV10_MODE_QIMMEDIATE  0
b/target-cris/translate_v10.c
15 15
 * Lesser General Public License for more details.
16 16
 *
17 17
 * You should have received a copy of the GNU Lesser General Public
18
 * License along with this library; if not, write to the Free Software
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
18
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
20 19
 */
21 20

  
22 21
#include "crisv10-decode.h"
b/target-s390x/cpu.h
14 14
 * Lesser General Public License for more details.
15 15
 *
16 16
 * You should have received a copy of the GNU Lesser General Public
17
 * License along with this library; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
17
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
19 18
 */
20 19
#ifndef CPU_S390X_H
21 20
#define CPU_S390X_H
b/target-s390x/exec.h
14 14
 * Lesser General Public License for more details.
15 15
 *
16 16
 * You should have received a copy of the GNU Lesser General Public
17
 * License along with this library; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
17
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
19 18
 */
20 19

  
21 20
#include "dyngen-exec.h"
b/target-s390x/helper.c
14 14
 * Lesser General Public License for more details.
15 15
 *
16 16
 * You should have received a copy of the GNU Lesser General Public
17
 * License along with this library; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
17
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
19 18
 */
20 19

  
21 20
#include <stdio.h>
b/target-s390x/op_helper.c
14 14
 * Lesser General Public License for more details.
15 15
 *
16 16
 * You should have received a copy of the GNU Lesser General Public
17
 * License along with this library; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
17
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
19 18
 */
20 19

  
21 20
#include "exec.h"
b/target-s390x/translate.c
14 14
 * Lesser General Public License for more details.
15 15
 *
16 16
 * You should have received a copy of the GNU Lesser General Public
17
 * License along with this library; if not, write to the Free Software
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
17
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
19 18
 */
20 19

  
21 20
#include "cpu.h"

Also available in: Unified diff