Mercurial > dive4elements > river
changeset 5841:8bd9b551456c
Added header to Java files in ETL process.
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;