1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Fix the copyright.

This commit is contained in:
Alain Magloire 2003-04-08 17:37:09 +00:00
parent 8a897bd030
commit 90aaf1dfaa

View file

@ -1,17 +1,16 @@
/* MI
(c) 2002 Copyright RedHat Inc
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.
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., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/*******************************************************************************
*
* (c) 2002 Copyright RedHat Inc
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* RedHat Inc - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.debug.mi.core.command;
/**