[Dive4elements-commits] [PATCH 2 of 2] GWT client: Added copyright header
Wald Commits
scm-commit at wald.intevation.org
Sun Apr 28 14:30:39 CEST 2013
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1367152215 -7200
# Node ID 172338b1407fa9b14d761103d79401e7365bc558
# Parent d2db1f80183d37d4345947e20412063d0d00f669
GWT client: Added copyright header.
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/Config.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/Config.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/Config.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client;
import com.google.gwt.i18n.client.LocaleInfo;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/FLYS.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYS.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYS.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client;
import com.google.gwt.core.client.EntryPoint;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client;
import com.google.gwt.i18n.client.ConstantsWithLookup;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSImages.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSImages.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSImages.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client;
import com.google.gwt.resources.client.ClientBundle;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSResources.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSResources.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSResources.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/AdvanceHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/AdvanceHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/AdvanceHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/CollectionChangeEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/CollectionChangeEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/CollectionChangeEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import org.dive4elements.river.client.shared.model.Collection;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/CollectionChangeHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/CollectionChangeHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/CollectionChangeHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/DatacageDoubleClickHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/DatacageDoubleClickHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/DatacageDoubleClickHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import org.dive4elements.river.client.shared.model.ToLoad;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/DatacageHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/DatacageHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/DatacageHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import org.dive4elements.river.client.shared.model.ToLoad;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/FilterHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/FilterHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/FilterHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasCollectionChangeHandlers.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasCollectionChangeHandlers.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasCollectionChangeHandlers.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasOutputModesChangeHandlers.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasOutputModesChangeHandlers.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasOutputModesChangeHandlers.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasOutputParameterChangeHandlers.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasOutputParameterChangeHandlers.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasOutputParameterChangeHandlers.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasPanHandlers.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasPanHandlers.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasPanHandlers.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasParameterChangeHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasParameterChangeHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasParameterChangeHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasRedrawRequestHandlers.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasRedrawRequestHandlers.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasRedrawRequestHandlers.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasStepBackHandlers.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasStepBackHandlers.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasStepBackHandlers.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasStepForwardHandlers.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasStepForwardHandlers.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasStepForwardHandlers.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasZoomHandlers.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasZoomHandlers.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/HasZoomHandlers.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/OnMoveEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OnMoveEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OnMoveEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/OnMoveHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OnMoveHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OnMoveHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputModesChangeEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputModesChangeEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputModesChangeEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import org.dive4elements.river.client.shared.model.OutputMode;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputModesChangeHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputModesChangeHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputModesChangeHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputParameterChangeEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputParameterChangeEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputParameterChangeEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputParameterChangeHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputParameterChangeHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/OutputParameterChangeHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/PanEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/PanEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/PanEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/PanHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/PanHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/PanHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/ParameterChangeEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/ParameterChangeEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/ParameterChangeEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import org.dive4elements.river.client.shared.model.Artifact;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/ParameterChangeHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/ParameterChangeHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/ParameterChangeHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/RangeFilterEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/RangeFilterEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/RangeFilterEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import com.google.gwt.i18n.client.NumberFormat;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/RedrawRequestEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/RedrawRequestEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/RedrawRequestEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/RedrawRequestHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/RedrawRequestHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/RedrawRequestHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepBackEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepBackEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepBackEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepBackHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepBackHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepBackHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepForwardEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepForwardEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepForwardEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import org.dive4elements.river.client.shared.model.Data;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepForwardHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepForwardHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StepForwardHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/StringFilterEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StringFilterEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/StringFilterEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
/**
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/ZoomEvent.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/ZoomEvent.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/ZoomEvent.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/event/ZoomHandler.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/event/ZoomHandler.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/event/ZoomHandler.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.event;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/AddArtifactService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/AddArtifactService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/AddArtifactService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/AddArtifactServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/AddArtifactServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/AddArtifactServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/AdvanceService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/AdvanceService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/AdvanceService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/AdvanceServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/AdvanceServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/AdvanceServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CSVExportService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CSVExportService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CSVExportService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CSVExportServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CSVExportServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CSVExportServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ChartInfoService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ChartInfoService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ChartInfoService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ChartInfoServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ChartInfoServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ChartInfoServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionAttributeService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionAttributeService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionAttributeService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionAttributeServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionAttributeServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionAttributeServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionItemAttributeService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionItemAttributeService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionItemAttributeService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionItemAttributeServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionItemAttributeServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CollectionItemAttributeServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CreateCollectionService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CreateCollectionService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CreateCollectionService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CreateCollectionServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CreateCollectionServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CreateCollectionServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CrossSectionKMService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CrossSectionKMService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CrossSectionKMService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/CrossSectionKMServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CrossSectionKMServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/CrossSectionKMServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DeleteCollectionService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DeleteCollectionService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DeleteCollectionService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DeleteCollectionServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DeleteCollectionServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DeleteCollectionServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeArtifactService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeArtifactService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeArtifactService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeArtifactServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeArtifactServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeArtifactServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeCollectionService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeCollectionService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeCollectionService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeCollectionServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeCollectionServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DescribeCollectionServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DischargeInfoService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DischargeInfoService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DischargeInfoService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DischargeInfoServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DischargeInfoServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DischargeInfoServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DistanceInfoService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DistanceInfoService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DistanceInfoService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/DistanceInfoServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DistanceInfoServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/DistanceInfoServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/FeedService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/FeedService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/FeedService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/FeedServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/FeedServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/FeedServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/FixingsOverviewService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/FixingsOverviewService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/FixingsOverviewService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/FixingsOverviewServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/FixingsOverviewServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/FixingsOverviewServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/GCService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GCService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GCService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/GCServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GCServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GCServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/GFIService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GFIService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GFIService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/GFIServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GFIServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GFIServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/GaugeInfoService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GaugeInfoService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GaugeInfoService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/GaugeInfoServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GaugeInfoServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GaugeInfoServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/GetArtifactService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GetArtifactService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GetArtifactService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/GetArtifactServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GetArtifactServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/GetArtifactServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/LoadArtifactService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/LoadArtifactService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/LoadArtifactService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/LoadArtifactServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/LoadArtifactServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/LoadArtifactServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapInfoService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapInfoService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapInfoService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapInfoServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapInfoServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapInfoServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapOutputService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapOutputService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapOutputService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapOutputServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapOutputServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapOutputServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapUrlService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapUrlService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapUrlService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapUrlServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapUrlServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MapUrlServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/MetaDataService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MetaDataService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MetaDataService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/MetaDataServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MetaDataServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/MetaDataServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ModuleService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ModuleService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ModuleService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ModuleServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ModuleServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ModuleServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/RemoveArtifactService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RemoveArtifactService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RemoveArtifactService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/RemoveArtifactServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RemoveArtifactServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RemoveArtifactServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ReportService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ReportService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ReportService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ReportServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ReportServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ReportServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverInfoService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverInfoService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverInfoService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverInfoServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverInfoServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverInfoServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/RiverServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/SedimentLoadInfoService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SedimentLoadInfoService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SedimentLoadInfoService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/SedimentLoadInfoServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SedimentLoadInfoServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SedimentLoadInfoServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionNameService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionNameService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionNameService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionNameServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionNameServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionNameServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionTTLService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionTTLService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionTTLService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionTTLServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionTTLServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/SetCollectionTTLServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/StepForwardService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/StepForwardService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/StepForwardService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/StepForwardServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/StepForwardServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/StepForwardServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ThemeListingService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ThemeListingService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ThemeListingService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/ThemeListingServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ThemeListingServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ThemeListingServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserCollectionsService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserCollectionsService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserCollectionsService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserCollectionsServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserCollectionsServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserCollectionsServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/UserServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/WQInfoService.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/WQInfoService.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/WQInfoService.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/services/WQInfoServiceAsync.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/WQInfoServiceAsync.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/WQInfoServiceAsync.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.services;
import com.google.gwt.user.client.rpc.AsyncCallback;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/AbstractUIProvider.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/AbstractUIProvider.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/AbstractUIProvider.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/AutoIntegerPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/AutoIntegerPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/AutoIntegerPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/BooleanPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/BooleanPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/BooleanPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.types.FieldType;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ContinuePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ContinuePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ContinuePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageButton.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageButton.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageButton.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.widgets.Button;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacagePairWidget.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacagePairWidget.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacagePairWidget.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacagePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacagePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacagePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.widgets.Canvas;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageTwinPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageTwinPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageTwinPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageWidget.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageWidget.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageWidget.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageWindow.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageWindow.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DatacageWindow.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DemDatacagePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DemDatacagePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DemDatacagePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import org.dive4elements.river.client.shared.model.Data;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DigitizePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DigitizePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DigitizePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DistanceOnlyPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DistanceOnlyPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DistanceOnlyPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import org.dive4elements.river.client.shared.model.Data;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DistancePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DistancePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DistancePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleArrayPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleArrayPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleArrayPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleInputPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleInputPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleInputPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleRangeOnlyPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleRangeOnlyPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleRangeOnlyPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.i18n.client.NumberFormat;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleRangePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleRangePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleRangePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ExportPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ExportPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ExportPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSHeader.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSHeader.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSHeader.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSView.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSView.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSView.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.widgets.Canvas;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSWorkspace.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSWorkspace.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/FLYSWorkspace.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/GaugeTimeRangePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/GaugeTimeRangePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/GaugeTimeRangePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/HWSDatacagePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/HWSDatacagePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/HWSDatacagePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ImgLink.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ImgLink.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ImgLink.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.types.Overflow;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/IntegerRangePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/IntegerRangePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/IntegerRangePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.widgets.form.fields.FormItem;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LinkSelection.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LinkSelection.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LinkSelection.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LoadingPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LoadingPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LoadingPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LocationDistancePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LocationDistancePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LocationDistancePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LocationPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LocationPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LocationPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LocationPicker.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LocationPicker.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/LocationPicker.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import java.util.LinkedHashMap;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/MapSelection.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/MapSelection.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/MapSelection.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ModuleSelection.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ModuleSelection.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ModuleSelection.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/MultiPeriodPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/MultiPeriodPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/MultiPeriodPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/MultipleLocationPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/MultipleLocationPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/MultipleLocationPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/NoInputPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/NoInputPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/NoInputPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.widgets.Canvas;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/OutputTab.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/OutputTab.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/OutputTab.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.widgets.Label;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterList.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterList.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterList.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterMatrix.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterMatrix.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterMatrix.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterMatrixPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterMatrixPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterMatrixPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/PeriodPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/PeriodPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/PeriodPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ProjectList.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ProjectList.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ProjectList.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/PropertyEditor.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/PropertyEditor.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/PropertyEditor.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/QSegmentedInputPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/QSegmentedInputPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/QSegmentedInputPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RadioPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RadioPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RadioPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RangePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RangePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RangePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RangeTableFilter.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RangeTableFilter.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RangeTableFilter.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RecommendationPairRecord.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RecommendationPairRecord.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RecommendationPairRecord.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.widgets.grid.ListGridRecord;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RiverInfoPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RiverInfoPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/RiverInfoPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import java.util.Iterator;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ScreenLock.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ScreenLock.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ScreenLock.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/SelectProvider.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/SelectProvider.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/SelectProvider.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/SingleLocationPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/SingleLocationPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/SingleLocationPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.i18n.client.NumberFormat;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/StaticDataPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/StaticDataPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/StaticDataPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/StyleEditorWindow.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/StyleEditorWindow.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/StyleEditorWindow.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TableDataPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TableDataPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TableDataPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TableFilter.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TableFilter.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TableFilter.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TextProvider.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TextProvider.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TextProvider.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ThemeNavigationPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ThemeNavigationPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ThemeNavigationPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ThemePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ThemePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ThemePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/Toolbar.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/Toolbar.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/Toolbar.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.smartgwt.client.types.Overflow;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UIProvider.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UIProvider.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UIProvider.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UIProviderFactory.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UIProviderFactory.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UIProviderFactory.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UserRGDProvider.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UserRGDProvider.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UserRGDProvider.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQAdaptedInputPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQAdaptedInputPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQAdaptedInputPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQInputPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQInputPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQInputPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQSimpleArrayPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQSimpleArrayPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQSimpleArrayPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WaterlevelGroundPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WaterlevelGroundPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WaterlevelGroundPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
public class WaterlevelGroundPanel extends DistancePanel {
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WspDatacagePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WspDatacagePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WspDatacagePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartOutputTab.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartOutputTab.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartOutputTab.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartPropertiesEditor.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartPropertiesEditor.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartPropertiesEditor.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartThemePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartThemePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartThemePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartToolbar.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartToolbar.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ChartToolbar.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/CrossSectionChartThemePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/CrossSectionChartThemePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/CrossSectionChartThemePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualDatePointsEditor.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualDatePointsEditor.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualDatePointsEditor.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualPointsEditor.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualPointsEditor.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualPointsEditor.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualWSPEditor.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualWSPEditor.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ManualWSPEditor.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/MousePositionPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/MousePositionPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/MousePositionPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/NaviChartOutputTab.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/NaviChartOutputTab.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/NaviChartOutputTab.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/OverviewOutputTab.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/OverviewOutputTab.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/OverviewOutputTab.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/PanControl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/PanControl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/PanControl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/PointRecord.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/PointRecord.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/PointRecord.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import com.google.gwt.json.client.JSONArray;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ZoomboxControl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ZoomboxControl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/chart/ZoomboxControl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.chart;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixEventSelect.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixEventSelect.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixEventSelect.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.fixation;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixFunctionSelect.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixFunctionSelect.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixFunctionSelect.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.fixation;
import com.smartgwt.client.types.VerticalAlignment;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixGaugeSelectPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixGaugeSelectPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixGaugeSelectPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.fixation;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixLocationPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixLocationPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixLocationPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.fixation;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixMultiPeriodPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixMultiPeriodPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixMultiPeriodPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.fixation;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixPeriodPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixPeriodPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixPeriodPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.fixation;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixQSelectPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixQSelectPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixQSelectPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.fixation;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixationPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixationPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixationPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.fixation;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/CapabilitiesPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/CapabilitiesPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/CapabilitiesPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/DrawControl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/DrawControl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/DrawControl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/ElevationWindow.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/ElevationWindow.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/ElevationWindow.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/ExternalWMSWindow.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/ExternalWMSWindow.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/ExternalWMSWindow.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/FloodMap.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/FloodMap.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/FloodMap.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import org.gwtopenmaps.openlayers.client.Bounds;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/GetFeatureInfo.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/GetFeatureInfo.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/GetFeatureInfo.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/GetFeatureInfoWindow.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/GetFeatureInfoWindow.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/GetFeatureInfoWindow.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/LegendWindow.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/LegendWindow.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/LegendWindow.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapOutputTab.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapOutputTab.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapOutputTab.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPositionPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPositionPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPositionPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.i18n.client.NumberFormat;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPrintPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPrintPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPrintPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPrintWindow.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPrintWindow.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapPrintWindow.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.smartgwt.client.widgets.Window;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapThemePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapThemePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapThemePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapToolbar.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapToolbar.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MapToolbar.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MeasureControl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MeasureControl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/MeasureControl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/WMSLayersTree.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/WMSLayersTree.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/map/WMSLayersTree.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.map;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedCampaignChart.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedCampaignChart.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedCampaignChart.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.minfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedHeightsDatacagePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedHeightsDatacagePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedHeightsDatacagePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.minfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedMultiPeriodPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedMultiPeriodPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedMultiPeriodPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.minfo;
import com.smartgwt.client.widgets.Canvas;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedloadCampaignChart.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedloadCampaignChart.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedloadCampaignChart.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.minfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/CheckboxPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/CheckboxPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/CheckboxPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.minfo;
import java.util.HashMap;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadDistancePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadDistancePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadDistancePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.minfo;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadEpochPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadEpochPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadEpochPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.minfo;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadOffEpochPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadOffEpochPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadOffEpochPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.minfo;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadPeriodPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadPeriodPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadPeriodPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.minfo;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/DischargeInfoDataSource.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/DischargeInfoDataSource.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/DischargeInfoDataSource.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.range;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/DistanceInfoDataSource.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/DistanceInfoDataSource.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/DistanceInfoDataSource.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.range;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/LocationsTable.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/LocationsTable.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/LocationsTable.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.range;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/RangeTable.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/RangeTable.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/range/RangeTable.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.range;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sq/SQCampaignChart.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sq/SQCampaignChart.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sq/SQCampaignChart.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.sq;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sq/SQMultiPeriodPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sq/SQMultiPeriodPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sq/SQMultiPeriodPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.sq;
import com.smartgwt.client.widgets.Canvas;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sq/SQPeriodPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sq/SQPeriodPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sq/SQPeriodPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.sq;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugeInfoPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugeInfoPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugeInfoPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugeListGrid.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugeListGrid.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugeListGrid.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugePanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugePanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugePanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugeRecord.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugeRecord.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/GaugeRecord.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/InfoListGrid.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/InfoListGrid.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/InfoListGrid.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/InfoPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/InfoPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/InfoPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationInfoPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationInfoPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationInfoPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import java.util.Date;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationListGrid.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationListGrid.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationListGrid.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationPanel.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationPanel.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationPanel.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationRecord.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationRecord.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/stationinfo/MeasurementStationRecord.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.stationinfo;
import java.util.Date;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/ClickableQDTable.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/ClickableQDTable.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/ClickableQDTable.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.wq;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/ClickableWTable.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/ClickableWTable.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/ClickableWTable.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.wq;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/QDTable.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/QDTable.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/QDTable.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.wq;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WQAutoTabSet.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WQAutoTabSet.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WQAutoTabSet.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.wq;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WTable.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WTable.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WTable.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.ui.wq;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/utils/DoubleValidator.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/utils/DoubleValidator.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/utils/DoubleValidator.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.utils;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/utils/EnableDisableCmd.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/utils/EnableDisableCmd.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/utils/EnableDisableCmd.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.utils;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/utils/IntegerValidator.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/utils/IntegerValidator.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/utils/IntegerValidator.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.utils;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/utils/Validator.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/utils/Validator.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/utils/Validator.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.utils;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/widgets/DischargeTablesChart.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/widgets/DischargeTablesChart.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/widgets/DischargeTablesChart.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.widgets;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/widgets/KMSpinner.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/widgets/KMSpinner.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/widgets/KMSpinner.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.widgets;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/client/widgets/KMSpinnerChangeListener.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/widgets/KMSpinnerChangeListener.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/widgets/KMSpinnerChangeListener.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.client.widgets;
import org.dive4elements.river.client.client.widgets.KMSpinner;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/AddArtifactServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/AddArtifactServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/AddArtifactServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.apache.log4j.Logger;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/AdvanceServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/AdvanceServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/AdvanceServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactDescriptionFactory.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactDescriptionFactory.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactDescriptionFactory.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactHelper.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactHelper.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactHelper.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.apache.log4j.Logger;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/BaseServletContextListener.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/BaseServletContextListener.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/BaseServletContextListener.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.IOException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/BedKMChartServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/BedKMChartServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/BedKMChartServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.IOException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/BedloadKMChartServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/BedloadKMChartServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/BedloadKMChartServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.IOException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/CSVExportServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/CSVExportServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/CSVExportServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/CapabilitiesParser.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/CapabilitiesParser.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/CapabilitiesParser.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.InputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ChartInfoServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartInfoServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartInfoServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.InputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.OutputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ChartServiceHelper.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartServiceHelper.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartServiceHelper.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.Map;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionAttributeServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionAttributeServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionAttributeServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionHelper.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionHelper.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionHelper.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionItemAttributeServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionItemAttributeServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionItemAttributeServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/CreateCollectionServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/CreateCollectionServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/CreateCollectionServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/CrossSectionKMServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/CrossSectionKMServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/CrossSectionKMServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DataFactory.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DataFactory.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DataFactory.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import javax.xml.xpath.XPathConstants;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DeleteCollectionServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DeleteCollectionServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DeleteCollectionServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DescribeArtifactServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DescribeArtifactServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DescribeArtifactServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DescribeCollectionServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DescribeCollectionServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DescribeCollectionServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DischargeInfoServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DischargeInfoServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DischargeInfoServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DischargeInfoXML.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DischargeInfoXML.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DischargeInfoXML.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.InputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DischargeTablesServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DischargeTablesServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DischargeTablesServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.IOException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DistanceInfoServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DistanceInfoServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DistanceInfoServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DistanceInfoXML.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DistanceInfoXML.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DistanceInfoXML.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.InputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/DoCollectionAction.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/DoCollectionAction.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/DoCollectionAction.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ExportServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ExportServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ExportServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.OutputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/FLYSArtifactCreator.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/FLYSArtifactCreator.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/FLYSArtifactCreator.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/FeedServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/FeedServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/FeedServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/FileUploadServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/FileUploadServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/FileUploadServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.dive4elements.artifacts.common.utils.XMLUtils;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/FixingsKMChartServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/FixingsKMChartServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/FixingsKMChartServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.dive4elements.artifacts.common.utils.XMLUtils;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/FixingsOverviewServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/FixingsOverviewServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/FixingsOverviewServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import com.google.gwt.user.server.rpc.RemoteServiceServlet;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/GCServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/GCServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/GCServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import com.google.gwt.user.server.rpc.RemoteServiceServlet;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/GFIServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/GFIServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/GFIServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import com.google.gwt.user.server.rpc.RemoteServiceServlet;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/GGInATrustStrategy.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/GGInATrustStrategy.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/GGInATrustStrategy.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.security.cert.CertificateException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/GaugeInfoServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/GaugeInfoServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/GaugeInfoServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/GetArtifactServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/GetArtifactServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/GetArtifactServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/LoadArtifactServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/LoadArtifactServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/LoadArtifactServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/LoggingConfigurator.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/LoggingConfigurator.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/LoggingConfigurator.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.apache.log4j.Logger;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/LoginServlet.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/LoginServlet.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/LoginServlet.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.IOException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/MapHelper.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/MapHelper.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/MapHelper.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/MapInfoServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/MapInfoServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/MapInfoServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/MapOutputServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/MapOutputServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/MapOutputServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.InputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/MapPrintServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/MapPrintServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/MapPrintServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.dive4elements.artifacts.common.ArtifactNamespaceContext;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/MapUrlServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/MapUrlServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/MapUrlServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.InputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/MetaDataServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/MetaDataServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/MetaDataServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ModuleServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ModuleServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ModuleServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.dive4elements.artifacts.common.ArtifactNamespaceContext;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ProxyServlet.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ProxyServlet.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ProxyServlet.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.InputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/RemoteServiceServlet.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/RemoteServiceServlet.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/RemoteServiceServlet.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.dive4elements.river.client.server.auth.User;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/RemoveArtifactServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/RemoveArtifactServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/RemoveArtifactServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.apache.log4j.Logger;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ReportServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ReportServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ReportServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.io.InputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/RiverInfoServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/RiverInfoServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/RiverInfoServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.text.DateFormat;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/RiverServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/RiverServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/RiverServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.dive4elements.artifacts.common.ArtifactNamespaceContext;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/SQKMChartServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/SQKMChartServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/SQKMChartServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.apache.log4j.Logger;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/SedimentLoadInfoServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/SedimentLoadInfoServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/SedimentLoadInfoServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/SetCollectionNameServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/SetCollectionNameServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/SetCollectionNameServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/SetCollectionTTLServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/SetCollectionTTLServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/SetCollectionTTLServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/StepForwardServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/StepForwardServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/StepForwardServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/StyleHelper.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/StyleHelper.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/StyleHelper.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import org.dive4elements.river.client.shared.model.Style;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/ThemeListingServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ThemeListingServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ThemeListingServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import com.google.gwt.user.server.rpc.RemoteServiceServlet;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/UserCollectionsServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/UserCollectionsServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/UserCollectionsServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/UserServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/UserServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/UserServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import javax.servlet.http.HttpSession;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/WQInfoServiceImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/WQInfoServiceImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/WQInfoServiceImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/Authentication.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/Authentication.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/Authentication.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth;
/** Interface to represent user authentications
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/AuthenticationException.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/AuthenticationException.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/AuthenticationException.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth;
/**
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/AuthenticationFactory.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/AuthenticationFactory.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/AuthenticationFactory.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth;
import org.apache.log4j.Logger;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/Authenticator.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/Authenticator.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/Authenticator.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth;
import java.io.IOException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/DefaultUser.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/DefaultUser.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/DefaultUser.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/User.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/User.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/User.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/UserClient.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/UserClient.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/UserClient.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth;
import javax.xml.xpath.XPathConstants;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/plain/Authenticator.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/plain/Authenticator.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/plain/Authenticator.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth.plain;
import org.dive4elements.river.client.server.auth.AuthenticationException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Assertion.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Assertion.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Assertion.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth.was;
import java.text.ParseException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Authenticator.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Authenticator.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Authenticator.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth.was;
import java.io.IOException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Namespaces.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Namespaces.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Namespaces.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth.was;
import org.jdom.Namespace;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Request.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Request.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Request.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth.was;
import java.io.UnsupportedEncodingException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth.was;
import java.io.IOException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/ServiceException.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/ServiceException.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/ServiceException.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth.was;
import org.dive4elements.river.client.server.auth.AuthenticationException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Signature.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Signature.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Signature.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth.was;
import java.io.ByteArrayInputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/User.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/User.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/User.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.auth.was;
import java.util.Date;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/features/Features.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/features/Features.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/features/Features.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.features;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/features/FeaturesNamespaceContext.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/features/FeaturesNamespaceContext.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/features/FeaturesNamespaceContext.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.features;
import java.util.Iterator;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/features/XMLFileFeatures.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/features/XMLFileFeatures.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/features/XMLFileFeatures.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.features;
import java.io.FileInputStream;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/filter/GGInAFilter.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/filter/GGInAFilter.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/filter/GGInAFilter.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.filter;
import org.dive4elements.river.client.server.auth.Authentication;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/filter/NoCacheFilter.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/filter/NoCacheFilter.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/filter/NoCacheFilter.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.filter;
import java.io.IOException;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/server/meta/Converter.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/meta/Converter.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/meta/Converter.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.server.meta;
import org.w3c.dom.Document;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/DoubleUtils.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/DoubleUtils.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/DoubleUtils.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/FieldVerifier.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/FieldVerifier.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/FieldVerifier.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared;
/**
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/MapUtils.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/MapUtils.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/MapUtils.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared;
import java.util.Date;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/Transform2D.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/Transform2D.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/Transform2D.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/exceptions/AuthenticationException.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/exceptions/AuthenticationException.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/exceptions/AuthenticationException.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.exceptions;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/exceptions/ServerException.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/exceptions/ServerException.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/exceptions/ServerException.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.exceptions;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Artifact.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Artifact.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Artifact.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ArtifactDescription.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ArtifactDescription.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ArtifactDescription.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ArtifactFilter.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ArtifactFilter.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ArtifactFilter.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/AttrList.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/AttrList.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/AttrList.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/AttributedTheme.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/AttributedTheme.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/AttributedTheme.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.HashMap;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Axis.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Axis.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Axis.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/BBox.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/BBox.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/BBox.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/BooleanProperty.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/BooleanProperty.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/BooleanProperty.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.HashMap;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CalculationMessage.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CalculationMessage.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CalculationMessage.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Capabilities.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Capabilities.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Capabilities.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ChartArtifact.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ChartArtifact.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ChartArtifact.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ChartInfo.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ChartInfo.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ChartInfo.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ChartMode.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ChartMode.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ChartMode.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Collection.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Collection.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Collection.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CollectionItem.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CollectionItem.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CollectionItem.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CollectionItemAttribute.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CollectionItemAttribute.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CollectionItemAttribute.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CollectionRecord.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CollectionRecord.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/CollectionRecord.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.Date;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ContactInformation.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ContactInformation.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ContactInformation.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Data.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Data.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Data.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataCageNode.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataCageNode.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataCageNode.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataCageTree.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataCageTree.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataCageTree.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataItem.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataItem.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataItem.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataList.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataList.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DataList.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DateAxis.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DateAxis.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DateAxis.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultArtifact.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultArtifact.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultArtifact.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultArtifactDescription.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultArtifactDescription.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultArtifactDescription.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultCollection.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultCollection.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultCollection.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultCollectionItem.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultCollectionItem.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultCollectionItem.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
/**
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultDataItem.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultDataItem.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultDataItem.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultFacet.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultFacet.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultFacet.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultGaugeInfo.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultGaugeInfo.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultGaugeInfo.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
/**
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultMeasurementStation.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultMeasurementStation.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultMeasurementStation.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.Date;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultModule.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultModule.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultModule.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
public class DefaultModule implements Module {
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultOutputMode.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultOutputMode.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultOutputMode.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultRiver.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultRiver.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultRiver.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultRiverInfo.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultRiverInfo.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultRiverInfo.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultTheme.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultTheme.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultTheme.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
/**
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultUser.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultUser.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultUser.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
/**
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DischargeInfoObject.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DischargeInfoObject.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DischargeInfoObject.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DischargeInfoObjectImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DischargeInfoObjectImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DischargeInfoObjectImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DistanceInfoObject.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DistanceInfoObject.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DistanceInfoObject.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DistanceInfoObjectImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DistanceInfoObjectImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DistanceInfoObjectImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DistanceInfoRecord.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DistanceInfoRecord.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DistanceInfoRecord.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import com.smartgwt.client.widgets.grid.ListGridRecord;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DoubleArrayData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DoubleArrayData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DoubleArrayData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DoubleProperty.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DoubleProperty.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DoubleProperty.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import com.google.gwt.core.client.GWT;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DoubleRangeData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DoubleRangeData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DoubleRangeData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ExportMode.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ExportMode.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ExportMode.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Facet.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Facet.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Facet.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FacetFilter.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FacetFilter.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FacetFilter.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FacetRecord.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FacetRecord.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FacetRecord.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import com.smartgwt.client.widgets.grid.ListGridRecord;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FeatureInfo.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FeatureInfo.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FeatureInfo.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FeatureInfoResponse.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FeatureInfoResponse.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FeatureInfoResponse.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixAnalysisArtifact.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixAnalysisArtifact.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixAnalysisArtifact.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixFilter.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixFilter.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixFilter.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixingsOverviewInfo.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixingsOverviewInfo.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/FixingsOverviewInfo.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Gauge.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Gauge.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Gauge.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/GaugeDischargeCurveArtifact.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/GaugeDischargeCurveArtifact.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/GaugeDischargeCurveArtifact.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/GaugeImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/GaugeImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/GaugeImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/GaugeInfo.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/GaugeInfo.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/GaugeInfo.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntDataItem.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntDataItem.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntDataItem.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerArrayData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerArrayData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerArrayData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerOptionsData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerOptionsData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerOptionsData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerProperty.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerProperty.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerProperty.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.HashMap;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerRangeData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerRangeData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/IntegerRangeData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/LongRangeData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/LongRangeData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/LongRangeData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MINFOArtifact.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MINFOArtifact.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MINFOArtifact.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapArtifact.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapArtifact.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapArtifact.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapConfig.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapConfig.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapConfig.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapInfo.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapInfo.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapInfo.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapMode.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapMode.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MapMode.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import org.dive4elements.river.client.client.ui.CollectionView;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MeasurementStation.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MeasurementStation.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MeasurementStation.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Module.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Module.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Module.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/NumberAxis.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/NumberAxis.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/NumberAxis.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OutFilter.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OutFilter.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OutFilter.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OutputMode.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OutputMode.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OutputMode.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OutputSettings.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OutputSettings.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OutputSettings.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.HashMap;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OverviewMode.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OverviewMode.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/OverviewMode.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Property.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Property.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Property.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/PropertyGroup.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/PropertyGroup.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/PropertyGroup.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/PropertySetting.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/PropertySetting.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/PropertySetting.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/RangeData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/RangeData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/RangeData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Recommendation.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Recommendation.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Recommendation.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ReportMode.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ReportMode.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ReportMode.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/River.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/River.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/River.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/RiverInfo.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/RiverInfo.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/RiverInfo.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoObject.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoObject.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoObject.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoObjectImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoObjectImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoObjectImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoRecord.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoRecord.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/SedimentLoadInfoRecord.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import com.smartgwt.client.widgets.grid.ListGridRecord;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Settings.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Settings.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Settings.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StaticSQRelationArtifact.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StaticSQRelationArtifact.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StaticSQRelationArtifact.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StringData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StringData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StringData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StringOptionsData.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StringOptionsData.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StringOptionsData.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StringProperty.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StringProperty.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StringProperty.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.HashMap;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Style.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Style.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Style.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StyleSetting.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StyleSetting.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/StyleSetting.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Theme.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Theme.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/Theme.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ThemeList.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ThemeList.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ThemeList.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ToLoad.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ToLoad.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ToLoad.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.ArrayList;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/User.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/User.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/User.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WINFOArtifact.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WINFOArtifact.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WINFOArtifact.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.util.List;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WMSLayer.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WMSLayer.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WMSLayer.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQDataItem.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQDataItem.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQDataItem.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
/**
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQInfoObject.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQInfoObject.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQInfoObject.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQInfoObjectImpl.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQInfoObjectImpl.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQInfoObjectImpl.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQInfoRecord.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQInfoRecord.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/WQInfoRecord.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import com.smartgwt.client.widgets.grid.ListGridRecord;
diff -r d2db1f80183d -r 172338b1407f gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ZoomObj.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ZoomObj.java Sun Apr 28 14:27:25 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/shared/model/ZoomObj.java Sun Apr 28 14:30:15 2013 +0200
@@ -1,3 +1,11 @@
+/* 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)
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details.
+ */
+
package org.dive4elements.river.client.shared.model;
import java.io.Serializable;
More information about the Dive4elements-commits
mailing list