diff --git a/com.minres.scviewer.database.text/pom.xml b/com.minres.scviewer.database.text/pom.xml index b9ae982..fe1a9e7 100644 --- a/com.minres.scviewer.database.text/pom.xml +++ b/com.minres.scviewer.database.text/pom.xml @@ -14,6 +14,7 @@ org.eclipse.tycho tycho-compiler-plugin + 0.23.1 groovy-eclipse-compiler diff --git a/com.minres.scviewer.e4.application/src/com/minres/scviewer/e4/application/parts/AboutDialog.java b/com.minres.scviewer.e4.application/src/com/minres/scviewer/e4/application/parts/AboutDialog.java index fddee44..acc569e 100644 --- a/com.minres.scviewer.e4.application/src/com/minres/scviewer/e4/application/parts/AboutDialog.java +++ b/com.minres.scviewer.e4.application/src/com/minres/scviewer/e4/application/parts/AboutDialog.java @@ -54,7 +54,9 @@ public class AboutDialog extends Dialog { "\n"+ "All rights reserved. MINRES and the MINRES logo are trademarks of MINRES Technologies GmbH, http://www.minres.com/ . "+ "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\n"+ + "which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html\n\n"+ + "Parts of the software are governed by the Apache License Version 2.0 available at http://www.apache.org/licenses/. "+ + "These are namely org.apache.jdbm and org.sqlite JDBC driver\n"+ "\n\nSources code is hosted at GitHub: https://github.com/minres/SCViewer\n"; /** diff --git a/com.minres.scviewer.e4.product/SCViewer (restart).launch b/com.minres.scviewer.e4.product/SCViewer (restart).launch index 2ab6184..623bed5 100644 --- a/com.minres.scviewer.e4.product/SCViewer (restart).launch +++ b/com.minres.scviewer.e4.product/SCViewer (restart).launch @@ -16,7 +16,7 @@ - + diff --git a/com.minres.scviewer.e4.product/pom.xml b/com.minres.scviewer.e4.product/pom.xml index 64aeef3..f66383a 100644 --- a/com.minres.scviewer.e4.product/pom.xml +++ b/com.minres.scviewer.e4.product/pom.xml @@ -10,7 +10,7 @@ ../com.minres.scviewer.parent com.minres.scviewer.e4.product - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT eclipse-repository com.minres.scviewer diff --git a/com.minres.scviewer.e4.product/scviewer.product b/com.minres.scviewer.e4.product/scviewer.product index bdd2a22..9abe6d5 100644 --- a/com.minres.scviewer.e4.product/scviewer.product +++ b/com.minres.scviewer.e4.product/scviewer.product @@ -34,6 +34,10 @@ + + http://www.eclipse.org/legal/epl-v10.html + +