changeset 5841:8bd9b551456c

Added header to Java files in ETL process.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 17:06:50 +0200
parents 3267eb8a3521
children 2866ad0ab490
files etl/src/main/java/org/dive4elements/river/etl/aft/DIPSGauge.java etl/src/main/java/org/dive4elements/river/etl/aft/DischargeTable.java etl/src/main/java/org/dive4elements/river/etl/aft/IdPair.java etl/src/main/java/org/dive4elements/river/etl/aft/Notification.java etl/src/main/java/org/dive4elements/river/etl/aft/River.java etl/src/main/java/org/dive4elements/river/etl/aft/Rivers.java etl/src/main/java/org/dive4elements/river/etl/aft/Sync.java etl/src/main/java/org/dive4elements/river/etl/aft/SyncContext.java etl/src/main/java/org/dive4elements/river/etl/aft/TimeInterval.java etl/src/main/java/org/dive4elements/river/etl/aft/WQ.java etl/src/main/java/org/dive4elements/river/etl/aft/WQDiff.java etl/src/main/java/org/dive4elements/river/etl/db/ConnectedStatements.java etl/src/main/java/org/dive4elements/river/etl/db/ConnectionBuilder.java etl/src/main/java/org/dive4elements/river/etl/db/Statements.java etl/src/main/java/org/dive4elements/river/etl/db/SymbolicStatement.java etl/src/main/java/org/dive4elements/river/etl/utils/XML.java
diffstat 16 files changed, 128 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/DIPSGauge.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/DIPSGauge.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import java.util.ArrayList;
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/DischargeTable.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/DischargeTable.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import org.dive4elements.river.etl.db.ConnectedStatements;
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/IdPair.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/IdPair.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 public class IdPair
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/Notification.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/Notification.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import org.dive4elements.river.etl.utils.XML;
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/River.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/River.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import org.dive4elements.river.etl.db.ConnectedStatements;
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/Rivers.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/Rivers.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import org.dive4elements.river.etl.db.ConnectedStatements;
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/Sync.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/Sync.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import org.dive4elements.river.etl.db.ConnectionBuilder;
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/SyncContext.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/SyncContext.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import org.dive4elements.river.etl.db.ConnectedStatements;
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/TimeInterval.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/TimeInterval.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import java.util.Date;
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/WQ.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/WQ.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import java.util.Comparator;
--- a/etl/src/main/java/org/dive4elements/river/etl/aft/WQDiff.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/aft/WQDiff.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.aft;
 
 import org.dive4elements.river.etl.db.ConnectedStatements;
--- a/etl/src/main/java/org/dive4elements/river/etl/db/ConnectedStatements.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/db/ConnectedStatements.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.db;
 
 import java.sql.Connection;
--- a/etl/src/main/java/org/dive4elements/river/etl/db/ConnectionBuilder.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/db/ConnectionBuilder.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.db;
 
 import org.dive4elements.river.etl.utils.XML;
--- a/etl/src/main/java/org/dive4elements/river/etl/db/Statements.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/db/Statements.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.db;
 
 import java.io.IOException;
--- a/etl/src/main/java/org/dive4elements/river/etl/db/SymbolicStatement.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/db/SymbolicStatement.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.db;
 
 import java.sql.Connection;
--- a/etl/src/main/java/org/dive4elements/river/etl/utils/XML.java	Thu Apr 25 16:00:10 2013 +0200
+++ b/etl/src/main/java/org/dive4elements/river/etl/utils/XML.java	Thu Apr 25 17:06:50 2013 +0200
@@ -1,3 +1,11 @@
+/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
+ * Software engineering by Intevation GmbH
+ *
+ * This file is Free Software under the GNU AGPL (>=v3) 
+ * and comes with ABSOLUTELY NO WARRANTY! Check out the
+ * documentation coming with Dive4Elements River for details. 
+ */
+
 package org.dive4elements.river.etl.utils;
 
 import java.io.BufferedInputStream;

http://dive4elements.wald.intevation.org