Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpschonbac2009-01-10 00:59:01 +0000
committerpschonbac2009-01-10 00:59:01 +0000
commitb652f86b31c9d2facb70bdda51704ae1f95a7358 (patch)
tree059d4728f639b9d1d7b840227cc91ed5dc8bd768 /plugins/org.eclipse.xpand/src/org/eclipse/internal/xpand2/codeassist/NamespaceProposalComputer.java
parentd5312a4578669fe68e5f34fd672a395746089c8b (diff)
downloadorg.eclipse.xpand-b652f86b31c9d2facb70bdda51704ae1f95a7358.tar.gz
org.eclipse.xpand-b652f86b31c9d2facb70bdda51704ae1f95a7358.tar.xz
org.eclipse.xpand-b652f86b31c9d2facb70bdda51704ae1f95a7358.zip
- Updated M2T Xpand to be in sync with version 4.3.1
- The previous step required some additions to the MWE core - Updated all license headers
Diffstat (limited to 'plugins/org.eclipse.xpand/src/org/eclipse/internal/xpand2/codeassist/NamespaceProposalComputer.java')
-rw-r--r--plugins/org.eclipse.xpand/src/org/eclipse/internal/xpand2/codeassist/NamespaceProposalComputer.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/org.eclipse.xpand/src/org/eclipse/internal/xpand2/codeassist/NamespaceProposalComputer.java b/plugins/org.eclipse.xpand/src/org/eclipse/internal/xpand2/codeassist/NamespaceProposalComputer.java
index fe775810..944b16db 100644
--- a/plugins/org.eclipse.xpand/src/org/eclipse/internal/xpand2/codeassist/NamespaceProposalComputer.java
+++ b/plugins/org.eclipse.xpand/src/org/eclipse/internal/xpand2/codeassist/NamespaceProposalComputer.java
@@ -1,12 +1,10 @@
/*******************************************************************************
- * Copyright (c) 2005, 2007 committers of openArchitectureWare and others.
+ * Copyright (c) 2005-2009 itemis AG (http://www.itemis.eu) 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:
- * committers of openArchitectureWare - initial API and implementation
*******************************************************************************/
package org.eclipse.internal.xpand2.codeassist;

Back to the top