diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/IProposalFilter.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/IProposalFilter.java index 3495e59d926..f3c91ce5170 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/IProposalFilter.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/IProposalFilter.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2006 Norbert Plött and others. + * Copyright (c) 2006 Norbert Ploett 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: - * Norbert Plött (Seimens) - Initial Contribution + * Norbert Ploett (Siemens) - Initial Contribution *******************************************************************************/ package org.eclipse.cdt.ui.text.contentassist;