Revision 530e7615

b/arm-semi.c
16 16
 *
17 17
 *  You should have received a copy of the GNU General Public License
18 18
 *  along with this program; if not, write to the Free Software
19
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20
 *  MA 02110-1301, USA.
20 21
 */
21 22

  
22 23
#include <sys/types.h>
b/bsd-user/main.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/bsd-user/mmap.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/bsd-user/signal.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/bsd-user/syscall.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/darwin-user/commpage.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <fcntl.h>
21 22
#include <stdio.h>
b/darwin-user/main.c
16 16
 *
17 17
 *  You should have received a copy of the GNU General Public License
18 18
 *  along with this program; if not, write to the Free Software
19
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20
 *  MA 02110-1301, USA.
20 21
 */
21 22
#include <stdlib.h>
22 23
#include <stdio.h>
b/darwin-user/mmap.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/darwin-user/signal.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/darwin-user/syscall.c
16 16
 *
17 17
 *  You should have received a copy of the GNU General Public License
18 18
 *  along with this program; if not, write to the Free Software
19
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20
 *  MA 02110-1301, USA.
20 21
 */
21 22
#include <fcntl.h>
22 23
#include <stdio.h>
b/linux-user/flatload.c
14 14
 *
15 15
 *  You should have received a copy of the GNU General Public License
16 16
 *  along with this program; if not, write to the Free Software
17
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
18
 *  MA 02110-1301, USA.
18 19
 *
19 20
 *      Copyright (C) 2006 CodeSourcery.
20 21
 *	Copyright (C) 2000-2003 David McCullough <davidm@snapgear.com>
b/linux-user/m68k-sim.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21

  
21 22
#include <sys/types.h>
b/linux-user/main.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/linux-user/mmap.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/linux-user/signal.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/linux-user/syscall.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/linux-user/vm86.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdlib.h>
21 22
#include <stdio.h>
b/m68k-semi.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21

  
21 22
#include <sys/types.h>
b/tests/linux-test.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#include <stdarg.h>
21 22
#include <stdlib.h>
b/tests/test-i386.c
15 15
 *
16 16
 *  You should have received a copy of the GNU General Public License
17 17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19
 *  MA 02110-1301, USA.
19 20
 */
20 21
#define _GNU_SOURCE
21 22
#include <stdlib.h>
b/tests/test-mmap.c
20 20
 * 
21 21
 * You should have received a copy of the GNU General Public License
22 22
 * along with this program; if not, write to the Free Software
23
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23
 * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
24
 *  MA 02110-1301, USA.
24 25
 */
25 26

  
26 27
#include <stdio.h>

Also available in: Unified diff