From 0a054c0a7d6975fab457edb62bbddf3f6620a6ad Mon Sep 17 00:00:00 2001 From: Chris Recoskie Date: Mon, 31 Jul 2006 11:42:31 +0000 Subject: [PATCH] add copyright header --- .../plugin.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties b/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties index 94c78914da3..8fffb1a3db5 100644 --- a/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties +++ b/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties @@ -1,3 +1,18 @@ +############################################################################### +# Copyright (c) 2006 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: +# IBM Corporation - initial API and implementation +############################################################################### +# plugin.properties +# contains externalized strings for plugin.xml +# "%foo" in feature.xml corresponds to the key "foo" in this file +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file should be translated. pluginName=Error parser for xlc compiler providerName=Eclipse.org