diff options
author | atikhomirov | 2007-06-08 18:46:19 +0000 |
---|---|---|
committer | atikhomirov | 2007-06-08 18:46:19 +0000 |
commit | d826c39b55623aae1b47741a4df6f3271ece9369 (patch) | |
tree | 516d1eb14ed8a58c7ea12aa4122e9b801007eb30 | |
parent | 52eec4287875c001b3d87e82481cf66fdbf5af1a (diff) | |
download | org.eclipse.gmf-tooling-d826c39b55623aae1b47741a4df6f3271ece9369.tar.gz org.eclipse.gmf-tooling-d826c39b55623aae1b47741a4df6f3271ece9369.tar.xz org.eclipse.gmf-tooling-d826c39b55623aae1b47741a4df6f3271ece9369.zip |
copyright blurb
-rw-r--r-- | plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Descriptor.xpt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Descriptor.xpt b/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Descriptor.xpt index cc3f4be9c..d4037891f 100644 --- a/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Descriptor.xpt +++ b/plugins/org.eclipse.gmf.graphdef.codegen/templates/top/Descriptor.xpt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2007 Borland Software Corporation + * + * 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: + * Artem Tikhomirov (Borland) - initial API and implementation + */ + «IMPORT "http://www.eclipse.org/gmf/2006/GraphicalDefinition"» «IMPORT "http://www.eclipse.org/emf/2002/Ecore"» «IMPORT "templates"» |