Strabon
changeset 552:b95784675cc7
added licence statement in endpoint/, evaluation/, resultio/, runtime/, and scripts/.
generaldb/, monetdb/, and postgis/ are under way.
generaldb/, monetdb/, and postgis/ are under way.
line diff
1.1 --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/Common.java Sun Sep 16 15:39:55 2012 +0300 1.2 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/Common.java Sun Sep 16 22:23:31 2012 +0300 1.3 @@ -1,5 +1,11 @@ 1.4 /** 1.5 + * This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 * 1.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 1.10 + * 1.11 + * http://www.strabon.di.uoa.gr/ 1.12 */ 1.13 package eu.earthobservatory.org.StrabonEndpoint; 1.14
2.1 --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/ConnectionBean.java Sun Sep 16 15:39:55 2012 +0300 2.2 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/ConnectionBean.java Sun Sep 16 22:23:31 2012 +0300 2.3 @@ -1,5 +1,11 @@ 2.4 /** 2.5 + * This Source Code Form is subject to the terms of the Mozilla Public 2.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 2.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 2.8 * 2.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 2.10 + * 2.11 + * http://www.strabon.di.uoa.gr/ 2.12 */ 2.13 package eu.earthobservatory.org.StrabonEndpoint; 2.14
3.1 --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/DescribeBean.java Sun Sep 16 15:39:55 2012 +0300 3.2 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/DescribeBean.java Sun Sep 16 22:23:31 2012 +0300 3.3 @@ -1,3 +1,12 @@ 3.4 +/** 3.5 + * This Source Code Form is subject to the terms of the Mozilla Public 3.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 3.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 3.8 + * 3.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 3.10 + * 3.11 + * http://www.strabon.di.uoa.gr/ 3.12 + */ 3.13 package eu.earthobservatory.org.StrabonEndpoint; 3.14 3.15 import java.io.ByteArrayOutputStream;
4.1 --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/QueryBean.java Sun Sep 16 15:39:55 2012 +0300 4.2 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/QueryBean.java Sun Sep 16 22:23:31 2012 +0300 4.3 @@ -1,3 +1,12 @@ 4.4 +/** 4.5 + * This Source Code Form is subject to the terms of the Mozilla Public 4.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 4.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 4.8 + * 4.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 4.10 + * 4.11 + * http://www.strabon.di.uoa.gr/ 4.12 + */ 4.13 package eu.earthobservatory.org.StrabonEndpoint; 4.14 4.15 import java.io.ByteArrayOutputStream;
5.1 --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/ResponseMessages.java Sun Sep 16 15:39:55 2012 +0300 5.2 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/ResponseMessages.java Sun Sep 16 22:23:31 2012 +0300 5.3 @@ -1,5 +1,11 @@ 5.4 /** 5.5 + * This Source Code Form is subject to the terms of the Mozilla Public 5.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 5.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 5.8 * 5.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 5.10 + * 5.11 + * http://www.strabon.di.uoa.gr/ 5.12 */ 5.13 package eu.earthobservatory.org.StrabonEndpoint; 5.14
6.1 --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/StoreBean.java Sun Sep 16 15:39:55 2012 +0300 6.2 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/StoreBean.java Sun Sep 16 22:23:31 2012 +0300 6.3 @@ -1,5 +1,11 @@ 6.4 /** 6.5 + * This Source Code Form is subject to the terms of the Mozilla Public 6.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 6.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 6.8 * 6.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 6.10 + * 6.11 + * http://www.strabon.di.uoa.gr/ 6.12 */ 6.13 package eu.earthobservatory.org.StrabonEndpoint; 6.14
7.1 --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/StrabonBeanWrapper.java Sun Sep 16 15:39:55 2012 +0300 7.2 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/StrabonBeanWrapper.java Sun Sep 16 22:23:31 2012 +0300 7.3 @@ -1,3 +1,12 @@ 7.4 +/** 7.5 + * This Source Code Form is subject to the terms of the Mozilla Public 7.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 7.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 7.8 + * 7.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 7.10 + * 7.11 + * http://www.strabon.di.uoa.gr/ 7.12 + */ 7.13 package eu.earthobservatory.org.StrabonEndpoint; 7.14 7.15 import java.io.IOException;
8.1 --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/StrabonBeanWrapperConfiguration.java Sun Sep 16 15:39:55 2012 +0300 8.2 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/StrabonBeanWrapperConfiguration.java Sun Sep 16 22:23:31 2012 +0300 8.3 @@ -1,5 +1,11 @@ 8.4 /** 8.5 + * This Source Code Form is subject to the terms of the Mozilla Public 8.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 8.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 8.8 * 8.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 8.10 + * 8.11 + * http://www.strabon.di.uoa.gr/ 8.12 */ 8.13 package eu.earthobservatory.org.StrabonEndpoint; 8.14
9.1 --- a/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/UpdateBean.java Sun Sep 16 15:39:55 2012 +0300 9.2 +++ b/endpoint/src/main/java/eu/earthobservatory/org/StrabonEndpoint/UpdateBean.java Sun Sep 16 22:23:31 2012 +0300 9.3 @@ -1,5 +1,11 @@ 9.4 /** 9.5 + * This Source Code Form is subject to the terms of the Mozilla Public 9.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 9.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 9.8 * 9.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 9.10 + * 9.11 + * http://www.strabon.di.uoa.gr/ 9.12 */ 9.13 package eu.earthobservatory.org.StrabonEndpoint; 9.14
10.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/link/SimilarTermFunc.java Sun Sep 16 15:39:55 2012 +0300 10.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/link/SimilarTermFunc.java Sun Sep 16 22:23:31 2012 +0300 10.3 @@ -1,7 +1,11 @@ 10.4 -/* 10.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 10.6 - * 10.7 - * Licensed under the Aduna BSD-style license. 10.8 +/** 10.9 + * This Source Code Form is subject to the terms of the Mozilla Public 10.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 10.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 10.12 + * 10.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 10.14 + * 10.15 + * http://www.strabon.di.uoa.gr/ 10.16 */ 10.17 package org.openrdf.query.algebra.evaluation.function.link; 10.18 10.19 @@ -10,7 +14,6 @@ 10.20 import org.openrdf.query.algebra.evaluation.ValueExprEvaluationException; 10.21 import org.openrdf.query.algebra.evaluation.function.Function; 10.22 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants; 10.23 -import org.openrdf.query.algebra.evaluation.function.spatial.geosparql.GeoSparqlRelation; 10.24 10.25 /** 10.26 *
11.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/GeoConstants.java Sun Sep 16 15:39:55 2012 +0300 11.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/GeoConstants.java Sun Sep 16 22:23:31 2012 +0300 11.3 @@ -1,5 +1,11 @@ 11.4 /** 11.5 + * This Source Code Form is subject to the terms of the Mozilla Public 11.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 11.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 11.8 * 11.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 11.10 + * 11.11 + * http://www.strabon.di.uoa.gr/ 11.12 */ 11.13 package org.openrdf.query.algebra.evaluation.function.spatial; 11.14
12.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/Polyhedron.java Sun Sep 16 15:39:55 2012 +0300 12.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/Polyhedron.java Sun Sep 16 22:23:31 2012 +0300 12.3 @@ -1,20 +1,25 @@ 12.4 +/** 12.5 + * This Source Code Form is subject to the terms of the Mozilla Public 12.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 12.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 12.8 + * 12.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 12.10 + * 12.11 + * http://www.strabon.di.uoa.gr/ 12.12 + */ 12.13 package org.openrdf.query.algebra.evaluation.function.spatial; 12.14 12.15 -import java.io.ByteArrayInputStream; 12.16 -import java.io.ByteArrayOutputStream; 12.17 -import java.io.IOException; 12.18 -import java.io.ObjectInputStream; 12.19 -import java.io.ObjectOutputStream; 12.20 import java.io.Serializable; 12.21 -import java.util.ArrayList; 12.22 -import java.util.HashMap; 12.23 12.24 12.25 /** 12.26 - * @author kkyzir 12.27 + * @author Kostis Kyzirakos <kkyzir@di.uoa.gr> 12.28 * 12.29 */ 12.30 public class Polyhedron implements Serializable { 12.31 + 12.32 + private static final long serialVersionUID = 76255052985367749L; 12.33 + 12.34 public static final int OPTIMAL_CONVEX_PARTITION = 0; //Optimal number of pieces, O(n^4) time and O(n^3) space 12.35 public static final int APPROXIMATE_CONVEX_PARTITION = 1; //Approximate optimal number of pieces, uses approximation algorithm of Hertel and Mehlhorn (triangulation), O(n) time and space. 12.36 public static final int GREEN_CONVEX_PARTITION = 2; //Approximate optimal number of pieces, uses sweep-line approximation algorithm of Greene, O(n log(n)) time and O(n) space.
13.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/ProjectionsFilter.java Sun Sep 16 15:39:55 2012 +0300 13.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/ProjectionsFilter.java Sun Sep 16 22:23:31 2012 +0300 13.3 @@ -1,3 +1,12 @@ 13.4 +/** 13.5 + * This Source Code Form is subject to the terms of the Mozilla Public 13.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 13.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 13.8 + * 13.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 13.10 + * 13.11 + * http://www.strabon.di.uoa.gr/ 13.12 + */ 13.13 package org.openrdf.query.algebra.evaluation.function.spatial; 13.14 13.15 import com.vividsolutions.jts.geom.Coordinate;
14.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/SpatialConstructFunc.java Sun Sep 16 15:39:55 2012 +0300 14.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/SpatialConstructFunc.java Sun Sep 16 22:23:31 2012 +0300 14.3 @@ -1,3 +1,12 @@ 14.4 +/** 14.5 + * This Source Code Form is subject to the terms of the Mozilla Public 14.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 14.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 14.8 + * 14.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 14.10 + * 14.11 + * http://www.strabon.di.uoa.gr/ 14.12 + */ 14.13 package org.openrdf.query.algebra.evaluation.function.spatial; 14.14 14.15 import org.openrdf.model.Value;
15.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/SpatialMetricFunc.java Sun Sep 16 15:39:55 2012 +0300 15.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/SpatialMetricFunc.java Sun Sep 16 22:23:31 2012 +0300 15.3 @@ -1,3 +1,12 @@ 15.4 +/** 15.5 + * This Source Code Form is subject to the terms of the Mozilla Public 15.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 15.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 15.8 + * 15.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 15.10 + * 15.11 + * http://www.strabon.di.uoa.gr/ 15.12 + */ 15.13 package org.openrdf.query.algebra.evaluation.function.spatial; 15.14 15.15 import org.openrdf.model.Value;
16.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/SpatialPropertyFunc.java Sun Sep 16 15:39:55 2012 +0300 16.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/SpatialPropertyFunc.java Sun Sep 16 22:23:31 2012 +0300 16.3 @@ -1,3 +1,12 @@ 16.4 +/** 16.5 + * This Source Code Form is subject to the terms of the Mozilla Public 16.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 16.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 16.8 + * 16.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 16.10 + * 16.11 + * http://www.strabon.di.uoa.gr/ 16.12 + */ 16.13 package org.openrdf.query.algebra.evaluation.function.spatial; 16.14 16.15 import org.openrdf.model.Value;
17.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/SpatialRelationshipFunc.java Sun Sep 16 15:39:55 2012 +0300 17.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/SpatialRelationshipFunc.java Sun Sep 16 22:23:31 2012 +0300 17.3 @@ -1,3 +1,12 @@ 17.4 +/** 17.5 + * This Source Code Form is subject to the terms of the Mozilla Public 17.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 17.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 17.8 + * 17.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 17.10 + * 17.11 + * http://www.strabon.di.uoa.gr/ 17.12 + */ 17.13 package org.openrdf.query.algebra.evaluation.function.spatial; 17.14 17.15 import org.openrdf.model.Value;
18.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/StrabonPolyhedron.java Sun Sep 16 15:39:55 2012 +0300 18.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/StrabonPolyhedron.java Sun Sep 16 22:23:31 2012 +0300 18.3 @@ -1,4 +1,14 @@ 18.4 +/** 18.5 + * This Source Code Form is subject to the terms of the Mozilla Public 18.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 18.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 18.8 + * 18.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 18.10 + * 18.11 + * http://www.strabon.di.uoa.gr/ 18.12 + */ 18.13 package org.openrdf.query.algebra.evaluation.function.spatial; 18.14 + 18.15 import java.util.ArrayList; 18.16 18.17 import org.openrdf.model.URI;
19.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/WKTHelper.java Sun Sep 16 15:39:55 2012 +0300 19.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/WKTHelper.java Sun Sep 16 22:23:31 2012 +0300 19.3 @@ -1,3 +1,12 @@ 19.4 +/** 19.5 + * This Source Code Form is subject to the terms of the Mozilla Public 19.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 19.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 19.8 + * 19.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 19.10 + * 19.11 + * http://www.strabon.di.uoa.gr/ 19.12 + */ 19.13 package org.openrdf.query.algebra.evaluation.function.spatial; 19.14 19.15 import org.slf4j.Logger;
20.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlNonTopologicalConstruct.java Sun Sep 16 15:39:55 2012 +0300 20.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlNonTopologicalConstruct.java Sun Sep 16 22:23:31 2012 +0300 20.3 @@ -1,7 +1,11 @@ 20.4 -/* 20.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 20.6 - * 20.7 - * Licensed under the Aduna BSD-style license. 20.8 +/** 20.9 + * This Source Code Form is subject to the terms of the Mozilla Public 20.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 20.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 20.12 + * 20.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 20.14 + * 20.15 + * http://www.strabon.di.uoa.gr/ 20.16 */ 20.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql; 20.18
21.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlNonTopologicalMetric.java Sun Sep 16 15:39:55 2012 +0300 21.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlNonTopologicalMetric.java Sun Sep 16 22:23:31 2012 +0300 21.3 @@ -1,7 +1,11 @@ 21.4 -/* 21.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 21.6 - * 21.7 - * Licensed under the Aduna BSD-style license. 21.8 +/** 21.9 + * This Source Code Form is subject to the terms of the Mozilla Public 21.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 21.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 21.12 + * 21.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 21.14 + * 21.15 + * http://www.strabon.di.uoa.gr/ 21.16 */ 21.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql; 21.18
22.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlRelateFunc.java Sun Sep 16 15:39:55 2012 +0300 22.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlRelateFunc.java Sun Sep 16 22:23:31 2012 +0300 22.3 @@ -1,7 +1,11 @@ 22.4 -/* 22.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 22.6 - * 22.7 - * Licensed under the Aduna BSD-style license. 22.8 +/** 22.9 + * This Source Code Form is subject to the terms of the Mozilla Public 22.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 22.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 22.12 + * 22.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 22.14 + * 22.15 + * http://www.strabon.di.uoa.gr/ 22.16 */ 22.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql; 22.18
23.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlRelation.java Sun Sep 16 15:39:55 2012 +0300 23.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/GeoSparqlRelation.java Sun Sep 16 22:23:31 2012 +0300 23.3 @@ -1,7 +1,11 @@ 23.4 -/* 23.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 23.6 - * 23.7 - * Licensed under the Aduna BSD-style license. 23.8 +/** 23.9 + * This Source Code Form is subject to the terms of the Mozilla Public 23.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 23.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 23.12 + * 23.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 23.14 + * 23.15 + * http://www.strabon.di.uoa.gr/ 23.16 */ 23.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql; 23.18
24.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferContainsFunc.java Sun Sep 16 15:39:55 2012 +0300 24.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferContainsFunc.java Sun Sep 16 22:23:31 2012 +0300 24.3 @@ -1,7 +1,11 @@ 24.4 -/* 24.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 24.6 - * 24.7 - * Licensed under the Aduna BSD-style license. 24.8 +/** 24.9 + * This Source Code Form is subject to the terms of the Mozilla Public 24.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 24.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 24.12 + * 24.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 24.14 + * 24.15 + * http://www.strabon.di.uoa.gr/ 24.16 */ 24.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.egenhofer; 24.18
25.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferCoveredByFunc.java Sun Sep 16 15:39:55 2012 +0300 25.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferCoveredByFunc.java Sun Sep 16 22:23:31 2012 +0300 25.3 @@ -1,7 +1,11 @@ 25.4 -/* 25.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 25.6 - * 25.7 - * Licensed under the Aduna BSD-style license. 25.8 +/** 25.9 + * This Source Code Form is subject to the terms of the Mozilla Public 25.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 25.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 25.12 + * 25.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 25.14 + * 25.15 + * http://www.strabon.di.uoa.gr/ 25.16 */ 25.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.egenhofer; 25.18 25.19 @@ -14,6 +18,6 @@ 25.20 @Override 25.21 public String getURI() { 25.22 return GeoConstants.ehCoveredBy; 25.23 - } 25.24 + } 25.25 25.26 }
26.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferCoversFunc.java Sun Sep 16 15:39:55 2012 +0300 26.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferCoversFunc.java Sun Sep 16 22:23:31 2012 +0300 26.3 @@ -1,7 +1,11 @@ 26.4 -/* 26.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 26.6 - * 26.7 - * Licensed under the Aduna BSD-style license. 26.8 +/** 26.9 + * This Source Code Form is subject to the terms of the Mozilla Public 26.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 26.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 26.12 + * 26.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 26.14 + * 26.15 + * http://www.strabon.di.uoa.gr/ 26.16 */ 26.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.egenhofer; 26.18 26.19 @@ -14,6 +18,6 @@ 26.20 @Override 26.21 public String getURI() { 26.22 return GeoConstants.ehCovers; 26.23 - } 26.24 + } 26.25 26.26 }
27.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferDisjointFunc.java Sun Sep 16 15:39:55 2012 +0300 27.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferDisjointFunc.java Sun Sep 16 22:23:31 2012 +0300 27.3 @@ -1,7 +1,11 @@ 27.4 -/* 27.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 27.6 - * 27.7 - * Licensed under the Aduna BSD-style license. 27.8 +/** 27.9 + * This Source Code Form is subject to the terms of the Mozilla Public 27.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 27.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 27.12 + * 27.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 27.14 + * 27.15 + * http://www.strabon.di.uoa.gr/ 27.16 */ 27.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.egenhofer; 27.18 27.19 @@ -14,6 +18,6 @@ 27.20 @Override 27.21 public String getURI() { 27.22 return GeoConstants.ehDisjoint; 27.23 - } 27.24 + } 27.25 27.26 }
28.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferEqualsFunc.java Sun Sep 16 15:39:55 2012 +0300 28.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferEqualsFunc.java Sun Sep 16 22:23:31 2012 +0300 28.3 @@ -1,7 +1,11 @@ 28.4 -/* 28.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 28.6 - * 28.7 - * Licensed under the Aduna BSD-style license. 28.8 +/** 28.9 + * This Source Code Form is subject to the terms of the Mozilla Public 28.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 28.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 28.12 + * 28.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 28.14 + * 28.15 + * http://www.strabon.di.uoa.gr/ 28.16 */ 28.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.egenhofer; 28.18 28.19 @@ -14,6 +18,6 @@ 28.20 @Override 28.21 public String getURI() { 28.22 return GeoConstants.ehEquals; 28.23 - } 28.24 + } 28.25 28.26 }
29.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferInsideFunc.java Sun Sep 16 15:39:55 2012 +0300 29.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferInsideFunc.java Sun Sep 16 22:23:31 2012 +0300 29.3 @@ -1,7 +1,11 @@ 29.4 -/* 29.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 29.6 - * 29.7 - * Licensed under the Aduna BSD-style license. 29.8 +/** 29.9 + * This Source Code Form is subject to the terms of the Mozilla Public 29.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 29.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 29.12 + * 29.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 29.14 + * 29.15 + * http://www.strabon.di.uoa.gr/ 29.16 */ 29.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.egenhofer; 29.18 29.19 @@ -14,6 +18,6 @@ 29.20 @Override 29.21 public String getURI() { 29.22 return GeoConstants.ehInside; 29.23 - } 29.24 + } 29.25 29.26 }
30.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferMeetFunc.java Sun Sep 16 15:39:55 2012 +0300 30.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferMeetFunc.java Sun Sep 16 22:23:31 2012 +0300 30.3 @@ -1,7 +1,11 @@ 30.4 -/* 30.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 30.6 - * 30.7 - * Licensed under the Aduna BSD-style license. 30.8 +/** 30.9 + * This Source Code Form is subject to the terms of the Mozilla Public 30.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 30.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 30.12 + * 30.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 30.14 + * 30.15 + * http://www.strabon.di.uoa.gr/ 30.16 */ 30.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.egenhofer; 30.18 30.19 @@ -14,6 +18,6 @@ 30.20 @Override 30.21 public String getURI() { 30.22 return GeoConstants.ehMeet; 30.23 - } 30.24 + } 30.25 30.26 }
31.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferOverlapFunc.java Sun Sep 16 15:39:55 2012 +0300 31.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/egenhofer/EgenhoferOverlapFunc.java Sun Sep 16 22:23:31 2012 +0300 31.3 @@ -1,7 +1,11 @@ 31.4 -/* 31.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 31.6 - * 31.7 - * Licensed under the Aduna BSD-style license. 31.8 +/** 31.9 + * This Source Code Form is subject to the terms of the Mozilla Public 31.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 31.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 31.12 + * 31.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 31.14 + * 31.15 + * http://www.strabon.di.uoa.gr/ 31.16 */ 31.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.egenhofer; 31.18
32.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlBoundaryFunc.java Sun Sep 16 15:39:55 2012 +0300 32.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlBoundaryFunc.java Sun Sep 16 22:23:31 2012 +0300 32.3 @@ -1,7 +1,11 @@ 32.4 -/* 32.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 32.6 - * 32.7 - * Licensed under the Aduna BSD-style license. 32.8 +/** 32.9 + * This Source Code Form is subject to the terms of the Mozilla Public 32.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 32.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 32.12 + * 32.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 32.14 + * 32.15 + * http://www.strabon.di.uoa.gr/ 32.16 */ 32.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.nontopological; 32.18
33.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlBufferFunc.java Sun Sep 16 15:39:55 2012 +0300 33.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlBufferFunc.java Sun Sep 16 22:23:31 2012 +0300 33.3 @@ -1,7 +1,11 @@ 33.4 -/* 33.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 33.6 - * 33.7 - * Licensed under the Aduna BSD-style license. 33.8 +/** 33.9 + * This Source Code Form is subject to the terms of the Mozilla Public 33.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 33.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 33.12 + * 33.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 33.14 + * 33.15 + * http://www.strabon.di.uoa.gr/ 33.16 */ 33.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.nontopological; 33.18
34.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlConvexHullFunc.java Sun Sep 16 15:39:55 2012 +0300 34.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlConvexHullFunc.java Sun Sep 16 22:23:31 2012 +0300 34.3 @@ -1,7 +1,11 @@ 34.4 -/* 34.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 34.6 - * 34.7 - * Licensed under the Aduna BSD-style license. 34.8 +/** 34.9 + * This Source Code Form is subject to the terms of the Mozilla Public 34.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 34.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 34.12 + * 34.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 34.14 + * 34.15 + * http://www.strabon.di.uoa.gr/ 34.16 */ 34.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.nontopological; 34.18
35.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlDifferenceFunc.java Sun Sep 16 15:39:55 2012 +0300 35.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlDifferenceFunc.java Sun Sep 16 22:23:31 2012 +0300 35.3 @@ -1,3 +1,12 @@ 35.4 +/** 35.5 + * This Source Code Form is subject to the terms of the Mozilla Public 35.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 35.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 35.8 + * 35.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 35.10 + * 35.11 + * http://www.strabon.di.uoa.gr/ 35.12 + */ 35.13 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.nontopological; 35.14 35.15 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants; 35.16 @@ -12,5 +21,5 @@ 35.17 @Override 35.18 public String getURI() { 35.19 return GeoConstants.geoSparqlDifference; 35.20 - } 35.21 + } 35.22 }
36.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlDistanceFunc.java Sun Sep 16 15:39:55 2012 +0300 36.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlDistanceFunc.java Sun Sep 16 22:23:31 2012 +0300 36.3 @@ -1,7 +1,11 @@ 36.4 -/* 36.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 36.6 - * 36.7 - * Licensed under the Aduna BSD-style license. 36.8 +/** 36.9 + * This Source Code Form is subject to the terms of the Mozilla Public 36.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 36.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 36.12 + * 36.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 36.14 + * 36.15 + * http://www.strabon.di.uoa.gr/ 36.16 */ 36.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.nontopological; 36.18
37.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlEnvelopeFunc.java Sun Sep 16 15:39:55 2012 +0300 37.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlEnvelopeFunc.java Sun Sep 16 22:23:31 2012 +0300 37.3 @@ -1,7 +1,11 @@ 37.4 -/* 37.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 37.6 - * 37.7 - * Licensed under the Aduna BSD-style license. 37.8 +/** 37.9 + * This Source Code Form is subject to the terms of the Mozilla Public 37.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 37.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 37.12 + * 37.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 37.14 + * 37.15 + * http://www.strabon.di.uoa.gr/ 37.16 */ 37.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.nontopological; 37.18
38.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlIntersectionFunc.java Sun Sep 16 15:39:55 2012 +0300 38.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlIntersectionFunc.java Sun Sep 16 22:23:31 2012 +0300 38.3 @@ -1,3 +1,12 @@ 38.4 +/** 38.5 + * This Source Code Form is subject to the terms of the Mozilla Public 38.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 38.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 38.8 + * 38.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 38.10 + * 38.11 + * http://www.strabon.di.uoa.gr/ 38.12 + */ 38.13 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.nontopological; 38.14 38.15 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants;
39.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlSymmetricDifferenceFunc.java Sun Sep 16 15:39:55 2012 +0300 39.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlSymmetricDifferenceFunc.java Sun Sep 16 22:23:31 2012 +0300 39.3 @@ -1,3 +1,12 @@ 39.4 +/** 39.5 + * This Source Code Form is subject to the terms of the Mozilla Public 39.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 39.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 39.8 + * 39.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 39.10 + * 39.11 + * http://www.strabon.di.uoa.gr/ 39.12 + */ 39.13 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.nontopological; 39.14 39.15 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants;
40.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlUnionFunc.java Sun Sep 16 15:39:55 2012 +0300 40.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/nontopological/GeoSparqlUnionFunc.java Sun Sep 16 22:23:31 2012 +0300 40.3 @@ -1,3 +1,12 @@ 40.4 +/** 40.5 + * This Source Code Form is subject to the terms of the Mozilla Public 40.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 40.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 40.8 + * 40.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 40.10 + * 40.11 + * http://www.strabon.di.uoa.gr/ 40.12 + */ 40.13 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.nontopological; 40.14 40.15 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants;
41.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8DisconnectedFunc.java Sun Sep 16 15:39:55 2012 +0300 41.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8DisconnectedFunc.java Sun Sep 16 22:23:31 2012 +0300 41.3 @@ -1,7 +1,11 @@ 41.4 -/* 41.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 41.6 - * 41.7 - * Licensed under the Aduna BSD-style license. 41.8 +/** 41.9 + * This Source Code Form is subject to the terms of the Mozilla Public 41.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 41.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 41.12 + * 41.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 41.14 + * 41.15 + * http://www.strabon.di.uoa.gr/ 41.16 */ 41.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.rcc8; 41.18
42.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8EqualsFunc.java Sun Sep 16 15:39:55 2012 +0300 42.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8EqualsFunc.java Sun Sep 16 22:23:31 2012 +0300 42.3 @@ -1,7 +1,11 @@ 42.4 -/* 42.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 42.6 - * 42.7 - * Licensed under the Aduna BSD-style license. 42.8 +/** 42.9 + * This Source Code Form is subject to the terms of the Mozilla Public 42.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 42.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 42.12 + * 42.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 42.14 + * 42.15 + * http://www.strabon.di.uoa.gr/ 42.16 */ 42.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.rcc8; 42.18
43.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8ExternallyConnectedFunc.java Sun Sep 16 15:39:55 2012 +0300 43.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8ExternallyConnectedFunc.java Sun Sep 16 22:23:31 2012 +0300 43.3 @@ -1,7 +1,11 @@ 43.4 -/* 43.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 43.6 - * 43.7 - * Licensed under the Aduna BSD-style license. 43.8 +/** 43.9 + * This Source Code Form is subject to the terms of the Mozilla Public 43.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 43.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 43.12 + * 43.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 43.14 + * 43.15 + * http://www.strabon.di.uoa.gr/ 43.16 */ 43.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.rcc8; 43.18
44.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8NonTangentialProperPartFunc.java Sun Sep 16 15:39:55 2012 +0300 44.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8NonTangentialProperPartFunc.java Sun Sep 16 22:23:31 2012 +0300 44.3 @@ -1,7 +1,11 @@ 44.4 -/* 44.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 44.6 - * 44.7 - * Licensed under the Aduna BSD-style license. 44.8 +/** 44.9 + * This Source Code Form is subject to the terms of the Mozilla Public 44.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 44.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 44.12 + * 44.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 44.14 + * 44.15 + * http://www.strabon.di.uoa.gr/ 44.16 */ 44.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.rcc8; 44.18
45.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8NonTangentialProperPartInverseFunc.java Sun Sep 16 15:39:55 2012 +0300 45.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8NonTangentialProperPartInverseFunc.java Sun Sep 16 22:23:31 2012 +0300 45.3 @@ -1,7 +1,11 @@ 45.4 -/* 45.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 45.6 - * 45.7 - * Licensed under the Aduna BSD-style license. 45.8 +/** 45.9 + * This Source Code Form is subject to the terms of the Mozilla Public 45.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 45.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 45.12 + * 45.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 45.14 + * 45.15 + * http://www.strabon.di.uoa.gr/ 45.16 */ 45.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.rcc8; 45.18
46.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8PartiallyOverlappingFunc.java Sun Sep 16 15:39:55 2012 +0300 46.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8PartiallyOverlappingFunc.java Sun Sep 16 22:23:31 2012 +0300 46.3 @@ -1,7 +1,11 @@ 46.4 -/* 46.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 46.6 - * 46.7 - * Licensed under the Aduna BSD-style license. 46.8 +/** 46.9 + * This Source Code Form is subject to the terms of the Mozilla Public 46.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 46.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 46.12 + * 46.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 46.14 + * 46.15 + * http://www.strabon.di.uoa.gr/ 46.16 */ 46.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.rcc8; 46.18
47.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8TangentialProperPartFunc.java Sun Sep 16 15:39:55 2012 +0300 47.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8TangentialProperPartFunc.java Sun Sep 16 22:23:31 2012 +0300 47.3 @@ -1,7 +1,11 @@ 47.4 -/* 47.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 47.6 - * 47.7 - * Licensed under the Aduna BSD-style license. 47.8 +/** 47.9 + * This Source Code Form is subject to the terms of the Mozilla Public 47.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 47.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 47.12 + * 47.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 47.14 + * 47.15 + * http://www.strabon.di.uoa.gr/ 47.16 */ 47.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.rcc8; 47.18
48.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8TangentialProperPartInverseFunc.java Sun Sep 16 15:39:55 2012 +0300 48.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/rcc8/RCC8TangentialProperPartInverseFunc.java Sun Sep 16 22:23:31 2012 +0300 48.3 @@ -1,7 +1,11 @@ 48.4 -/* 48.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 48.6 - * 48.7 - * Licensed under the Aduna BSD-style license. 48.8 +/** 48.9 + * This Source Code Form is subject to the terms of the Mozilla Public 48.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 48.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 48.12 + * 48.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 48.14 + * 48.15 + * http://www.strabon.di.uoa.gr/ 48.16 */ 48.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.rcc8; 48.18
49.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeatureTouchesFunc.java Sun Sep 16 15:39:55 2012 +0300 49.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeatureTouchesFunc.java Sun Sep 16 22:23:31 2012 +0300 49.3 @@ -1,7 +1,11 @@ 49.4 -/* 49.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 49.6 - * 49.7 - * Licensed under the Aduna BSD-style license. 49.8 +/** 49.9 + * This Source Code Form is subject to the terms of the Mozilla Public 49.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 49.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 49.12 + * 49.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 49.14 + * 49.15 + * http://www.strabon.di.uoa.gr/ 49.16 */ 49.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.sf; 49.18
50.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesContainsFunc.java Sun Sep 16 15:39:55 2012 +0300 50.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesContainsFunc.java Sun Sep 16 22:23:31 2012 +0300 50.3 @@ -1,7 +1,11 @@ 50.4 -/* 50.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 50.6 - * 50.7 - * Licensed under the Aduna BSD-style license. 50.8 +/** 50.9 + * This Source Code Form is subject to the terms of the Mozilla Public 50.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 50.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 50.12 + * 50.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 50.14 + * 50.15 + * http://www.strabon.di.uoa.gr/ 50.16 */ 50.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.sf; 50.18
51.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesCrossesFunc.java Sun Sep 16 15:39:55 2012 +0300 51.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesCrossesFunc.java Sun Sep 16 22:23:31 2012 +0300 51.3 @@ -1,7 +1,11 @@ 51.4 -/* 51.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 51.6 - * 51.7 - * Licensed under the Aduna BSD-style license. 51.8 +/** 51.9 + * This Source Code Form is subject to the terms of the Mozilla Public 51.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 51.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 51.12 + * 51.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 51.14 + * 51.15 + * http://www.strabon.di.uoa.gr/ 51.16 */ 51.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.sf; 51.18
52.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesDisjointFunc.java Sun Sep 16 15:39:55 2012 +0300 52.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesDisjointFunc.java Sun Sep 16 22:23:31 2012 +0300 52.3 @@ -1,7 +1,11 @@ 52.4 -/* 52.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 52.6 - * 52.7 - * Licensed under the Aduna BSD-style license. 52.8 +/** 52.9 + * This Source Code Form is subject to the terms of the Mozilla Public 52.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 52.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 52.12 + * 52.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 52.14 + * 52.15 + * http://www.strabon.di.uoa.gr/ 52.16 */ 52.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.sf; 52.18
53.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesEqualsFunc.java Sun Sep 16 15:39:55 2012 +0300 53.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesEqualsFunc.java Sun Sep 16 22:23:31 2012 +0300 53.3 @@ -1,7 +1,11 @@ 53.4 -/* 53.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 53.6 - * 53.7 - * Licensed under the Aduna BSD-style license. 53.8 +/** 53.9 + * This Source Code Form is subject to the terms of the Mozilla Public 53.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 53.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 53.12 + * 53.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 53.14 + * 53.15 + * http://www.strabon.di.uoa.gr/ 53.16 */ 53.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.sf; 53.18
54.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesIntersectsFunc.java Sun Sep 16 15:39:55 2012 +0300 54.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesIntersectsFunc.java Sun Sep 16 22:23:31 2012 +0300 54.3 @@ -1,7 +1,11 @@ 54.4 -/* 54.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 54.6 - * 54.7 - * Licensed under the Aduna BSD-style license. 54.8 +/** 54.9 + * This Source Code Form is subject to the terms of the Mozilla Public 54.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 54.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 54.12 + * 54.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 54.14 + * 54.15 + * http://www.strabon.di.uoa.gr/ 54.16 */ 54.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.sf; 54.18
55.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesOverlapsFunc.java Sun Sep 16 15:39:55 2012 +0300 55.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesOverlapsFunc.java Sun Sep 16 22:23:31 2012 +0300 55.3 @@ -1,7 +1,11 @@ 55.4 -/* 55.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 55.6 - * 55.7 - * Licensed under the Aduna BSD-style license. 55.8 +/** 55.9 + * This Source Code Form is subject to the terms of the Mozilla Public 55.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 55.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 55.12 + * 55.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 55.14 + * 55.15 + * http://www.strabon.di.uoa.gr/ 55.16 */ 55.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.sf; 55.18
56.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesWithinFunc.java Sun Sep 16 15:39:55 2012 +0300 56.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/geosparql/sf/SimpleFeaturesWithinFunc.java Sun Sep 16 22:23:31 2012 +0300 56.3 @@ -1,7 +1,11 @@ 56.4 -/* 56.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 56.6 - * 56.7 - * Licensed under the Aduna BSD-style license. 56.8 +/** 56.9 + * This Source Code Form is subject to the terms of the Mozilla Public 56.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 56.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 56.12 + * 56.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 56.14 + * 56.15 + * http://www.strabon.di.uoa.gr/ 56.16 */ 56.17 package org.openrdf.query.algebra.evaluation.function.spatial.geosparql.sf; 56.18
57.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/aggregate/ExtentFunc.java Sun Sep 16 15:39:55 2012 +0300 57.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/aggregate/ExtentFunc.java Sun Sep 16 22:23:31 2012 +0300 57.3 @@ -1,3 +1,12 @@ 57.4 +/** 57.5 + * This Source Code Form is subject to the terms of the Mozilla Public 57.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 57.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 57.8 + * 57.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 57.10 + * 57.11 + * http://www.strabon.di.uoa.gr/ 57.12 + */ 57.13 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.aggregate; 57.14 57.15 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants;
58.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/BoundaryFunc.java Sun Sep 16 15:39:55 2012 +0300 58.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/BoundaryFunc.java Sun Sep 16 22:23:31 2012 +0300 58.3 @@ -1,7 +1,11 @@ 58.4 -/* 58.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 58.6 - * 58.7 - * Licensed under the Aduna BSD-style license. 58.8 +/** 58.9 + * This Source Code Form is subject to the terms of the Mozilla Public 58.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 58.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 58.12 + * 58.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 58.14 + * 58.15 + * http://www.strabon.di.uoa.gr/ 58.16 */ 58.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.construct; 58.18
59.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/BufferFunc.java Sun Sep 16 15:39:55 2012 +0300 59.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/BufferFunc.java Sun Sep 16 22:23:31 2012 +0300 59.3 @@ -1,7 +1,11 @@ 59.4 -/* 59.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 59.6 - * 59.7 - * Licensed under the Aduna BSD-style license. 59.8 +/** 59.9 + * This Source Code Form is subject to the terms of the Mozilla Public 59.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 59.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 59.12 + * 59.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 59.14 + * 59.15 + * http://www.strabon.di.uoa.gr/ 59.16 */ 59.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.construct; 59.18
60.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/ConvexHullFunc.java Sun Sep 16 15:39:55 2012 +0300 60.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/ConvexHullFunc.java Sun Sep 16 22:23:31 2012 +0300 60.3 @@ -1,7 +1,11 @@ 60.4 -/* 60.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 60.6 - * 60.7 - * Licensed under the Aduna BSD-style license. 60.8 +/** 60.9 + * This Source Code Form is subject to the terms of the Mozilla Public 60.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 60.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 60.12 + * 60.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 60.14 + * 60.15 + * http://www.strabon.di.uoa.gr/ 60.16 */ 60.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.construct; 60.18
61.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/DifferenceFunc.java Sun Sep 16 15:39:55 2012 +0300 61.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/DifferenceFunc.java Sun Sep 16 22:23:31 2012 +0300 61.3 @@ -1,3 +1,12 @@ 61.4 +/** 61.5 + * This Source Code Form is subject to the terms of the Mozilla Public 61.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 61.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 61.8 + * 61.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 61.10 + * 61.11 + * http://www.strabon.di.uoa.gr/ 61.12 + */ 61.13 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.construct; 61.14 61.15 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants; 61.16 @@ -12,5 +21,5 @@ 61.17 @Override 61.18 public String getURI() { 61.19 return GeoConstants.difference; 61.20 - } 61.21 + } 61.22 }
62.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/EnvelopeFunc.java Sun Sep 16 15:39:55 2012 +0300 62.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/EnvelopeFunc.java Sun Sep 16 22:23:31 2012 +0300 62.3 @@ -1,7 +1,11 @@ 62.4 -/* 62.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 62.6 - * 62.7 - * Licensed under the Aduna BSD-style license. 62.8 +/** 62.9 + * This Source Code Form is subject to the terms of the Mozilla Public 62.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 62.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 62.12 + * 62.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 62.14 + * 62.15 + * http://www.strabon.di.uoa.gr/ 62.16 */ 62.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.construct; 62.18
63.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/IntersectionFunc.java Sun Sep 16 15:39:55 2012 +0300 63.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/IntersectionFunc.java Sun Sep 16 22:23:31 2012 +0300 63.3 @@ -1,3 +1,12 @@ 63.4 +/** 63.5 + * This Source Code Form is subject to the terms of the Mozilla Public 63.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 63.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 63.8 + * 63.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 63.10 + * 63.11 + * http://www.strabon.di.uoa.gr/ 63.12 + */ 63.13 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.construct; 63.14 63.15 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants; 63.16 @@ -12,5 +21,5 @@ 63.17 @Override 63.18 public String getURI() { 63.19 return GeoConstants.intersection; 63.20 - } 63.21 + } 63.22 }
64.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/SymDifferenceFunc.java Sun Sep 16 15:39:55 2012 +0300 64.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/SymDifferenceFunc.java Sun Sep 16 22:23:31 2012 +0300 64.3 @@ -1,3 +1,12 @@ 64.4 +/** 64.5 + * This Source Code Form is subject to the terms of the Mozilla Public 64.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 64.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 64.8 + * 64.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 64.10 + * 64.11 + * http://www.strabon.di.uoa.gr/ 64.12 + */ 64.13 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.construct; 64.14 64.15 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants; 64.16 @@ -12,5 +21,5 @@ 64.17 @Override 64.18 public String getURI() { 64.19 return GeoConstants.symDifference; 64.20 - } 64.21 + } 64.22 }
65.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/TransformFunc.java Sun Sep 16 15:39:55 2012 +0300 65.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/TransformFunc.java Sun Sep 16 22:23:31 2012 +0300 65.3 @@ -1,7 +1,11 @@ 65.4 -/* 65.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 65.6 - * 65.7 - * Licensed under the Aduna BSD-style license. 65.8 +/** 65.9 + * This Source Code Form is subject to the terms of the Mozilla Public 65.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 65.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 65.12 + * 65.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 65.14 + * 65.15 + * http://www.strabon.di.uoa.gr/ 65.16 */ 65.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.construct; 65.18
66.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/UnionFunc.java Sun Sep 16 15:39:55 2012 +0300 66.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/construct/UnionFunc.java Sun Sep 16 22:23:31 2012 +0300 66.3 @@ -1,3 +1,12 @@ 66.4 +/** 66.5 + * This Source Code Form is subject to the terms of the Mozilla Public 66.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 66.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 66.8 + * 66.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 66.10 + * 66.11 + * http://www.strabon.di.uoa.gr/ 66.12 + */ 66.13 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.construct; 66.14 66.15 import org.openrdf.query.algebra.evaluation.function.spatial.GeoConstants; 66.16 @@ -12,5 +21,5 @@ 66.17 @Override 66.18 public String getURI() { 66.19 return GeoConstants.union; 66.20 - } 66.21 + } 66.22 }
67.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/metric/AreaFunc.java Sun Sep 16 15:39:55 2012 +0300 67.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/metric/AreaFunc.java Sun Sep 16 22:23:31 2012 +0300 67.3 @@ -1,7 +1,11 @@ 67.4 -/* 67.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 67.6 - * 67.7 - * Licensed under the Aduna BSD-style license. 67.8 +/** 67.9 + * This Source Code Form is subject to the terms of the Mozilla Public 67.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 67.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 67.12 + * 67.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 67.14 + * 67.15 + * http://www.strabon.di.uoa.gr/ 67.16 */ 67.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.metric; 67.18
68.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/metric/DistanceFunc.java Sun Sep 16 15:39:55 2012 +0300 68.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/metric/DistanceFunc.java Sun Sep 16 22:23:31 2012 +0300 68.3 @@ -1,7 +1,11 @@ 68.4 -/* 68.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 68.6 - * 68.7 - * Licensed under the Aduna BSD-style license. 68.8 +/** 68.9 + * This Source Code Form is subject to the terms of the Mozilla Public 68.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 68.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 68.12 + * 68.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 68.14 + * 68.15 + * http://www.strabon.di.uoa.gr/ 68.16 */ 68.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.metric; 68.18 68.19 @@ -18,5 +22,5 @@ 68.20 @Override 68.21 public String getURI() { 68.22 return GeoConstants.distance; 68.23 - } 68.24 + } 68.25 }
69.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/AsGMLFunc.java Sun Sep 16 15:39:55 2012 +0300 69.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/AsGMLFunc.java Sun Sep 16 22:23:31 2012 +0300 69.3 @@ -1,5 +1,11 @@ 69.4 /** 69.5 + * This Source Code Form is subject to the terms of the Mozilla Public 69.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 69.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 69.8 * 69.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 69.10 + * 69.11 + * http://www.strabon.di.uoa.gr/ 69.12 */ 69.13 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.property; 69.14
70.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/AsTextFunc.java Sun Sep 16 15:39:55 2012 +0300 70.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/AsTextFunc.java Sun Sep 16 22:23:31 2012 +0300 70.3 @@ -1,7 +1,11 @@ 70.4 -/* 70.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 70.6 - * 70.7 - * Licensed under the Aduna BSD-style license. 70.8 +/** 70.9 + * This Source Code Form is subject to the terms of the Mozilla Public 70.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 70.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 70.12 + * 70.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 70.14 + * 70.15 + * http://www.strabon.di.uoa.gr/ 70.16 */ 70.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.property; 70.18
71.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/DimensionFunc.java Sun Sep 16 15:39:55 2012 +0300 71.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/DimensionFunc.java Sun Sep 16 22:23:31 2012 +0300 71.3 @@ -1,7 +1,11 @@ 71.4 -/* 71.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 71.6 - * 71.7 - * Licensed under the Aduna BSD-style license. 71.8 +/** 71.9 + * This Source Code Form is subject to the terms of the Mozilla Public 71.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 71.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 71.12 + * 71.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 71.14 + * 71.15 + * http://www.strabon.di.uoa.gr/ 71.16 */ 71.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.property; 71.18
72.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/GeometryTypeFunc.java Sun Sep 16 15:39:55 2012 +0300 72.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/GeometryTypeFunc.java Sun Sep 16 22:23:31 2012 +0300 72.3 @@ -1,7 +1,11 @@ 72.4 -/* 72.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 72.6 - * 72.7 - * Licensed under the Aduna BSD-style license. 72.8 +/** 72.9 + * This Source Code Form is subject to the terms of the Mozilla Public 72.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 72.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 72.12 + * 72.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 72.14 + * 72.15 + * http://www.strabon.di.uoa.gr/ 72.16 */ 72.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.property; 72.18
73.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/IsEmptyFunc.java Sun Sep 16 15:39:55 2012 +0300 73.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/IsEmptyFunc.java Sun Sep 16 22:23:31 2012 +0300 73.3 @@ -1,7 +1,11 @@ 73.4 -/* 73.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 73.6 - * 73.7 - * Licensed under the Aduna BSD-style license. 73.8 +/** 73.9 + * This Source Code Form is subject to the terms of the Mozilla Public 73.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 73.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 73.12 + * 73.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 73.14 + * 73.15 + * http://www.strabon.di.uoa.gr/ 73.16 */ 73.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.property; 73.18
74.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/IsSimpleFunc.java Sun Sep 16 15:39:55 2012 +0300 74.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/IsSimpleFunc.java Sun Sep 16 22:23:31 2012 +0300 74.3 @@ -1,7 +1,11 @@ 74.4 -/* 74.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 74.6 - * 74.7 - * Licensed under the Aduna BSD-style license. 74.8 +/** 74.9 + * This Source Code Form is subject to the terms of the Mozilla Public 74.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 74.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 74.12 + * 74.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 74.14 + * 74.15 + * http://www.strabon.di.uoa.gr/ 74.16 */ 74.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.property; 74.18
75.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/SridFunc.java Sun Sep 16 15:39:55 2012 +0300 75.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/property/SridFunc.java Sun Sep 16 22:23:31 2012 +0300 75.3 @@ -1,7 +1,11 @@ 75.4 -/* 75.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 75.6 - * 75.7 - * Licensed under the Aduna BSD-style license. 75.8 +/** 75.9 + * This Source Code Form is subject to the terms of the Mozilla Public 75.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 75.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 75.12 + * 75.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 75.14 + * 75.15 + * http://www.strabon.di.uoa.gr/ 75.16 */ 75.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.property; 75.18
76.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/AboveFunc.java Sun Sep 16 15:39:55 2012 +0300 76.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/AboveFunc.java Sun Sep 16 22:23:31 2012 +0300 76.3 @@ -1,7 +1,11 @@ 76.4 -/* 76.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 76.6 - * 76.7 - * Licensed under the Aduna BSD-style license. 76.8 +/** 76.9 + * This Source Code Form is subject to the terms of the Mozilla Public 76.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 76.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 76.12 + * 76.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 76.14 + * 76.15 + * http://www.strabon.di.uoa.gr/ 76.16 */ 76.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 76.18
77.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/AnyInteractFunc.java Sun Sep 16 15:39:55 2012 +0300 77.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/AnyInteractFunc.java Sun Sep 16 22:23:31 2012 +0300 77.3 @@ -1,7 +1,11 @@ 77.4 -/* 77.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 77.6 - * 77.7 - * Licensed under the Aduna BSD-style license. 77.8 +/** 77.9 + * This Source Code Form is subject to the terms of the Mozilla Public 77.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 77.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 77.12 + * 77.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 77.14 + * 77.15 + * http://www.strabon.di.uoa.gr/ 77.16 */ 77.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 77.18
78.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/BelowFunc.java Sun Sep 16 15:39:55 2012 +0300 78.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/BelowFunc.java Sun Sep 16 22:23:31 2012 +0300 78.3 @@ -1,7 +1,11 @@ 78.4 -/* 78.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 78.6 - * 78.7 - * Licensed under the Aduna BSD-style license. 78.8 +/** 78.9 + * This Source Code Form is subject to the terms of the Mozilla Public 78.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 78.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 78.12 + * 78.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 78.14 + * 78.15 + * http://www.strabon.di.uoa.gr/ 78.16 */ 78.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 78.18
79.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/ContainsFunc.java Sun Sep 16 15:39:55 2012 +0300 79.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/ContainsFunc.java Sun Sep 16 22:23:31 2012 +0300 79.3 @@ -1,7 +1,11 @@ 79.4 -/* 79.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 79.6 - * 79.7 - * Licensed under the Aduna BSD-style license. 79.8 +/** 79.9 + * This Source Code Form is subject to the terms of the Mozilla Public 79.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 79.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 79.12 + * 79.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 79.14 + * 79.15 + * http://www.strabon.di.uoa.gr/ 79.16 */ 79.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 79.18
80.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/CoveredByFunc.java Sun Sep 16 15:39:55 2012 +0300 80.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/CoveredByFunc.java Sun Sep 16 22:23:31 2012 +0300 80.3 @@ -1,7 +1,11 @@ 80.4 -/* 80.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 80.6 - * 80.7 - * Licensed under the Aduna BSD-style license. 80.8 +/** 80.9 + * This Source Code Form is subject to the terms of the Mozilla Public 80.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 80.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 80.12 + * 80.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 80.14 + * 80.15 + * http://www.strabon.di.uoa.gr/ 80.16 */ 80.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 80.18
81.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/CoversFunc.java Sun Sep 16 15:39:55 2012 +0300 81.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/CoversFunc.java Sun Sep 16 22:23:31 2012 +0300 81.3 @@ -1,7 +1,11 @@ 81.4 -/* 81.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 81.6 - * 81.7 - * Licensed under the Aduna BSD-style license. 81.8 +/** 81.9 + * This Source Code Form is subject to the terms of the Mozilla Public 81.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 81.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 81.12 + * 81.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 81.14 + * 81.15 + * http://www.strabon.di.uoa.gr/ 81.16 */ 81.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 81.18
82.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/DisjointFunc.java Sun Sep 16 15:39:55 2012 +0300 82.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/DisjointFunc.java Sun Sep 16 22:23:31 2012 +0300 82.3 @@ -1,7 +1,11 @@ 82.4 -/* 82.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 82.6 - * 82.7 - * Licensed under the Aduna BSD-style license. 82.8 +/** 82.9 + * This Source Code Form is subject to the terms of the Mozilla Public 82.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 82.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 82.12 + * 82.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 82.14 + * 82.15 + * http://www.strabon.di.uoa.gr/ 82.16 */ 82.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 82.18
83.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/EqualsFunc.java Sun Sep 16 15:39:55 2012 +0300 83.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/EqualsFunc.java Sun Sep 16 22:23:31 2012 +0300 83.3 @@ -1,7 +1,11 @@ 83.4 -/* 83.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 83.6 - * 83.7 - * Licensed under the Aduna BSD-style license. 83.8 +/** 83.9 + * This Source Code Form is subject to the terms of the Mozilla Public 83.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 83.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 83.12 + * 83.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 83.14 + * 83.15 + * http://www.strabon.di.uoa.gr/ 83.16 */ 83.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 83.18
84.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/InsideFunc.java Sun Sep 16 15:39:55 2012 +0300 84.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/InsideFunc.java Sun Sep 16 22:23:31 2012 +0300 84.3 @@ -1,7 +1,11 @@ 84.4 -/* 84.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 84.6 - * 84.7 - * Licensed under the Aduna BSD-style license. 84.8 +/** 84.9 + * This Source Code Form is subject to the terms of the Mozilla Public 84.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 84.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 84.12 + * 84.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 84.14 + * 84.15 + * http://www.strabon.di.uoa.gr/ 84.16 */ 84.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 84.18
85.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/IntersectsFunc.java Sun Sep 16 15:39:55 2012 +0300 85.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/IntersectsFunc.java Sun Sep 16 22:23:31 2012 +0300 85.3 @@ -1,7 +1,11 @@ 85.4 -/* 85.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 85.6 - * 85.7 - * Licensed under the Aduna BSD-style license. 85.8 +/** 85.9 + * This Source Code Form is subject to the terms of the Mozilla Public 85.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 85.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 85.12 + * 85.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 85.14 + * 85.15 + * http://www.strabon.di.uoa.gr/ 85.16 */ 85.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 85.18
86.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/LeftFunc.java Sun Sep 16 15:39:55 2012 +0300 86.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/LeftFunc.java Sun Sep 16 22:23:31 2012 +0300 86.3 @@ -1,7 +1,11 @@ 86.4 -/* 86.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 86.6 - * 86.7 - * Licensed under the Aduna BSD-style license. 86.8 +/** 86.9 + * This Source Code Form is subject to the terms of the Mozilla Public 86.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 86.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 86.12 + * 86.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 86.14 + * 86.15 + * http://www.strabon.di.uoa.gr/ 86.16 */ 86.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 86.18
87.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/OverlapFunc.java Sun Sep 16 15:39:55 2012 +0300 87.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/OverlapFunc.java Sun Sep 16 22:23:31 2012 +0300 87.3 @@ -1,7 +1,11 @@ 87.4 -/* 87.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 87.6 - * 87.7 - * Licensed under the Aduna BSD-style license. 87.8 +/** 87.9 + * This Source Code Form is subject to the terms of the Mozilla Public 87.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 87.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 87.12 + * 87.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 87.14 + * 87.15 + * http://www.strabon.di.uoa.gr/ 87.16 */ 87.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 87.18
88.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/RelateFunc.java Sun Sep 16 15:39:55 2012 +0300 88.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/RelateFunc.java Sun Sep 16 22:23:31 2012 +0300 88.3 @@ -1,7 +1,11 @@ 88.4 -/* 88.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 88.6 - * 88.7 - * Licensed under the Aduna BSD-style license. 88.8 +/** 88.9 + * This Source Code Form is subject to the terms of the Mozilla Public 88.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 88.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 88.12 + * 88.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 88.14 + * 88.15 + * http://www.strabon.di.uoa.gr/ 88.16 */ 88.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 88.18
89.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/RightFunc.java Sun Sep 16 15:39:55 2012 +0300 89.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/RightFunc.java Sun Sep 16 22:23:31 2012 +0300 89.3 @@ -1,7 +1,11 @@ 89.4 -/* 89.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 89.6 - * 89.7 - * Licensed under the Aduna BSD-style license. 89.8 +/** 89.9 + * This Source Code Form is subject to the terms of the Mozilla Public 89.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 89.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 89.12 + * 89.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 89.14 + * 89.15 + * http://www.strabon.di.uoa.gr/ 89.16 */ 89.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 89.18
90.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/TouchFunc.java Sun Sep 16 15:39:55 2012 +0300 90.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/TouchFunc.java Sun Sep 16 22:23:31 2012 +0300 90.3 @@ -1,7 +1,11 @@ 90.4 -/* 90.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 90.6 - * 90.7 - * Licensed under the Aduna BSD-style license. 90.8 +/** 90.9 + * This Source Code Form is subject to the terms of the Mozilla Public 90.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 90.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 90.12 + * 90.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 90.14 + * 90.15 + * http://www.strabon.di.uoa.gr/ 90.16 */ 90.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation; 90.18
91.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/mbb/MbbEqualsFunc.java Sun Sep 16 15:39:55 2012 +0300 91.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/mbb/MbbEqualsFunc.java Sun Sep 16 22:23:31 2012 +0300 91.3 @@ -1,7 +1,11 @@ 91.4 -/* 91.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 91.6 - * 91.7 - * Licensed under the Aduna BSD-style license. 91.8 +/** 91.9 + * This Source Code Form is subject to the terms of the Mozilla Public 91.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 91.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 91.12 + * 91.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 91.14 + * 91.15 + * http://www.strabon.di.uoa.gr/ 91.16 */ 91.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation.mbb; 91.18 91.19 @@ -17,6 +21,6 @@ 91.20 @Override 91.21 public String getURI() { 91.22 return GeoConstants.mbbEquals; 91.23 - } 91.24 + } 91.25 91.26 }
92.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/mbb/MbbIntersectsFunc.java Sun Sep 16 15:39:55 2012 +0300 92.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/function/spatial/stsparql/relation/mbb/MbbIntersectsFunc.java Sun Sep 16 22:23:31 2012 +0300 92.3 @@ -1,7 +1,11 @@ 92.4 -/* 92.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007. 92.6 - * 92.7 - * Licensed under the Aduna BSD-style license. 92.8 +/** 92.9 + * This Source Code Form is subject to the terms of the Mozilla Public 92.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 92.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 92.12 + * 92.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 92.14 + * 92.15 + * http://www.strabon.di.uoa.gr/ 92.16 */ 92.17 package org.openrdf.query.algebra.evaluation.function.spatial.stsparql.relation.mbb; 92.18 92.19 @@ -17,6 +21,6 @@ 92.20 @Override 92.21 public String getURI() { 92.22 return GeoConstants.mbbIntersects; 92.23 - } 92.24 + } 92.25 92.26 }
93.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/impl/FunctionCallsOptimizer.java Sun Sep 16 15:39:55 2012 +0300 93.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/impl/FunctionCallsOptimizer.java Sun Sep 16 22:23:31 2012 +0300 93.3 @@ -1,3 +1,12 @@ 93.4 +/** 93.5 + * This Source Code Form is subject to the terms of the Mozilla Public 93.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 93.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 93.8 + * 93.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 93.10 + * 93.11 + * http://www.strabon.di.uoa.gr/ 93.12 + */ 93.13 //package org.openrdf.query.algebra.evaluation.impl; 93.14 // 93.15 //import java.util.List;
94.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/impl/SpatialJoinOptimizer.java Sun Sep 16 15:39:55 2012 +0300 94.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/impl/SpatialJoinOptimizer.java Sun Sep 16 22:23:31 2012 +0300 94.3 @@ -1,8 +1,11 @@ 94.4 -/* 94.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 1997-2009. 94.6 - * Copyright James Leigh (c) 2006. 94.7 - * 94.8 - * Licensed under the Aduna BSD-style license. 94.9 +/** 94.10 + * This Source Code Form is subject to the terms of the Mozilla Public 94.11 + * License, v. 2.0. If a copy of the MPL was not distributed with this 94.12 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 94.13 + * 94.14 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 94.15 + * 94.16 + * http://www.strabon.di.uoa.gr/ 94.17 */ 94.18 package org.openrdf.query.algebra.evaluation.impl; 94.19
95.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/impl/stSPARQLConstantOptimizer.java Sun Sep 16 15:39:55 2012 +0300 95.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/impl/stSPARQLConstantOptimizer.java Sun Sep 16 22:23:31 2012 +0300 95.3 @@ -1,8 +1,11 @@ 95.4 -/* 95.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 1997-2007. 95.6 - * Copyright James Leigh (c) 2006. 95.7 - * 95.8 - * Licensed under the Aduna BSD-style license. 95.9 +/** 95.10 + * This Source Code Form is subject to the terms of the Mozilla Public 95.11 + * License, v. 2.0. If a copy of the MPL was not distributed with this 95.12 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 95.13 + * 95.14 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 95.15 + * 95.16 + * http://www.strabon.di.uoa.gr/ 95.17 */ 95.18 package org.openrdf.query.algebra.evaluation.impl; 95.19
96.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/iterator/StSPARQLGroupIterator.java Sun Sep 16 15:39:55 2012 +0300 96.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/iterator/StSPARQLGroupIterator.java Sun Sep 16 22:23:31 2012 +0300 96.3 @@ -1,7 +1,11 @@ 96.4 -/* 96.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 1997-2007. 96.6 - * 96.7 - * Licensed under the Aduna BSD-style license. 96.8 +/** 96.9 + * This Source Code Form is subject to the terms of the Mozilla Public 96.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 96.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 96.12 + * 96.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 96.14 + * 96.15 + * http://www.strabon.di.uoa.gr/ 96.16 */ 96.17 package org.openrdf.query.algebra.evaluation.iterator; 96.18
97.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/util/JTSWrapper.java Sun Sep 16 15:39:55 2012 +0300 97.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/util/JTSWrapper.java Sun Sep 16 22:23:31 2012 +0300 97.3 @@ -1,3 +1,12 @@ 97.4 +/** 97.5 + * This Source Code Form is subject to the terms of the Mozilla Public 97.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 97.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 97.8 + * 97.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 97.10 + * 97.11 + * http://www.strabon.di.uoa.gr/ 97.12 + */ 97.13 package org.openrdf.query.algebra.evaluation.util; 97.14 97.15 import java.io.StringReader;
98.1 --- a/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/util/StSPARQLOrderComparator.java Sun Sep 16 15:39:55 2012 +0300 98.2 +++ b/evaluation/src/main/java/org/openrdf/query/algebra/evaluation/util/StSPARQLOrderComparator.java Sun Sep 16 22:23:31 2012 +0300 98.3 @@ -1,7 +1,11 @@ 98.4 -/* 98.5 - * Copyright Aduna (http://www.aduna-software.com/) (c) 2007-2008. 98.6 - * 98.7 - * Licensed under the Aduna BSD-style license. 98.8 +/** 98.9 + * This Source Code Form is subject to the terms of the Mozilla Public 98.10 + * License, v. 2.0. If a copy of the MPL was not distributed with this 98.11 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 98.12 + * 98.13 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 98.14 + * 98.15 + * http://www.strabon.di.uoa.gr/ 98.16 */ 98.17 package org.openrdf.query.algebra.evaluation.util; 98.18 98.19 @@ -22,7 +26,7 @@ 98.20 import org.slf4j.LoggerFactory; 98.21 98.22 /** 98.23 - * @author james 98.24 + * @author Manos Karpathiotakis <mk@di.uoa.gr> 98.25 */ 98.26 public class StSPARQLOrderComparator implements Comparator<BindingSet> { 98.27
99.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/Format.java Sun Sep 16 15:39:55 2012 +0300 99.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/Format.java Sun Sep 16 22:23:31 2012 +0300 99.3 @@ -1,3 +1,12 @@ 99.4 +/** 99.5 + * This Source Code Form is subject to the terms of the Mozilla Public 99.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 99.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 99.8 + * 99.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 99.10 + * 99.11 + * http://www.strabon.di.uoa.gr/ 99.12 + */ 99.13 package org.openrdf.query.resultio; 99.14 99.15 import java.util.HashMap;
100.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlgeojson/stSPARQLResultsGeoJSONWriter.java Sun Sep 16 15:39:55 2012 +0300 100.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlgeojson/stSPARQLResultsGeoJSONWriter.java Sun Sep 16 22:23:31 2012 +0300 100.3 @@ -1,3 +1,12 @@ 100.4 +/** 100.5 + * This Source Code Form is subject to the terms of the Mozilla Public 100.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 100.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 100.8 + * 100.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 100.10 + * 100.11 + * http://www.strabon.di.uoa.gr/ 100.12 + */ 100.13 package org.openrdf.query.resultio.sparqlgeojson; 100.14 100.15 import java.io.IOException;
101.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlgeojson/stSPARQLResultsGeoJSONWriterFactory.java Sun Sep 16 15:39:55 2012 +0300 101.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlgeojson/stSPARQLResultsGeoJSONWriterFactory.java Sun Sep 16 22:23:31 2012 +0300 101.3 @@ -1,3 +1,12 @@ 101.4 +/** 101.5 + * This Source Code Form is subject to the terms of the Mozilla Public 101.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 101.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 101.8 + * 101.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 101.10 + * 101.11 + * http://www.strabon.di.uoa.gr/ 101.12 + */ 101.13 package org.openrdf.query.resultio.sparqlgeojson; 101.14 101.15 import java.io.OutputStream;
102.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlhtml/stSPARQLResultsHTMLWriter.java Sun Sep 16 15:39:55 2012 +0300 102.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlhtml/stSPARQLResultsHTMLWriter.java Sun Sep 16 22:23:31 2012 +0300 102.3 @@ -1,3 +1,12 @@ 102.4 +/** 102.5 + * This Source Code Form is subject to the terms of the Mozilla Public 102.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 102.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 102.8 + * 102.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 102.10 + * 102.11 + * http://www.strabon.di.uoa.gr/ 102.12 + */ 102.13 package org.openrdf.query.resultio.sparqlhtml; 102.14 102.15 import java.io.IOException;
103.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlhtml/stSPARQLResultsHTMLWriterFactory.java Sun Sep 16 15:39:55 2012 +0300 103.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlhtml/stSPARQLResultsHTMLWriterFactory.java Sun Sep 16 22:23:31 2012 +0300 103.3 @@ -1,3 +1,12 @@ 103.4 +/** 103.5 + * This Source Code Form is subject to the terms of the Mozilla Public 103.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 103.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 103.8 + * 103.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 103.10 + * 103.11 + * http://www.strabon.di.uoa.gr/ 103.12 + */ 103.13 package org.openrdf.query.resultio.sparqlhtml; 103.14 103.15 import java.io.OutputStream;
104.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMLWriter.java Sun Sep 16 15:39:55 2012 +0300 104.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMLWriter.java Sun Sep 16 22:23:31 2012 +0300 104.3 @@ -1,3 +1,12 @@ 104.4 +/** 104.5 + * This Source Code Form is subject to the terms of the Mozilla Public 104.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 104.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 104.8 + * 104.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 104.10 + * 104.11 + * http://www.strabon.di.uoa.gr/ 104.12 + */ 104.13 package org.openrdf.query.resultio.sparqlkml; 104.14 104.15 import java.io.ByteArrayOutputStream;
105.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMLWriterFactory.java Sun Sep 16 15:39:55 2012 +0300 105.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMLWriterFactory.java Sun Sep 16 22:23:31 2012 +0300 105.3 @@ -1,3 +1,12 @@ 105.4 +/** 105.5 + * This Source Code Form is subject to the terms of the Mozilla Public 105.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 105.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 105.8 + * 105.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 105.10 + * 105.11 + * http://www.strabon.di.uoa.gr/ 105.12 + */ 105.13 package org.openrdf.query.resultio.sparqlkml; 105.14 105.15 import java.io.OutputStream;
106.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMZWriter.java Sun Sep 16 15:39:55 2012 +0300 106.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMZWriter.java Sun Sep 16 22:23:31 2012 +0300 106.3 @@ -1,3 +1,12 @@ 106.4 +/** 106.5 + * This Source Code Form is subject to the terms of the Mozilla Public 106.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 106.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 106.8 + * 106.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 106.10 + * 106.11 + * http://www.strabon.di.uoa.gr/ 106.12 + */ 106.13 package org.openrdf.query.resultio.sparqlkml; 106.14 106.15 import java.io.IOException;
107.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMZWriterFactory.java Sun Sep 16 15:39:55 2012 +0300 107.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlkml/stSPARQLResultsKMZWriterFactory.java Sun Sep 16 22:23:31 2012 +0300 107.3 @@ -1,3 +1,12 @@ 107.4 +/** 107.5 + * This Source Code Form is subject to the terms of the Mozilla Public 107.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 107.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 107.8 + * 107.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 107.10 + * 107.11 + * http://www.strabon.di.uoa.gr/ 107.12 + */ 107.13 package org.openrdf.query.resultio.sparqlkml; 107.14 107.15 import java.io.OutputStream;
108.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlxml/stSPARQLResultsXMLWriterFactory.java Sun Sep 16 15:39:55 2012 +0300 108.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlxml/stSPARQLResultsXMLWriterFactory.java Sun Sep 16 22:23:31 2012 +0300 108.3 @@ -1,3 +1,12 @@ 108.4 +/** 108.5 + * This Source Code Form is subject to the terms of the Mozilla Public 108.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 108.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 108.8 + * 108.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 108.10 + * 108.11 + * http://www.strabon.di.uoa.gr/ 108.12 + */ 108.13 package org.openrdf.query.resultio.sparqlxml; 108.14 108.15 import java.io.OutputStream;
109.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/sparqlxml/stSPARQLXMLWriter.java Sun Sep 16 15:39:55 2012 +0300 109.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/sparqlxml/stSPARQLXMLWriter.java Sun Sep 16 22:23:31 2012 +0300 109.3 @@ -1,3 +1,12 @@ 109.4 +/** 109.5 + * This Source Code Form is subject to the terms of the Mozilla Public 109.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 109.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 109.8 + * 109.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 109.10 + * 109.11 + * http://www.strabon.di.uoa.gr/ 109.12 + */ 109.13 package org.openrdf.query.resultio.sparqlxml; 109.14 109.15 import java.io.IOException;
110.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/stSPARQLQueryResultFormat.java Sun Sep 16 15:39:55 2012 +0300 110.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/stSPARQLQueryResultFormat.java Sun Sep 16 22:23:31 2012 +0300 110.3 @@ -1,3 +1,12 @@ 110.4 +/** 110.5 + * This Source Code Form is subject to the terms of the Mozilla Public 110.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 110.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 110.8 + * 110.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 110.10 + * 110.11 + * http://www.strabon.di.uoa.gr/ 110.12 + */ 110.13 package org.openrdf.query.resultio; 110.14 110.15 import java.nio.charset.Charset;
111.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/stSPARQLQueryResultWriterFactory.java Sun Sep 16 15:39:55 2012 +0300 111.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/stSPARQLQueryResultWriterFactory.java Sun Sep 16 22:23:31 2012 +0300 111.3 @@ -1,3 +1,12 @@ 111.4 +/** 111.5 + * This Source Code Form is subject to the terms of the Mozilla Public 111.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 111.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 111.8 + * 111.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 111.10 + * 111.11 + * http://www.strabon.di.uoa.gr/ 111.12 + */ 111.13 package org.openrdf.query.resultio; 111.14 111.15 import java.io.OutputStream;
112.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/text/stSPARQLResultsTSVWriter.java Sun Sep 16 15:39:55 2012 +0300 112.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/text/stSPARQLResultsTSVWriter.java Sun Sep 16 22:23:31 2012 +0300 112.3 @@ -1,3 +1,12 @@ 112.4 +/** 112.5 + * This Source Code Form is subject to the terms of the Mozilla Public 112.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 112.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 112.8 + * 112.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 112.10 + * 112.11 + * http://www.strabon.di.uoa.gr/ 112.12 + */ 112.13 package org.openrdf.query.resultio.text; 112.14 112.15 import java.io.IOException;
113.1 --- a/resultio/src/main/java/org/openrdf/query/resultio/text/stSPARQLResultsTSVWriterFactory.java Sun Sep 16 15:39:55 2012 +0300 113.2 +++ b/resultio/src/main/java/org/openrdf/query/resultio/text/stSPARQLResultsTSVWriterFactory.java Sun Sep 16 22:23:31 2012 +0300 113.3 @@ -1,3 +1,12 @@ 113.4 +/** 113.5 + * This Source Code Form is subject to the terms of the Mozilla Public 113.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 113.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 113.8 + * 113.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 113.10 + * 113.11 + * http://www.strabon.di.uoa.gr/ 113.12 + */ 113.13 package org.openrdf.query.resultio.text; 113.14 113.15 import java.io.OutputStream;
114.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/GeosparqlRDFHandlerBase.java Sun Sep 16 15:39:55 2012 +0300 114.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/GeosparqlRDFHandlerBase.java Sun Sep 16 22:23:31 2012 +0300 114.3 @@ -1,3 +1,12 @@ 114.4 +/** 114.5 + * This Source Code Form is subject to the terms of the Mozilla Public 114.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 114.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 114.8 + * 114.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 114.10 + * 114.11 + * http://www.strabon.di.uoa.gr/ 114.12 + */ 114.13 package eu.earthobservatory.runtime.generaldb; 114.14 114.15 import java.io.StringReader;
115.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/InvalidDatasetFormatFault.java Sun Sep 16 15:39:55 2012 +0300 115.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/InvalidDatasetFormatFault.java Sun Sep 16 22:23:31 2012 +0300 115.3 @@ -1,3 +1,12 @@ 115.4 +/** 115.5 + * This Source Code Form is subject to the terms of the Mozilla Public 115.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 115.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 115.8 + * 115.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 115.10 + * 115.11 + * http://www.strabon.di.uoa.gr/ 115.12 + */ 115.13 package eu.earthobservatory.runtime.generaldb; 115.14 115.15 public class InvalidDatasetFormatFault extends Exception {
116.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java Sun Sep 16 15:39:55 2012 +0300 116.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java Sun Sep 16 22:23:31 2012 +0300 116.3 @@ -1,3 +1,12 @@ 116.4 +/** 116.5 + * This Source Code Form is subject to the terms of the Mozilla Public 116.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 116.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 116.8 + * 116.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 116.10 + * 116.11 + * http://www.strabon.di.uoa.gr/ 116.12 + */ 116.13 package eu.earthobservatory.runtime.generaldb; 116.14 116.15 import java.io.File;
117.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/DescribeOp.java Sun Sep 16 15:39:55 2012 +0300 117.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/DescribeOp.java Sun Sep 16 22:23:31 2012 +0300 117.3 @@ -1,3 +1,12 @@ 117.4 +/** 117.5 + * This Source Code Form is subject to the terms of the Mozilla Public 117.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 117.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 117.8 + * 117.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 117.10 + * 117.11 + * http://www.strabon.di.uoa.gr/ 117.12 + */ 117.13 package eu.earthobservatory.runtime.monetdb; 117.14 117.15 import org.slf4j.Logger;
118.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/QueryDir.java Sun Sep 16 15:39:55 2012 +0300 118.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/QueryDir.java Sun Sep 16 22:23:31 2012 +0300 118.3 @@ -1,3 +1,12 @@ 118.4 +/** 118.5 + * This Source Code Form is subject to the terms of the Mozilla Public 118.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 118.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 118.8 + * 118.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 118.10 + * 118.11 + * http://www.strabon.di.uoa.gr/ 118.12 + */ 118.13 package eu.earthobservatory.runtime.monetdb; 118.14 118.15 import java.io.BufferedReader;
119.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/QueryOp.java Sun Sep 16 15:39:55 2012 +0300 119.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/QueryOp.java Sun Sep 16 22:23:31 2012 +0300 119.3 @@ -1,3 +1,12 @@ 119.4 +/** 119.5 + * This Source Code Form is subject to the terms of the Mozilla Public 119.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 119.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 119.8 + * 119.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 119.10 + * 119.11 + * http://www.strabon.di.uoa.gr/ 119.12 + */ 119.13 package eu.earthobservatory.runtime.monetdb; 119.14 119.15 import org.openrdf.query.resultio.Format;
120.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/StoreOp.java Sun Sep 16 15:39:55 2012 +0300 120.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/StoreOp.java Sun Sep 16 22:23:31 2012 +0300 120.3 @@ -1,3 +1,12 @@ 120.4 +/** 120.5 + * This Source Code Form is subject to the terms of the Mozilla Public 120.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 120.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 120.8 + * 120.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 120.10 + * 120.11 + * http://www.strabon.di.uoa.gr/ 120.12 + */ 120.13 package eu.earthobservatory.runtime.monetdb; 120.14 120.15 import org.slf4j.Logger;
121.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/Strabon.java Sun Sep 16 15:39:55 2012 +0300 121.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/Strabon.java Sun Sep 16 22:23:31 2012 +0300 121.3 @@ -1,3 +1,12 @@ 121.4 +/** 121.5 + * This Source Code Form is subject to the terms of the Mozilla Public 121.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 121.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 121.8 + * 121.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 121.10 + * 121.11 + * http://www.strabon.di.uoa.gr/ 121.12 + */ 121.13 package eu.earthobservatory.runtime.monetdb; 121.14 121.15 import java.sql.Connection;
122.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/UpdateOp.java Sun Sep 16 15:39:55 2012 +0300 122.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/monetdb/UpdateOp.java Sun Sep 16 22:23:31 2012 +0300 122.3 @@ -1,3 +1,12 @@ 122.4 +/** 122.5 + * This Source Code Form is subject to the terms of the Mozilla Public 122.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 122.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 122.8 + * 122.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 122.10 + * 122.11 + * http://www.strabon.di.uoa.gr/ 122.12 + */ 122.13 package eu.earthobservatory.runtime.monetdb; 122.14 122.15 import org.slf4j.Logger;
123.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/DescribeOp.java Sun Sep 16 15:39:55 2012 +0300 123.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/DescribeOp.java Sun Sep 16 22:23:31 2012 +0300 123.3 @@ -1,9 +1,17 @@ 123.4 +/** 123.5 + * This Source Code Form is subject to the terms of the Mozilla Public 123.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 123.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 123.8 + * 123.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 123.10 + * 123.11 + * http://www.strabon.di.uoa.gr/ 123.12 + */ 123.13 package eu.earthobservatory.runtime.postgis; 123.14 123.15 import org.slf4j.Logger; 123.16 import org.slf4j.LoggerFactory; 123.17 123.18 - 123.19 public class DescribeOp { 123.20 123.21 private static Logger logger = LoggerFactory.getLogger(eu.earthobservatory.runtime.postgis.DescribeOp.class);
124.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/QueryDir.java Sun Sep 16 15:39:55 2012 +0300 124.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/QueryDir.java Sun Sep 16 22:23:31 2012 +0300 124.3 @@ -1,3 +1,12 @@ 124.4 +/** 124.5 + * This Source Code Form is subject to the terms of the Mozilla Public 124.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 124.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 124.8 + * 124.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 124.10 + * 124.11 + * http://www.strabon.di.uoa.gr/ 124.12 + */ 124.13 package eu.earthobservatory.runtime.postgis; 124.14 124.15 import java.io.BufferedReader; 124.16 @@ -10,7 +19,6 @@ 124.17 import org.slf4j.Logger; 124.18 import org.slf4j.LoggerFactory; 124.19 124.20 - 124.21 public class QueryDir { 124.22 124.23 private static Logger logger = LoggerFactory.getLogger(eu.earthobservatory.runtime.postgis.QueryDir.class);
125.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/QueryOp.java Sun Sep 16 15:39:55 2012 +0300 125.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/QueryOp.java Sun Sep 16 22:23:31 2012 +0300 125.3 @@ -1,10 +1,18 @@ 125.4 +/** 125.5 + * This Source Code Form is subject to the terms of the Mozilla Public 125.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 125.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 125.8 + * 125.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 125.10 + * 125.11 + * http://www.strabon.di.uoa.gr/ 125.12 + */ 125.13 package eu.earthobservatory.runtime.postgis; 125.14 125.15 import org.openrdf.query.resultio.Format; 125.16 import org.slf4j.Logger; 125.17 import org.slf4j.LoggerFactory; 125.18 125.19 - 125.20 public class QueryOp { 125.21 125.22 private static Logger logger = LoggerFactory.getLogger(eu.earthobservatory.runtime.postgis.QueryOp.class);
126.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/StoreOp.java Sun Sep 16 15:39:55 2012 +0300 126.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/StoreOp.java Sun Sep 16 22:23:31 2012 +0300 126.3 @@ -1,3 +1,12 @@ 126.4 +/** 126.5 + * This Source Code Form is subject to the terms of the Mozilla Public 126.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 126.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 126.8 + * 126.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 126.10 + * 126.11 + * http://www.strabon.di.uoa.gr/ 126.12 + */ 126.13 package eu.earthobservatory.runtime.postgis; 126.14 126.15 import org.slf4j.Logger;
127.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/Strabon.java Sun Sep 16 15:39:55 2012 +0300 127.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/Strabon.java Sun Sep 16 22:23:31 2012 +0300 127.3 @@ -1,3 +1,12 @@ 127.4 +/** 127.5 + * This Source Code Form is subject to the terms of the Mozilla Public 127.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 127.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 127.8 + * 127.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 127.10 + * 127.11 + * http://www.strabon.di.uoa.gr/ 127.12 + */ 127.13 package eu.earthobservatory.runtime.postgis; 127.14 127.15 import java.sql.Connection;
128.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/UpdateOp.java Sun Sep 16 15:39:55 2012 +0300 128.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/UpdateOp.java Sun Sep 16 22:23:31 2012 +0300 128.3 @@ -1,3 +1,12 @@ 128.4 +/** 128.5 + * This Source Code Form is subject to the terms of the Mozilla Public 128.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 128.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 128.8 + * 128.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 128.10 + * 128.11 + * http://www.strabon.di.uoa.gr/ 128.12 + */ 128.13 package eu.earthobservatory.runtime.postgis; 128.14 128.15 import org.slf4j.Logger;
129.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/testCRS.java Sun Sep 16 15:39:55 2012 +0300 129.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/testCRS.java Sun Sep 16 22:23:31 2012 +0300 129.3 @@ -1,4 +1,14 @@ 129.4 +/** 129.5 + * This Source Code Form is subject to the terms of the Mozilla Public 129.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 129.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 129.8 + * 129.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 129.10 + * 129.11 + * http://www.strabon.di.uoa.gr/ 129.12 + */ 129.13 package eu.earthobservatory.runtime.postgis; 129.14 + 129.15 import java.io.IOException; 129.16 import java.net.URL; 129.17 import java.sql.SQLException;
130.1 --- a/runtime/src/main/java/eu/earthobservatory/utils/GeonamesParser.java Sun Sep 16 15:39:55 2012 +0300 130.2 +++ b/runtime/src/main/java/eu/earthobservatory/utils/GeonamesParser.java Sun Sep 16 22:23:31 2012 +0300 130.3 @@ -1,3 +1,12 @@ 130.4 +/** 130.5 + * This Source Code Form is subject to the terms of the Mozilla Public 130.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 130.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 130.8 + * 130.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 130.10 + * 130.11 + * http://www.strabon.di.uoa.gr/ 130.12 + */ 130.13 package eu.earthobservatory.utils; 130.14 130.15 import info.aduna.iteration.CloseableIteration;
131.1 --- a/runtime/src/main/java/eu/earthobservatory/utils/RDFHandlerFactory.java Sun Sep 16 15:39:55 2012 +0300 131.2 +++ b/runtime/src/main/java/eu/earthobservatory/utils/RDFHandlerFactory.java Sun Sep 16 22:23:31 2012 +0300 131.3 @@ -1,5 +1,11 @@ 131.4 /** 131.5 + * This Source Code Form is subject to the terms of the Mozilla Public 131.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 131.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 131.8 * 131.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 131.10 + * 131.11 + * http://www.strabon.di.uoa.gr/ 131.12 */ 131.13 package eu.earthobservatory.utils; 131.14
132.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/AggregateTests.java Sun Sep 16 15:39:55 2012 +0300 132.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/AggregateTests.java Sun Sep 16 22:23:31 2012 +0300 132.3 @@ -1,17 +1,20 @@ 132.4 +/** 132.5 + * This Source Code Form is subject to the terms of the Mozilla Public 132.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 132.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 132.8 + * 132.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 132.10 + * 132.11 + * http://www.strabon.di.uoa.gr/ 132.12 + */ 132.13 package eu.earthobservatory.runtime.generaldb; 132.14 132.15 import java.io.IOException; 132.16 -import java.net.URL; 132.17 132.18 import org.junit.Test; 132.19 import org.openrdf.query.MalformedQueryException; 132.20 import org.openrdf.query.QueryEvaluationException; 132.21 import org.openrdf.query.TupleQueryResultHandlerException; 132.22 -import org.openrdf.repository.RepositoryException; 132.23 -import org.openrdf.rio.RDFHandlerException; 132.24 -import org.openrdf.rio.RDFParseException; 132.25 - 132.26 -import eu.earthobservatory.runtime.postgis.SimpleTests; 132.27 132.28 public class AggregateTests { 132.29 public static Strabon strabon;
133.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/GeneralTests.java Sun Sep 16 15:39:55 2012 +0300 133.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/GeneralTests.java Sun Sep 16 22:23:31 2012 +0300 133.3 @@ -1,22 +1,20 @@ 133.4 +/** 133.5 + * This Source Code Form is subject to the terms of the Mozilla Public 133.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 133.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 133.8 + * 133.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 133.10 + * 133.11 + * http://www.strabon.di.uoa.gr/ 133.12 + */ 133.13 package eu.earthobservatory.runtime.generaldb; 133.14 133.15 import java.io.IOException; 133.16 -import java.net.URL; 133.17 -import java.sql.DriverManager; 133.18 -import java.sql.SQLException; 133.19 -import java.sql.Statement; 133.20 133.21 -import org.junit.AfterClass; 133.22 import org.junit.Test; 133.23 import org.openrdf.query.MalformedQueryException; 133.24 import org.openrdf.query.QueryEvaluationException; 133.25 import org.openrdf.query.TupleQueryResultHandlerException; 133.26 -import org.openrdf.repository.RepositoryException; 133.27 -import org.openrdf.rio.RDFHandlerException; 133.28 -import org.openrdf.rio.RDFParseException; 133.29 - 133.30 -import eu.earthobservatory.runtime.generaldb.Strabon; 133.31 -import eu.earthobservatory.runtime.postgis.SimpleTests; 133.32 133.33 abstract public class GeneralTests { 133.34 public static Strabon strabon;
134.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/HavingTests.java Sun Sep 16 15:39:55 2012 +0300 134.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/HavingTests.java Sun Sep 16 22:23:31 2012 +0300 134.3 @@ -1,22 +1,20 @@ 134.4 +/** 134.5 + * This Source Code Form is subject to the terms of the Mozilla Public 134.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 134.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 134.8 + * 134.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 134.10 + * 134.11 + * http://www.strabon.di.uoa.gr/ 134.12 + */ 134.13 package eu.earthobservatory.runtime.generaldb; 134.14 134.15 import java.io.IOException; 134.16 -import java.net.URL; 134.17 -import java.sql.DriverManager; 134.18 -import java.sql.SQLException; 134.19 -import java.sql.Statement; 134.20 134.21 -import org.junit.AfterClass; 134.22 import org.junit.Test; 134.23 import org.openrdf.query.MalformedQueryException; 134.24 import org.openrdf.query.QueryEvaluationException; 134.25 import org.openrdf.query.TupleQueryResultHandlerException; 134.26 -import org.openrdf.repository.RepositoryException; 134.27 -import org.openrdf.rio.RDFHandlerException; 134.28 -import org.openrdf.rio.RDFParseException; 134.29 - 134.30 -import eu.earthobservatory.runtime.generaldb.Strabon; 134.31 -import eu.earthobservatory.runtime.postgis.SimpleTests; 134.32 134.33 public class HavingTests { 134.34 public static Strabon strabon;
135.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/JoinTests.java Sun Sep 16 15:39:55 2012 +0300 135.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/JoinTests.java Sun Sep 16 22:23:31 2012 +0300 135.3 @@ -1,22 +1,20 @@ 135.4 +/** 135.5 + * This Source Code Form is subject to the terms of the Mozilla Public 135.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 135.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 135.8 + * 135.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 135.10 + * 135.11 + * http://www.strabon.di.uoa.gr/ 135.12 + */ 135.13 package eu.earthobservatory.runtime.generaldb; 135.14 135.15 import java.io.IOException; 135.16 -import java.net.URL; 135.17 -import java.sql.DriverManager; 135.18 -import java.sql.SQLException; 135.19 -import java.sql.Statement; 135.20 135.21 -import org.junit.AfterClass; 135.22 import org.junit.Test; 135.23 import org.openrdf.query.MalformedQueryException; 135.24 import org.openrdf.query.QueryEvaluationException; 135.25 import org.openrdf.query.TupleQueryResultHandlerException; 135.26 -import org.openrdf.repository.RepositoryException; 135.27 -import org.openrdf.rio.RDFHandlerException; 135.28 -import org.openrdf.rio.RDFParseException; 135.29 - 135.30 -import eu.earthobservatory.runtime.generaldb.Strabon; 135.31 -import eu.earthobservatory.runtime.postgis.SimpleTests; 135.32 135.33 public class JoinTests { 135.34
136.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/MeaningfulAggregateTests.java Sun Sep 16 15:39:55 2012 +0300 136.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/MeaningfulAggregateTests.java Sun Sep 16 22:23:31 2012 +0300 136.3 @@ -1,22 +1,20 @@ 136.4 +/** 136.5 + * This Source Code Form is subject to the terms of the Mozilla Public 136.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 136.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 136.8 + * 136.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 136.10 + * 136.11 + * http://www.strabon.di.uoa.gr/ 136.12 + */ 136.13 package eu.earthobservatory.runtime.generaldb; 136.14 136.15 import java.io.IOException; 136.16 -import java.net.URL; 136.17 -import java.sql.DriverManager; 136.18 -import java.sql.SQLException; 136.19 -import java.sql.Statement; 136.20 136.21 -import org.junit.AfterClass; 136.22 import org.junit.Test; 136.23 import org.openrdf.query.MalformedQueryException; 136.24 import org.openrdf.query.QueryEvaluationException; 136.25 import org.openrdf.query.TupleQueryResultHandlerException; 136.26 -import org.openrdf.repository.RepositoryException; 136.27 -import org.openrdf.rio.RDFHandlerException; 136.28 -import org.openrdf.rio.RDFParseException; 136.29 - 136.30 -import eu.earthobservatory.runtime.generaldb.Strabon; 136.31 -import eu.earthobservatory.runtime.postgis.SimpleTests; 136.32 136.33 public class MeaningfulAggregateTests { 136.34 public static Strabon strabon;
137.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/NOATests.java Sun Sep 16 15:39:55 2012 +0300 137.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/NOATests.java Sun Sep 16 22:23:31 2012 +0300 137.3 @@ -1,22 +1,20 @@ 137.4 +/** 137.5 + * This Source Code Form is subject to the terms of the Mozilla Public 137.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 137.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 137.8 + * 137.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 137.10 + * 137.11 + * http://www.strabon.di.uoa.gr/ 137.12 + */ 137.13 package eu.earthobservatory.runtime.generaldb; 137.14 137.15 import java.io.IOException; 137.16 -import java.net.URL; 137.17 -import java.sql.DriverManager; 137.18 -import java.sql.SQLException; 137.19 -import java.sql.Statement; 137.20 137.21 -import org.junit.AfterClass; 137.22 import org.junit.Test; 137.23 import org.openrdf.query.MalformedQueryException; 137.24 import org.openrdf.query.QueryEvaluationException; 137.25 import org.openrdf.query.TupleQueryResultHandlerException; 137.26 -import org.openrdf.repository.RepositoryException; 137.27 -import org.openrdf.rio.RDFHandlerException; 137.28 -import org.openrdf.rio.RDFParseException; 137.29 - 137.30 -import eu.earthobservatory.runtime.generaldb.Strabon; 137.31 -import eu.earthobservatory.runtime.postgis.SimpleTests; 137.32 137.33 public class NOATests { 137.34 public static Strabon strabon;
138.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/SPARQL11Tests.java Sun Sep 16 15:39:55 2012 +0300 138.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/SPARQL11Tests.java Sun Sep 16 22:23:31 2012 +0300 138.3 @@ -1,3 +1,12 @@ 138.4 +/** 138.5 + * This Source Code Form is subject to the terms of the Mozilla Public 138.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 138.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 138.8 + * 138.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 138.10 + * 138.11 + * http://www.strabon.di.uoa.gr/ 138.12 + */ 138.13 package eu.earthobservatory.runtime.generaldb; 138.14 138.15 import static org.junit.Assert.assertEquals;
139.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/SimpleTests.java Sun Sep 16 15:39:55 2012 +0300 139.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/SimpleTests.java Sun Sep 16 22:23:31 2012 +0300 139.3 @@ -1,3 +1,12 @@ 139.4 +/** 139.5 + * This Source Code Form is subject to the terms of the Mozilla Public 139.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 139.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 139.8 + * 139.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 139.10 + * 139.11 + * http://www.strabon.di.uoa.gr/ 139.12 + */ 139.13 package eu.earthobservatory.runtime.generaldb; 139.14 139.15 import static org.junit.Assert.assertEquals; 139.16 @@ -13,14 +22,11 @@ 139.17 import org.openrdf.query.QueryEvaluationException; 139.18 import org.openrdf.query.TupleQueryResultHandlerException; 139.19 139.20 -import eu.earthobservatory.runtime.monetdb.TemplateTests; 139.21 - 139.22 /** 139.23 * A set of simple tests on SPARQL query functionality 139.24 * 139.25 - * @author George Garbis 139.26 + * @author George Garbis <ggarbis@di.uoa.gr> 139.27 */ 139.28 - 139.29 public class SimpleTests { 139.30 139.31 protected static Strabon strabon;
140.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/SpatialTests.java Sun Sep 16 15:39:55 2012 +0300 140.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/SpatialTests.java Sun Sep 16 22:23:31 2012 +0300 140.3 @@ -1,3 +1,12 @@ 140.4 +/** 140.5 + * This Source Code Form is subject to the terms of the Mozilla Public 140.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 140.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 140.8 + * 140.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 140.10 + * 140.11 + * http://www.strabon.di.uoa.gr/ 140.12 + */ 140.13 package eu.earthobservatory.runtime.generaldb; 140.14 140.15 import static org.junit.Assert.assertEquals;
141.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/TransformTests.java Sun Sep 16 15:39:55 2012 +0300 141.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/generaldb/TransformTests.java Sun Sep 16 22:23:31 2012 +0300 141.3 @@ -1,16 +1,13 @@ 141.4 +/** 141.5 + * This Source Code Form is subject to the terms of the Mozilla Public 141.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 141.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 141.8 + * 141.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 141.10 + * 141.11 + * http://www.strabon.di.uoa.gr/ 141.12 + */ 141.13 package eu.earthobservatory.runtime.generaldb; 141.14 -import java.io.IOException; 141.15 -import java.sql.DriverManager; 141.16 -import java.sql.SQLException; 141.17 -import java.sql.Statement; 141.18 - 141.19 -import org.junit.AfterClass; 141.20 -import org.junit.Test; 141.21 -import org.openrdf.query.MalformedQueryException; 141.22 -import org.openrdf.query.QueryEvaluationException; 141.23 -import org.openrdf.query.TupleQueryResultHandlerException; 141.24 -//import eu.earthobservatory.generaldb.main.Strabon; 141.25 -import eu.earthobservatory.runtime.generaldb.Strabon; 141.26 141.27 public class TransformTests { 141.28
142.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/AggregateTests.java Sun Sep 16 15:39:55 2012 +0300 142.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/AggregateTests.java Sun Sep 16 22:23:31 2012 +0300 142.3 @@ -1,3 +1,12 @@ 142.4 +/** 142.5 + * This Source Code Form is subject to the terms of the Mozilla Public 142.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 142.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 142.8 + * 142.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 142.10 + * 142.11 + * http://www.strabon.di.uoa.gr/ 142.12 + */ 142.13 package eu.earthobservatory.runtime.monetdb; 142.14 142.15 import java.io.IOException; 142.16 @@ -14,9 +23,8 @@ 142.17 /** 142.18 * A set of simple tests on SPARQL query functionality 142.19 * 142.20 - * @author George Garbis 142.21 + * @author George Garbis <ggarbis@di.uoa.gr> 142.22 */ 142.23 - 142.24 public class AggregateTests extends eu.earthobservatory.runtime.generaldb.AggregateTests { 142.25 142.26 @BeforeClass
143.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/GeneralTests.java Sun Sep 16 15:39:55 2012 +0300 143.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/GeneralTests.java Sun Sep 16 22:23:31 2012 +0300 143.3 @@ -1,12 +1,16 @@ 143.4 +/** 143.5 + * This Source Code Form is subject to the terms of the Mozilla Public 143.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 143.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 143.8 + * 143.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 143.10 + * 143.11 + * http://www.strabon.di.uoa.gr/ 143.12 + */ 143.13 package eu.earthobservatory.runtime.monetdb; 143.14 143.15 import java.io.IOException; 143.16 -import java.io.InputStream; 143.17 -import java.sql.DriverManager; 143.18 -import java.sql.ResultSet; 143.19 import java.sql.SQLException; 143.20 -import java.sql.Statement; 143.21 -import java.util.Properties; 143.22 143.23 import org.junit.AfterClass; 143.24 import org.junit.BeforeClass; 143.25 @@ -23,9 +27,8 @@ 143.26 /** 143.27 * A set of simple tests on SPARQL query functionality 143.28 * 143.29 - * @author George Garbis 143.30 + * @author George Garbis <ggarbis@di.uoa.gr> 143.31 */ 143.32 - 143.33 public class GeneralTests extends eu.earthobservatory.runtime.generaldb.GeneralTests { 143.34 143.35 @BeforeClass
144.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/HavingTests.java Sun Sep 16 15:39:55 2012 +0300 144.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/HavingTests.java Sun Sep 16 22:23:31 2012 +0300 144.3 @@ -1,12 +1,16 @@ 144.4 +/** 144.5 + * This Source Code Form is subject to the terms of the Mozilla Public 144.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 144.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 144.8 + * 144.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 144.10 + * 144.11 + * http://www.strabon.di.uoa.gr/ 144.12 + */ 144.13 package eu.earthobservatory.runtime.monetdb; 144.14 144.15 import java.io.IOException; 144.16 -import java.io.InputStream; 144.17 -import java.sql.DriverManager; 144.18 -import java.sql.ResultSet; 144.19 import java.sql.SQLException; 144.20 -import java.sql.Statement; 144.21 -import java.util.Properties; 144.22 144.23 import org.junit.AfterClass; 144.24 import org.junit.BeforeClass; 144.25 @@ -16,6 +20,11 @@ 144.26 144.27 import eu.earthobservatory.runtime.generaldb.InvalidDatasetFormatFault; 144.28 144.29 +/** 144.30 + * 144.31 + * @author George Garbis <ggarbis@di.uoa.gr> 144.32 + * 144.33 + */ 144.34 public class HavingTests extends eu.earthobservatory.runtime.generaldb.HavingTests { 144.35 144.36 @BeforeClass
145.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/JoinTests.java Sun Sep 16 15:39:55 2012 +0300 145.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/JoinTests.java Sun Sep 16 22:23:31 2012 +0300 145.3 @@ -1,12 +1,16 @@ 145.4 +/** 145.5 + * This Source Code Form is subject to the terms of the Mozilla Public 145.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 145.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 145.8 + * 145.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 145.10 + * 145.11 + * http://www.strabon.di.uoa.gr/ 145.12 + */ 145.13 package eu.earthobservatory.runtime.monetdb; 145.14 145.15 import java.io.IOException; 145.16 -import java.io.InputStream; 145.17 -import java.sql.DriverManager; 145.18 -import java.sql.ResultSet; 145.19 import java.sql.SQLException; 145.20 -import java.sql.Statement; 145.21 -import java.util.Properties; 145.22 145.23 import org.junit.AfterClass; 145.24 import org.junit.BeforeClass; 145.25 @@ -16,7 +20,11 @@ 145.26 145.27 import eu.earthobservatory.runtime.generaldb.InvalidDatasetFormatFault; 145.28 145.29 - 145.30 +/** 145.31 + * 145.32 + * @author George Garbis <ggarbis@di.uoa.gr> 145.33 + * 145.34 + */ 145.35 public class JoinTests extends eu.earthobservatory.runtime.generaldb.JoinTests { 145.36 145.37 @BeforeClass
146.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/MeaningfulAggregateTests.java Sun Sep 16 15:39:55 2012 +0300 146.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/MeaningfulAggregateTests.java Sun Sep 16 22:23:31 2012 +0300 146.3 @@ -1,12 +1,16 @@ 146.4 +/** 146.5 + * This Source Code Form is subject to the terms of the Mozilla Public 146.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 146.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 146.8 + * 146.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 146.10 + * 146.11 + * http://www.strabon.di.uoa.gr/ 146.12 + */ 146.13 package eu.earthobservatory.runtime.monetdb; 146.14 146.15 import java.io.IOException; 146.16 -import java.io.InputStream; 146.17 -import java.sql.DriverManager; 146.18 -import java.sql.ResultSet; 146.19 import java.sql.SQLException; 146.20 -import java.sql.Statement; 146.21 -import java.util.Properties; 146.22 146.23 import org.junit.AfterClass; 146.24 import org.junit.BeforeClass;
147.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/SimpleTests.java Sun Sep 16 15:39:55 2012 +0300 147.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/SimpleTests.java Sun Sep 16 22:23:31 2012 +0300 147.3 @@ -1,12 +1,16 @@ 147.4 +/** 147.5 + * This Source Code Form is subject to the terms of the Mozilla Public 147.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 147.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 147.8 + * 147.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 147.10 + * 147.11 + * http://www.strabon.di.uoa.gr/ 147.12 + */ 147.13 package eu.earthobservatory.runtime.monetdb; 147.14 147.15 import java.io.IOException; 147.16 -import java.io.InputStream; 147.17 -import java.sql.DriverManager; 147.18 -import java.sql.ResultSet; 147.19 import java.sql.SQLException; 147.20 -import java.sql.Statement; 147.21 -import java.util.Properties; 147.22 147.23 import org.junit.AfterClass; 147.24 import org.junit.BeforeClass; 147.25 @@ -15,14 +19,12 @@ 147.26 import org.openrdf.rio.RDFParseException; 147.27 147.28 import eu.earthobservatory.runtime.generaldb.InvalidDatasetFormatFault; 147.29 -import eu.earthobservatory.runtime.generaldb.TransformTests; 147.30 147.31 /** 147.32 * A set of simple tests on SPARQL query functionality 147.33 * 147.34 - * @author George Garbis 147.35 + * @author George Garbis <ggarbis@di.uoa.gr> 147.36 */ 147.37 - 147.38 public class SimpleTests extends eu.earthobservatory.runtime.generaldb.SimpleTests { 147.39 147.40 @BeforeClass
148.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/SpatialTests.java Sun Sep 16 15:39:55 2012 +0300 148.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/SpatialTests.java Sun Sep 16 22:23:31 2012 +0300 148.3 @@ -1,12 +1,16 @@ 148.4 +/** 148.5 + * This Source Code Form is subject to the terms of the Mozilla Public 148.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 148.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 148.8 + * 148.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 148.10 + * 148.11 + * http://www.strabon.di.uoa.gr/ 148.12 + */ 148.13 package eu.earthobservatory.runtime.monetdb; 148.14 148.15 import java.io.IOException; 148.16 -import java.io.InputStream; 148.17 -import java.sql.DriverManager; 148.18 -import java.sql.ResultSet; 148.19 import java.sql.SQLException; 148.20 -import java.sql.Statement; 148.21 -import java.util.Properties; 148.22 148.23 import org.junit.AfterClass; 148.24 import org.junit.BeforeClass; 148.25 @@ -19,9 +23,8 @@ 148.26 /** 148.27 * A set of simple tests on SPARQL query functionality 148.28 * 148.29 - * @author George Garbis 148.30 + * @author George Garbis <ggarbis@di.uoa.gr> 148.31 */ 148.32 - 148.33 public class SpatialTests extends eu.earthobservatory.runtime.generaldb.SpatialTests { 148.34 148.35 @BeforeClass
149.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/TemplateTests.java Sun Sep 16 15:39:55 2012 +0300 149.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/TemplateTests.java Sun Sep 16 22:23:31 2012 +0300 149.3 @@ -1,8 +1,16 @@ 149.4 +/** 149.5 + * This Source Code Form is subject to the terms of the Mozilla Public 149.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 149.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 149.8 + * 149.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 149.10 + * 149.11 + * http://www.strabon.di.uoa.gr/ 149.12 + */ 149.13 package eu.earthobservatory.runtime.monetdb; 149.14 149.15 import java.io.IOException; 149.16 import java.io.InputStream; 149.17 -import java.net.URL; 149.18 import java.sql.DriverManager; 149.19 import java.sql.ResultSet; 149.20 import java.sql.SQLException; 149.21 @@ -16,15 +24,13 @@ 149.22 import org.openrdf.rio.RDFParseException; 149.23 149.24 import eu.earthobservatory.runtime.generaldb.InvalidDatasetFormatFault; 149.25 -import eu.earthobservatory.runtime.generaldb.SimpleTests; 149.26 import eu.earthobservatory.runtime.generaldb.Strabon; 149.27 149.28 /** 149.29 * A set of simple tests on SPARQL query functionality 149.30 * 149.31 - * @author George Garbis 149.32 + * @author George Garbis <ggarbis@di.uoa.gr> 149.33 */ 149.34 - 149.35 public class TemplateTests extends eu.earthobservatory.runtime.generaldb.SimpleTests { 149.36 149.37 @BeforeClass
150.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/TransformTests.java Sun Sep 16 15:39:55 2012 +0300 150.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/monetdb/TransformTests.java Sun Sep 16 22:23:31 2012 +0300 150.3 @@ -1,12 +1,16 @@ 150.4 +/** 150.5 + * This Source Code Form is subject to the terms of the Mozilla Public 150.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 150.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 150.8 + * 150.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 150.10 + * 150.11 + * http://www.strabon.di.uoa.gr/ 150.12 + */ 150.13 package eu.earthobservatory.runtime.monetdb; 150.14 150.15 import java.io.IOException; 150.16 -import java.io.InputStream; 150.17 -import java.sql.DriverManager; 150.18 -import java.sql.ResultSet; 150.19 import java.sql.SQLException; 150.20 -import java.sql.Statement; 150.21 -import java.util.Properties; 150.22 150.23 import org.junit.AfterClass; 150.24 import org.junit.BeforeClass; 150.25 @@ -19,9 +23,8 @@ 150.26 /** 150.27 * A set of simple tests on SPARQL query functionality 150.28 * 150.29 - * @author George Garbis 150.30 + * @author George Garbis <ggarbis@di.uoa.gr> 150.31 */ 150.32 - 150.33 public class TransformTests extends eu.earthobservatory.runtime.generaldb.TransformTests { 150.34 150.35 @BeforeClass
151.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/AggregateTests.java Sun Sep 16 15:39:55 2012 +0300 151.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/AggregateTests.java Sun Sep 16 22:23:31 2012 +0300 151.3 @@ -1,7 +1,15 @@ 151.4 +/** 151.5 + * This Source Code Form is subject to the terms of the Mozilla Public 151.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 151.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 151.8 + * 151.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 151.10 + * 151.11 + * http://www.strabon.di.uoa.gr/ 151.12 + */ 151.13 package eu.earthobservatory.runtime.postgis; 151.14 151.15 import java.io.IOException; 151.16 -import java.net.URL; 151.17 import java.sql.SQLException; 151.18 151.19 import org.junit.AfterClass;
152.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/GeneralTests.java Sun Sep 16 15:39:55 2012 +0300 152.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/GeneralTests.java Sun Sep 16 22:23:31 2012 +0300 152.3 @@ -1,13 +1,16 @@ 152.4 +/** 152.5 + * This Source Code Form is subject to the terms of the Mozilla Public 152.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 152.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 152.8 + * 152.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 152.10 + * 152.11 + * http://www.strabon.di.uoa.gr/ 152.12 + */ 152.13 package eu.earthobservatory.runtime.postgis; 152.14 152.15 import java.io.IOException; 152.16 -import java.io.InputStream; 152.17 -import java.net.URL; 152.18 -import java.sql.DriverManager; 152.19 -import java.sql.ResultSet; 152.20 import java.sql.SQLException; 152.21 -import java.sql.Statement; 152.22 -import java.util.Properties; 152.23 152.24 import org.junit.AfterClass; 152.25 import org.junit.BeforeClass; 152.26 @@ -24,9 +27,8 @@ 152.27 /** 152.28 * A set of simple tests on SPARQL query functionality 152.29 * 152.30 - * @author George Garbis 152.31 + * @author George Garbis <ggarbis@di.uoa.gr> 152.32 */ 152.33 - 152.34 public class GeneralTests extends eu.earthobservatory.runtime.generaldb.GeneralTests { 152.35 152.36 @BeforeClass
153.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/HavingTests.java Sun Sep 16 15:39:55 2012 +0300 153.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/HavingTests.java Sun Sep 16 22:23:31 2012 +0300 153.3 @@ -1,12 +1,16 @@ 153.4 +/** 153.5 + * This Source Code Form is subject to the terms of the Mozilla Public 153.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 153.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 153.8 + * 153.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 153.10 + * 153.11 + * http://www.strabon.di.uoa.gr/ 153.12 + */ 153.13 package eu.earthobservatory.runtime.postgis; 153.14 153.15 import java.io.IOException; 153.16 -import java.io.InputStream; 153.17 -import java.sql.DriverManager; 153.18 -import java.sql.ResultSet; 153.19 import java.sql.SQLException; 153.20 -import java.sql.Statement; 153.21 -import java.util.Properties; 153.22 153.23 import org.junit.AfterClass; 153.24 import org.junit.BeforeClass;
154.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/JoinTests.java Sun Sep 16 15:39:55 2012 +0300 154.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/JoinTests.java Sun Sep 16 22:23:31 2012 +0300 154.3 @@ -1,13 +1,16 @@ 154.4 +/** 154.5 + * This Source Code Form is subject to the terms of the Mozilla Public 154.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 154.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 154.8 + * 154.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 154.10 + * 154.11 + * http://www.strabon.di.uoa.gr/ 154.12 + */ 154.13 package eu.earthobservatory.runtime.postgis; 154.14 154.15 import java.io.IOException; 154.16 -import java.io.InputStream; 154.17 -import java.net.URL; 154.18 -import java.sql.DriverManager; 154.19 -import java.sql.ResultSet; 154.20 import java.sql.SQLException; 154.21 -import java.sql.Statement; 154.22 -import java.util.Properties; 154.23 154.24 import org.junit.AfterClass; 154.25 import org.junit.BeforeClass;
155.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/MeaningfulAggregateTests.java Sun Sep 16 15:39:55 2012 +0300 155.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/MeaningfulAggregateTests.java Sun Sep 16 22:23:31 2012 +0300 155.3 @@ -1,13 +1,16 @@ 155.4 +/** 155.5 + * This Source Code Form is subject to the terms of the Mozilla Public 155.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 155.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 155.8 + * 155.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 155.10 + * 155.11 + * http://www.strabon.di.uoa.gr/ 155.12 + */ 155.13 package eu.earthobservatory.runtime.postgis; 155.14 155.15 import java.io.IOException; 155.16 -import java.io.InputStream; 155.17 -import java.net.URL; 155.18 -import java.sql.DriverManager; 155.19 -import java.sql.ResultSet; 155.20 import java.sql.SQLException; 155.21 -import java.sql.Statement; 155.22 -import java.util.Properties; 155.23 155.24 import org.junit.AfterClass; 155.25 import org.junit.BeforeClass;
156.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/SPARQL11Tests.java Sun Sep 16 15:39:55 2012 +0300 156.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/SPARQL11Tests.java Sun Sep 16 22:23:31 2012 +0300 156.3 @@ -1,13 +1,16 @@ 156.4 +/** 156.5 + * This Source Code Form is subject to the terms of the Mozilla Public 156.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 156.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 156.8 + * 156.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 156.10 + * 156.11 + * http://www.strabon.di.uoa.gr/ 156.12 + */ 156.13 package eu.earthobservatory.runtime.postgis; 156.14 156.15 import java.io.IOException; 156.16 -import java.io.InputStream; 156.17 -import java.net.URL; 156.18 -import java.sql.DriverManager; 156.19 -import java.sql.ResultSet; 156.20 import java.sql.SQLException; 156.21 -import java.sql.Statement; 156.22 -import java.util.Properties; 156.23 156.24 import org.junit.AfterClass; 156.25 import org.junit.BeforeClass; 156.26 @@ -20,7 +23,7 @@ 156.27 /** 156.28 * A set of simple tests on SPARQL query functionality 156.29 * 156.30 - * @author George Garbis 156.31 + * @author George Garbis <ggarbis@di.uoa.gr> 156.32 */ 156.33 156.34 public class SPARQL11Tests extends eu.earthobservatory.runtime.generaldb.SPARQL11Tests {
157.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/SimpleTests.java Sun Sep 16 15:39:55 2012 +0300 157.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/SimpleTests.java Sun Sep 16 22:23:31 2012 +0300 157.3 @@ -1,3 +1,12 @@ 157.4 +/** 157.5 + * This Source Code Form is subject to the terms of the Mozilla Public 157.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 157.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 157.8 + * 157.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 157.10 + * 157.11 + * http://www.strabon.di.uoa.gr/ 157.12 + */ 157.13 package eu.earthobservatory.runtime.postgis; 157.14 157.15 import java.io.IOException; 157.16 @@ -14,9 +23,8 @@ 157.17 /** 157.18 * A set of simple tests on SPARQL query functionality 157.19 * 157.20 - * @author George Garbis 157.21 + * @author George Garbis <ggarbis@di.uoa.gr 157.22 */ 157.23 - 157.24 public class SimpleTests extends eu.earthobservatory.runtime.generaldb.SimpleTests { 157.25 157.26 @BeforeClass
158.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/SpatialTests.java Sun Sep 16 15:39:55 2012 +0300 158.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/SpatialTests.java Sun Sep 16 22:23:31 2012 +0300 158.3 @@ -1,12 +1,16 @@ 158.4 +/** 158.5 + * This Source Code Form is subject to the terms of the Mozilla Public 158.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 158.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 158.8 + * 158.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 158.10 + * 158.11 + * http://www.strabon.di.uoa.gr/ 158.12 + */ 158.13 package eu.earthobservatory.runtime.postgis; 158.14 158.15 import java.io.IOException; 158.16 -import java.io.InputStream; 158.17 -import java.sql.DriverManager; 158.18 -import java.sql.ResultSet; 158.19 import java.sql.SQLException; 158.20 -import java.sql.Statement; 158.21 -import java.util.Properties; 158.22 158.23 import org.junit.AfterClass; 158.24 import org.junit.BeforeClass; 158.25 @@ -19,7 +23,7 @@ 158.26 /** 158.27 * A set of simple tests on SPARQL query functionality 158.28 * 158.29 - * @author George Garbis 158.30 + * @author George Garbis <ggarbis@di.uoa.gr> 158.31 */ 158.32 158.33 public class SpatialTests extends eu.earthobservatory.runtime.generaldb.SpatialTests {
159.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/TemplateTests.java Sun Sep 16 15:39:55 2012 +0300 159.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/TemplateTests.java Sun Sep 16 22:23:31 2012 +0300 159.3 @@ -1,8 +1,16 @@ 159.4 +/** 159.5 + * This Source Code Form is subject to the terms of the Mozilla Public 159.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 159.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 159.8 + * 159.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 159.10 + * 159.11 + * http://www.strabon.di.uoa.gr/ 159.12 + */ 159.13 package eu.earthobservatory.runtime.postgis; 159.14 159.15 import java.io.IOException; 159.16 import java.io.InputStream; 159.17 -import java.net.URL; 159.18 import java.sql.DriverManager; 159.19 import java.sql.ResultSet; 159.20 import java.sql.SQLException; 159.21 @@ -22,9 +30,8 @@ 159.22 /** 159.23 * A set of simple tests on SPARQL query functionality 159.24 * 159.25 - * @author George Garbis 159.26 + * @author George Garbis <ggarbis@di.uoa.gr> 159.27 */ 159.28 - 159.29 public class TemplateTests { 159.30 159.31 public static java.sql.Connection conn = null;
160.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgis/TransformTests.java Sun Sep 16 15:39:55 2012 +0300 160.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgis/TransformTests.java Sun Sep 16 22:23:31 2012 +0300 160.3 @@ -1,12 +1,16 @@ 160.4 +/** 160.5 + * This Source Code Form is subject to the terms of the Mozilla Public 160.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 160.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 160.8 + * 160.9 + * Copyright (C) 2010, 2011, 2012, Pyravlos Team 160.10 + * 160.11 + * http://www.strabon.di.uoa.gr/ 160.12 + */ 160.13 package eu.earthobservatory.runtime.postgis; 160.14 160.15 import java.io.IOException; 160.16 -import java.io.InputStream; 160.17 -import java.sql.DriverManager; 160.18 -import java.sql.ResultSet; 160.19 import java.sql.SQLException; 160.20 -import java.sql.Statement; 160.21 -import java.util.Properties; 160.22 160.23 import org.junit.AfterClass; 160.24 import org.junit.BeforeClass; 160.25 @@ -19,7 +23,7 @@ 160.26 /** 160.27 * A set of simple tests on SPARQL query functionality 160.28 * 160.29 - * @author George Garbis 160.30 + * @author George Garbis <ggarbis@di.uoa.gr> 160.31 */ 160.32 160.33 public class TransformTests extends eu.earthobservatory.runtime.generaldb.TransformTests {
161.1 --- a/scripts/endpoint Sun Sep 16 15:39:55 2012 +0300 161.2 +++ b/scripts/endpoint Sun Sep 16 22:23:31 2012 +0300 161.3 @@ -5,6 +5,10 @@ 161.4 # License, v. 2.0. If a copy of the MPL was not distributed with this 161.5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 161.6 # 161.7 +# Copyright (C) 2010, 2011, 2012, Pyravlos Team 161.8 +# 161.9 +# http://www.strabon.di.uoa.gr/ 161.10 +# 161.11 161.12 # 161.13 # Script for executing SPARQL queries and SPARQL Update queries
162.1 --- a/scripts/redeploy Sun Sep 16 15:39:55 2012 +0300 162.2 +++ b/scripts/redeploy Sun Sep 16 22:23:31 2012 +0300 162.3 @@ -1,5 +1,15 @@ 162.4 #! /bin/bash 162.5 162.6 +# 162.7 +# This Source Code Form is subject to the terms of the Mozilla Public 162.8 +# License, v. 2.0. If a copy of the MPL was not distributed with this 162.9 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 162.10 +# 162.11 +# Copyright (C) 2010, 2011, 2012, Pyravlos Team 162.12 +# 162.13 +# http://www.strabon.di.uoa.gr/ 162.14 +# 162.15 + 162.16 # this command 162.17 CMD="$(basename ${0})" 162.18
163.1 --- a/scripts/runNoaRefinement.sh Sun Sep 16 15:39:55 2012 +0300 163.2 +++ b/scripts/runNoaRefinement.sh Sun Sep 16 22:23:31 2012 +0300 163.3 @@ -1,5 +1,16 @@ 163.4 #! /bin/bash 163.5 163.6 +# 163.7 +# This Source Code Form is subject to the terms of the Mozilla Public 163.8 +# License, v. 2.0. If a copy of the MPL was not distributed with this 163.9 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 163.10 +# 163.11 +# Copyright (C) 2010, 2011, 2012, Pyravlos Team 163.12 +# 163.13 +# http://www.strabon.di.uoa.gr/ 163.14 +# 163.15 + 163.16 + 163.17 dataDir="/home/ggarbis/TELEIOS/NOA_Processing_Chain/chain_msg2/data/out_triples/" 163.18 dataUrl="http://pathway.di.uoa.gr/hotspots/out_triples/" 163.19 name="HMSG2_IR_039_s7_070825"
164.1 --- a/scripts/strabon Sun Sep 16 15:39:55 2012 +0300 164.2 +++ b/scripts/strabon Sun Sep 16 22:23:31 2012 +0300 164.3 @@ -5,6 +5,10 @@ 164.4 # License, v. 2.0. If a copy of the MPL was not distributed with this 164.5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 164.6 # 164.7 +# Copyright (C) 2010, 2011, 2012, Pyravlos Team 164.8 +# 164.9 +# http://www.strabon.di.uoa.gr/ 164.10 +# 164.11 164.12 # 164.13 # Script for running the main classes of Strabon. The main classes of Strabon comprises