Copyright change
authorSteve Chamberlain <sac@cygnus>
Thu, 11 Feb 1993 22:54:38 +0000 (22:54 +0000)
committerSteve Chamberlain <sac@cygnus>
Thu, 11 Feb 1993 22:54:38 +0000 (22:54 +0000)
sim/h8300/p1.c
sim/h8300/p3.c
sim/h8300/perifs.c
sim/h8300/run.c
sim/h8300/state.h

index f22657e3d2f0aedd022537e749e4b07fe2addfca..95bbd99cbd0512b7511fb09325dc371b860514bf 100644 (file)
@@ -1,23 +1,22 @@
-/* H8/300 simulator
-   Copyright 1993 Free Software Foundation, Inc.
+/* Interpreter fragment for the Hitachi H8/300 architecture simulator.
 
-   Contributed by Cygnus Support.
-   Written by Steve Chamberlain   (sac@cygnus.com).
+   Written by Steve Chamberlain of Cygnus Support.
+   sac@cygnus.com
 
+   This file is part of H8/300 sim
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+               THIS SOFTWARE IS NOT COPYRIGHTED
 
-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.  */
+   Cygnus offers the following for use in the public domain.  Cygnus
+   makes no warranty with regard to the software or it's performance
+   and the user accepts the software "AS IS" with all faults.
+
+   CYGNUS DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD TO
+   THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+*/
 
 #include <stdio.h>
 #include <stdlib.h>
index 74015b643a4cfe7a222da7ae07b2c0f3cd1c5dc9..0d8c2597c21a760566074af5c1e378f67d648719 100644 (file)
@@ -1,23 +1,22 @@
-/* Tail end of H8/300 simulator
-   Copyright 1993 Free Software Foundation, Inc.
+/* Interpreter fragment for the Hitachi H8/300 architecture simulator.
 
-   Contributed by Cygnus Support.
-   Written by Steve Chamberlain   (sac@cygnus.com).
+   Written by Steve Chamberlain of Cygnus Support.
+   sac@cygnus.com
 
+   This file is part of H8/300 sim
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+               THIS SOFTWARE IS NOT COPYRIGHTED
 
-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.  */
+   Cygnus offers the following for use in the public domain.  Cygnus
+   makes no warranty with regard to the software or it's performance
+   and the user accepts the software "AS IS" with all faults.
+
+   CYGNUS DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD TO
+   THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+*/
 
  movflags8:
  n = dst & 0x80;
index b9232141d2be9514be3160e4b5c549a63e9e00f4..a3f100f6a05434562540db9360868a7c00fb48c5 100644 (file)
@@ -1,29 +1,30 @@
-/* H8/300 simulator
-   Copyright 1993 Free Software Foundation, Inc.
+/* perfipheral simulation
 
-   Contributed by Cygnus Support.
-   Written by Steve Chamberlain   (sac@cygnus.com).
+   Written by Steve Chamberlain of Cygnus Support.
+   sac@cygnus.com
 
+   This file is part of H8/300 sim
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+               THIS SOFTWARE IS NOT COPYRIGHTED
 
-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.  */
+   Cygnus offers the following for use in the public domain.  Cygnus
+   makes no warranty with regard to the software or it's performance
+   and the user accepts the software "AS IS" with all faults.
+
+   CYGNUS DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD TO
+   THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+*/
 
 /* Fake peripherals for the H8/330 */
 #include "state.h"
-perifs( )
+
 /* This routine is called every few instructions to see if some sort
   of hardware event is needed */
+
+perifs( )
 {
   int interrupt = 0;
   int lval;
@@ -94,5 +95,4 @@ perifs( )
      saved_state.reg[PC] = lval;
    }
   }
-
 }
index 16732276c53c0e72cdc391d732f459ac2d9d3d43..59797ca79d4029f5ec496e054d69384af0d540d2 100644 (file)
@@ -1,25 +1,22 @@
-/* run front end support for H8/300 
-   Copyright (C) 1987, 1992 Free Software Foundation, Inc.
+/* front end to the simulator.
 
-This file is part of H8300 SIM
+   Written by Steve Chamberlain of Cygnus Support.
+   sac@cygnus.com
 
-GNU CC is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
-any later version.
+   This file is part of H8/300 sim
 
-GNU CC is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-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 GNU CC; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+               THIS SOFTWARE IS NOT COPYRIGHTED
 
+   Cygnus offers the following for use in the public domain.  Cygnus
+   makes no warranty with regard to the software or it's performance
+   and the user accepts the software "AS IS" with all faults.
 
-/* Steve Chamberlain
-   sac@cygnus.com */
+   CYGNUS DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD TO
+   THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+*/
 
 #include "bfd.h"
 #include "sysdep.h"
index dd89d0b35764b30b9c53d8b314cde46fe5f1fbb6..799706ba5fd89c40248b0ca7cb5c8794b16e8b6e 100644 (file)
@@ -1,3 +1,21 @@
+/* 
+   Written by Steve Chamberlain of Cygnus Support.
+   sac@cygnus.com
+
+   This file is part of H8/300 sim
+
+
+               THIS SOFTWARE IS NOT COPYRIGHTED
+
+   Cygnus offers the following for use in the public domain.  Cygnus
+   makes no warranty with regard to the software or it's performance
+   and the user accepts the software "AS IS" with all faults.
+
+   CYGNUS DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD TO
+   THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+*/
 
 #define SET_WORD_MEM(x,y)  {saved_state.mem[(x)>>1] = y;}
 #define SET_BYTE_MEM(x,y)  {BYTE_MEM(x)=y;}