Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fedorov2020-01-06 09:07:57 +0000
committerAlexander Fedorov2020-01-06 09:07:57 +0000
commit6a03eb7dc122495aad94d59cb63de5ed5d1d4391 (patch)
treed7839eee2f43218476bf4def51ba4087a9d57a2e
parentedadfc9b044959e3d95cb9157df43e6156a35596 (diff)
downloadeclipse.platform.team-6a03eb7dc122495aad94d59cb63de5ed5d1d4391.tar.gz
eclipse.platform.team-6a03eb7dc122495aad94d59cb63de5ed5d1d4391.tar.xz
eclipse.platform.team-6a03eb7dc122495aad94d59cb63de5ed5d1d4391.zip
Fixed license header Change-Id: Id2f4ae17be414a7279d3de505a7173734966d7b2 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
-rw-r--r--bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Messages.java19
1 files changed, 10 insertions, 9 deletions
diff --git a/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Messages.java b/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Messages.java
index c694d7b26..9144da895 100644
--- a/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Messages.java
+++ b/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Messages.java
@@ -1,15 +1,16 @@
-/**********************************************************************
+/*******************************************************************************
* Copyright (c) 2007 IBM Corporation and others.
*
- * This program and the accompanying materials are made available under the terms of
- * the Eclipse Public License 2.0 which accompanies this distribution, and is
-t https://www.eclipse.org/legal/epl-2.0/
-t
-t SPDX-License-Identifier: EPL-2.0
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
- * Contributors:
- * IBM - Initial API and implementation
- **********************************************************************/
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.jsch.internal.core;
import org.eclipse.osgi.util.NLS;

Back to the top