From 3aefe8f54d5bf40e266a1860389be18d2b88b6e1 Mon Sep 17 00:00:00 2001 From: Sean Evoy Date: Thu, 24 Jun 2004 15:47:55 +0000 Subject: [PATCH] Commit for Dave Daoust: adds updated copyright notices for IBM-supplied source --- .../plugin.properties | 10 ++++++++++ .../ui/properties/ManagedBuilderPropertyPage.java | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties index 6f97e86cecc..b4439454e35 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties +++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 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 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### pluginName=C/C++ Managed Builder UI providerName=Eclipse.org diff --git a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/ManagedBuilderPropertyPage.java b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/ManagedBuilderPropertyPage.java index 1e7a5a6b835..a8d27fab4a6 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/ManagedBuilderPropertyPage.java +++ b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/ManagedBuilderPropertyPage.java @@ -1,13 +1,13 @@ /******************************************************************************* - * Copyright (c) 2000, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2000, 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * * Contributors: * IBM Corporation - initial API and implementation - * Intel Corp - use in Managed Make system + * Intel Corp - use in Managed Make system *******************************************************************************/ package org.eclipse.cdt.managedbuilder.ui.properties;