Strabon
changeset 1037:8416712b0b92 temporals
updated license and author information
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Tue Apr 16 15:42:24 2013 +0300 (2013-04-16) |
parents | 6e417d9b4c3d |
children | fc2068b26268 |
files | runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java runtime/src/main/java/eu/earthobservatory/runtime/postgis/StoreOp.java runtime/src/test/java/eu/earthobservatory/runtime/postgres/temporals/storeTests.java |
line diff
1.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java Tue Apr 16 15:38:41 2013 +0300 1.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java Tue Apr 16 15:42:24 2013 +0300 1.3 @@ -7,6 +7,8 @@ 1.4 * 1.5 * http://www.strabon.di.uoa.gr/ 1.6 * 1.7 + * @author Manos Karpathiotakis <mk@di.uoa.gr> 1.8 + * @author Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> 1.9 * @author Panayiotis Smeros <psmeros@di.uoa.gr> 1.10 */ 1.11 package eu.earthobservatory.runtime.generaldb;
2.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/StoreOp.java Tue Apr 16 15:38:41 2013 +0300 2.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/StoreOp.java Tue Apr 16 15:42:24 2013 +0300 2.3 @@ -3,7 +3,7 @@ 2.4 * License, v. 2.0. If a copy of the MPL was not distributed with this 2.5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 2.6 * 2.7 - * Copyright (C) 2010, 2011, 2012, Pyravlos Team 2.8 + * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 2.9 * 2.10 * http://www.strabon.di.uoa.gr/ 2.11 */
3.1 --- a/runtime/src/test/java/eu/earthobservatory/runtime/postgres/temporals/storeTests.java Tue Apr 16 15:38:41 2013 +0300 3.2 +++ b/runtime/src/test/java/eu/earthobservatory/runtime/postgres/temporals/storeTests.java Tue Apr 16 15:42:24 2013 +0300 3.3 @@ -1,3 +1,14 @@ 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, 2013 Pyravlos Team 3.10 + * 3.11 + * http://www.strabon.di.uoa.gr/ 3.12 + */ 3.13 + 3.14 + 3.15 package eu.earthobservatory.runtime.postgres.temporals; 3.16 3.17