Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table')
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/AbstractRange.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Cell.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/ComposedRange.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Coordinate.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Dumper.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Formula.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Generator.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/OffsetRange.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Range.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/RectangularRange.java4
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Table.java4
11 files changed, 22 insertions, 22 deletions
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/AbstractRange.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/AbstractRange.java
index 7cbdadfc0..39be994e6 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/AbstractRange.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/AbstractRange.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Cell.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Cell.java
index 89b5911cb..7ea0f17d7 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Cell.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Cell.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/ComposedRange.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/ComposedRange.java
index a1c49af64..444f119a0 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/ComposedRange.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/ComposedRange.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Coordinate.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Coordinate.java
index cc3e5e977..55a69ff2a 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Coordinate.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Coordinate.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Dumper.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Dumper.java
index 25176805e..a3063a5a0 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Dumper.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Dumper.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Formula.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Formula.java
index 3740dbe32..3e29b5794 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Formula.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Formula.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2017 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Generator.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Generator.java
index 00be3c111..49f543671 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Generator.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Generator.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/OffsetRange.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/OffsetRange.java
index d73575560..f4f58c5b5 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/OffsetRange.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/OffsetRange.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Range.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Range.java
index 915339276..fbd9b1829 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Range.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Range.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/RectangularRange.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/RectangularRange.java
index 4134a0aa9..5a293d2dd 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/RectangularRange.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/RectangularRange.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Table.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Table.java
index 7177017d2..65811ecad 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Table.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/table/Table.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* 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.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation

Back to the top