Loading alpha-dis.c +2 −3 Original line number Diff line number Diff line Loading @@ -16,9 +16,8 @@ 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 this file; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ along with this file; see the file COPYING. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include "dis-asm.h" Loading arm-dis.c +1 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,7 @@ 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. */ along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Start of qemu specific additions. Mostly this is stub definitions for things we don't care about. */ Loading arm-semi.c +1 −3 Original line number Diff line number Diff line Loading @@ -15,9 +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. * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <sys/types.h> Loading bsd-user/main.c +1 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,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. * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <stdio.h> Loading bsd-user/mmap.c +1 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,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. * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <stdio.h> Loading Loading
alpha-dis.c +2 −3 Original line number Diff line number Diff line Loading @@ -16,9 +16,8 @@ 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 this file; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ along with this file; see the file COPYING. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include "dis-asm.h" Loading
arm-dis.c +1 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,7 @@ 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. */ along with this program; if not, see <http://www.gnu.org/licenses/>. */ /* Start of qemu specific additions. Mostly this is stub definitions for things we don't care about. */ Loading
arm-semi.c +1 −3 Original line number Diff line number Diff line Loading @@ -15,9 +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. * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <sys/types.h> Loading
bsd-user/main.c +1 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,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. * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <stdio.h> Loading
bsd-user/mmap.c +1 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,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. * along with this program; if not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <stdio.h> Loading