1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix headers.

This commit is contained in:
Alain Magloire 2005-07-21 21:35:25 +00:00
parent 7abac74ad7
commit b77ccbf4ec
2 changed files with 24 additions and 9 deletions

View file

@ -1,9 +1,17 @@
/*******************************************************************************
* Copyright (c) 2000, 2005 QNX Software Systems and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* QNX Software Systems - Initial API and implementation
* Craig Watson.
*******************************************************************************/
package org.eclipse.cdt.utils.macho;
/*
* (c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*/
import java.io.IOException;
import java.util.ArrayList;

View file

@ -1,9 +1,16 @@
package org.eclipse.cdt.utils.macho;
/*******************************************************************************
* Copyright (c) 2000, 2005 QNX Software Systems and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* QNX Software Systems - Initial API and implementation
* Craig Watson
*******************************************************************************/
/*
* (c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*/
package org.eclipse.cdt.utils.macho;
import java.io.IOException;
import java.util.Arrays;