From b97e8aa62fe8f3588c9d33853a98b1cdcc2e3257 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Fri, 25 May 2007 14:51:41 +0000 Subject: [PATCH] [copyright] fix copyright comment --- .../org/eclipse/rse/core/model/PropertyList.java | 13 +++++++------ .../rse/core/model/RSEPersistableObject.java | 13 +++++++------ .../eclipse/filesystem/ui/actions/Messages.java | 13 +++++++------ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertyList.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertyList.java index fed905ec159..d0302cb3e33 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertyList.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertyList.java @@ -1,11 +1,12 @@ /******************************************************************************* - * Copyright (c) 2007 IBM Corporation. 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 - * + * Copyright (c) 2007 IBM Corporation and others. + * 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: - * David Dykstal (IBM) - initial API and implementation. + * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.rse.core.model; diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/RSEPersistableObject.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/RSEPersistableObject.java index b36630e2cfd..12250efb383 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/RSEPersistableObject.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/RSEPersistableObject.java @@ -1,11 +1,12 @@ /******************************************************************************* - * Copyright (c) 2007 IBM Corporation. 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 - * + * Copyright (c) 2007 IBM Corporation and others. + * 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: - * David Dykstal (IBM) - initial API and implementation. + * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.rse.core.model; diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/internal/eclipse/filesystem/ui/actions/Messages.java b/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/internal/eclipse/filesystem/ui/actions/Messages.java index 93947e3c192..b1cf3b84194 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/internal/eclipse/filesystem/ui/actions/Messages.java +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/src/org/eclipse/rse/internal/eclipse/filesystem/ui/actions/Messages.java @@ -1,11 +1,12 @@ /******************************************************************************* - * Copyright (c) 2007 IBM Corporation. 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 - * + * Copyright (c) 2007 IBM Corporation and others. + * 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: - * David Dykstal (IBM) - initial API and implementation. + * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.rse.internal.eclipse.filesystem.ui.actions;