[Dive4elements-commits] [PATCH] Added header to Java files in ETL process

Wald Commits scm-commit at wald.intevation.org
Thu Apr 25 17:06:59 CEST 2013


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1366902410 -7200
# Node ID 8bd9b551456caef8b0b111579c3cfc9b87b44a53
# Parent  3267eb8a3521df7d770bada781e2724437141211
Added header to Java files in ETL process.

diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/DIPSGauge.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/DischargeTable.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/IdPair.java
--- 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
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/Notification.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/River.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/Rivers.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/Sync.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/SyncContext.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/TimeInterval.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/WQ.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/aft/WQDiff.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/db/ConnectedStatements.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/db/ConnectionBuilder.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/db/Statements.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/db/SymbolicStatement.java
--- 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;
diff -r 3267eb8a3521 -r 8bd9b551456c etl/src/main/java/org/dive4elements/river/etl/utils/XML.java
--- 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;


More information about the Dive4elements-commits mailing list