Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFGroupConditionalStyle.java')
-rw-r--r--plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFGroupConditionalStyle.java13
1 files changed, 8 insertions, 5 deletions
diff --git a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFGroupConditionalStyle.java b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFGroupConditionalStyle.java
index f768fc507..db2e05ce6 100644
--- a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFGroupConditionalStyle.java
+++ b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFGroupConditionalStyle.java
@@ -1,9 +1,12 @@
/**
- * Copyright (c) 2015 Obeo.
+ * Copyright (c) 2015, 2018 Obeo.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.htm
+ * https://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
* Contributors: Obeo - initial API and implementation
*/
package org.eclipse.eef;
@@ -33,7 +36,7 @@ public interface EEFGroupConditionalStyle extends EEFConditionalStyle {
* description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Style</em>' containment reference.
* @see #setStyle(EEFGroupStyle)
* @see org.eclipse.eef.EefPackage#getEEFGroupConditionalStyle_Style()
@@ -45,7 +48,7 @@ public interface EEFGroupConditionalStyle extends EEFConditionalStyle {
/**
* Sets the value of the '{@link org.eclipse.eef.EEFGroupConditionalStyle#getStyle <em>Style</em>}' containment
* reference. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Style</em>' containment reference.
* @see #getStyle()

Back to the top