Browse Source

Replace Xtext with Copyright Header

Dominik Tesch 9 years ago
parent
commit
9958a98ea2
20 changed files with 198 additions and 58 deletions
  1. 10 3
      plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/ExpressionsUiModule.java
  2. 19 12
      plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/contentassist/ExpressionsProposalProvider.xtend
  3. 9 2
      plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/labeling/ExpressionsDescriptionLabelProvider.xtend
  4. 9 2
      plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/labeling/ExpressionsLabelProvider.xtend
  5. 9 2
      plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/outline/ExpressionsOutlineTreeProvider.xtend
  6. 9 2
      plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/quickfix/ExpressionsQuickfixProvider.xtend
  7. 10 3
      plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/ExpressionsRuntimeModule.java
  8. 9 2
      plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/ExpressionsStandaloneSetup.java
  9. 10 3
      plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/formatting/ExpressionsFormatter.xtend
  10. 10 3
      plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/generator/ExpressionsGenerator.xtend
  11. 10 3
      plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/scoping/ExpressionsScopeProvider.xtend
  12. 10 3
      plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/SGenUiModule.java
  13. 9 2
      plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/labeling/SGenDescriptionLabelProvider.java
  14. 9 2
      plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/labeling/SGenLabelProvider.java
  15. 9 2
      plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/outline/SGenOutlineTreeProvider.java
  16. 10 3
      plugins/org.yakindu.sct.generator.genmodel/src/org/yakindu/sct/generator/genmodel/formatting/SGenFormatter.java
  17. 9 2
      plugins/org.yakindu.sct.model.stext.ui/src/org/yakindu/sct/model/stext/ui/labeling/STextDescriptionLabelProvider.java
  18. 9 2
      plugins/org.yakindu.sct.model.stext.ui/src/org/yakindu/sct/model/stext/ui/labeling/STextLabelProvider.java
  19. 9 2
      plugins/org.yakindu.sct.model.stext.ui/src/org/yakindu/sct/model/stext/ui/outline/STextOutlineTreeProvider.java
  20. 10 3
      plugins/org.yakindu.sct.model.stext/src/org/yakindu/sct/model/stext/formatting/STextFormatter.java

+ 10 - 3
plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/ExpressionsUiModule.java

@@ -1,6 +1,13 @@
-/*
- * generated by Xtext
- */
+/** 
+ * Copyright (c) 2015 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.base.expressions.ui;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;

+ 19 - 12
plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/contentassist/ExpressionsProposalProvider.xtend

@@ -1,12 +1,19 @@
-/*
- * generated by Xtext
- */
-package org.yakindu.base.expressions.ui.contentassist
-
-import org.yakindu.base.expressions.ui.contentassist.AbstractExpressionsProposalProvider
-
-/**
- * see http://www.eclipse.org/Xtext/documentation.html#contentAssist on how to customize content assistant
- */
-class ExpressionsProposalProvider extends AbstractExpressionsProposalProvider {
-}
+/** 
+ * Copyright (c) 2015 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.base.expressions.ui.contentassist
+
+import org.yakindu.base.expressions.ui.contentassist.AbstractExpressionsProposalProvider
+
+/**
+ * see http://www.eclipse.org/Xtext/documentation.html#contentAssist on how to customize content assistant
+ */
+class ExpressionsProposalProvider extends AbstractExpressionsProposalProvider {
+}

+ 9 - 2
plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/labeling/ExpressionsDescriptionLabelProvider.xtend

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.base.expressions.ui.labeling
 

+ 9 - 2
plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/labeling/ExpressionsLabelProvider.xtend

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.base.expressions.ui.labeling
 

+ 9 - 2
plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/outline/ExpressionsOutlineTreeProvider.xtend

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.base.expressions.ui.outline
 

+ 9 - 2
plugins/org.yakindu.base.expressions.ui/src/org/yakindu/base/expressions/ui/quickfix/ExpressionsQuickfixProvider.xtend

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.base.expressions.ui.quickfix
 

+ 10 - 3
plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/ExpressionsRuntimeModule.java

@@ -1,6 +1,13 @@
-/*
- * generated by Xtext
- */
+/** 
+ * Copyright (c) 2015 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.base.expressions;
 
 import org.yakindu.base.expressions.inferrer.ExpressionsTypeInferrer;

+ 9 - 2
plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/ExpressionsStandaloneSetup.java

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.base.expressions;
 

+ 10 - 3
plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/formatting/ExpressionsFormatter.xtend

@@ -1,6 +1,13 @@
-/*
- * generated by Xtext
- */
+/** 
+ * Copyright (c) 2015 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.base.expressions.formatting
 
 import org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter

+ 10 - 3
plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/generator/ExpressionsGenerator.xtend

@@ -1,6 +1,13 @@
-/*
- * generated by Xtext
- */
+/** 
+ * Copyright (c) 2015 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.base.expressions.generator
 
 import org.eclipse.emf.ecore.resource.Resource

+ 10 - 3
plugins/org.yakindu.base.expressions/src/org/yakindu/base/expressions/scoping/ExpressionsScopeProvider.xtend

@@ -1,6 +1,13 @@
-/*
- * generated by Xtext
- */
+/** 
+ * Copyright (c) 2015 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.base.expressions.scoping
 
 /**

+ 10 - 3
plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/SGenUiModule.java

@@ -1,6 +1,13 @@
-/*
- * generated by Xtext
- */
+/** 
+ * Copyright (c) 2015 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.genmodel.ui;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;

+ 9 - 2
plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/labeling/SGenDescriptionLabelProvider.java

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.genmodel.ui.labeling;
 

+ 9 - 2
plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/labeling/SGenLabelProvider.java

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.genmodel.ui.labeling;
 

+ 9 - 2
plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/outline/SGenOutlineTreeProvider.java

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.genmodel.ui.outline;
 

+ 10 - 3
plugins/org.yakindu.sct.generator.genmodel/src/org/yakindu/sct/generator/genmodel/formatting/SGenFormatter.java

@@ -1,6 +1,13 @@
-/*
- * generated by Xtext
- */
+/** 
+ * Copyright (c) 2015 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.genmodel.formatting;
 
 import org.eclipse.xtext.Group;

+ 9 - 2
plugins/org.yakindu.sct.model.stext.ui/src/org/yakindu/sct/model/stext/ui/labeling/STextDescriptionLabelProvider.java

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.model.stext.ui.labeling;
 

+ 9 - 2
plugins/org.yakindu.sct.model.stext.ui/src/org/yakindu/sct/model/stext/ui/labeling/STextLabelProvider.java

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.model.stext.ui.labeling;
 

+ 9 - 2
plugins/org.yakindu.sct.model.stext.ui/src/org/yakindu/sct/model/stext/ui/outline/STextOutlineTreeProvider.java

@@ -1,5 +1,12 @@
-/*
-* generated by Xtext
+/** 
+ * Copyright (c) 2015 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.model.stext.ui.outline;
 

+ 10 - 3
plugins/org.yakindu.sct.model.stext/src/org/yakindu/sct/model/stext/formatting/STextFormatter.java

@@ -1,6 +1,13 @@
-/*
- * generated by Xtext
- */
+/** 
+ * Copyright (c) 2015 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.model.stext.formatting;
 
 import org.eclipse.xtext.formatting.impl.AbstractDeclarativeFormatter;