[Dive4elements-commits] [PATCH 2 of 4] Removed trailing whitespace
Wald Commits
scm-commit at wald.intevation.org
Sun May 12 18:15:33 CEST 2013
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1368374921 -7200
# Node ID 4c3ccf2b030479027f0000cb4c747bc33cd028e0
# Parent 6f80d5f375fd81652489890e90233233304547e0
Removed trailing whitespace.
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/App.java
--- a/backend/src/main/java/org/dive4elements/river/App.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/App.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/backend/Credentials.java
--- a/backend/src/main/java/org/dive4elements/river/backend/Credentials.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/backend/Credentials.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.backend;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/backend/FLYSCredentials.java
--- a/backend/src/main/java/org/dive4elements/river/backend/FLYSCredentials.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/backend/FLYSCredentials.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.backend;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/backend/SedDBCredentials.java
--- a/backend/src/main/java/org/dive4elements/river/backend/SedDBCredentials.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/backend/SedDBCredentials.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.backend;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/backend/SedDBSessionHolder.java
--- a/backend/src/main/java/org/dive4elements/river/backend/SedDBSessionHolder.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/backend/SedDBSessionHolder.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.backend;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/backend/SessionFactoryProvider.java
--- a/backend/src/main/java/org/dive4elements/river/backend/SessionFactoryProvider.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/backend/SessionFactoryProvider.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.backend;
@@ -78,7 +78,7 @@
/** XXX: Commented out till it is configured correctly.
public static void registerAsMBean(SessionFactory factory) {
- //
+ //
StatisticsService statsMBean = new StatisticsService();
statsMBean.setSessionFactory(factory);
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/backend/SessionHolder.java
--- a/backend/src/main/java/org/dive4elements/river/backend/SessionHolder.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/backend/SessionHolder.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.backend;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/backend/SpatialInfo.java
--- a/backend/src/main/java/org/dive4elements/river/backend/SpatialInfo.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/backend/SpatialInfo.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.backend;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/Config.java
--- a/backend/src/main/java/org/dive4elements/river/importer/Config.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/Config.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportAnnotation.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportAnnotation.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportAnnotation.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportAnnotationType.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportAnnotationType.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportAnnotationType.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportAttribute.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportAttribute.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportAttribute.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportBedHeight.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeight.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeight.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightEpoch.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightEpoch.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightEpoch.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightEpochValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightEpochValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightEpochValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingle.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingle.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingle.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
@@ -144,19 +144,19 @@
Range theRange = range != null ? range.getPeer(river) : null;
if (theType == null) {
- log.warn("BHS: No bed height type given. Skip file '" +
+ log.warn("BHS: No bed height type given. Skip file '" +
description + "'");
return null;
}
if (theCurModel == null) {
- log.warn("BHS: No elevation model given. Skip file '" +
+ log.warn("BHS: No elevation model given. Skip file '" +
description + "'");
return null;
}
if (theRange == null) {
- log.warn("BHS: No km-range given: '" +
+ log.warn("BHS: No km-range given: '" +
description + "'");
}
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightSingleValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightType.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightType.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightType.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportBedHeightValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportCrossSection.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportCrossSection.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportCrossSection.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportCrossSectionLine.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportCrossSectionLine.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportCrossSectionLine.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportDepth.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportDepth.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportDepth.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportDischargeTable.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportDischargeTable.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportDischargeTable.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportDischargeTableValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportDischargeTableValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportDischargeTableValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportDischargeZone.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportDischargeZone.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportDischargeZone.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportEdge.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportEdge.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportEdge.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportElevationModel.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportElevationModel.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportElevationModel.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityMeasurement.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityMeasurement.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityMeasurement.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityMeasurementValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityMeasurementValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityMeasurementValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityModel.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityModel.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityModel.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityModelValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityModelValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportFlowVelocityModelValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportGauge.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportGauge.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportGauge.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportGrainFraction.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportGrainFraction.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportGrainFraction.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportHYK.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportHYK.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportHYK.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportHYKEntry.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportHYKEntry.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportHYKEntry.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportHYKFlowZone.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportHYKFlowZone.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportHYKFlowZone.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportHYKFlowZoneType.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportHYKFlowZoneType.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportHYKFlowZoneType.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportHYKFormation.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportHYKFormation.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportHYKFormation.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportLocationSystem.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportLocationSystem.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportLocationSystem.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportMainValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportMainValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportMainValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportMainValueType.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportMainValueType.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportMainValueType.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportMeasurementStation.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportMeasurementStation.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportMeasurementStation.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportMorphWidth.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportMorphWidth.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportMorphWidth.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportMorphWidthValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportMorphWidthValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportMorphWidthValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportNamedMainValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportNamedMainValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportNamedMainValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportPosition.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportPosition.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportPosition.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportRange.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportRange.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportRange.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportRiver.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportRiver.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportRiver.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportSQRelation.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportSQRelation.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportSQRelation.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportSQRelationValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportSQRelationValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportSQRelationValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportSedimentDensity.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentDensity.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentDensity.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportSedimentDensityValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentDensityValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentDensityValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportSedimentYield.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentYield.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentYield.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportSedimentYieldValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentYieldValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentYieldValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportTimeInterval.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportTimeInterval.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportTimeInterval.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportUnit.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportUnit.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportUnit.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportWst.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportWst.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportWst.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportWstColumn.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportWstColumn.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportWstColumn.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportWstColumnQRange.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportWstColumnQRange.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportWstColumnQRange.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportWstColumnValue.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportWstColumnValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportWstColumnValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImportWstQRange.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportWstQRange.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportWstQRange.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/Importer.java
--- a/backend/src/main/java/org/dive4elements/river/importer/Importer.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/Importer.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ImporterSession.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ImporterSession.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImporterSession.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/ValueKey.java
--- a/backend/src/main/java/org/dive4elements/river/importer/ValueKey.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ValueKey.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/XY.java
--- a/backend/src/main/java/org/dive4elements/river/importer/XY.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/XY.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/AnnotationClassifier.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/AnnotationClassifier.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/AnnotationClassifier.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/AnnotationsParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/AnnotationsParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/AnnotationsParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/AtFileParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/AtFileParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/AtFileParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightEpochParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightEpochParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightEpochParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightSingleParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightSingleParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightSingleParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
@@ -93,7 +93,7 @@
log.warn("BSP: unparseable value in data row.", e);
}
}
-
+
private BigDecimal parseBigDecimal(String value, String line) {
BigDecimal result = null;
try {
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/BundesWasserStrassenParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/BundesWasserStrassenParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/BundesWasserStrassenParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/CrossSectionParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/CrossSectionParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/CrossSectionParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/DA50Parser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/DA50Parser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/DA50Parser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/DA66Parser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/DA66Parser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/DA66Parser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/FlowVelocityMeasurementParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/FlowVelocityMeasurementParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/FlowVelocityMeasurementParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/FlowVelocityModelParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/FlowVelocityModelParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/FlowVelocityModelParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/HYKParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/HYKParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/HYKParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/InfoGewParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/InfoGewParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/InfoGewParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/LineParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/LineParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/LineParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/MeasurementStationsParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/MeasurementStationsParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/MeasurementStationsParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/MorphologicalWidthParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/MorphologicalWidthParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/MorphologicalWidthParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/PRFParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/PRFParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/PRFParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/PegelGltParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/PegelGltParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/PegelGltParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/SQRelationParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/SQRelationParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/SQRelationParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
@@ -127,13 +127,13 @@
Integer nOutlier = parseInteger(cols[11], line);
Double cFer = parseDouble(cols[12], line);
Double cDuan = parseDouble(cols[13], line);
- if (km == null || a == null || b == null ||
+ if (km == null || a == null || b == null ||
qMax == null || cols[1].length() == 0) {
if (km == null) {
log.error("No km for measurement station: Can not reference measurement station: "
+ line);
}
- if ( a == null || b == null ||
+ if ( a == null || b == null ||
qMax == null || cols[1].length() == 0) {
log.error("Incomplete SQ-relation row (missing a, b, Qmax or parameter): "
+ line);
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/SedimentDensityParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/SedimentDensityParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/SedimentDensityParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/SedimentYieldParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/SedimentYieldParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/SedimentYieldParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
@@ -354,7 +354,7 @@
}
}
catch (ParseException pe) {
- log.warn("SYP: Could not parse ranges of: '" + gfStr + "'");
+ log.warn("SYP: Could not parse ranges of: '" + gfStr + "'");
}
}
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/StaFileParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/StaFileParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/StaFileParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/W80CSVParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/W80Parser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/W80Parser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/W80Parser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/WaterlevelDifferencesParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/WaterlevelDifferencesParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/WaterlevelDifferencesParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/WaterlevelParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/WaterlevelParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/WaterlevelParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/WstParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/WstParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/WstParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/tim/Coordinate.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/tim/Coordinate.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/tim/Coordinate.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers.tim;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/tim/LexiComparator.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/tim/LexiComparator.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/tim/LexiComparator.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers.tim;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/tim/Line.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/tim/Line.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/tim/Line.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers.tim;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/importer/parsers/tim/TIMParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/tim/TIMParser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/tim/TIMParser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.importer.parsers.tim;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Annotation.java
--- a/backend/src/main/java/org/dive4elements/river/model/Annotation.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Annotation.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/AnnotationType.java
--- a/backend/src/main/java/org/dive4elements/river/model/AnnotationType.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/AnnotationType.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Attribute.java
--- a/backend/src/main/java/org/dive4elements/river/model/Attribute.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Attribute.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/AxisKind.java
--- a/backend/src/main/java/org/dive4elements/river/model/AxisKind.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/AxisKind.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/BedHeightEpoch.java
--- a/backend/src/main/java/org/dive4elements/river/model/BedHeightEpoch.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/BedHeightEpoch.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/BedHeightEpochValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/BedHeightEpochValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/BedHeightEpochValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/BedHeightSingle.java
--- a/backend/src/main/java/org/dive4elements/river/model/BedHeightSingle.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/BedHeightSingle.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/BedHeightSingleValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/BedHeightSingleValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/BedHeightSingleValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/BedHeightType.java
--- a/backend/src/main/java/org/dive4elements/river/model/BedHeightType.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/BedHeightType.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/BoundaryKind.java
--- a/backend/src/main/java/org/dive4elements/river/model/BoundaryKind.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/BoundaryKind.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Building.java
--- a/backend/src/main/java/org/dive4elements/river/model/Building.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Building.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/CrossSection.java
--- a/backend/src/main/java/org/dive4elements/river/model/CrossSection.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/CrossSection.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java
--- a/backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/CrossSectionPoint.java
--- a/backend/src/main/java/org/dive4elements/river/model/CrossSectionPoint.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/CrossSectionPoint.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/CrossSectionTrack.java
--- a/backend/src/main/java/org/dive4elements/river/model/CrossSectionTrack.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/CrossSectionTrack.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/CrossSectionTrackKind.java
--- a/backend/src/main/java/org/dive4elements/river/model/CrossSectionTrackKind.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/CrossSectionTrackKind.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/DGM.java
--- a/backend/src/main/java/org/dive4elements/river/model/DGM.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/DGM.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Depth.java
--- a/backend/src/main/java/org/dive4elements/river/model/Depth.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Depth.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/DischargeTable.java
--- a/backend/src/main/java/org/dive4elements/river/model/DischargeTable.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/DischargeTable.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/DischargeTableValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/DischargeTableValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/DischargeTableValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/DischargeZone.java
--- a/backend/src/main/java/org/dive4elements/river/model/DischargeZone.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/DischargeZone.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Edge.java
--- a/backend/src/main/java/org/dive4elements/river/model/Edge.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Edge.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/ElevationModel.java
--- a/backend/src/main/java/org/dive4elements/river/model/ElevationModel.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/ElevationModel.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/FastAnnotations.java
--- a/backend/src/main/java/org/dive4elements/river/model/FastAnnotations.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/FastAnnotations.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/FastCrossSectionLine.java
--- a/backend/src/main/java/org/dive4elements/river/model/FastCrossSectionLine.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/FastCrossSectionLine.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/FedState.java
--- a/backend/src/main/java/org/dive4elements/river/model/FedState.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/FedState.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Fixpoint.java
--- a/backend/src/main/java/org/dive4elements/river/model/Fixpoint.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Fixpoint.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Floodmaps.java
--- a/backend/src/main/java/org/dive4elements/river/model/Floodmaps.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Floodmaps.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Floodmark.java
--- a/backend/src/main/java/org/dive4elements/river/model/Floodmark.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Floodmark.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Floodplain.java
--- a/backend/src/main/java/org/dive4elements/river/model/Floodplain.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Floodplain.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/FloodplainKind.java
--- a/backend/src/main/java/org/dive4elements/river/model/FloodplainKind.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/FloodplainKind.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/FlowVelocityMeasurement.java
--- a/backend/src/main/java/org/dive4elements/river/model/FlowVelocityMeasurement.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/FlowVelocityMeasurement.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/FlowVelocityMeasurementValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/FlowVelocityMeasurementValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/FlowVelocityMeasurementValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/FlowVelocityModel.java
--- a/backend/src/main/java/org/dive4elements/river/model/FlowVelocityModel.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/FlowVelocityModel.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/FlowVelocityModelValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/FlowVelocityModelValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/FlowVelocityModelValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Gauge.java
--- a/backend/src/main/java/org/dive4elements/river/model/Gauge.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Gauge.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/GaugeLocation.java
--- a/backend/src/main/java/org/dive4elements/river/model/GaugeLocation.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/GaugeLocation.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/GrainFraction.java
--- a/backend/src/main/java/org/dive4elements/river/model/GrainFraction.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/GrainFraction.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HWSKind.java
--- a/backend/src/main/java/org/dive4elements/river/model/HWSKind.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HWSKind.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HWSLine.java
--- a/backend/src/main/java/org/dive4elements/river/model/HWSLine.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HWSLine.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HWSPoint.java
--- a/backend/src/main/java/org/dive4elements/river/model/HWSPoint.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HWSPoint.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HYK.java
--- a/backend/src/main/java/org/dive4elements/river/model/HYK.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HYK.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HYKEntry.java
--- a/backend/src/main/java/org/dive4elements/river/model/HYKEntry.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HYKEntry.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HYKFlowZone.java
--- a/backend/src/main/java/org/dive4elements/river/model/HYKFlowZone.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HYKFlowZone.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HYKFlowZoneType.java
--- a/backend/src/main/java/org/dive4elements/river/model/HYKFlowZoneType.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HYKFlowZoneType.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HYKFormation.java
--- a/backend/src/main/java/org/dive4elements/river/model/HYKFormation.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HYKFormation.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HydrBoundary.java
--- a/backend/src/main/java/org/dive4elements/river/model/HydrBoundary.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HydrBoundary.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
@@ -103,7 +103,7 @@
Session session = SessionHolder.HOLDER.get();
Query query = session.createQuery(
- "from HydrBoundary where river.id =:river_id and name=:name" +
+ "from HydrBoundary where river.id =:river_id and name=:name" +
" and kind.id=:kind_id");
query.setParameter("river_id", riverId);
query.setParameter("name", name);
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/HydrBoundaryPoly.java
--- a/backend/src/main/java/org/dive4elements/river/model/HydrBoundaryPoly.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/HydrBoundaryPoly.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Jetty.java
--- a/backend/src/main/java/org/dive4elements/river/model/Jetty.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Jetty.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/LocationSystem.java
--- a/backend/src/main/java/org/dive4elements/river/model/LocationSystem.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/LocationSystem.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/MainValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/MainValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/MainValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/MainValueType.java
--- a/backend/src/main/java/org/dive4elements/river/model/MainValueType.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/MainValueType.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/MeasurementStation.java
--- a/backend/src/main/java/org/dive4elements/river/model/MeasurementStation.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/MeasurementStation.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/MinMaxWQ.java
--- a/backend/src/main/java/org/dive4elements/river/model/MinMaxWQ.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/MinMaxWQ.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/MorphologicalWidth.java
--- a/backend/src/main/java/org/dive4elements/river/model/MorphologicalWidth.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/MorphologicalWidth.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/MorphologicalWidthValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/MorphologicalWidthValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/MorphologicalWidthValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/NamedMainValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/NamedMainValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/NamedMainValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Position.java
--- a/backend/src/main/java/org/dive4elements/river/model/Position.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Position.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Range.java
--- a/backend/src/main/java/org/dive4elements/river/model/Range.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Range.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/River.java
--- a/backend/src/main/java/org/dive4elements/river/model/River.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/River.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
@@ -175,9 +175,9 @@
Query query = session.createQuery(
"from Gauge where river=:river " +
- "and not " +
+ "and not " +
"((:b < least(range.a, range.b)) or" +
- " (:a > greatest(range.a, range.b)))" +
+ " (:a > greatest(range.a, range.b)))" +
"order by a");
query.setParameter("river", this);
query.setParameter("a", new BigDecimal(a, PRECISION));
@@ -233,7 +233,7 @@
Session session = SessionHolder.HOLDER.get();
Query query = session.createQuery(
"from Gauge g where river=:river " +
- "and :p between " +
+ "and :p between " +
"least(g.range.a, g.range.b) and " +
"greatest(g.range.a, g.range.b)");
query.setParameter("river", this);
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/RiverAxis.java
--- a/backend/src/main/java/org/dive4elements/river/model/RiverAxis.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/RiverAxis.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/RiverAxisKm.java
--- a/backend/src/main/java/org/dive4elements/river/model/RiverAxisKm.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/RiverAxisKm.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/SQRelation.java
--- a/backend/src/main/java/org/dive4elements/river/model/SQRelation.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/SQRelation.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/SQRelationValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/SQRelationValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/SQRelationValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/SectieKind.java
--- a/backend/src/main/java/org/dive4elements/river/model/SectieKind.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/SectieKind.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/SedimentDensity.java
--- a/backend/src/main/java/org/dive4elements/river/model/SedimentDensity.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/SedimentDensity.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/SedimentDensityValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/SedimentDensityValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/SedimentDensityValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/SedimentYield.java
--- a/backend/src/main/java/org/dive4elements/river/model/SedimentYield.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/SedimentYield.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/SedimentYieldValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/SedimentYieldValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/SedimentYieldValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/SobekKind.java
--- a/backend/src/main/java/org/dive4elements/river/model/SobekKind.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/SobekKind.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/TimeInterval.java
--- a/backend/src/main/java/org/dive4elements/river/model/TimeInterval.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/TimeInterval.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Unit.java
--- a/backend/src/main/java/org/dive4elements/river/model/Unit.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Unit.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/Wst.java
--- a/backend/src/main/java/org/dive4elements/river/model/Wst.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/Wst.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/WstColumn.java
--- a/backend/src/main/java/org/dive4elements/river/model/WstColumn.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/WstColumn.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/WstColumnQRange.java
--- a/backend/src/main/java/org/dive4elements/river/model/WstColumnQRange.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/WstColumnQRange.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/WstColumnValue.java
--- a/backend/src/main/java/org/dive4elements/river/model/WstColumnValue.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/WstColumnValue.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/model/WstQRange.java
--- a/backend/src/main/java/org/dive4elements/river/model/WstQRange.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/WstQRange.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Bezugspegel.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Bezugspegel.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Bezugspegel.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Bezugspegelgew.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Bezugspegelgew.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Bezugspegelgew.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/BezugspegelgewId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/BezugspegelgewId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/BezugspegelgewId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Bild.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Bild.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Bild.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Gewaesser.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Gewaesser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Gewaesser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Gfaenger.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Gfaenger.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Gfaenger.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Glotlinks.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Glotlinks.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Glotlinks.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/GlotlinksId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/GlotlinksId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/GlotlinksId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Glotrechte.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Glotrechte.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Glotrechte.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Gprobe.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Gprobe.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Gprobe.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/GprobeId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/GprobeId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/GprobeId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Gsiebsatz.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Gsiebsatz.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Gsiebsatz.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Gsiebung.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Gsiebung.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Gsiebung.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Gsiebungsieb.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Gsiebungsieb.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Gsiebungsieb.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/GsiebungsiebId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/GsiebungsiebId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/GsiebungsiebId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Hpeilpunkt.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Hpeilpunkt.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Hpeilpunkt.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/HpeilpunktId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/HpeilpunktId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/HpeilpunktId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Hpeilung.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Hpeilung.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Hpeilung.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Messung.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Messung.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Messung.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Messunglotcount.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Messunglotcount.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Messunglotcount.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/MessunglotcountId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/MessunglotcountId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/MessunglotcountId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Messungsta.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Messungsta.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Messungsta.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/MessungstaId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/MessungstaId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/MessungstaId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Messunguferbezug.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Messunguferbezug.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Messunguferbezug.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/MessunguferbezugId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/MessunguferbezugId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/MessunguferbezugId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Mpeilpunkt.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Mpeilpunkt.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Mpeilpunkt.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/MpeilpunktId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/MpeilpunktId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/MpeilpunktId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Mpeilung.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Mpeilung.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Mpeilung.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Probebild.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Probebild.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Probebild.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Siebanalyse.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Siebanalyse.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Siebanalyse.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Slotlinks.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Slotlinks.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Slotlinks.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/SlotlinksId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/SlotlinksId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/SlotlinksId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Slotrechte.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Slotrechte.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Slotrechte.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Sohlprobe.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Sohlprobe.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Sohlprobe.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Sohltest.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Sohltest.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Sohltest.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Sprobe.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Sprobe.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Sprobe.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/SprobeId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/SprobeId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/SprobeId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Ssiebung.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Ssiebung.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Ssiebung.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Ssiebungsieb.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Ssiebungsieb.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Ssiebungsieb.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/SsiebungsiebId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/SsiebungsiebId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/SsiebungsiebId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Station.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Station.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Station.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Stationgew.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Stationgew.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Stationgew.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/StationgewId.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/StationgewId.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/StationgewId.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/TmpGloChanged.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/TmpGloChanged.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/TmpGloChanged.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesAchanged.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesAchanged.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesAchanged.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesGchanged.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesGchanged.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesGchanged.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesQchanged.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesQchanged.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesQchanged.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesSchanged.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesSchanged.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/TmpMesSchanged.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Zzarchiv.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Zzarchiv.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Zzarchiv.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Zzprobenahmeart.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Zzprobenahmeart.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Zzprobenahmeart.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Zzsondierungart.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Zzsondierungart.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Zzsondierungart.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/seddb/model/Zzthema.java
--- a/backend/src/main/java/org/dive4elements/river/seddb/model/Zzthema.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/seddb/model/Zzthema.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.seddb.model;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/utils/DBCPConnectionProvider.java
--- a/backend/src/main/java/org/dive4elements/river/utils/DBCPConnectionProvider.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/utils/DBCPConnectionProvider.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
/*
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/utils/DateGuesser.java
--- a/backend/src/main/java/org/dive4elements/river/utils/DateGuesser.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/utils/DateGuesser.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.utils;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/utils/EpsilonComparator.java
--- a/backend/src/main/java/org/dive4elements/river/utils/EpsilonComparator.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/utils/EpsilonComparator.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.utils;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/main/java/org/dive4elements/river/utils/StringUtil.java
--- a/backend/src/main/java/org/dive4elements/river/utils/StringUtil.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/utils/StringUtil.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river.utils;
diff -r 6f80d5f375fd -r 4c3ccf2b0304 backend/src/test/java/org/dive4elements/river/AppTest.java
--- a/backend/src/test/java/org/dive4elements/river/AppTest.java Sun May 12 18:07:03 2013 +0200
+++ b/backend/src/test/java/org/dive4elements/river/AppTest.java Sun May 12 18:08:41 2013 +0200
@@ -1,9 +1,9 @@
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
* Software engineering by Intevation GmbH
*
- * This file is Free Software under the GNU AGPL (>=v3)
+ * This file is Free Software under the GNU AGPL (>=v3)
* and comes with ABSOLUTELY NO WARRANTY! Check out the
- * documentation coming with Dive4Elements River for details.
+ * documentation coming with Dive4Elements River for details.
*/
package org.dive4elements.river;
More information about the Dive4elements-commits
mailing list