From a7e775b33a7aa9593556e6d35c3dd3d364383c62 Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Thu, 4 Jun 2009 09:40:55 +0000 Subject: [PATCH] Fixed Copyright. --- .../ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java index 19722ee1b71..175a4f430ff 100644 --- a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java +++ b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/BasicCEditorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2008 Wind River Systems, Inc. and others. + * Copyright (c) 2006, 2009 Wind River Systems, Inc. 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: * Anton Leherbauer (Wind River Systems) - initial API and implementation + * Andrew Eidsness - fix and test for bug 278632 *******************************************************************************/ package org.eclipse.cdt.ui.tests.text;