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:
parent
97dcd10e64
commit
7cee0b70c6
3 changed files with 17 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue