1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

Applied yet more copyrights for Dave Daoust.

This commit is contained in:
John Camelon 2004-06-24 21:29:20 +00:00
parent 97dcd10e64
commit 7cee0b70c6
3 changed files with 17 additions and 5 deletions

View file

@ -1,3 +1,14 @@
/**********************************************************************
* Copyright (c) 2002, 2004 QNX Software Systems and others.
* 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:
* QNX Software Systems - Initial API and implementation
***********************************************************************/
package org.eclipse.cdt.core.model;
import org.eclipse.core.resources.IResource;

View file

@ -1,4 +1,4 @@
#******************************************************************************
###############################################################################
# Copyright (c) 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
@ -8,7 +8,7 @@
# Contributors:
# IBM Corporation - initial API and implementation
# QNX Software Systems - adapted for use in CDT
#******************************************************************************/
###############################################################################
CBrowsingPart.toolTip= Working Set: {0}
CBrowsingPart.toolTip2= {0} - Working Set: {1}

View file

@ -1,12 +1,13 @@
/*******************************************************************************
*
* Copyright (c) 2002, 2004 QNX Software Systems and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* 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-v05.html
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* QnX Software Systems - initial implementation base on code from rational/IBM
* QNX Software Systems - initial implementation base on code from rational/IBM
******************************************************************************/
package org.eclipse.cdt.internal.ui.compare;