Browse Source

#365 : ADDS missing EPL header and author tag

Johannes Dicks 9 years ago
parent
commit
b36668cf21

+ 11 - 0
plugins/org.yakindu.sct.generator.core/src/org/yakindu/sct/generator/core/extensions/IGeneratorDescriptor.java

@@ -1,3 +1,14 @@
+/**
+ * Copyright (c) 2016 committers of YAKINDU 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 YAKINDU - initial API and implementation
+ * 
+ */
 package org.yakindu.sct.generator.core.extensions;
 
 import java.util.List;