mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
2005-07-22 Alain Magloire
Fix the copyright.
This commit is contained in:
parent
ba2f36fbae
commit
1ba90ead7e
15 changed files with 143 additions and 56 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
2005-07-22 Alain Magloire
|
||||||
|
Fix the copyright.
|
||||||
|
|
||||||
2005-04-13 Alain Magloire
|
2005-04-13 Alain Magloire
|
||||||
Fix PR 91002
|
Fix PR 91002
|
||||||
* src/org/eclipse/cdt/debug/mi/internal/preferences/MIPreferencePage.java
|
* src/org/eclipse/cdt/debug/mi/internal/preferences/MIPreferencePage.java
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import org.eclipse.swt.events.ModifyEvent;
|
import org.eclipse.swt.events.ModifyEvent;
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import org.eclipse.jface.util.Assert;
|
import org.eclipse.jface.util.Assert;
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import org.eclipse.swt.SWT;
|
import org.eclipse.swt.SWT;
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import org.eclipse.cdt.debug.internal.ui.SWTUtil;
|
import org.eclipse.cdt.debug.internal.ui.SWTUtil;
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import org.eclipse.jface.util.Assert;
|
import org.eclipse.jface.util.Assert;
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import org.eclipse.swt.SWT;
|
import org.eclipse.swt.SWT;
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import org.eclipse.cdt.debug.internal.ui.SWTUtil;
|
import org.eclipse.cdt.debug.internal.ui.SWTUtil;
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import org.eclipse.swt.SWT;
|
import org.eclipse.swt.SWT;
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
/*
|
/*******************************************************************************
|
||||||
* (c) Copyright IBM Corp. 2000, 2001.
|
* Copyright (c) 2005 IBM Corporation and others.
|
||||||
* All Rights Reserved.
|
* 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:
|
||||||
|
* IBM Corporation - initial API and implementation
|
||||||
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
package org.eclipse.cdt.debug.mi.internal.ui.dialogfields;
|
||||||
|
|
||||||
import org.eclipse.swt.SWT;
|
import org.eclipse.swt.SWT;
|
||||||
|
|
Loading…
Add table
Reference in a new issue