From ed248b232f4c1a70f49e331d7fbb9149b960d39a Mon Sep 17 00:00:00 2001 From: James Blackburn Date: Thu, 20 Jan 2011 18:14:30 +0000 Subject: [PATCH] Bug 333537 - copyrights --- .../core/templateengine/process/ConditionalProcessGroup.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/templateengine/org/eclipse/cdt/core/templateengine/process/ConditionalProcessGroup.java b/core/org.eclipse.cdt.core/templateengine/org/eclipse/cdt/core/templateengine/process/ConditionalProcessGroup.java index 2584075585a..a05e8f8dad8 100644 --- a/core/org.eclipse.cdt.core/templateengine/org/eclipse/cdt/core/templateengine/process/ConditionalProcessGroup.java +++ b/core/org.eclipse.cdt.core/templateengine/org/eclipse/cdt/core/templateengine/process/ConditionalProcessGroup.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007, 2008 Symbian Software Limited and others. + * Copyright (c) 2007, 2011 Symbian Software Limited 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 @@ -7,6 +7,7 @@ * * Contributors: * Bala Torati (Symbian) - Initial API and implementation + * Christian Walther (walther@indel.ch) [333537] - Macro expansion in conditional process groups *******************************************************************************/ package org.eclipse.cdt.core.templateengine.process;