From 7cee0b70c6a97325f11ced02716e0d1cac64547e Mon Sep 17 00:00:00 2001 From: John Camelon Date: Thu, 24 Jun 2004 21:29:20 +0000 Subject: [PATCH] Applied yet more copyrights for Dave Daoust. --- .../org/eclipse/cdt/core/model/CoreModelUtil.java | 11 +++++++++++ .../ui/browser/cbrowsing/CBrowsingMessages.properties | 4 ++-- .../ui/compare/SourceElementRequestorAdapter.java | 7 ++++--- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/model/CoreModelUtil.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/model/CoreModelUtil.java index 342ab895694..c95e4051662 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/model/CoreModelUtil.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/model/CoreModelUtil.java @@ -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; diff --git a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties b/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties index e9fe8baee02..15c8a8d1d98 100644 --- a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties +++ b/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties @@ -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} diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/compare/SourceElementRequestorAdapter.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/compare/SourceElementRequestorAdapter.java index 7bc7491e85b..eacb20b756c 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/compare/SourceElementRequestorAdapter.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/compare/SourceElementRequestorAdapter.java @@ -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;