From 77c1d701e9fe6dc8f102f3032aec19c7b47d87ac Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 12 Dec 2006 20:08:28 +0000 Subject: [PATCH] [cleanup] adding copyright information --- .../org/eclipse/rse/internal/persistence/Messages.java | 9 +++++++++ .../rse/internal/persistence/messages.properties | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/rse/plugins/org.eclipse.rse.core/persistence/org/eclipse/rse/internal/persistence/Messages.java b/rse/plugins/org.eclipse.rse.core/persistence/org/eclipse/rse/internal/persistence/Messages.java index 69289338301..a33c0db3fcb 100644 --- a/rse/plugins/org.eclipse.rse.core/persistence/org/eclipse/rse/internal/persistence/Messages.java +++ b/rse/plugins/org.eclipse.rse.core/persistence/org/eclipse/rse/internal/persistence/Messages.java @@ -1,3 +1,12 @@ +/******************************************************************************** + * Copyright (c) 2006 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 + * + * Contributors: + * David Dykstal (IBM) - initial API and implementation + ********************************************************************************/ package org.eclipse.rse.internal.persistence; import org.eclipse.osgi.util.NLS; diff --git a/rse/plugins/org.eclipse.rse.core/persistence/org/eclipse/rse/internal/persistence/messages.properties b/rse/plugins/org.eclipse.rse.core/persistence/org/eclipse/rse/internal/persistence/messages.properties index dd05f0cf752..c1da94ca9fd 100644 --- a/rse/plugins/org.eclipse.rse.core/persistence/org/eclipse/rse/internal/persistence/messages.properties +++ b/rse/plugins/org.eclipse.rse.core/persistence/org/eclipse/rse/internal/persistence/messages.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2006 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 +# +# Contributors: +# David Dykstal (IBM) - initial API and implementation +############################################################################### RSEPersistenceManager_DeleteProfileJobName=Delete RSE Profile Job PropertyFileProvider_SavingTaskName=Saving DOM PropertyFileProvider_UnexpectedException=Unexpected Exception