diff --git a/algorithms/java/src/org/openda/algorithms/AbsoluteAveragePerLocationStopCriterion.java b/algorithms/java/src/org/openda/algorithms/AbsoluteAveragePerLocationStopCriterion.java
index be5491bcd..2286d1ab5 100644
--- a/algorithms/java/src/org/openda/algorithms/AbsoluteAveragePerLocationStopCriterion.java
+++ b/algorithms/java/src/org/openda/algorithms/AbsoluteAveragePerLocationStopCriterion.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IPrevExchangeItem;
import org.openda.interfaces.IObservationDescriptions;
diff --git a/algorithms/java/src/org/openda/algorithms/AssimilationObservationFilter.java b/algorithms/java/src/org/openda/algorithms/AssimilationObservationFilter.java
index 67c307f0b..08c799b41 100644
--- a/algorithms/java/src/org/openda/algorithms/AssimilationObservationFilter.java
+++ b/algorithms/java/src/org/openda/algorithms/AssimilationObservationFilter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IStochObserver;
diff --git a/algorithms/java/src/org/openda/algorithms/BFGS.java b/algorithms/java/src/org/openda/algorithms/BFGS.java
index 933dbbb36..e39226e0f 100644
--- a/algorithms/java/src/org/openda/algorithms/BFGS.java
+++ b/algorithms/java/src/org/openda/algorithms/BFGS.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/BFGSCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/BFGSCoreOptimizer.java
index 7bfb604a5..77b11bca6 100644
--- a/algorithms/java/src/org/openda/algorithms/BFGSCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/BFGSCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/BaseDud.java b/algorithms/java/src/org/openda/algorithms/BaseDud.java
index 07df70c6e..be44d1557 100644
--- a/algorithms/java/src/org/openda/algorithms/BaseDud.java
+++ b/algorithms/java/src/org/openda/algorithms/BaseDud.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/BaseDudCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/BaseDudCoreOptimizer.java
index 2aaadea56..dc0a6e4e6 100644
--- a/algorithms/java/src/org/openda/algorithms/BaseDudCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/BaseDudCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.*;
diff --git a/algorithms/java/src/org/openda/algorithms/ConjugateGradient.java b/algorithms/java/src/org/openda/algorithms/ConjugateGradient.java
index 11bfbfb37..14aa47668 100644
--- a/algorithms/java/src/org/openda/algorithms/ConjugateGradient.java
+++ b/algorithms/java/src/org/openda/algorithms/ConjugateGradient.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/ConjugateGradientCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/ConjugateGradientCoreOptimizer.java
index b083babbc..1a18e3727 100644
--- a/algorithms/java/src/org/openda/algorithms/ConjugateGradientCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/ConjugateGradientCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/Delsa.java b/algorithms/java/src/org/openda/algorithms/Delsa.java
index 5b55bb41c..89b95e933 100644
--- a/algorithms/java/src/org/openda/algorithms/Delsa.java
+++ b/algorithms/java/src/org/openda/algorithms/Delsa.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/DelsaCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/DelsaCoreOptimizer.java
index f04ee2f31..a61b87700 100644
--- a/algorithms/java/src/org/openda/algorithms/DelsaCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/DelsaCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
/*
DELSA algorithm, based on Rakovec et al (2014): Distributed evaluation of local sensitivity analysis (DELSA),
diff --git a/algorithms/java/src/org/openda/algorithms/DischargeDependentFilter.java b/algorithms/java/src/org/openda/algorithms/DischargeDependentFilter.java
index a353ba649..2ccbf9f62 100644
--- a/algorithms/java/src/org/openda/algorithms/DischargeDependentFilter.java
+++ b/algorithms/java/src/org/openda/algorithms/DischargeDependentFilter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IPrevExchangeItem;
import org.openda.interfaces.IObservationDescriptions;
diff --git a/algorithms/java/src/org/openda/algorithms/Dud.java b/algorithms/java/src/org/openda/algorithms/Dud.java
index 6fc324ab3..0cf5a306d 100644
--- a/algorithms/java/src/org/openda/algorithms/Dud.java
+++ b/algorithms/java/src/org/openda/algorithms/Dud.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/DudCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/DudCoreOptimizer.java
index 21b4faf40..14e59db83 100644
--- a/algorithms/java/src/org/openda/algorithms/DudCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/DudCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.*;
diff --git a/algorithms/java/src/org/openda/algorithms/GLUE.java b/algorithms/java/src/org/openda/algorithms/GLUE.java
index 53c987213..c3fe6a84d 100644
--- a/algorithms/java/src/org/openda/algorithms/GLUE.java
+++ b/algorithms/java/src/org/openda/algorithms/GLUE.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/GLUECoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/GLUECoreOptimizer.java
index 660dc1041..1888bc730 100644
--- a/algorithms/java/src/org/openda/algorithms/GLUECoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/GLUECoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/GriddedFullSearch.java b/algorithms/java/src/org/openda/algorithms/GriddedFullSearch.java
index d55884904..bbd3258d6 100644
--- a/algorithms/java/src/org/openda/algorithms/GriddedFullSearch.java
+++ b/algorithms/java/src/org/openda/algorithms/GriddedFullSearch.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/GriddedFullSearchCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/GriddedFullSearchCoreOptimizer.java
index e5f334462..830833027 100644
--- a/algorithms/java/src/org/openda/algorithms/GriddedFullSearchCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/GriddedFullSearchCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/ICostFunction.java b/algorithms/java/src/org/openda/algorithms/ICostFunction.java
index a77376626..e0265ffc8 100644
--- a/algorithms/java/src/org/openda/algorithms/ICostFunction.java
+++ b/algorithms/java/src/org/openda/algorithms/ICostFunction.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IVector;
diff --git a/algorithms/java/src/org/openda/algorithms/ICostFunctionWithGradient.java b/algorithms/java/src/org/openda/algorithms/ICostFunctionWithGradient.java
index a847d267b..c10f6a646 100644
--- a/algorithms/java/src/org/openda/algorithms/ICostFunctionWithGradient.java
+++ b/algorithms/java/src/org/openda/algorithms/ICostFunctionWithGradient.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IVector;
diff --git a/algorithms/java/src/org/openda/algorithms/IObservationSpaceFilter.java b/algorithms/java/src/org/openda/algorithms/IObservationSpaceFilter.java
index 47bf6a868..756a36ad4 100644
--- a/algorithms/java/src/org/openda/algorithms/IObservationSpaceFilter.java
+++ b/algorithms/java/src/org/openda/algorithms/IObservationSpaceFilter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IConfigurable;
diff --git a/algorithms/java/src/org/openda/algorithms/IStopCriterion.java b/algorithms/java/src/org/openda/algorithms/IStopCriterion.java
index 642181ab0..9d0397ce6 100644
--- a/algorithms/java/src/org/openda/algorithms/IStopCriterion.java
+++ b/algorithms/java/src/org/openda/algorithms/IStopCriterion.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IObservationDescriptions;
import org.openda.interfaces.IVector;
diff --git a/algorithms/java/src/org/openda/algorithms/LM.java b/algorithms/java/src/org/openda/algorithms/LM.java
index 17be719e0..36b0b0223 100644
--- a/algorithms/java/src/org/openda/algorithms/LM.java
+++ b/algorithms/java/src/org/openda/algorithms/LM.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/LMCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/LMCoreOptimizer.java
index cfc4fb77c..36a9446d3 100644
--- a/algorithms/java/src/org/openda/algorithms/LMCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/LMCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.*;
diff --git a/algorithms/java/src/org/openda/algorithms/LeastSquaresCostFunction.java b/algorithms/java/src/org/openda/algorithms/LeastSquaresCostFunction.java
index 5fb6d2602..e11ccfd22 100644
--- a/algorithms/java/src/org/openda/algorithms/LeastSquaresCostFunction.java
+++ b/algorithms/java/src/org/openda/algorithms/LeastSquaresCostFunction.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.*;
diff --git a/algorithms/java/src/org/openda/algorithms/Meerpeilcorrection.java b/algorithms/java/src/org/openda/algorithms/Meerpeilcorrection.java
index 049a0490a..807c05c14 100644
--- a/algorithms/java/src/org/openda/algorithms/Meerpeilcorrection.java
+++ b/algorithms/java/src/org/openda/algorithms/Meerpeilcorrection.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/ObservationSpace.java b/algorithms/java/src/org/openda/algorithms/ObservationSpace.java
index 44910d94f..ebf4e9181 100644
--- a/algorithms/java/src/org/openda/algorithms/ObservationSpace.java
+++ b/algorithms/java/src/org/openda/algorithms/ObservationSpace.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IStochObserver;
import org.openda.interfaces.IVector;
diff --git a/algorithms/java/src/org/openda/algorithms/Powell.java b/algorithms/java/src/org/openda/algorithms/Powell.java
index 3e26a7f2e..be20321f4 100644
--- a/algorithms/java/src/org/openda/algorithms/Powell.java
+++ b/algorithms/java/src/org/openda/algorithms/Powell.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/PowellCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/PowellCoreOptimizer.java
index f075e7ea8..fd1988b95 100644
--- a/algorithms/java/src/org/openda/algorithms/PowellCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/PowellCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/PreconditionedCostFunctionWithGradient.java b/algorithms/java/src/org/openda/algorithms/PreconditionedCostFunctionWithGradient.java
index 054dd581a..995cf7dc2 100644
--- a/algorithms/java/src/org/openda/algorithms/PreconditionedCostFunctionWithGradient.java
+++ b/algorithms/java/src/org/openda/algorithms/PreconditionedCostFunctionWithGradient.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IStochModelFactory;
import org.openda.interfaces.IStochObserver;
diff --git a/algorithms/java/src/org/openda/algorithms/RMSECostFunction.java b/algorithms/java/src/org/openda/algorithms/RMSECostFunction.java
index 91163cea3..19b144177 100644
--- a/algorithms/java/src/org/openda/algorithms/RMSECostFunction.java
+++ b/algorithms/java/src/org/openda/algorithms/RMSECostFunction.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.*;
import org.openda.utils.*;
diff --git a/algorithms/java/src/org/openda/algorithms/RosenbrockCostFunction.java b/algorithms/java/src/org/openda/algorithms/RosenbrockCostFunction.java
index 4ea6e262f..f7da6b949 100644
--- a/algorithms/java/src/org/openda/algorithms/RosenbrockCostFunction.java
+++ b/algorithms/java/src/org/openda/algorithms/RosenbrockCostFunction.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IVector;
diff --git a/algorithms/java/src/org/openda/algorithms/SCE.java b/algorithms/java/src/org/openda/algorithms/SCE.java
index 3e158052c..7c29f0a85 100644
--- a/algorithms/java/src/org/openda/algorithms/SCE.java
+++ b/algorithms/java/src/org/openda/algorithms/SCE.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/SCECoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/SCECoreOptimizer.java
index 10fb1f4dd..04a146275 100644
--- a/algorithms/java/src/org/openda/algorithms/SCECoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/SCECoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/SimpleCostFunction.java b/algorithms/java/src/org/openda/algorithms/SimpleCostFunction.java
index d870285f7..4be169475 100644
--- a/algorithms/java/src/org/openda/algorithms/SimpleCostFunction.java
+++ b/algorithms/java/src/org/openda/algorithms/SimpleCostFunction.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IVector;
import org.openda.utils.Matrix;
diff --git a/algorithms/java/src/org/openda/algorithms/SimpleLeastSquaresCostFunction.java b/algorithms/java/src/org/openda/algorithms/SimpleLeastSquaresCostFunction.java
index 40796d93a..b1c1519dc 100644
--- a/algorithms/java/src/org/openda/algorithms/SimpleLeastSquaresCostFunction.java
+++ b/algorithms/java/src/org/openda/algorithms/SimpleLeastSquaresCostFunction.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IResultWriter;
import org.openda.interfaces.ISqrtCovariance;
diff --git a/algorithms/java/src/org/openda/algorithms/SimpleLeastSquaresCostFunctionWithState.java b/algorithms/java/src/org/openda/algorithms/SimpleLeastSquaresCostFunctionWithState.java
index c0bc364f2..69ad8b38c 100644
--- a/algorithms/java/src/org/openda/algorithms/SimpleLeastSquaresCostFunctionWithState.java
+++ b/algorithms/java/src/org/openda/algorithms/SimpleLeastSquaresCostFunctionWithState.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.*;
import org.openda.utils.Matrix;
diff --git a/algorithms/java/src/org/openda/algorithms/Simplex.java b/algorithms/java/src/org/openda/algorithms/Simplex.java
index c4fb1185f..434352bef 100644
--- a/algorithms/java/src/org/openda/algorithms/Simplex.java
+++ b/algorithms/java/src/org/openda/algorithms/Simplex.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/SimplexCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/SimplexCoreOptimizer.java
index da7f8bd82..e72ef4863 100644
--- a/algorithms/java/src/org/openda/algorithms/SimplexCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/SimplexCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/Simulation.java b/algorithms/java/src/org/openda/algorithms/Simulation.java
index 4911cb264..c01ecbe8b 100644
--- a/algorithms/java/src/org/openda/algorithms/Simulation.java
+++ b/algorithms/java/src/org/openda/algorithms/Simulation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/SimulationKwadraticCostFunction.java b/algorithms/java/src/org/openda/algorithms/SimulationKwadraticCostFunction.java
index a08a27f29..de8238949 100644
--- a/algorithms/java/src/org/openda/algorithms/SimulationKwadraticCostFunction.java
+++ b/algorithms/java/src/org/openda/algorithms/SimulationKwadraticCostFunction.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.*;
import org.openda.utils.*;
diff --git a/algorithms/java/src/org/openda/algorithms/SimulationKwadraticCostFunctionWithGradient.java b/algorithms/java/src/org/openda/algorithms/SimulationKwadraticCostFunctionWithGradient.java
index 952d9e1a1..7fc29be19 100644
--- a/algorithms/java/src/org/openda/algorithms/SimulationKwadraticCostFunctionWithGradient.java
+++ b/algorithms/java/src/org/openda/algorithms/SimulationKwadraticCostFunctionWithGradient.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.IStochModelFactory;
import org.openda.interfaces.IStochObserver;
diff --git a/algorithms/java/src/org/openda/algorithms/SparseDud.java b/algorithms/java/src/org/openda/algorithms/SparseDud.java
index d40b7f1a8..604a208bb 100644
--- a/algorithms/java/src/org/openda/algorithms/SparseDud.java
+++ b/algorithms/java/src/org/openda/algorithms/SparseDud.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/SparseDudCoreOptimizer.java b/algorithms/java/src/org/openda/algorithms/SparseDudCoreOptimizer.java
index 3e236ac27..7c75fb49c 100644
--- a/algorithms/java/src/org/openda/algorithms/SparseDudCoreOptimizer.java
+++ b/algorithms/java/src/org/openda/algorithms/SparseDudCoreOptimizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import org.openda.interfaces.*;
diff --git a/algorithms/java/src/org/openda/algorithms/SparsenessPattern.java b/algorithms/java/src/org/openda/algorithms/SparsenessPattern.java
index af9e0ea28..218d4332c 100644
--- a/algorithms/java/src/org/openda/algorithms/SparsenessPattern.java
+++ b/algorithms/java/src/org/openda/algorithms/SparsenessPattern.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AbstractSequentialAlgorithm.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AbstractSequentialAlgorithm.java
index e7a37798a..1c5eb26bc 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AbstractSequentialAlgorithm.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AbstractSequentialAlgorithm.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AbstractSequentialEnsembleAlgorithm.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AbstractSequentialEnsembleAlgorithm.java
index 11fad604b..20b3aafc0 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AbstractSequentialEnsembleAlgorithm.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AbstractSequentialEnsembleAlgorithm.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AnalysisLeastSquaresCost.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AnalysisLeastSquaresCost.java
index 3fb9e0608..6e5de608a 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AnalysisLeastSquaresCost.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AnalysisLeastSquaresCost.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms.kalmanFilter;
import org.openda.algorithms.LeastSquaresCostFunction;
import org.openda.interfaces.*;
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AnalysisLeastSquaresCostWithGradient.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AnalysisLeastSquaresCostWithGradient.java
index 2e87b0c43..d954a6205 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AnalysisLeastSquaresCostWithGradient.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AnalysisLeastSquaresCostWithGradient.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AutoLocalizationZhang2011.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AutoLocalizationZhang2011.java
index 75f9b1fe7..a6c71dd78 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/AutoLocalizationZhang2011.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/AutoLocalizationZhang2011.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/DEnKF.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/DEnKF.java
index e788cd7d1..fbe2ec3f4 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/DEnKF.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/DEnKF.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/DEnKFSeq.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/DEnKFSeq.java
index 34f2099cc..39ecf3e70 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/DEnKFSeq.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/DEnKFSeq.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/DudENSR.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/DudENSR.java
index a5fe0f9c9..a1034d40b 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/DudENSR.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/DudENSR.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/DudEnKF.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/DudEnKF.java
index 99e5a19c9..141172368 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/DudEnKF.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/DudEnKF.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKF.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKF.java
index fa78dd92a..65489ba68 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKF.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKF.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKFOld.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKFOld.java
index c76059c3d..10b515e1f 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKFOld.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKFOld.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKFSeq.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKFSeq.java
index e130fc1dc..d3697fe26 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKFSeq.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnKFSeq.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnSR.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnSR.java
index 5e76d626f..972779a18 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnSR.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnSR.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms.kalmanFilter;
import org.openda.interfaces.*;
import org.openda.utils.*;
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnSSKF.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnSSKF.java
index 8e021bd1a..9d3acee49 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnSSKF.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnSSKF.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms.kalmanFilter;
import org.openda.interfaces.*;
import org.openda.utils.*;
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnsembleVectors.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnsembleVectors.java
index 1951aa564..205074c27 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnsembleVectors.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/EnsembleVectors.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/LocEnKF.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/LocEnKF.java
index d908d23b7..b9f1af380 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/LocEnKF.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/LocEnKF.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/ParticleFilter.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/ParticleFilter.java
index e0535722f..28aa8dfde 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/ParticleFilter.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/ParticleFilter.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/SSKF.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/SSKF.java
index 2f864dc5a..f211358a9 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/SSKF.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/SSKF.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms.kalmanFilter;
import org.openda.interfaces.*;
import org.openda.utils.*;
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/SequentialEnsembleSimulation.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/SequentialEnsembleSimulation.java
index df63a1442..e5ff49ce1 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/SequentialEnsembleSimulation.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/SequentialEnsembleSimulation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms.kalmanFilter;
import org.openda.interfaces.IResultWriter;
import org.openda.interfaces.IStochModelInstance;
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/SequentialSimulation.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/SequentialSimulation.java
index 23cee9d3e..173d51c82 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/SequentialSimulation.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/SequentialSimulation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms.kalmanFilter;
import java.io.File;
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/SteadyStateFilter.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/SteadyStateFilter.java
index ca73956a6..ec5a66515 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/SteadyStateFilter.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/SteadyStateFilter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms.kalmanFilter;
import org.openda.exchange.timeseries.TimeUtils;
import org.openda.interfaces.*;
diff --git a/algorithms/java/src/org/openda/algorithms/kalmanFilter/ThreeDVar.java b/algorithms/java/src/org/openda/algorithms/kalmanFilter/ThreeDVar.java
index 0369fc2aa..11ce32114 100644
--- a/algorithms/java/src/org/openda/algorithms/kalmanFilter/ThreeDVar.java
+++ b/algorithms/java/src/org/openda/algorithms/kalmanFilter/ThreeDVar.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms.kalmanFilter;
import org.openda.algorithms.BFGSCoreOptimizer;
import org.openda.algorithms.ConjugateGradientCoreOptimizer;
diff --git a/algorithms/java/src/org/openda/algorithms/particleFilter/EWPF.java b/algorithms/java/src/org/openda/algorithms/particleFilter/EWPF.java
index 84fe847b2..f879abb50 100644
--- a/algorithms/java/src/org/openda/algorithms/particleFilter/EWPF.java
+++ b/algorithms/java/src/org/openda/algorithms/particleFilter/EWPF.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/algorithms/java/src/org/openda/algorithms/particleFilter/ISangomaEWPFNativeDLL.java b/algorithms/java/src/org/openda/algorithms/particleFilter/ISangomaEWPFNativeDLL.java
index 56b433eb6..c70abb3a7 100644
--- a/algorithms/java/src/org/openda/algorithms/particleFilter/ISangomaEWPFNativeDLL.java
+++ b/algorithms/java/src/org/openda/algorithms/particleFilter/ISangomaEWPFNativeDLL.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms.particleFilter;
/*
* @author by nils on 30/01/15.
diff --git a/algorithms/java/test/org/openda/algorithms/AbsAvrgStopCriterionTest.java b/algorithms/java/test/org/openda/algorithms/AbsAvrgStopCriterionTest.java
index 22c4419d2..096a3c917 100644
--- a/algorithms/java/test/org/openda/algorithms/AbsAvrgStopCriterionTest.java
+++ b/algorithms/java/test/org/openda/algorithms/AbsAvrgStopCriterionTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.IObservationDescriptions;
diff --git a/algorithms/java/test/org/openda/algorithms/AnalysisLeastSquaresCostTest.java b/algorithms/java/test/org/openda/algorithms/AnalysisLeastSquaresCostTest.java
index 8ac840ac0..98472d279 100644
--- a/algorithms/java/test/org/openda/algorithms/AnalysisLeastSquaresCostTest.java
+++ b/algorithms/java/test/org/openda/algorithms/AnalysisLeastSquaresCostTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
diff --git a/algorithms/java/test/org/openda/algorithms/AssimilationObsFilterTest.java b/algorithms/java/test/org/openda/algorithms/AssimilationObsFilterTest.java
index dbae8a2a1..99d37621a 100644
--- a/algorithms/java/test/org/openda/algorithms/AssimilationObsFilterTest.java
+++ b/algorithms/java/test/org/openda/algorithms/AssimilationObsFilterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.IVector;
diff --git a/algorithms/java/test/org/openda/algorithms/BfgsCoreOptimizerTest.java b/algorithms/java/test/org/openda/algorithms/BfgsCoreOptimizerTest.java
index d0dd095ad..f4247f4ce 100644
--- a/algorithms/java/test/org/openda/algorithms/BfgsCoreOptimizerTest.java
+++ b/algorithms/java/test/org/openda/algorithms/BfgsCoreOptimizerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/algorithms/java/test/org/openda/algorithms/CalibrationAlgorithmRestartTest.java b/algorithms/java/test/org/openda/algorithms/CalibrationAlgorithmRestartTest.java
index f82c3bad5..ace1d5ce4 100644
--- a/algorithms/java/test/org/openda/algorithms/CalibrationAlgorithmRestartTest.java
+++ b/algorithms/java/test/org/openda/algorithms/CalibrationAlgorithmRestartTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
diff --git a/algorithms/java/test/org/openda/algorithms/CalibrationTest.java b/algorithms/java/test/org/openda/algorithms/CalibrationTest.java
index 848670030..4bb3d15c7 100644
--- a/algorithms/java/test/org/openda/algorithms/CalibrationTest.java
+++ b/algorithms/java/test/org/openda/algorithms/CalibrationTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/algorithms/java/test/org/openda/algorithms/ConjugateGradientCoreOptimizerTest.java b/algorithms/java/test/org/openda/algorithms/ConjugateGradientCoreOptimizerTest.java
index 12fdb1156..89e9fa11c 100644
--- a/algorithms/java/test/org/openda/algorithms/ConjugateGradientCoreOptimizerTest.java
+++ b/algorithms/java/test/org/openda/algorithms/ConjugateGradientCoreOptimizerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/algorithms/java/test/org/openda/algorithms/CoreOptimizerTest.java b/algorithms/java/test/org/openda/algorithms/CoreOptimizerTest.java
index 447f97089..3bbf82fef 100644
--- a/algorithms/java/test/org/openda/algorithms/CoreOptimizerTest.java
+++ b/algorithms/java/test/org/openda/algorithms/CoreOptimizerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/algorithms/java/test/org/openda/algorithms/CoreStrongConstraintOptimizerTest.java b/algorithms/java/test/org/openda/algorithms/CoreStrongConstraintOptimizerTest.java
index 000865f89..92a956e44 100644
--- a/algorithms/java/test/org/openda/algorithms/CoreStrongConstraintOptimizerTest.java
+++ b/algorithms/java/test/org/openda/algorithms/CoreStrongConstraintOptimizerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/algorithms/java/test/org/openda/algorithms/CostTest.java b/algorithms/java/test/org/openda/algorithms/CostTest.java
index 3553052da..c3948f269 100644
--- a/algorithms/java/test/org/openda/algorithms/CostTest.java
+++ b/algorithms/java/test/org/openda/algorithms/CostTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/algorithms/java/test/org/openda/algorithms/DischargeDependentFilterTest.java b/algorithms/java/test/org/openda/algorithms/DischargeDependentFilterTest.java
index 9aea695f5..e79c8dc05 100644
--- a/algorithms/java/test/org/openda/algorithms/DischargeDependentFilterTest.java
+++ b/algorithms/java/test/org/openda/algorithms/DischargeDependentFilterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.IVector;
diff --git a/algorithms/java/test/org/openda/algorithms/DudCalibrationOfAverageTest.java b/algorithms/java/test/org/openda/algorithms/DudCalibrationOfAverageTest.java
index 0591ded29..45cb85d33 100644
--- a/algorithms/java/test/org/openda/algorithms/DudCalibrationOfAverageTest.java
+++ b/algorithms/java/test/org/openda/algorithms/DudCalibrationOfAverageTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/algorithms/java/test/org/openda/algorithms/DudNoBiasTest.java b/algorithms/java/test/org/openda/algorithms/DudNoBiasTest.java
index 28c3bb9a9..e86760509 100644
--- a/algorithms/java/test/org/openda/algorithms/DudNoBiasTest.java
+++ b/algorithms/java/test/org/openda/algorithms/DudNoBiasTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/algorithms/java/test/org/openda/algorithms/DudWithObservationFilterTest.java b/algorithms/java/test/org/openda/algorithms/DudWithObservationFilterTest.java
index 67cdcc67f..44bdfa4b6 100644
--- a/algorithms/java/test/org/openda/algorithms/DudWithObservationFilterTest.java
+++ b/algorithms/java/test/org/openda/algorithms/DudWithObservationFilterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.localization.LocalizationDomainsSimpleModel;
diff --git a/algorithms/java/test/org/openda/algorithms/KalmanFilterTest.java b/algorithms/java/test/org/openda/algorithms/KalmanFilterTest.java
index a11c5f9bc..eb007db49 100644
--- a/algorithms/java/test/org/openda/algorithms/KalmanFilterTest.java
+++ b/algorithms/java/test/org/openda/algorithms/KalmanFilterTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/algorithms/java/test/org/openda/algorithms/SequentialAlgorithmRestartTest.java b/algorithms/java/test/org/openda/algorithms/SequentialAlgorithmRestartTest.java
index e299c8125..90a17f73d 100644
--- a/algorithms/java/test/org/openda/algorithms/SequentialAlgorithmRestartTest.java
+++ b/algorithms/java/test/org/openda/algorithms/SequentialAlgorithmRestartTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.algorithms.kalmanFilter.EnKF;
diff --git a/algorithms/java/test/org/openda/algorithms/SimulationTest.java b/algorithms/java/test/org/openda/algorithms/SimulationTest.java
index 276d57a7c..4f8528aff 100644
--- a/algorithms/java/test/org/openda/algorithms/SimulationTest.java
+++ b/algorithms/java/test/org/openda/algorithms/SimulationTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
diff --git a/algorithms/java/test/org/openda/algorithms/ThreeDVarTest.java b/algorithms/java/test/org/openda/algorithms/ThreeDVarTest.java
index 1ba80faf4..6bc9cd0ef 100644
--- a/algorithms/java/test/org/openda/algorithms/ThreeDVarTest.java
+++ b/algorithms/java/test/org/openda/algorithms/ThreeDVarTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/application/java/src/org/openda/application/ApplicationRunner.java b/application/java/src/org/openda/application/ApplicationRunner.java
index 15df1ba24..1a270f7c0 100644
--- a/application/java/src/org/openda/application/ApplicationRunner.java
+++ b/application/java/src/org/openda/application/ApplicationRunner.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application;
import org.openda.application.gui.ApplicationScreen;
import org.openda.application.gui.ControlGui;
diff --git a/application/java/src/org/openda/application/ApplicationRunnerSingleThreaded.java b/application/java/src/org/openda/application/ApplicationRunnerSingleThreaded.java
index dbca5b626..b8018bfe9 100644
--- a/application/java/src/org/openda/application/ApplicationRunnerSingleThreaded.java
+++ b/application/java/src/org/openda/application/ApplicationRunnerSingleThreaded.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application;
import org.openda.interfaces.IModelState;
import org.openda.utils.InstanceStore;
diff --git a/application/java/src/org/openda/application/OpenDaApplication.java b/application/java/src/org/openda/application/OpenDaApplication.java
index cd8ef01ac..f46d59b88 100644
--- a/application/java/src/org/openda/application/OpenDaApplication.java
+++ b/application/java/src/org/openda/application/OpenDaApplication.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/application/java/src/org/openda/application/Py4JServer.java b/application/java/src/org/openda/application/Py4JServer.java
index d342c6147..a4b52dcee 100644
--- a/application/java/src/org/openda/application/Py4JServer.java
+++ b/application/java/src/org/openda/application/Py4JServer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2017 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application;
import py4j.GatewayServer;
diff --git a/application/java/src/org/openda/application/TestRunner.java b/application/java/src/org/openda/application/TestRunner.java
index 763b28d77..79a307396 100644
--- a/application/java/src/org/openda/application/TestRunner.java
+++ b/application/java/src/org/openda/application/TestRunner.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application;
import org.openda.costa.CtaInitialize;
import org.openda.utils.ConfigTree;
diff --git a/application/java/src/org/openda/application/gui/ApplicationScreen.java b/application/java/src/org/openda/application/gui/ApplicationScreen.java
index a87da1e37..9524050cd 100644
--- a/application/java/src/org/openda/application/gui/ApplicationScreen.java
+++ b/application/java/src/org/openda/application/gui/ApplicationScreen.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/application/java/src/org/openda/application/gui/CancelExitDialog.java b/application/java/src/org/openda/application/gui/CancelExitDialog.java
index 37e0176a1..ab7f9b19e 100644
--- a/application/java/src/org/openda/application/gui/CancelExitDialog.java
+++ b/application/java/src/org/openda/application/gui/CancelExitDialog.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
import javax.swing.JOptionPane;
diff --git a/application/java/src/org/openda/application/gui/ControlGui.java b/application/java/src/org/openda/application/gui/ControlGui.java
index 52ef9945c..d0f53f556 100644
--- a/application/java/src/org/openda/application/gui/ControlGui.java
+++ b/application/java/src/org/openda/application/gui/ControlGui.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/application/java/src/org/openda/application/gui/ExtensionFileFilter.java b/application/java/src/org/openda/application/gui/ExtensionFileFilter.java
index 8bf416fcf..15a00584a 100644
--- a/application/java/src/org/openda/application/gui/ExtensionFileFilter.java
+++ b/application/java/src/org/openda/application/gui/ExtensionFileFilter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
diff --git a/application/java/src/org/openda/application/gui/FileDialog.java b/application/java/src/org/openda/application/gui/FileDialog.java
index 4bfe9f26a..e6acc0fb9 100644
--- a/application/java/src/org/openda/application/gui/FileDialog.java
+++ b/application/java/src/org/openda/application/gui/FileDialog.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
import javax.swing.*;
import javax.swing.filechooser.FileFilter;
diff --git a/application/java/src/org/openda/application/gui/GUIResultWriter.java b/application/java/src/org/openda/application/gui/GUIResultWriter.java
index 62cdd3f06..57a3fd4cd 100644
--- a/application/java/src/org/openda/application/gui/GUIResultWriter.java
+++ b/application/java/src/org/openda/application/gui/GUIResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
import org.openda.interfaces.IInstance;
import org.openda.interfaces.IResultWriter;
diff --git a/application/java/src/org/openda/application/gui/InputGui.java b/application/java/src/org/openda/application/gui/InputGui.java
index 60a2e085f..15afd4226 100644
--- a/application/java/src/org/openda/application/gui/InputGui.java
+++ b/application/java/src/org/openda/application/gui/InputGui.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
import org.openda.uncertainties.Uncertainties;
import org.openda.uncertaintygui.MainFrameController;
diff --git a/application/java/src/org/openda/application/gui/InputTree.java b/application/java/src/org/openda/application/gui/InputTree.java
index bc0f3d128..6720c29b8 100644
--- a/application/java/src/org/openda/application/gui/InputTree.java
+++ b/application/java/src/org/openda/application/gui/InputTree.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
import org.openda.utils.ConfigTree;
import org.openda.utils.Results;
diff --git a/application/java/src/org/openda/application/gui/OpenDaUserSettings.java b/application/java/src/org/openda/application/gui/OpenDaUserSettings.java
index 06f6d171c..1339d7dec 100644
--- a/application/java/src/org/openda/application/gui/OpenDaUserSettings.java
+++ b/application/java/src/org/openda/application/gui/OpenDaUserSettings.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
diff --git a/application/java/src/org/openda/application/gui/OutputGui.java b/application/java/src/org/openda/application/gui/OutputGui.java
index 7e9ff06ad..d15cabb07 100644
--- a/application/java/src/org/openda/application/gui/OutputGui.java
+++ b/application/java/src/org/openda/application/gui/OutputGui.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
import org.openda.interfaces.IInstance;
diff --git a/application/java/src/org/openda/application/gui/PlotResultWriter.java b/application/java/src/org/openda/application/gui/PlotResultWriter.java
index 281a3733c..1a10ca15f 100644
--- a/application/java/src/org/openda/application/gui/PlotResultWriter.java
+++ b/application/java/src/org/openda/application/gui/PlotResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
import org.openda.interfaces.IResultWriter;
import org.openda.interfaces.IVector;
diff --git a/application/java/src/org/openda/application/gui/SelectCases.java b/application/java/src/org/openda/application/gui/SelectCases.java
index 5a41aa20a..d6c113c15 100644
--- a/application/java/src/org/openda/application/gui/SelectCases.java
+++ b/application/java/src/org/openda/application/gui/SelectCases.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
diff --git a/application/java/src/org/openda/application/gui/TreeDemo.java b/application/java/src/org/openda/application/gui/TreeDemo.java
index 0b4f6736a..6c5587cdd 100644
--- a/application/java/src/org/openda/application/gui/TreeDemo.java
+++ b/application/java/src/org/openda/application/gui/TreeDemo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
diff --git a/application/java/src/org/openda/application/gui/UnsavedFilesDialog.java b/application/java/src/org/openda/application/gui/UnsavedFilesDialog.java
index 63b949279..b8e3d6cbc 100644
--- a/application/java/src/org/openda/application/gui/UnsavedFilesDialog.java
+++ b/application/java/src/org/openda/application/gui/UnsavedFilesDialog.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
import javax.swing.JOptionPane;
diff --git a/application/java/src/org/openda/application/gui/WindowExitHandler.java b/application/java/src/org/openda/application/gui/WindowExitHandler.java
index 9d67458c5..acfd47434 100644
--- a/application/java/src/org/openda/application/gui/WindowExitHandler.java
+++ b/application/java/src/org/openda/application/gui/WindowExitHandler.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application.gui;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
diff --git a/application/java/test/org/openda/algorithms/KalmanFilterApplicationTest.java b/application/java/test/org/openda/algorithms/KalmanFilterApplicationTest.java
index e75a0093f..7388579ff 100644
--- a/application/java/test/org/openda/algorithms/KalmanFilterApplicationTest.java
+++ b/application/java/test/org/openda/algorithms/KalmanFilterApplicationTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.algorithms;
import junit.framework.TestCase;
import org.openda.application.ApplicationRunner;
diff --git a/application/java/test/org/openda/application/ApplicationRunnerTest.java b/application/java/test/org/openda/application/ApplicationRunnerTest.java
index eb06f0077..61739e8e3 100644
--- a/application/java/test/org/openda/application/ApplicationRunnerTest.java
+++ b/application/java/test/org/openda/application/ApplicationRunnerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application;
import junit.framework.TestCase;
import org.openda.utils.OpenDaTestSupport;
diff --git a/application/java/test/org/openda/application/ApplicationScreenTest.java b/application/java/test/org/openda/application/ApplicationScreenTest.java
index 70ece6bc2..23abf5d7c 100644
--- a/application/java/test/org/openda/application/ApplicationScreenTest.java
+++ b/application/java/test/org/openda/application/ApplicationScreenTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application;
import java.io.File;
diff --git a/application/java/test/org/openda/application/InputTreeTest.java b/application/java/test/org/openda/application/InputTreeTest.java
index 5d9553910..9db8ced9b 100644
--- a/application/java/test/org/openda/application/InputTreeTest.java
+++ b/application/java/test/org/openda/application/InputTreeTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application;
import junit.framework.TestCase;
diff --git a/application/java/test/org/openda/application/OpenDaApplicationTest.java b/application/java/test/org/openda/application/OpenDaApplicationTest.java
index 1792701e8..2ee170b7f 100644
--- a/application/java/test/org/openda/application/OpenDaApplicationTest.java
+++ b/application/java/test/org/openda/application/OpenDaApplicationTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application;
diff --git a/application/java/test/org/openda/application/TestRunnerTest.java b/application/java/test/org/openda/application/TestRunnerTest.java
index 6f0b8c54f..62196a8a9 100644
--- a/application/java/test/org/openda/application/TestRunnerTest.java
+++ b/application/java/test/org/openda/application/TestRunnerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.application;
import java.io.File;
import java.io.IOException;
diff --git a/application/java/test/org/openda/costa/CostaOpendaAppTest.java b/application/java/test/org/openda/costa/CostaOpendaAppTest.java
index c1e1cf896..c599e8c29 100644
--- a/application/java/test/org/openda/costa/CostaOpendaAppTest.java
+++ b/application/java/test/org/openda/costa/CostaOpendaAppTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/application/java/test/org/openda/costa/CostaOpendaWAQUATest.java b/application/java/test/org/openda/costa/CostaOpendaWAQUATest.java
index 1088b19c5..1ba80935f 100644
--- a/application/java/test/org/openda/costa/CostaOpendaWAQUATest.java
+++ b/application/java/test/org/openda/costa/CostaOpendaWAQUATest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/application/java/test/org/openda/costa/CostaOpendaWAQUATestExe.java b/application/java/test/org/openda/costa/CostaOpendaWAQUATestExe.java
index 8c1eaebf6..ca73371bb 100644
--- a/application/java/test/org/openda/costa/CostaOpendaWAQUATestExe.java
+++ b/application/java/test/org/openda/costa/CostaOpendaWAQUATestExe.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/resources/jama/MagicSquareExample.java b/core/java/resources/jama/MagicSquareExample.java
index bd6434737..dd57b6548 100644
--- a/core/java/resources/jama/MagicSquareExample.java
+++ b/core/java/resources/jama/MagicSquareExample.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package Jama.examples;
import Jama.*;
import java.util.Date;
diff --git a/core/java/resources/netcdf/MyCancelTask.java b/core/java/resources/netcdf/MyCancelTask.java
index 82768bdaa..74bf750c5 100644
--- a/core/java/resources/netcdf/MyCancelTask.java
+++ b/core/java/resources/netcdf/MyCancelTask.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
public class MyCancelTask implements ucar.nc2.util.CancelTask{
/** Called routine should check often during the task and cancel the task if it returns true. */
diff --git a/core/java/src/org/openda/blackbox/config/AliasDefinition.java b/core/java/src/org/openda/blackbox/config/AliasDefinition.java
index 6c77326ab..c55c05324 100644
--- a/core/java/src/org/openda/blackbox/config/AliasDefinition.java
+++ b/core/java/src/org/openda/blackbox/config/AliasDefinition.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/AliasDefinitions.java b/core/java/src/org/openda/blackbox/config/AliasDefinitions.java
index 731f33d1c..8c1582a59 100644
--- a/core/java/src/org/openda/blackbox/config/AliasDefinitions.java
+++ b/core/java/src/org/openda/blackbox/config/AliasDefinitions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBAction.java b/core/java/src/org/openda/blackbox/config/BBAction.java
index 7e2acc9cd..b2b0879bd 100644
--- a/core/java/src/org/openda/blackbox/config/BBAction.java
+++ b/core/java/src/org/openda/blackbox/config/BBAction.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBBoundaryMappingConfig.java b/core/java/src/org/openda/blackbox/config/BBBoundaryMappingConfig.java
index c33171910..88e1c1ca4 100644
--- a/core/java/src/org/openda/blackbox/config/BBBoundaryMappingConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBBoundaryMappingConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import java.util.Map;
diff --git a/core/java/src/org/openda/blackbox/config/BBBoundaryProviderConfig.java b/core/java/src/org/openda/blackbox/config/BBBoundaryProviderConfig.java
index f0c61ca35..0b9257614 100644
--- a/core/java/src/org/openda/blackbox/config/BBBoundaryProviderConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBBoundaryProviderConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import java.io.File;
import java.util.ArrayList;
diff --git a/core/java/src/org/openda/blackbox/config/BBCartesianToPolarConfig.java b/core/java/src/org/openda/blackbox/config/BBCartesianToPolarConfig.java
index 3d0f0cb7e..70e8770c3 100644
--- a/core/java/src/org/openda/blackbox/config/BBCartesianToPolarConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBCartesianToPolarConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBCheckOutput.java b/core/java/src/org/openda/blackbox/config/BBCheckOutput.java
index 35e0299ca..1a06367e4 100644
--- a/core/java/src/org/openda/blackbox/config/BBCheckOutput.java
+++ b/core/java/src/org/openda/blackbox/config/BBCheckOutput.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBCheckReturnStatus.java b/core/java/src/org/openda/blackbox/config/BBCheckReturnStatus.java
index 4849c227b..4a4b1b2ee 100644
--- a/core/java/src/org/openda/blackbox/config/BBCheckReturnStatus.java
+++ b/core/java/src/org/openda/blackbox/config/BBCheckReturnStatus.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import java.util.Collection;
diff --git a/core/java/src/org/openda/blackbox/config/BBConfigurable.java b/core/java/src/org/openda/blackbox/config/BBConfigurable.java
index a03ec1619..077de1a63 100644
--- a/core/java/src/org/openda/blackbox/config/BBConfigurable.java
+++ b/core/java/src/org/openda/blackbox/config/BBConfigurable.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBModelConfig.java b/core/java/src/org/openda/blackbox/config/BBModelConfig.java
index de14e841d..ba543f7c5 100644
--- a/core/java/src/org/openda/blackbox/config/BBModelConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBModelConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBModelConfigReader.java b/core/java/src/org/openda/blackbox/config/BBModelConfigReader.java
index 882e56835..74e6b3a16 100644
--- a/core/java/src/org/openda/blackbox/config/BBModelConfigReader.java
+++ b/core/java/src/org/openda/blackbox/config/BBModelConfigReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBModelVectorConfig.java b/core/java/src/org/openda/blackbox/config/BBModelVectorConfig.java
index a86fb82fc..2fe1743fd 100644
--- a/core/java/src/org/openda/blackbox/config/BBModelVectorConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBModelVectorConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBNoiseModelConfig.java b/core/java/src/org/openda/blackbox/config/BBNoiseModelConfig.java
index c70a38407..3b77f8504 100644
--- a/core/java/src/org/openda/blackbox/config/BBNoiseModelConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBNoiseModelConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import java.io.File;
import java.util.Collection;
diff --git a/core/java/src/org/openda/blackbox/config/BBRegularisationConstantConfig.java b/core/java/src/org/openda/blackbox/config/BBRegularisationConstantConfig.java
index f1130d5d2..653e0dbf6 100644
--- a/core/java/src/org/openda/blackbox/config/BBRegularisationConstantConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBRegularisationConstantConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBStochModelConfig.java b/core/java/src/org/openda/blackbox/config/BBStochModelConfig.java
index baf51b19a..7633a960d 100644
--- a/core/java/src/org/openda/blackbox/config/BBStochModelConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBStochModelConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBStochModelConfigReader.java b/core/java/src/org/openda/blackbox/config/BBStochModelConfigReader.java
index 89f98cfc0..1f0170c1a 100644
--- a/core/java/src/org/openda/blackbox/config/BBStochModelConfigReader.java
+++ b/core/java/src/org/openda/blackbox/config/BBStochModelConfigReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBStochModelStateConfig.java b/core/java/src/org/openda/blackbox/config/BBStochModelStateConfig.java
index 9a99368c6..adab5edcf 100644
--- a/core/java/src/org/openda/blackbox/config/BBStochModelStateConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBStochModelStateConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBStochModelVectorConfig.java b/core/java/src/org/openda/blackbox/config/BBStochModelVectorConfig.java
index c109277b8..f0a549b9a 100644
--- a/core/java/src/org/openda/blackbox/config/BBStochModelVectorConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBStochModelVectorConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBStochModelVectorsConfig.java b/core/java/src/org/openda/blackbox/config/BBStochModelVectorsConfig.java
index 73d40ec30..0c661a804 100644
--- a/core/java/src/org/openda/blackbox/config/BBStochModelVectorsConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBStochModelVectorsConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBTemplateConfig.java b/core/java/src/org/openda/blackbox/config/BBTemplateConfig.java
index 6378f5c74..826da0fb8 100644
--- a/core/java/src/org/openda/blackbox/config/BBTemplateConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBTemplateConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import java.util.Collection;
diff --git a/core/java/src/org/openda/blackbox/config/BBTemplateConfigReader.java b/core/java/src/org/openda/blackbox/config/BBTemplateConfigReader.java
index 9ac0fcb97..7a39c8116 100644
--- a/core/java/src/org/openda/blackbox/config/BBTemplateConfigReader.java
+++ b/core/java/src/org/openda/blackbox/config/BBTemplateConfigReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import org.openda.core.io.castorgenerated.BlackBoxTemplateConfigXML;
import org.openda.core.io.castorgenerated.TemplateFileXML;
diff --git a/core/java/src/org/openda/blackbox/config/BBTemplateFile.java b/core/java/src/org/openda/blackbox/config/BBTemplateFile.java
index d7c4b126e..c03cf23c7 100644
--- a/core/java/src/org/openda/blackbox/config/BBTemplateFile.java
+++ b/core/java/src/org/openda/blackbox/config/BBTemplateFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import org.openda.utils.io.FileSupport;
diff --git a/core/java/src/org/openda/blackbox/config/BBUncertOrArmaNoiseConfig.java b/core/java/src/org/openda/blackbox/config/BBUncertOrArmaNoiseConfig.java
index 7848d9860..ee352fe64 100644
--- a/core/java/src/org/openda/blackbox/config/BBUncertOrArmaNoiseConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBUncertOrArmaNoiseConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBUtils.java b/core/java/src/org/openda/blackbox/config/BBUtils.java
index 0fe64fbba..6b5ecd37f 100644
--- a/core/java/src/org/openda/blackbox/config/BBUtils.java
+++ b/core/java/src/org/openda/blackbox/config/BBUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBWrapperConfig.java b/core/java/src/org/openda/blackbox/config/BBWrapperConfig.java
index f29c2d883..afcd3965e 100644
--- a/core/java/src/org/openda/blackbox/config/BBWrapperConfig.java
+++ b/core/java/src/org/openda/blackbox/config/BBWrapperConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/BBWrapperConfigReader.java b/core/java/src/org/openda/blackbox/config/BBWrapperConfigReader.java
index 29143c013..601742e40 100644
--- a/core/java/src/org/openda/blackbox/config/BBWrapperConfigReader.java
+++ b/core/java/src/org/openda/blackbox/config/BBWrapperConfigReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/ConstantLimitsRangeValidationConstraint.java b/core/java/src/org/openda/blackbox/config/ConstantLimitsRangeValidationConstraint.java
index 7f033c104..200fc2336 100644
--- a/core/java/src/org/openda/blackbox/config/ConstantLimitsRangeValidationConstraint.java
+++ b/core/java/src/org/openda/blackbox/config/ConstantLimitsRangeValidationConstraint.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/blackbox/config/IoObjectConfig.java b/core/java/src/org/openda/blackbox/config/IoObjectConfig.java
index a39f9c6cb..d5fb9ea49 100644
--- a/core/java/src/org/openda/blackbox/config/IoObjectConfig.java
+++ b/core/java/src/org/openda/blackbox/config/IoObjectConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
diff --git a/core/java/src/org/openda/blackbox/config/KeyTypeDate.java b/core/java/src/org/openda/blackbox/config/KeyTypeDate.java
index f6bf8891f..5cbb42041 100644
--- a/core/java/src/org/openda/blackbox/config/KeyTypeDate.java
+++ b/core/java/src/org/openda/blackbox/config/KeyTypeDate.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import org.openda.utils.Time;
diff --git a/core/java/src/org/openda/blackbox/config/KeyTypeDouble.java b/core/java/src/org/openda/blackbox/config/KeyTypeDouble.java
index b2bf48b6f..cd9eff417 100644
--- a/core/java/src/org/openda/blackbox/config/KeyTypeDouble.java
+++ b/core/java/src/org/openda/blackbox/config/KeyTypeDouble.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
public class KeyTypeDouble extends KeyTypeString {
public String getValueAsString(String value) throws NumberFormatException {
diff --git a/core/java/src/org/openda/blackbox/config/KeyTypeInteger.java b/core/java/src/org/openda/blackbox/config/KeyTypeInteger.java
index 5d8e40440..5e48291f1 100644
--- a/core/java/src/org/openda/blackbox/config/KeyTypeInteger.java
+++ b/core/java/src/org/openda/blackbox/config/KeyTypeInteger.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
public class KeyTypeInteger extends KeyTypeString {
diff --git a/core/java/src/org/openda/blackbox/config/KeyTypeString.java b/core/java/src/org/openda/blackbox/config/KeyTypeString.java
index b471c8a05..359a4fb32 100644
--- a/core/java/src/org/openda/blackbox/config/KeyTypeString.java
+++ b/core/java/src/org/openda/blackbox/config/KeyTypeString.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import org.openda.blackbox.interfaces.IKeyType;
diff --git a/core/java/src/org/openda/blackbox/config/NoiseModelExchangeItemConfig.java b/core/java/src/org/openda/blackbox/config/NoiseModelExchangeItemConfig.java
index 448961cc9..3d3e789a0 100644
--- a/core/java/src/org/openda/blackbox/config/NoiseModelExchangeItemConfig.java
+++ b/core/java/src/org/openda/blackbox/config/NoiseModelExchangeItemConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import java.util.ArrayList;
import java.util.List;
diff --git a/core/java/src/org/openda/blackbox/config/RangeValidationConfigReader.java b/core/java/src/org/openda/blackbox/config/RangeValidationConfigReader.java
index 5ed42a7e4..bdc3d5839 100644
--- a/core/java/src/org/openda/blackbox/config/RangeValidationConfigReader.java
+++ b/core/java/src/org/openda/blackbox/config/RangeValidationConfigReader.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/blackbox/config/RangeValidationConstraint.java b/core/java/src/org/openda/blackbox/config/RangeValidationConstraint.java
index 144a9ea8e..6d4029f68 100644
--- a/core/java/src/org/openda/blackbox/config/RangeValidationConstraint.java
+++ b/core/java/src/org/openda/blackbox/config/RangeValidationConstraint.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/blackbox/config/TemplateKeyDefinition.java b/core/java/src/org/openda/blackbox/config/TemplateKeyDefinition.java
index 9867e7d88..047f653e1 100644
--- a/core/java/src/org/openda/blackbox/config/TemplateKeyDefinition.java
+++ b/core/java/src/org/openda/blackbox/config/TemplateKeyDefinition.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import org.openda.blackbox.interfaces.IKeyType;
import org.openda.utils.ObjectSupport;
diff --git a/core/java/src/org/openda/blackbox/config/TemplateKeyDefinitions.java b/core/java/src/org/openda/blackbox/config/TemplateKeyDefinitions.java
index e0076a379..200fa8121 100644
--- a/core/java/src/org/openda/blackbox/config/TemplateKeyDefinitions.java
+++ b/core/java/src/org/openda/blackbox/config/TemplateKeyDefinitions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import java.util.HashMap;
diff --git a/core/java/src/org/openda/blackbox/interfaces/IKeyDateType.java b/core/java/src/org/openda/blackbox/interfaces/IKeyDateType.java
index 54d6b698e..c99988c12 100644
--- a/core/java/src/org/openda/blackbox/interfaces/IKeyDateType.java
+++ b/core/java/src/org/openda/blackbox/interfaces/IKeyDateType.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.interfaces;
diff --git a/core/java/src/org/openda/blackbox/interfaces/IKeyType.java b/core/java/src/org/openda/blackbox/interfaces/IKeyType.java
index 0aad4f897..8069506a3 100644
--- a/core/java/src/org/openda/blackbox/interfaces/IKeyType.java
+++ b/core/java/src/org/openda/blackbox/interfaces/IKeyType.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.interfaces;
/**
diff --git a/core/java/src/org/openda/blackbox/interfaces/IModelFactory.java b/core/java/src/org/openda/blackbox/interfaces/IModelFactory.java
index 0ddcfbf26..cfbbecebb 100644
--- a/core/java/src/org/openda/blackbox/interfaces/IModelFactory.java
+++ b/core/java/src/org/openda/blackbox/interfaces/IModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.interfaces;
@@ -42,4 +42,4 @@ public interface IModelFactory extends IConfigurable {
* Shut down the model factory.
*/
void finish();
-}
\ No newline at end of file
+}
diff --git a/core/java/src/org/openda/blackbox/interfaces/ITimeHorizonConsumer.java b/core/java/src/org/openda/blackbox/interfaces/ITimeHorizonConsumer.java
index cb4f0e4e0..f808d3116 100644
--- a/core/java/src/org/openda/blackbox/interfaces/ITimeHorizonConsumer.java
+++ b/core/java/src/org/openda/blackbox/interfaces/ITimeHorizonConsumer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.interfaces;
import org.openda.interfaces.ITime;
diff --git a/core/java/src/org/openda/blackbox/interfaces/IoObjectInterface.java b/core/java/src/org/openda/blackbox/interfaces/IoObjectInterface.java
index 9b31a2593..24c8ac11c 100644
--- a/core/java/src/org/openda/blackbox/interfaces/IoObjectInterface.java
+++ b/core/java/src/org/openda/blackbox/interfaces/IoObjectInterface.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.interfaces;
diff --git a/core/java/src/org/openda/blackbox/interfaces/SelectorInterface.java b/core/java/src/org/openda/blackbox/interfaces/SelectorInterface.java
index 64704e061..2f94bbec7 100644
--- a/core/java/src/org/openda/blackbox/interfaces/SelectorInterface.java
+++ b/core/java/src/org/openda/blackbox/interfaces/SelectorInterface.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.interfaces;
diff --git a/core/java/src/org/openda/blackbox/io/BaseTemplateDataObject.java b/core/java/src/org/openda/blackbox/io/BaseTemplateDataObject.java
index edaa99c82..7c2584d9c 100644
--- a/core/java/src/org/openda/blackbox/io/BaseTemplateDataObject.java
+++ b/core/java/src/org/openda/blackbox/io/BaseTemplateDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.io;
import org.openda.blackbox.config.*;
import org.openda.blackbox.interfaces.IKeyType;
diff --git a/core/java/src/org/openda/blackbox/io/TreeVectorIoObject.java b/core/java/src/org/openda/blackbox/io/TreeVectorIoObject.java
index bf1e903a4..d644956a6 100644
--- a/core/java/src/org/openda/blackbox/io/TreeVectorIoObject.java
+++ b/core/java/src/org/openda/blackbox/io/TreeVectorIoObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.io;
import org.openda.blackbox.interfaces.IoObjectInterface;
import org.openda.interfaces.IPrevExchangeItem;
diff --git a/core/java/src/org/openda/blackbox/wrapper/ArmaNoiseModel.java b/core/java/src/org/openda/blackbox/wrapper/ArmaNoiseModel.java
index e5333dedc..9abdcd406 100644
--- a/core/java/src/org/openda/blackbox/wrapper/ArmaNoiseModel.java
+++ b/core/java/src/org/openda/blackbox/wrapper/ArmaNoiseModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/src/org/openda/blackbox/wrapper/BBCollectTimeSeriesExchangeItem.java b/core/java/src/org/openda/blackbox/wrapper/BBCollectTimeSeriesExchangeItem.java
index bea5d1446..20af25c1b 100644
--- a/core/java/src/org/openda/blackbox/wrapper/BBCollectTimeSeriesExchangeItem.java
+++ b/core/java/src/org/openda/blackbox/wrapper/BBCollectTimeSeriesExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/blackbox/wrapper/BBExchangeItem.java b/core/java/src/org/openda/blackbox/wrapper/BBExchangeItem.java
index a407803bb..d67abe13d 100644
--- a/core/java/src/org/openda/blackbox/wrapper/BBExchangeItem.java
+++ b/core/java/src/org/openda/blackbox/wrapper/BBExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/src/org/openda/blackbox/wrapper/BBModelFactory.java b/core/java/src/org/openda/blackbox/wrapper/BBModelFactory.java
index 6320cd142..6081938e5 100644
--- a/core/java/src/org/openda/blackbox/wrapper/BBModelFactory.java
+++ b/core/java/src/org/openda/blackbox/wrapper/BBModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/src/org/openda/blackbox/wrapper/BBModelInstance.java b/core/java/src/org/openda/blackbox/wrapper/BBModelInstance.java
index 5b1e0d27f..d69811068 100644
--- a/core/java/src/org/openda/blackbox/wrapper/BBModelInstance.java
+++ b/core/java/src/org/openda/blackbox/wrapper/BBModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/src/org/openda/blackbox/wrapper/BBStochModelFactory.java b/core/java/src/org/openda/blackbox/wrapper/BBStochModelFactory.java
index 85b817a1b..e5a77dd28 100644
--- a/core/java/src/org/openda/blackbox/wrapper/BBStochModelFactory.java
+++ b/core/java/src/org/openda/blackbox/wrapper/BBStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/src/org/openda/blackbox/wrapper/BBStochModelInstance.java b/core/java/src/org/openda/blackbox/wrapper/BBStochModelInstance.java
index a909c78bf..4335a2b51 100644
--- a/core/java/src/org/openda/blackbox/wrapper/BBStochModelInstance.java
+++ b/core/java/src/org/openda/blackbox/wrapper/BBStochModelInstance.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/costa/CtaArray.java b/core/java/src/org/openda/costa/CtaArray.java
index fc552e9b4..cf5b326a3 100644
--- a/core/java/src/org/openda/costa/CtaArray.java
+++ b/core/java/src/org/openda/costa/CtaArray.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
import org.openda.interfaces.IArray;
diff --git a/core/java/src/org/openda/costa/CtaInitialize.java b/core/java/src/org/openda/costa/CtaInitialize.java
index b54c9e22d..fce5deaf3 100644
--- a/core/java/src/org/openda/costa/CtaInitialize.java
+++ b/core/java/src/org/openda/costa/CtaInitialize.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
import java.io.File;
diff --git a/core/java/src/org/openda/costa/CtaMessageWriter.java b/core/java/src/org/openda/costa/CtaMessageWriter.java
index 3f8585c99..367e63107 100644
--- a/core/java/src/org/openda/costa/CtaMessageWriter.java
+++ b/core/java/src/org/openda/costa/CtaMessageWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
import org.openda.utils.Results;
diff --git a/core/java/src/org/openda/costa/CtaModelState.java b/core/java/src/org/openda/costa/CtaModelState.java
index 7f177f33c..917675d49 100644
--- a/core/java/src/org/openda/costa/CtaModelState.java
+++ b/core/java/src/org/openda/costa/CtaModelState.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/src/org/openda/costa/CtaObject.java b/core/java/src/org/openda/costa/CtaObject.java
index 1c35e27b7..192e6e2b0 100644
--- a/core/java/src/org/openda/costa/CtaObject.java
+++ b/core/java/src/org/openda/costa/CtaObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/src/org/openda/costa/CtaObservationDescriptions.java b/core/java/src/org/openda/costa/CtaObservationDescriptions.java
index f52495595..935de8c15 100644
--- a/core/java/src/org/openda/costa/CtaObservationDescriptions.java
+++ b/core/java/src/org/openda/costa/CtaObservationDescriptions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/src/org/openda/costa/CtaOpenDaModel.java b/core/java/src/org/openda/costa/CtaOpenDaModel.java
index 148612a14..aaa0cb663 100644
--- a/core/java/src/org/openda/costa/CtaOpenDaModel.java
+++ b/core/java/src/org/openda/costa/CtaOpenDaModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/src/org/openda/costa/CtaParallel.java b/core/java/src/org/openda/costa/CtaParallel.java
index 8700b6f96..6781bac16 100644
--- a/core/java/src/org/openda/costa/CtaParallel.java
+++ b/core/java/src/org/openda/costa/CtaParallel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
import java.io.File;
diff --git a/core/java/src/org/openda/costa/CtaRelationTable.java b/core/java/src/org/openda/costa/CtaRelationTable.java
index 7f1afa95f..cebc15faa 100644
--- a/core/java/src/org/openda/costa/CtaRelationTable.java
+++ b/core/java/src/org/openda/costa/CtaRelationTable.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/src/org/openda/costa/CtaResultWriter.java b/core/java/src/org/openda/costa/CtaResultWriter.java
index f224ae1e5..ba4b078bd 100644
--- a/core/java/src/org/openda/costa/CtaResultWriter.java
+++ b/core/java/src/org/openda/costa/CtaResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
import org.openda.interfaces.IInstance;
diff --git a/core/java/src/org/openda/costa/CtaStochModelFactory.java b/core/java/src/org/openda/costa/CtaStochModelFactory.java
index 9c31f9cf2..675a8d3d0 100644
--- a/core/java/src/org/openda/costa/CtaStochModelFactory.java
+++ b/core/java/src/org/openda/costa/CtaStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/src/org/openda/costa/CtaStochObserver.java b/core/java/src/org/openda/costa/CtaStochObserver.java
index 8ad7278be..e9ce7e220 100644
--- a/core/java/src/org/openda/costa/CtaStochObserver.java
+++ b/core/java/src/org/openda/costa/CtaStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/src/org/openda/costa/CtaTime.java b/core/java/src/org/openda/costa/CtaTime.java
index d631a0dac..a9f7fb710 100644
--- a/core/java/src/org/openda/costa/CtaTime.java
+++ b/core/java/src/org/openda/costa/CtaTime.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/src/org/openda/costa/CtaTreeVector.java b/core/java/src/org/openda/costa/CtaTreeVector.java
index 125fd551c..74ed80418 100644
--- a/core/java/src/org/openda/costa/CtaTreeVector.java
+++ b/core/java/src/org/openda/costa/CtaTreeVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/src/org/openda/costa/CtaUtils.java b/core/java/src/org/openda/costa/CtaUtils.java
index c14fd107a..05cdd2f81 100644
--- a/core/java/src/org/openda/costa/CtaUtils.java
+++ b/core/java/src/org/openda/costa/CtaUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
public class CtaUtils extends CtaObject{
diff --git a/core/java/src/org/openda/costa/CtaVector.java b/core/java/src/org/openda/costa/CtaVector.java
index 342578c0e..5a62a8a15 100644
--- a/core/java/src/org/openda/costa/CtaVector.java
+++ b/core/java/src/org/openda/costa/CtaVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
import org.openda.interfaces.IVector;
diff --git a/core/java/src/org/openda/exchange/ArrayExchangeItem.java b/core/java/src/org/openda/exchange/ArrayExchangeItem.java
index 8f6ce0639..7e4ed0ccf 100644
--- a/core/java/src/org/openda/exchange/ArrayExchangeItem.java
+++ b/core/java/src/org/openda/exchange/ArrayExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
diff --git a/core/java/src/org/openda/exchange/ArrayGeometryInfo.java b/core/java/src/org/openda/exchange/ArrayGeometryInfo.java
index 4a499dcd7..a5e082284 100644
--- a/core/java/src/org/openda/exchange/ArrayGeometryInfo.java
+++ b/core/java/src/org/openda/exchange/ArrayGeometryInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.interfaces.IArray;
import org.openda.interfaces.IArrayGeometryInfo;
diff --git a/core/java/src/org/openda/exchange/ArrayTimeInfo.java b/core/java/src/org/openda/exchange/ArrayTimeInfo.java
index 69d8dbe8a..94842c953 100644
--- a/core/java/src/org/openda/exchange/ArrayTimeInfo.java
+++ b/core/java/src/org/openda/exchange/ArrayTimeInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.interfaces.IArray;
import org.openda.utils.Array;
diff --git a/core/java/src/org/openda/exchange/ConstantLimitsRangeValidationExchangeItem.java b/core/java/src/org/openda/exchange/ConstantLimitsRangeValidationExchangeItem.java
index 784a49aea..e15917b10 100644
--- a/core/java/src/org/openda/exchange/ConstantLimitsRangeValidationExchangeItem.java
+++ b/core/java/src/org/openda/exchange/ConstantLimitsRangeValidationExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/DoubleExchangeItem.java b/core/java/src/org/openda/exchange/DoubleExchangeItem.java
index bf9de987f..ee67d2154 100644
--- a/core/java/src/org/openda/exchange/DoubleExchangeItem.java
+++ b/core/java/src/org/openda/exchange/DoubleExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.exchange.timeseries.TimeUtils;
import org.openda.interfaces.IExchangeItem;
diff --git a/core/java/src/org/openda/exchange/DoublesExchangeItem.java b/core/java/src/org/openda/exchange/DoublesExchangeItem.java
index a647d9f50..73c018e6f 100644
--- a/core/java/src/org/openda/exchange/DoublesExchangeItem.java
+++ b/core/java/src/org/openda/exchange/DoublesExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.utils.Array;
diff --git a/core/java/src/org/openda/exchange/ExchangeItem.java b/core/java/src/org/openda/exchange/ExchangeItem.java
index eaa34d753..6cb9ab182 100644
--- a/core/java/src/org/openda/exchange/ExchangeItem.java
+++ b/core/java/src/org/openda/exchange/ExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
diff --git a/core/java/src/org/openda/exchange/IntExchangeItem.java b/core/java/src/org/openda/exchange/IntExchangeItem.java
index 5017ed1a2..5acd5683f 100644
--- a/core/java/src/org/openda/exchange/IntExchangeItem.java
+++ b/core/java/src/org/openda/exchange/IntExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.interfaces.IExchangeItem;
import org.openda.interfaces.IGeometryInfo;
diff --git a/core/java/src/org/openda/exchange/IrregularGridGeometryInfo.java b/core/java/src/org/openda/exchange/IrregularGridGeometryInfo.java
index 1b46ced9e..4dc8e6a26 100644
--- a/core/java/src/org/openda/exchange/IrregularGridGeometryInfo.java
+++ b/core/java/src/org/openda/exchange/IrregularGridGeometryInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
diff --git a/core/java/src/org/openda/exchange/LayeredIrregularGridGeometryInfo.java b/core/java/src/org/openda/exchange/LayeredIrregularGridGeometryInfo.java
index 914fc69fe..f12430918 100644
--- a/core/java/src/org/openda/exchange/LayeredIrregularGridGeometryInfo.java
+++ b/core/java/src/org/openda/exchange/LayeredIrregularGridGeometryInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
diff --git a/core/java/src/org/openda/exchange/NetcdfGridTimeSeriesExchangeItem.java b/core/java/src/org/openda/exchange/NetcdfGridTimeSeriesExchangeItem.java
index 174665fa9..accde82c3 100644
--- a/core/java/src/org/openda/exchange/NetcdfGridTimeSeriesExchangeItem.java
+++ b/core/java/src/org/openda/exchange/NetcdfGridTimeSeriesExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/NetcdfScalarTimeSeriesExchangeItem.java b/core/java/src/org/openda/exchange/NetcdfScalarTimeSeriesExchangeItem.java
index 6e2fe8a45..50eafe8bf 100644
--- a/core/java/src/org/openda/exchange/NetcdfScalarTimeSeriesExchangeItem.java
+++ b/core/java/src/org/openda/exchange/NetcdfScalarTimeSeriesExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/NonMissingStochObserverGridTimeSeriesExchangeItem.java b/core/java/src/org/openda/exchange/NonMissingStochObserverGridTimeSeriesExchangeItem.java
index 0dbc9dd2a..2d4fc0eab 100644
--- a/core/java/src/org/openda/exchange/NonMissingStochObserverGridTimeSeriesExchangeItem.java
+++ b/core/java/src/org/openda/exchange/NonMissingStochObserverGridTimeSeriesExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/PointGeometryInfo.java b/core/java/src/org/openda/exchange/PointGeometryInfo.java
index 790cd127d..73cfc98b5 100644
--- a/core/java/src/org/openda/exchange/PointGeometryInfo.java
+++ b/core/java/src/org/openda/exchange/PointGeometryInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.interfaces.IArray;
import org.openda.interfaces.IQuantityInfo;
diff --git a/core/java/src/org/openda/exchange/QuantityInfo.java b/core/java/src/org/openda/exchange/QuantityInfo.java
index db5c47b6b..15654c3ab 100644
--- a/core/java/src/org/openda/exchange/QuantityInfo.java
+++ b/core/java/src/org/openda/exchange/QuantityInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.interfaces.IQuantityInfo;
diff --git a/core/java/src/org/openda/exchange/StringExchangeItem.java b/core/java/src/org/openda/exchange/StringExchangeItem.java
index f1f66c959..ef9f07cae 100644
--- a/core/java/src/org/openda/exchange/StringExchangeItem.java
+++ b/core/java/src/org/openda/exchange/StringExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.interfaces.IExchangeItem;
import org.openda.interfaces.IGeometryInfo;
diff --git a/core/java/src/org/openda/exchange/TemplateKeyExchangeItem.java b/core/java/src/org/openda/exchange/TemplateKeyExchangeItem.java
index 80a7c2cb8..7b442b63d 100644
--- a/core/java/src/org/openda/exchange/TemplateKeyExchangeItem.java
+++ b/core/java/src/org/openda/exchange/TemplateKeyExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.blackbox.interfaces.IKeyDateType;
import org.openda.blackbox.interfaces.IKeyType;
diff --git a/core/java/src/org/openda/exchange/TimeInfo.java b/core/java/src/org/openda/exchange/TimeInfo.java
index dce948ae7..30dd23ae6 100644
--- a/core/java/src/org/openda/exchange/TimeInfo.java
+++ b/core/java/src/org/openda/exchange/TimeInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.exchange.timeseries.TimeUtils;
import org.openda.interfaces.IArray;
diff --git a/core/java/src/org/openda/exchange/XYTGridExchangeItem.java b/core/java/src/org/openda/exchange/XYTGridExchangeItem.java
index b24a47774..2be447ac0 100644
--- a/core/java/src/org/openda/exchange/XYTGridExchangeItem.java
+++ b/core/java/src/org/openda/exchange/XYTGridExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.interfaces.IArray;
import org.openda.interfaces.IArrayGeometryInfo;
diff --git a/core/java/src/org/openda/exchange/dataobjects/AsciiKeywordDataObject.java b/core/java/src/org/openda/exchange/dataobjects/AsciiKeywordDataObject.java
index 6ccb7aca4..ea17a70c0 100644
--- a/core/java/src/org/openda/exchange/dataobjects/AsciiKeywordDataObject.java
+++ b/core/java/src/org/openda/exchange/dataobjects/AsciiKeywordDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V1.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/dataobjects/EsriAsciiGridDataObject.java b/core/java/src/org/openda/exchange/dataobjects/EsriAsciiGridDataObject.java
index 4148afce4..c3964cccd 100644
--- a/core/java/src/org/openda/exchange/dataobjects/EsriAsciiGridDataObject.java
+++ b/core/java/src/org/openda/exchange/dataobjects/EsriAsciiGridDataObject.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
-
import org.openda.exchange.ArrayExchangeItem;
import org.openda.exchange.ArrayGeometryInfo;
import org.openda.exchange.QuantityInfo;
diff --git a/core/java/src/org/openda/exchange/dataobjects/GridVariableProperties.java b/core/java/src/org/openda/exchange/dataobjects/GridVariableProperties.java
index a1a45788a..949da2e6d 100644
--- a/core/java/src/org/openda/exchange/dataobjects/GridVariableProperties.java
+++ b/core/java/src/org/openda/exchange/dataobjects/GridVariableProperties.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
diff --git a/core/java/src/org/openda/exchange/dataobjects/NetcdfDataObject.java b/core/java/src/org/openda/exchange/dataobjects/NetcdfDataObject.java
index 6a3f93b2c..25a025a70 100644
--- a/core/java/src/org/openda/exchange/dataobjects/NetcdfDataObject.java
+++ b/core/java/src/org/openda/exchange/dataobjects/NetcdfDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
diff --git a/core/java/src/org/openda/exchange/dataobjects/NetcdfDataScalarTimeSeriesDataObject.java b/core/java/src/org/openda/exchange/dataobjects/NetcdfDataScalarTimeSeriesDataObject.java
index 9a437b04e..965bd2b4a 100644
--- a/core/java/src/org/openda/exchange/dataobjects/NetcdfDataScalarTimeSeriesDataObject.java
+++ b/core/java/src/org/openda/exchange/dataobjects/NetcdfDataScalarTimeSeriesDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
import java.io.File;
diff --git a/core/java/src/org/openda/exchange/dataobjects/NetcdfFileConcatenater.java b/core/java/src/org/openda/exchange/dataobjects/NetcdfFileConcatenater.java
index ba24dfaff..cb5bf005c 100644
--- a/core/java/src/org/openda/exchange/dataobjects/NetcdfFileConcatenater.java
+++ b/core/java/src/org/openda/exchange/dataobjects/NetcdfFileConcatenater.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
import org.openda.blackbox.config.BBUtils;
diff --git a/core/java/src/org/openda/exchange/dataobjects/NetcdfUtils.java b/core/java/src/org/openda/exchange/dataobjects/NetcdfUtils.java
index 2e206b831..6a07f35a2 100644
--- a/core/java/src/org/openda/exchange/dataobjects/NetcdfUtils.java
+++ b/core/java/src/org/openda/exchange/dataobjects/NetcdfUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
diff --git a/core/java/src/org/openda/exchange/dataobjects/NoosDataObject.java b/core/java/src/org/openda/exchange/dataobjects/NoosDataObject.java
index 6ae8a4290..f973b8c50 100644
--- a/core/java/src/org/openda/exchange/dataobjects/NoosDataObject.java
+++ b/core/java/src/org/openda/exchange/dataobjects/NoosDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/dataobjects/TestDataObject.java b/core/java/src/org/openda/exchange/dataobjects/TestDataObject.java
index 8ba809314..168dd673b 100644
--- a/core/java/src/org/openda/exchange/dataobjects/TestDataObject.java
+++ b/core/java/src/org/openda/exchange/dataobjects/TestDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
diff --git a/core/java/src/org/openda/exchange/dataobjects/TimeSeriesFormatterDataObject.java b/core/java/src/org/openda/exchange/dataobjects/TimeSeriesFormatterDataObject.java
index 1cfcfb0ac..8061ffbac 100644
--- a/core/java/src/org/openda/exchange/dataobjects/TimeSeriesFormatterDataObject.java
+++ b/core/java/src/org/openda/exchange/dataobjects/TimeSeriesFormatterDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
diff --git a/core/java/src/org/openda/exchange/ioobjects/ASCIIVectorIoObject.java b/core/java/src/org/openda/exchange/ioobjects/ASCIIVectorIoObject.java
index 0c9095c10..173979491 100644
--- a/core/java/src/org/openda/exchange/ioobjects/ASCIIVectorIoObject.java
+++ b/core/java/src/org/openda/exchange/ioobjects/ASCIIVectorIoObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/ioobjects/NoosTimeSeriesIoObject.java b/core/java/src/org/openda/exchange/ioobjects/NoosTimeSeriesIoObject.java
index 611d1fc18..59a759397 100644
--- a/core/java/src/org/openda/exchange/ioobjects/NoosTimeSeriesIoObject.java
+++ b/core/java/src/org/openda/exchange/ioobjects/NoosTimeSeriesIoObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/iotools/DataCopier.java b/core/java/src/org/openda/exchange/iotools/DataCopier.java
index f0e118b41..b9d13d7da 100644
--- a/core/java/src/org/openda/exchange/iotools/DataCopier.java
+++ b/core/java/src/org/openda/exchange/iotools/DataCopier.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.iotools;
import org.openda.blackbox.config.BBStochModelVectorConfig;
diff --git a/core/java/src/org/openda/exchange/iotools/DataDumper.java b/core/java/src/org/openda/exchange/iotools/DataDumper.java
index 7eb348139..40547d887 100644
--- a/core/java/src/org/openda/exchange/iotools/DataDumper.java
+++ b/core/java/src/org/openda/exchange/iotools/DataDumper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.iotools;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/src/org/openda/exchange/iotools/DataObjectDiff.java b/core/java/src/org/openda/exchange/iotools/DataObjectDiff.java
index e1c37ef0a..e69cae449 100644
--- a/core/java/src/org/openda/exchange/iotools/DataObjectDiff.java
+++ b/core/java/src/org/openda/exchange/iotools/DataObjectDiff.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.iotools;
import org.openda.exchange.timeseries.TimeUtils;
diff --git a/core/java/src/org/openda/exchange/iotools/IoUtils.java b/core/java/src/org/openda/exchange/iotools/IoUtils.java
index 90c324d71..4f4326d3e 100644
--- a/core/java/src/org/openda/exchange/iotools/IoUtils.java
+++ b/core/java/src/org/openda/exchange/iotools/IoUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.iotools;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/src/org/openda/exchange/iotools/ioCopier.java b/core/java/src/org/openda/exchange/iotools/ioCopier.java
index 038aa7bc4..3401e8e12 100644
--- a/core/java/src/org/openda/exchange/iotools/ioCopier.java
+++ b/core/java/src/org/openda/exchange/iotools/ioCopier.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.iotools;
import java.io.File;
import java.util.Set;
diff --git a/core/java/src/org/openda/exchange/iotools/ioDumper.java b/core/java/src/org/openda/exchange/iotools/ioDumper.java
index ce73342dd..7199f4d92 100644
--- a/core/java/src/org/openda/exchange/iotools/ioDumper.java
+++ b/core/java/src/org/openda/exchange/iotools/ioDumper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.iotools;
import java.io.File;
import java.util.Set;
diff --git a/core/java/src/org/openda/exchange/timeseries/DelimitedTextTimeSeriesFormatter.java b/core/java/src/org/openda/exchange/timeseries/DelimitedTextTimeSeriesFormatter.java
index 1c8845903..ee54d01ca 100644
--- a/core/java/src/org/openda/exchange/timeseries/DelimitedTextTimeSeriesFormatter.java
+++ b/core/java/src/org/openda/exchange/timeseries/DelimitedTextTimeSeriesFormatter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.timeseries;
diff --git a/core/java/src/org/openda/exchange/timeseries/NoosTimeSeriesFormatter.java b/core/java/src/org/openda/exchange/timeseries/NoosTimeSeriesFormatter.java
index cf435e265..9d81e4dd5 100644
--- a/core/java/src/org/openda/exchange/timeseries/NoosTimeSeriesFormatter.java
+++ b/core/java/src/org/openda/exchange/timeseries/NoosTimeSeriesFormatter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/timeseries/TimeSeries.java b/core/java/src/org/openda/exchange/timeseries/TimeSeries.java
index 13e0f9bc8..16038b798 100644
--- a/core/java/src/org/openda/exchange/timeseries/TimeSeries.java
+++ b/core/java/src/org/openda/exchange/timeseries/TimeSeries.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/timeseries/TimeSeriesFormatter.java b/core/java/src/org/openda/exchange/timeseries/TimeSeriesFormatter.java
index 0a7f4be14..b15c29897 100644
--- a/core/java/src/org/openda/exchange/timeseries/TimeSeriesFormatter.java
+++ b/core/java/src/org/openda/exchange/timeseries/TimeSeriesFormatter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/timeseries/TimeSeriesSelection.java b/core/java/src/org/openda/exchange/timeseries/TimeSeriesSelection.java
index b5b007df7..8213a823a 100644
--- a/core/java/src/org/openda/exchange/timeseries/TimeSeriesSelection.java
+++ b/core/java/src/org/openda/exchange/timeseries/TimeSeriesSelection.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/timeseries/TimeSeriesSet.java b/core/java/src/org/openda/exchange/timeseries/TimeSeriesSet.java
index 677a87b18..ee3e9d99c 100644
--- a/core/java/src/org/openda/exchange/timeseries/TimeSeriesSet.java
+++ b/core/java/src/org/openda/exchange/timeseries/TimeSeriesSet.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/exchange/timeseries/TimeSeriesSetAnalyzer.java b/core/java/src/org/openda/exchange/timeseries/TimeSeriesSetAnalyzer.java
index e7fc7add2..168802a3e 100644
--- a/core/java/src/org/openda/exchange/timeseries/TimeSeriesSetAnalyzer.java
+++ b/core/java/src/org/openda/exchange/timeseries/TimeSeriesSetAnalyzer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.timeseries;
import java.util.ArrayList;
import java.util.Map;
diff --git a/core/java/src/org/openda/exchange/timeseries/TimeUtils.java b/core/java/src/org/openda/exchange/timeseries/TimeUtils.java
index ba2d72c1c..783058cd4 100644
--- a/core/java/src/org/openda/exchange/timeseries/TimeUtils.java
+++ b/core/java/src/org/openda/exchange/timeseries/TimeUtils.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/interfaces/IAlgorithm.java b/core/java/src/org/openda/interfaces/IAlgorithm.java
index a61fd67b7..14d7c863d 100644
--- a/core/java/src/org/openda/interfaces/IAlgorithm.java
+++ b/core/java/src/org/openda/interfaces/IAlgorithm.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IArray.java b/core/java/src/org/openda/interfaces/IArray.java
index 18a1dc57b..58ed33b6f 100644
--- a/core/java/src/org/openda/interfaces/IArray.java
+++ b/core/java/src/org/openda/interfaces/IArray.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
@@ -271,4 +271,4 @@ public interface IArray extends Serializable{
* @return corresponding position in the one-dimensional array
*/
public int valueIndex(int[] indices);
-}
\ No newline at end of file
+}
diff --git a/core/java/src/org/openda/interfaces/IArrayExchangeItem.java b/core/java/src/org/openda/interfaces/IArrayExchangeItem.java
index 9e24e31c2..6d59edaff 100644
--- a/core/java/src/org/openda/interfaces/IArrayExchangeItem.java
+++ b/core/java/src/org/openda/interfaces/IArrayExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IArrayGeometryInfo.java b/core/java/src/org/openda/interfaces/IArrayGeometryInfo.java
index c03d54218..2c2e4ce77 100644
--- a/core/java/src/org/openda/interfaces/IArrayGeometryInfo.java
+++ b/core/java/src/org/openda/interfaces/IArrayGeometryInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
public interface IArrayGeometryInfo extends IGeometryInfo{
diff --git a/core/java/src/org/openda/interfaces/IArrayTimeInfo.java b/core/java/src/org/openda/interfaces/IArrayTimeInfo.java
index a839a1b1e..7d4d99d65 100644
--- a/core/java/src/org/openda/interfaces/IArrayTimeInfo.java
+++ b/core/java/src/org/openda/interfaces/IArrayTimeInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
public interface IArrayTimeInfo extends ITimeInfo{
diff --git a/core/java/src/org/openda/interfaces/IComposableDataObject.java b/core/java/src/org/openda/interfaces/IComposableDataObject.java
index f9feac375..9ba7e94a6 100644
--- a/core/java/src/org/openda/interfaces/IComposableDataObject.java
+++ b/core/java/src/org/openda/interfaces/IComposableDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
public interface IComposableDataObject extends IDataObject {
diff --git a/core/java/src/org/openda/interfaces/IComposableEnsembleDataObject.java b/core/java/src/org/openda/interfaces/IComposableEnsembleDataObject.java
index 0f58c91ce..b99259fbb 100644
--- a/core/java/src/org/openda/interfaces/IComposableEnsembleDataObject.java
+++ b/core/java/src/org/openda/interfaces/IComposableEnsembleDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IConfigurable.java b/core/java/src/org/openda/interfaces/IConfigurable.java
index 289661712..7affbfd7c 100644
--- a/core/java/src/org/openda/interfaces/IConfigurable.java
+++ b/core/java/src/org/openda/interfaces/IConfigurable.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IDataObject.java b/core/java/src/org/openda/interfaces/IDataObject.java
index 1d35baeb3..12e010813 100644
--- a/core/java/src/org/openda/interfaces/IDataObject.java
+++ b/core/java/src/org/openda/interfaces/IDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IDimensionIndex.java b/core/java/src/org/openda/interfaces/IDimensionIndex.java
index 408a73beb..663e781f3 100644
--- a/core/java/src/org/openda/interfaces/IDimensionIndex.java
+++ b/core/java/src/org/openda/interfaces/IDimensionIndex.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IEnsembleDataObject.java b/core/java/src/org/openda/interfaces/IEnsembleDataObject.java
index ecf93db95..43220e1b3 100644
--- a/core/java/src/org/openda/interfaces/IEnsembleDataObject.java
+++ b/core/java/src/org/openda/interfaces/IEnsembleDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IExchangeItem.java b/core/java/src/org/openda/interfaces/IExchangeItem.java
index 393604d81..f0091b992 100644
--- a/core/java/src/org/openda/interfaces/IExchangeItem.java
+++ b/core/java/src/org/openda/interfaces/IExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IGeometryInfo.java b/core/java/src/org/openda/interfaces/IGeometryInfo.java
index 626b1c7aa..071b75c14 100644
--- a/core/java/src/org/openda/interfaces/IGeometryInfo.java
+++ b/core/java/src/org/openda/interfaces/IGeometryInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
/**
diff --git a/core/java/src/org/openda/interfaces/IGridTimeSeriesExchangeItem.java b/core/java/src/org/openda/interfaces/IGridTimeSeriesExchangeItem.java
index f4a49122f..fb56df9b4 100644
--- a/core/java/src/org/openda/interfaces/IGridTimeSeriesExchangeItem.java
+++ b/core/java/src/org/openda/interfaces/IGridTimeSeriesExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IInstance.java b/core/java/src/org/openda/interfaces/IInstance.java
index c155f9bda..ea5ea2f0f 100644
--- a/core/java/src/org/openda/interfaces/IInstance.java
+++ b/core/java/src/org/openda/interfaces/IInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
/**
diff --git a/core/java/src/org/openda/interfaces/ILocalizationDomains.java b/core/java/src/org/openda/interfaces/ILocalizationDomains.java
old mode 100755
new mode 100644
index 8bd6ff49a..0221a157f
--- a/core/java/src/org/openda/interfaces/ILocalizationDomains.java
+++ b/core/java/src/org/openda/interfaces/ILocalizationDomains.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IMatrix.java b/core/java/src/org/openda/interfaces/IMatrix.java
index 5583f2b50..3101542b9 100644
--- a/core/java/src/org/openda/interfaces/IMatrix.java
+++ b/core/java/src/org/openda/interfaces/IMatrix.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IModelAdjoint.java b/core/java/src/org/openda/interfaces/IModelAdjoint.java
index 65b48b5bf..7df477ae1 100644
--- a/core/java/src/org/openda/interfaces/IModelAdjoint.java
+++ b/core/java/src/org/openda/interfaces/IModelAdjoint.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
/**
diff --git a/core/java/src/org/openda/interfaces/IModelExtensions.java b/core/java/src/org/openda/interfaces/IModelExtensions.java
index 41d8f2ac4..5a43830ab 100644
--- a/core/java/src/org/openda/interfaces/IModelExtensions.java
+++ b/core/java/src/org/openda/interfaces/IModelExtensions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IModelInstance.java b/core/java/src/org/openda/interfaces/IModelInstance.java
index 383969c05..1c41c486a 100644
--- a/core/java/src/org/openda/interfaces/IModelInstance.java
+++ b/core/java/src/org/openda/interfaces/IModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IModelState.java b/core/java/src/org/openda/interfaces/IModelState.java
index eb22649b0..6b4648a27 100644
--- a/core/java/src/org/openda/interfaces/IModelState.java
+++ b/core/java/src/org/openda/interfaces/IModelState.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IObservationDescriptions.java b/core/java/src/org/openda/interfaces/IObservationDescriptions.java
index 91b02d976..8137417e8 100644
--- a/core/java/src/org/openda/interfaces/IObservationDescriptions.java
+++ b/core/java/src/org/openda/interfaces/IObservationDescriptions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IObservationOperator.java b/core/java/src/org/openda/interfaces/IObservationOperator.java
old mode 100755
new mode 100644
index 2ac08c73a..980ba6763
--- a/core/java/src/org/openda/interfaces/IObservationOperator.java
+++ b/core/java/src/org/openda/interfaces/IObservationOperator.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IOutputModeSetter.java b/core/java/src/org/openda/interfaces/IOutputModeSetter.java
index 617c8b1fa..fd2971de0 100644
--- a/core/java/src/org/openda/interfaces/IOutputModeSetter.java
+++ b/core/java/src/org/openda/interfaces/IOutputModeSetter.java
@@ -1,22 +1,22 @@
-/* OpenDA v2.4.1
-* Copyright (c) 2017 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
/**
diff --git a/core/java/src/org/openda/interfaces/IPrevExchangeItem.java b/core/java/src/org/openda/interfaces/IPrevExchangeItem.java
index 27e7196e6..ebb0c5739 100644
--- a/core/java/src/org/openda/interfaces/IPrevExchangeItem.java
+++ b/core/java/src/org/openda/interfaces/IPrevExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IQuantityInfo.java b/core/java/src/org/openda/interfaces/IQuantityInfo.java
index 4ed4d0319..901f069f5 100644
--- a/core/java/src/org/openda/interfaces/IQuantityInfo.java
+++ b/core/java/src/org/openda/interfaces/IQuantityInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
/**
diff --git a/core/java/src/org/openda/interfaces/IRelationTable.java b/core/java/src/org/openda/interfaces/IRelationTable.java
index fd75b8b86..65118d7a3 100644
--- a/core/java/src/org/openda/interfaces/IRelationTable.java
+++ b/core/java/src/org/openda/interfaces/IRelationTable.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IResultWriter.java b/core/java/src/org/openda/interfaces/IResultWriter.java
index 5ed3a4190..ee86e98d6 100644
--- a/core/java/src/org/openda/interfaces/IResultWriter.java
+++ b/core/java/src/org/openda/interfaces/IResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/ISelector.java b/core/java/src/org/openda/interfaces/ISelector.java
index a56fe5c12..4605e568e 100644
--- a/core/java/src/org/openda/interfaces/ISelector.java
+++ b/core/java/src/org/openda/interfaces/ISelector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/ISqrtCovariance.java b/core/java/src/org/openda/interfaces/ISqrtCovariance.java
index a44fc1f33..d4609de13 100644
--- a/core/java/src/org/openda/interfaces/ISqrtCovariance.java
+++ b/core/java/src/org/openda/interfaces/ISqrtCovariance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IStochModelFactory.java b/core/java/src/org/openda/interfaces/IStochModelFactory.java
index 2fa63719e..b9dcf19bc 100644
--- a/core/java/src/org/openda/interfaces/IStochModelFactory.java
+++ b/core/java/src/org/openda/interfaces/IStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IStochModelInstance.java b/core/java/src/org/openda/interfaces/IStochModelInstance.java
index 6153c30f1..dab3018d0 100644
--- a/core/java/src/org/openda/interfaces/IStochModelInstance.java
+++ b/core/java/src/org/openda/interfaces/IStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IStochModelInstanceDeprecated.java b/core/java/src/org/openda/interfaces/IStochModelInstanceDeprecated.java
old mode 100755
new mode 100644
index 800051ec7..cf42b863d
--- a/core/java/src/org/openda/interfaces/IStochModelInstanceDeprecated.java
+++ b/core/java/src/org/openda/interfaces/IStochModelInstanceDeprecated.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IStochModelInstanceLocalization.java b/core/java/src/org/openda/interfaces/IStochModelInstanceLocalization.java
old mode 100755
new mode 100644
index 6a9435d71..f48960153
--- a/core/java/src/org/openda/interfaces/IStochModelInstanceLocalization.java
+++ b/core/java/src/org/openda/interfaces/IStochModelInstanceLocalization.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IStochModelPostProcessor.java b/core/java/src/org/openda/interfaces/IStochModelPostProcessor.java
index d469aa260..2ec41b419 100644
--- a/core/java/src/org/openda/interfaces/IStochModelPostProcessor.java
+++ b/core/java/src/org/openda/interfaces/IStochModelPostProcessor.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IStochObserver.java b/core/java/src/org/openda/interfaces/IStochObserver.java
index f6049d23e..842a8f329 100644
--- a/core/java/src/org/openda/interfaces/IStochObserver.java
+++ b/core/java/src/org/openda/interfaces/IStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IStochObserverExtra.java b/core/java/src/org/openda/interfaces/IStochObserverExtra.java
index dffcbba54..85b2e9be1 100644
--- a/core/java/src/org/openda/interfaces/IStochObserverExtra.java
+++ b/core/java/src/org/openda/interfaces/IStochObserverExtra.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IStochVector.java b/core/java/src/org/openda/interfaces/IStochVector.java
index a0de81abe..de9e654d4 100644
--- a/core/java/src/org/openda/interfaces/IStochVector.java
+++ b/core/java/src/org/openda/interfaces/IStochVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/ITime.java b/core/java/src/org/openda/interfaces/ITime.java
index a9d0da71d..e0143f00c 100644
--- a/core/java/src/org/openda/interfaces/ITime.java
+++ b/core/java/src/org/openda/interfaces/ITime.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/ITimeInfo.java b/core/java/src/org/openda/interfaces/ITimeInfo.java
index 950c7c398..e1d9ca535 100644
--- a/core/java/src/org/openda/interfaces/ITimeInfo.java
+++ b/core/java/src/org/openda/interfaces/ITimeInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/ITreeVector.java b/core/java/src/org/openda/interfaces/ITreeVector.java
index 57c81d851..3327f9cf7 100644
--- a/core/java/src/org/openda/interfaces/ITreeVector.java
+++ b/core/java/src/org/openda/interfaces/ITreeVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/IVector.java b/core/java/src/org/openda/interfaces/IVector.java
index 3e14ad5f9..a77190a9a 100644
--- a/core/java/src/org/openda/interfaces/IVector.java
+++ b/core/java/src/org/openda/interfaces/IVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/ProposedITreeVector.java b/core/java/src/org/openda/interfaces/ProposedITreeVector.java
index 1d4d5ff56..df057c5cd 100644
--- a/core/java/src/org/openda/interfaces/ProposedITreeVector.java
+++ b/core/java/src/org/openda/interfaces/ProposedITreeVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/interfaces/ProposedIVector.java b/core/java/src/org/openda/interfaces/ProposedIVector.java
index 783d306a8..1d01f82da 100644
--- a/core/java/src/org/openda/interfaces/ProposedIVector.java
+++ b/core/java/src/org/openda/interfaces/ProposedIVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.interfaces;
diff --git a/core/java/src/org/openda/localization/LocalizationDomainsSimpleModel.java b/core/java/src/org/openda/localization/LocalizationDomainsSimpleModel.java
old mode 100755
new mode 100644
index 3b42d6467..f61d1d75b
--- a/core/java/src/org/openda/localization/LocalizationDomainsSimpleModel.java
+++ b/core/java/src/org/openda/localization/LocalizationDomainsSimpleModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.localization;
diff --git a/core/java/src/org/openda/matlab/Utilities.java b/core/java/src/org/openda/matlab/Utilities.java
index 928fb0dbc..d5970f973 100644
--- a/core/java/src/org/openda/matlab/Utilities.java
+++ b/core/java/src/org/openda/matlab/Utilities.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.matlab;
import org.openda.interfaces.IStochModelFactory;
diff --git a/core/java/src/org/openda/noiseModels/MapsNoiseModelFactory.java b/core/java/src/org/openda/noiseModels/MapsNoiseModelFactory.java
index 806d5455b..bdb361506 100644
--- a/core/java/src/org/openda/noiseModels/MapsNoiseModelFactory.java
+++ b/core/java/src/org/openda/noiseModels/MapsNoiseModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
import org.openda.blackbox.interfaces.ITimeHorizonConsumer;
import org.openda.interfaces.IStochModelFactory;
diff --git a/core/java/src/org/openda/noiseModels/MapsNoiseModelInstance.java b/core/java/src/org/openda/noiseModels/MapsNoiseModelInstance.java
index d3e17cc49..a151ea043 100644
--- a/core/java/src/org/openda/noiseModels/MapsNoiseModelInstance.java
+++ b/core/java/src/org/openda/noiseModels/MapsNoiseModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
import org.openda.blackbox.config.BBUtils;
diff --git a/core/java/src/org/openda/noiseModels/Spatial2DCorrelationStochVector.java b/core/java/src/org/openda/noiseModels/Spatial2DCorrelationStochVector.java
index 22947ed04..15c3ab950 100644
--- a/core/java/src/org/openda/noiseModels/Spatial2DCorrelationStochVector.java
+++ b/core/java/src/org/openda/noiseModels/Spatial2DCorrelationStochVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
import org.openda.interfaces.IMatrix;
import org.openda.interfaces.ISqrtCovariance;
diff --git a/core/java/src/org/openda/noiseModels/SpatialCorrelationCovariance.java b/core/java/src/org/openda/noiseModels/SpatialCorrelationCovariance.java
index 3cd461c9e..56ec62fdd 100644
--- a/core/java/src/org/openda/noiseModels/SpatialCorrelationCovariance.java
+++ b/core/java/src/org/openda/noiseModels/SpatialCorrelationCovariance.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
-
import org.openda.utils.Matrix;
/**
diff --git a/core/java/src/org/openda/noiseModels/SpatialCorrelationStochVector.java b/core/java/src/org/openda/noiseModels/SpatialCorrelationStochVector.java
index e3ab8e5dc..b275e3c1c 100644
--- a/core/java/src/org/openda/noiseModels/SpatialCorrelationStochVector.java
+++ b/core/java/src/org/openda/noiseModels/SpatialCorrelationStochVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
import org.openda.interfaces.ISqrtCovariance;
import org.openda.interfaces.IStochVector;
diff --git a/core/java/src/org/openda/noiseModels/TimeSeriesNoiseModelFactory.java b/core/java/src/org/openda/noiseModels/TimeSeriesNoiseModelFactory.java
index 4593c2d0b..67e6137c5 100644
--- a/core/java/src/org/openda/noiseModels/TimeSeriesNoiseModelFactory.java
+++ b/core/java/src/org/openda/noiseModels/TimeSeriesNoiseModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
import java.io.File;
diff --git a/core/java/src/org/openda/noiseModels/TimeSeriesNoiseModelInstance.java b/core/java/src/org/openda/noiseModels/TimeSeriesNoiseModelInstance.java
index 1c51bd5e5..02c489757 100644
--- a/core/java/src/org/openda/noiseModels/TimeSeriesNoiseModelInstance.java
+++ b/core/java/src/org/openda/noiseModels/TimeSeriesNoiseModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
import org.openda.localization.LocalizationDomainsSimpleModel;
import org.openda.observationOperators.ObservationOperatorDeprecatedModel;
diff --git a/core/java/src/org/openda/observationOperators/ObservationOperatorDeprecatedModel.java b/core/java/src/org/openda/observationOperators/ObservationOperatorDeprecatedModel.java
old mode 100755
new mode 100644
index dcaf44744..4d3373be3
--- a/core/java/src/org/openda/observationOperators/ObservationOperatorDeprecatedModel.java
+++ b/core/java/src/org/openda/observationOperators/ObservationOperatorDeprecatedModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observationOperators;
diff --git a/core/java/src/org/openda/observationOperators/ObservationOperatorLocalizationModel.java b/core/java/src/org/openda/observationOperators/ObservationOperatorLocalizationModel.java
old mode 100755
new mode 100644
index 9458327b2..a475abbec
--- a/core/java/src/org/openda/observationOperators/ObservationOperatorLocalizationModel.java
+++ b/core/java/src/org/openda/observationOperators/ObservationOperatorLocalizationModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observationOperators;
diff --git a/core/java/src/org/openda/resultwriters/CsvResultWriter.java b/core/java/src/org/openda/resultwriters/CsvResultWriter.java
index fe473fa9b..2992a6427 100644
--- a/core/java/src/org/openda/resultwriters/CsvResultWriter.java
+++ b/core/java/src/org/openda/resultwriters/CsvResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/src/org/openda/resultwriters/GlueCsvResultWriter.java b/core/java/src/org/openda/resultwriters/GlueCsvResultWriter.java
index 59004dd45..70f381765 100644
--- a/core/java/src/org/openda/resultwriters/GlueCsvResultWriter.java
+++ b/core/java/src/org/openda/resultwriters/GlueCsvResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/src/org/openda/resultwriters/MatlabResultWriter.java b/core/java/src/org/openda/resultwriters/MatlabResultWriter.java
index 399e0b95e..42fa36bcc 100644
--- a/core/java/src/org/openda/resultwriters/MatlabResultWriter.java
+++ b/core/java/src/org/openda/resultwriters/MatlabResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/src/org/openda/resultwriters/McCsvResultWriter.java b/core/java/src/org/openda/resultwriters/McCsvResultWriter.java
index 0f2b7891c..e0fd01592 100644
--- a/core/java/src/org/openda/resultwriters/McCsvResultWriter.java
+++ b/core/java/src/org/openda/resultwriters/McCsvResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/src/org/openda/resultwriters/NativeResultWriter.java b/core/java/src/org/openda/resultwriters/NativeResultWriter.java
index 30264d417..2a9f53a12 100644
--- a/core/java/src/org/openda/resultwriters/NativeResultWriter.java
+++ b/core/java/src/org/openda/resultwriters/NativeResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/src/org/openda/resultwriters/NetcdfResultWriter.java b/core/java/src/org/openda/resultwriters/NetcdfResultWriter.java
index 2c2939c96..86f0c2fa8 100644
--- a/core/java/src/org/openda/resultwriters/NetcdfResultWriter.java
+++ b/core/java/src/org/openda/resultwriters/NetcdfResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/src/org/openda/resultwriters/NetcdfResultWriterNative.java b/core/java/src/org/openda/resultwriters/NetcdfResultWriterNative.java
index 9d4640147..08a67b0cb 100644
--- a/core/java/src/org/openda/resultwriters/NetcdfResultWriterNative.java
+++ b/core/java/src/org/openda/resultwriters/NetcdfResultWriterNative.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/src/org/openda/resultwriters/NetcdfResultWriterPureJava.java b/core/java/src/org/openda/resultwriters/NetcdfResultWriterPureJava.java
index 4844affa2..74b17394e 100644
--- a/core/java/src/org/openda/resultwriters/NetcdfResultWriterPureJava.java
+++ b/core/java/src/org/openda/resultwriters/NetcdfResultWriterPureJava.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
-
import org.openda.interfaces.IInstance;
import org.openda.interfaces.IResultWriter;
import org.openda.interfaces.IVector;
diff --git a/core/java/src/org/openda/resultwriters/PythonResultWriter.java b/core/java/src/org/openda/resultwriters/PythonResultWriter.java
index 03f7cf68d..0c16206bc 100644
--- a/core/java/src/org/openda/resultwriters/PythonResultWriter.java
+++ b/core/java/src/org/openda/resultwriters/PythonResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/src/org/openda/resultwriters/TextTableWriter.java b/core/java/src/org/openda/resultwriters/TextTableWriter.java
index 9fe21cc0e..fb6470c0a 100644
--- a/core/java/src/org/openda/resultwriters/TextTableWriter.java
+++ b/core/java/src/org/openda/resultwriters/TextTableWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/src/org/openda/tools/GenerateXmlDoc.java b/core/java/src/org/openda/tools/GenerateXmlDoc.java
index e862f6695..336e1f403 100644
--- a/core/java/src/org/openda/tools/GenerateXmlDoc.java
+++ b/core/java/src/org/openda/tools/GenerateXmlDoc.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.tools;
import java.io.File;
@@ -198,4 +198,4 @@ else if (args[filePos].startsWith("-h")) {
}
}
-}
\ No newline at end of file
+}
diff --git a/core/java/src/org/openda/tools/HeaderModifier.java b/core/java/src/org/openda/tools/HeaderModifier.java
index aa22f7b50..b6ee76acf 100644
--- a/core/java/src/org/openda/tools/HeaderModifier.java
+++ b/core/java/src/org/openda/tools/HeaderModifier.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.tools;
import java.io.BufferedReader;
import java.io.File;
@@ -30,25 +30,26 @@ public class HeaderModifier {
private String suffix = "java";
- private String license= "/* MOD_V2.0 \n"+
- "* Copyright (c) 2012 OpenDA Association \n"+
- "* All rights reserved.\n"+
- "* \n"+
- "* This file is part of OpenDA. \n"+
- "* \n"+
- "* OpenDA is free software: you can redistribute it and/or modify \n"+
- "* it under the terms of the GNU Lesser General Public License as \n"+
- "* published by the Free Software Foundation, either version 3 of \n"+
- "* the License, or (at your option) any later version. \n"+
- "* \n"+
- "* OpenDA is distributed in the hope that it will be useful, \n"+
- "* but WITHOUT ANY WARRANTY; without even the implied warranty of \n"+
- "* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n"+
- "* GNU Lesser General Public License for more details. \n"+
- "* \n"+
- "* You should have received a copy of the GNU Lesser General Public License\n"+
- "* along with OpenDA. If not, see .\n"+
- "*/";
+ private String license=
+ "/* MOD_V2.0\n"+
+ " * Copyright (c) 2019 OpenDA Association\n"+
+ " * All rights reserved.\n"+
+ " *\n"+
+ " * This file is part of OpenDA.\n"+
+ " *\n"+
+ " * OpenDA is free software: you can redistribute it and/or modify\n"+
+ " * it under the terms of the GNU Lesser General Public License as\n"+
+ " * published by the Free Software Foundation, either version 3 of\n"+
+ " * the License, or (at your option) any later version.\n"+
+ " *\n"+
+ " * OpenDA is distributed in the hope that it will be useful,\n"+
+ " * but WITHOUT ANY WARRANTY; without even the implied warranty of\n"+
+ " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"+
+ " * GNU Lesser General Public License for more details.\n"+
+ " *\n"+
+ " * You should have received a copy of the GNU Lesser General Public License\n"+
+ " * along with OpenDA. If not, see .\n"+
+ " */";
/**
* Create a headerModifier which looks for java extensions other than 'java'. The reason
diff --git a/core/java/src/org/openda/uncertainties/FunctionParameter.java b/core/java/src/org/openda/uncertainties/FunctionParameter.java
index 47ac233d6..fd08b7a4d 100644
--- a/core/java/src/org/openda/uncertainties/FunctionParameter.java
+++ b/core/java/src/org/openda/uncertainties/FunctionParameter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties;
diff --git a/core/java/src/org/openda/uncertainties/UncertainItem.java b/core/java/src/org/openda/uncertainties/UncertainItem.java
index a8ee47054..6628318e2 100644
--- a/core/java/src/org/openda/uncertainties/UncertainItem.java
+++ b/core/java/src/org/openda/uncertainties/UncertainItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties;
diff --git a/core/java/src/org/openda/uncertainties/Uncertainties.java b/core/java/src/org/openda/uncertainties/Uncertainties.java
index b82e42d48..afaed8877 100644
--- a/core/java/src/org/openda/uncertainties/Uncertainties.java
+++ b/core/java/src/org/openda/uncertainties/Uncertainties.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties;
diff --git a/core/java/src/org/openda/uncertainties/Uncertainty.java b/core/java/src/org/openda/uncertainties/Uncertainty.java
index 6f4201184..04e50ee93 100644
--- a/core/java/src/org/openda/uncertainties/Uncertainty.java
+++ b/core/java/src/org/openda/uncertainties/Uncertainty.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties;
import due.utilities.mathutil.UniformRandomNumber;
diff --git a/core/java/src/org/openda/uncertainties/UncertaintyEngine.java b/core/java/src/org/openda/uncertainties/UncertaintyEngine.java
index c8ba0e391..4b54a8304 100644
--- a/core/java/src/org/openda/uncertainties/UncertaintyEngine.java
+++ b/core/java/src/org/openda/uncertainties/UncertaintyEngine.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties;
import org.openda.interfaces.ITreeVector;
diff --git a/core/java/src/org/openda/uncertainties/UncertaintyStochVector.java b/core/java/src/org/openda/uncertainties/UncertaintyStochVector.java
index 10af9b8dd..04c8688e5 100644
--- a/core/java/src/org/openda/uncertainties/UncertaintyStochVector.java
+++ b/core/java/src/org/openda/uncertainties/UncertaintyStochVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties;
import org.openda.interfaces.ISqrtCovariance;
diff --git a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/AutoCorrelationFunction.java b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/AutoCorrelationFunction.java
index 519a9c612..86bf5176e 100644
--- a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/AutoCorrelationFunction.java
+++ b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/AutoCorrelationFunction.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.autocorrelationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/CircularCorrelation.java b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/CircularCorrelation.java
index 28c8428da..ad21a0927 100644
--- a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/CircularCorrelation.java
+++ b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/CircularCorrelation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.autocorrelationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/ExponentialCorrelation.java b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/ExponentialCorrelation.java
index c38ec66e7..c0fb7ed0b 100644
--- a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/ExponentialCorrelation.java
+++ b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/ExponentialCorrelation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.autocorrelationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/GaussianCorrelation.java b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/GaussianCorrelation.java
index 8b5b8cb02..bc8a5af64 100644
--- a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/GaussianCorrelation.java
+++ b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/GaussianCorrelation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.autocorrelationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/LinearCorrelation.java b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/LinearCorrelation.java
index a0ffbabc0..651e46958 100644
--- a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/LinearCorrelation.java
+++ b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/LinearCorrelation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.autocorrelationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/NuggetCorrelation.java b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/NuggetCorrelation.java
index 3d3656d5d..a8e3f2113 100644
--- a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/NuggetCorrelation.java
+++ b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/NuggetCorrelation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.autocorrelationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/PentasphericalCorrelation.java b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/PentasphericalCorrelation.java
index 8ee7904e1..28846b62b 100644
--- a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/PentasphericalCorrelation.java
+++ b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/PentasphericalCorrelation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.autocorrelationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/PeriodicCorrelation.java b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/PeriodicCorrelation.java
index b9cf6e112..829cec1e8 100644
--- a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/PeriodicCorrelation.java
+++ b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/PeriodicCorrelation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.autocorrelationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/SphericalCorrelation.java b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/SphericalCorrelation.java
index 70828d118..8286bf1a5 100644
--- a/core/java/src/org/openda/uncertainties/autocorrelationfunctions/SphericalCorrelation.java
+++ b/core/java/src/org/openda/uncertainties/autocorrelationfunctions/SphericalCorrelation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.autocorrelationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/BetaDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/BetaDistribution.java
index b5617ba5c..c0a90946c 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/BetaDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/BetaDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/CauchyDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/CauchyDistribution.java
index 44264ec44..d45f518fe 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/CauchyDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/CauchyDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/ChiSquareDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/ChiSquareDistribution.java
index 585866a43..feaa93c9e 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/ChiSquareDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/ChiSquareDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/ExponentialDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/ExponentialDistribution.java
index 7f7bd164d..2d027d440 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/ExponentialDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/ExponentialDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/GammaDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/GammaDistribution.java
index b0e34a6dd..5e87d092a 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/GammaDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/GammaDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/GumbelMaximumDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/GumbelMaximumDistribution.java
index 0f45a14f0..e9ef842f4 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/GumbelMaximumDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/GumbelMaximumDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/GumbelMinimumDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/GumbelMinimumDistribution.java
index f0810b470..abbbd1dab 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/GumbelMinimumDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/GumbelMinimumDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/JointNormalDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/JointNormalDistribution.java
index 22795d460..f73355702 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/JointNormalDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/JointNormalDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
import due.utilities.mathutil.UniformRandomNumber;
import due.utilities.mathutil.FunctionLibrary;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/LognormalDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/LognormalDistribution.java
index a2718223d..21a5b5607 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/LognormalDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/LognormalDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/NormalDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/NormalDistribution.java
index 9ec6610b9..246b0b8be 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/NormalDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/NormalDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/PDF.java b/core/java/src/org/openda/uncertainties/pdfs/PDF.java
index 325d0b56f..84463b935 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/PDF.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/PDF.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
import due.utilities.mathutil.UniformRandomNumber;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/TriangularDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/TriangularDistribution.java
index f6e8bf786..c2713f150 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/TriangularDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/TriangularDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/UniformDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/UniformDistribution.java
index 8b11ed8b3..d02ea0119 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/UniformDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/UniformDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/pdfs/WeibullDistribution.java b/core/java/src/org/openda/uncertainties/pdfs/WeibullDistribution.java
index 128fa8e0a..53e06d589 100644
--- a/core/java/src/org/openda/uncertainties/pdfs/WeibullDistribution.java
+++ b/core/java/src/org/openda/uncertainties/pdfs/WeibullDistribution.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.pdfs;
diff --git a/core/java/src/org/openda/uncertainties/variationfunctions/PercentageVariation.java b/core/java/src/org/openda/uncertainties/variationfunctions/PercentageVariation.java
index 2576b669a..efeb53308 100644
--- a/core/java/src/org/openda/uncertainties/variationfunctions/PercentageVariation.java
+++ b/core/java/src/org/openda/uncertainties/variationfunctions/PercentageVariation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.variationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/variationfunctions/RangeVariation.java b/core/java/src/org/openda/uncertainties/variationfunctions/RangeVariation.java
index 042622bd4..1c147cf98 100644
--- a/core/java/src/org/openda/uncertainties/variationfunctions/RangeVariation.java
+++ b/core/java/src/org/openda/uncertainties/variationfunctions/RangeVariation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.variationfunctions;
diff --git a/core/java/src/org/openda/uncertainties/variationfunctions/Variation.java b/core/java/src/org/openda/uncertainties/variationfunctions/Variation.java
index 872c29449..11140b5c2 100644
--- a/core/java/src/org/openda/uncertainties/variationfunctions/Variation.java
+++ b/core/java/src/org/openda/uncertainties/variationfunctions/Variation.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertainties.variationfunctions;
diff --git a/core/java/src/org/openda/uncertaintyModels/ParameterDrawer.java b/core/java/src/org/openda/uncertaintyModels/ParameterDrawer.java
index df62149f9..d5ab376d0 100644
--- a/core/java/src/org/openda/uncertaintyModels/ParameterDrawer.java
+++ b/core/java/src/org/openda/uncertaintyModels/ParameterDrawer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintyModels;
diff --git a/core/java/src/org/openda/uncertaintyModels/ParameterDrawerFactory.java b/core/java/src/org/openda/uncertaintyModels/ParameterDrawerFactory.java
index 2c11710fb..d74168b3d 100644
--- a/core/java/src/org/openda/uncertaintyModels/ParameterDrawerFactory.java
+++ b/core/java/src/org/openda/uncertaintyModels/ParameterDrawerFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintyModels;
import org.openda.interfaces.IStochModelFactory;
import org.openda.interfaces.IStochModelInstance;
diff --git a/core/java/src/org/openda/uncertaintygui/CorrelationTableController.java b/core/java/src/org/openda/uncertaintygui/CorrelationTableController.java
index 0fa5d4c4d..bf60d4c80 100644
--- a/core/java/src/org/openda/uncertaintygui/CorrelationTableController.java
+++ b/core/java/src/org/openda/uncertaintygui/CorrelationTableController.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/DaGuiAboutBox.java b/core/java/src/org/openda/uncertaintygui/DaGuiAboutBox.java
index 158df3e81..dbf64dc11 100644
--- a/core/java/src/org/openda/uncertaintygui/DaGuiAboutBox.java
+++ b/core/java/src/org/openda/uncertaintygui/DaGuiAboutBox.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/MainFrame.java b/core/java/src/org/openda/uncertaintygui/MainFrame.java
index cb3bbe5a4..23c1a105d 100644
--- a/core/java/src/org/openda/uncertaintygui/MainFrame.java
+++ b/core/java/src/org/openda/uncertaintygui/MainFrame.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
import javax.swing.*;
diff --git a/core/java/src/org/openda/uncertaintygui/MainFrameController.java b/core/java/src/org/openda/uncertaintygui/MainFrameController.java
index 6a98ccfb9..597d588cc 100644
--- a/core/java/src/org/openda/uncertaintygui/MainFrameController.java
+++ b/core/java/src/org/openda/uncertaintygui/MainFrameController.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/MainPanel.java b/core/java/src/org/openda/uncertaintygui/MainPanel.java
index 5adf72cd8..69e6a1c3c 100644
--- a/core/java/src/org/openda/uncertaintygui/MainPanel.java
+++ b/core/java/src/org/openda/uncertaintygui/MainPanel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/MainPanelController.java b/core/java/src/org/openda/uncertaintygui/MainPanelController.java
index d6bda2152..f72358ad6 100644
--- a/core/java/src/org/openda/uncertaintygui/MainPanelController.java
+++ b/core/java/src/org/openda/uncertaintygui/MainPanelController.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/PDFDefinitionTableController.java b/core/java/src/org/openda/uncertaintygui/PDFDefinitionTableController.java
index cd930fc31..56da6460f 100644
--- a/core/java/src/org/openda/uncertaintygui/PDFDefinitionTableController.java
+++ b/core/java/src/org/openda/uncertaintygui/PDFDefinitionTableController.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/ParameterAndGraphPanel.java b/core/java/src/org/openda/uncertaintygui/ParameterAndGraphPanel.java
index 16635c723..5354aaebc 100644
--- a/core/java/src/org/openda/uncertaintygui/ParameterAndGraphPanel.java
+++ b/core/java/src/org/openda/uncertaintygui/ParameterAndGraphPanel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
import javax.swing.border.TitledBorder;
diff --git a/core/java/src/org/openda/uncertaintygui/ResultsTableController.java b/core/java/src/org/openda/uncertaintygui/ResultsTableController.java
index f3dd56c17..39c8547a8 100644
--- a/core/java/src/org/openda/uncertaintygui/ResultsTableController.java
+++ b/core/java/src/org/openda/uncertaintygui/ResultsTableController.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/TableCheckBoxMouseListener.java b/core/java/src/org/openda/uncertaintygui/TableCheckBoxMouseListener.java
index 3ae345c5a..9b040f629 100644
--- a/core/java/src/org/openda/uncertaintygui/TableCheckBoxMouseListener.java
+++ b/core/java/src/org/openda/uncertaintygui/TableCheckBoxMouseListener.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/UILoader.java b/core/java/src/org/openda/uncertaintygui/UILoader.java
index 66cb0a36b..d77829ded 100644
--- a/core/java/src/org/openda/uncertaintygui/UILoader.java
+++ b/core/java/src/org/openda/uncertaintygui/UILoader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/UncertaintyGuiConfiguration.java b/core/java/src/org/openda/uncertaintygui/UncertaintyGuiConfiguration.java
index 0f7b1b74d..08be96379 100644
--- a/core/java/src/org/openda/uncertaintygui/UncertaintyGuiConfiguration.java
+++ b/core/java/src/org/openda/uncertaintygui/UncertaintyGuiConfiguration.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
import org.openda.uncertainties.Uncertainties;
diff --git a/core/java/src/org/openda/uncertaintygui/VariationPerParameterTableController.java b/core/java/src/org/openda/uncertaintygui/VariationPerParameterTableController.java
index 9f03b051b..8d776f9da 100644
--- a/core/java/src/org/openda/uncertaintygui/VariationPerParameterTableController.java
+++ b/core/java/src/org/openda/uncertaintygui/VariationPerParameterTableController.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/CloseListener.java b/core/java/src/org/openda/uncertaintygui/genericplot/CloseListener.java
index 9e243578a..3c9d905b8 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/CloseListener.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/CloseListener.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/CmdLineArgException.java b/core/java/src/org/openda/uncertaintygui/genericplot/CmdLineArgException.java
index a44e2b45a..0ad33da3f 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/CmdLineArgException.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/CmdLineArgException.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
//////////////////////////////////////////////////////////////////////////
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/ComponentDialog.java b/core/java/src/org/openda/uncertaintygui/genericplot/ComponentDialog.java
index 56f0ce45c..253aa6423 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/ComponentDialog.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/ComponentDialog.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/EPSGraphics.java b/core/java/src/org/openda/uncertaintygui/genericplot/EPSGraphics.java
index 9c8d8ae0f..dd6b22890 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/EPSGraphics.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/EPSGraphics.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
import java.awt.Color;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/EditListener.java b/core/java/src/org/openda/uncertaintygui/genericplot/EditListener.java
index dc4ad1f96..dbcc5522f 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/EditListener.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/EditListener.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/EditablePlot.java b/core/java/src/org/openda/uncertaintygui/genericplot/EditablePlot.java
index c11ae3cc6..0f5506475 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/EditablePlot.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/EditablePlot.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/GraphPlot.java b/core/java/src/org/openda/uncertaintygui/genericplot/GraphPlot.java
index 46b9cf885..e075121ea 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/GraphPlot.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/GraphPlot.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
import due.utilities.matrix.DoubleMatrix2D;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/Histogram.java b/core/java/src/org/openda/uncertaintygui/genericplot/Histogram.java
index 5cfb671b8..409146607 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/Histogram.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/Histogram.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
import java.awt.Graphics;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/Plot.java b/core/java/src/org/openda/uncertaintygui/genericplot/Plot.java
index 6e9804ac9..94c598709 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/Plot.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/Plot.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/PlotBox.java b/core/java/src/org/openda/uncertaintygui/genericplot/PlotBox.java
index bb5f18941..cf2bed04d 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/PlotBox.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/PlotBox.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
import java.awt.Color;
import java.awt.Component;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/PlotDataException.java b/core/java/src/org/openda/uncertaintygui/genericplot/PlotDataException.java
index b32a88985..33be2548b 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/PlotDataException.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/PlotDataException.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
//////////////////////////////////////////////////////////////////////////
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/PlotFormatter.java b/core/java/src/org/openda/uncertaintygui/genericplot/PlotFormatter.java
index 203ce4f33..2fbc5860f 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/PlotFormatter.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/PlotFormatter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/PlotFrame.java b/core/java/src/org/openda/uncertaintygui/genericplot/PlotFrame.java
index e479067dd..ded28cb50 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/PlotFrame.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/PlotFrame.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/PlotLive.java b/core/java/src/org/openda/uncertaintygui/genericplot/PlotLive.java
index 4df7d4892..a7c0e8f2f 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/PlotLive.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/PlotLive.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
import java.awt.event.ActionEvent;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/PlotPoint.java b/core/java/src/org/openda/uncertaintygui/genericplot/PlotPoint.java
index 910998c2c..ea30d6968 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/PlotPoint.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/PlotPoint.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
import java.io.Serializable;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/Query.java b/core/java/src/org/openda/uncertaintygui/genericplot/Query.java
index 82added26..baef0fbe9 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/Query.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/Query.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/QueryListener.java b/core/java/src/org/openda/uncertaintygui/genericplot/QueryListener.java
index bbc97eb5e..18a7441cc 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/QueryListener.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/QueryListener.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/genericplot/StringUtilities.java b/core/java/src/org/openda/uncertaintygui/genericplot/StringUtilities.java
index d8701dcf7..0afe09338 100644
--- a/core/java/src/org/openda/uncertaintygui/genericplot/StringUtilities.java
+++ b/core/java/src/org/openda/uncertaintygui/genericplot/StringUtilities.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.genericplot;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/AutoCorrelationFunctionContext.java b/core/java/src/org/openda/uncertaintygui/tablemodels/AutoCorrelationFunctionContext.java
index 13845a18a..acbf20854 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/AutoCorrelationFunctionContext.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/AutoCorrelationFunctionContext.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/CorrelationTableModel.java b/core/java/src/org/openda/uncertaintygui/tablemodels/CorrelationTableModel.java
index 980780789..c94513929 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/CorrelationTableModel.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/CorrelationTableModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/FunctionParameterTableModel.java b/core/java/src/org/openda/uncertaintygui/tablemodels/FunctionParameterTableModel.java
index 20aac5889..d7cf3cc2f 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/FunctionParameterTableModel.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/FunctionParameterTableModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
import org.openda.uncertainties.FunctionParameter;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/PDFContext.java b/core/java/src/org/openda/uncertaintygui/tablemodels/PDFContext.java
index 7a7120a8b..0105e63bc 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/PDFContext.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/PDFContext.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/PDFDefinitionTableModel.java b/core/java/src/org/openda/uncertaintygui/tablemodels/PDFDefinitionTableModel.java
index ac0d4d8f8..5a36f41ea 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/PDFDefinitionTableModel.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/PDFDefinitionTableModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/ResultSelectionModel.java b/core/java/src/org/openda/uncertaintygui/tablemodels/ResultSelectionModel.java
index fd679b061..4efe570b1 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/ResultSelectionModel.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/ResultSelectionModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
import javax.swing.*;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/SelectedResult.java b/core/java/src/org/openda/uncertaintygui/tablemodels/SelectedResult.java
index 4122bfcb7..73612d876 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/SelectedResult.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/SelectedResult.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
/**
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/TableRenderer.java b/core/java/src/org/openda/uncertaintygui/tablemodels/TableRenderer.java
index c9d09b81d..c8ca56508 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/TableRenderer.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/TableRenderer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/TextCellEditor.java b/core/java/src/org/openda/uncertaintygui/tablemodels/TextCellEditor.java
index c27fe7ca6..4c3464172 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/TextCellEditor.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/TextCellEditor.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/UIModel.java b/core/java/src/org/openda/uncertaintygui/tablemodels/UIModel.java
index 66eb629e7..14d4032b1 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/UIModel.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/UIModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/VariationFunctionContext.java b/core/java/src/org/openda/uncertaintygui/tablemodels/VariationFunctionContext.java
index 493823023..9b829aed9 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/VariationFunctionContext.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/VariationFunctionContext.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
diff --git a/core/java/src/org/openda/uncertaintygui/tablemodels/VariationPerParameterTableModel.java b/core/java/src/org/openda/uncertaintygui/tablemodels/VariationPerParameterTableModel.java
index 8db3135ee..86f1974e6 100644
--- a/core/java/src/org/openda/uncertaintygui/tablemodels/VariationPerParameterTableModel.java
+++ b/core/java/src/org/openda/uncertaintygui/tablemodels/VariationPerParameterTableModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintygui.tablemodels;
diff --git a/core/java/src/org/openda/utils/Array.java b/core/java/src/org/openda/utils/Array.java
index 895187124..14469e869 100644
--- a/core/java/src/org/openda/utils/Array.java
+++ b/core/java/src/org/openda/utils/Array.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/AsciiResultWriter.java b/core/java/src/org/openda/utils/AsciiResultWriter.java
index 6d8397b5a..00104d610 100644
--- a/core/java/src/org/openda/utils/AsciiResultWriter.java
+++ b/core/java/src/org/openda/utils/AsciiResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/ConfigTree.java b/core/java/src/org/openda/utils/ConfigTree.java
index b1598156f..42ce7837d 100644
--- a/core/java/src/org/openda/utils/ConfigTree.java
+++ b/core/java/src/org/openda/utils/ConfigTree.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/core/java/src/org/openda/utils/DimensionIndex.java b/core/java/src/org/openda/utils/DimensionIndex.java
index b134c06f0..788bbcb50 100644
--- a/core/java/src/org/openda/utils/DimensionIndex.java
+++ b/core/java/src/org/openda/utils/DimensionIndex.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/DistributedCounter.java b/core/java/src/org/openda/utils/DistributedCounter.java
index 09a6d4d92..51e9769ef 100644
--- a/core/java/src/org/openda/utils/DistributedCounter.java
+++ b/core/java/src/org/openda/utils/DistributedCounter.java
@@ -1,23 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
/**
diff --git a/core/java/src/org/openda/utils/DoubleArraySearch.java b/core/java/src/org/openda/utils/DoubleArraySearch.java
index 5e7ce80f7..d629428bd 100644
--- a/core/java/src/org/openda/utils/DoubleArraySearch.java
+++ b/core/java/src/org/openda/utils/DoubleArraySearch.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import java.io.Serializable;
diff --git a/core/java/src/org/openda/utils/FileComparer.java b/core/java/src/org/openda/utils/FileComparer.java
index fcdd1a70a..57b89f22e 100644
--- a/core/java/src/org/openda/utils/FileComparer.java
+++ b/core/java/src/org/openda/utils/FileComparer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import java.io.BufferedReader;
import java.io.File;
diff --git a/core/java/src/org/openda/utils/Glob.java b/core/java/src/org/openda/utils/Glob.java
index dd4636ae3..f04fac719 100644
--- a/core/java/src/org/openda/utils/Glob.java
+++ b/core/java/src/org/openda/utils/Glob.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
public class Glob {
diff --git a/core/java/src/org/openda/utils/IMyObservable.java b/core/java/src/org/openda/utils/IMyObservable.java
index 8b59c8e54..74d8de0f9 100644
--- a/core/java/src/org/openda/utils/IMyObservable.java
+++ b/core/java/src/org/openda/utils/IMyObservable.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
public interface IMyObservable {
diff --git a/core/java/src/org/openda/utils/IMyObserver.java b/core/java/src/org/openda/utils/IMyObserver.java
index 19f6bb579..3ee17da1a 100644
--- a/core/java/src/org/openda/utils/IMyObserver.java
+++ b/core/java/src/org/openda/utils/IMyObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
public interface IMyObserver {
diff --git a/core/java/src/org/openda/utils/IdentitySelector.java b/core/java/src/org/openda/utils/IdentitySelector.java
index 13dd5ceed..8a5aca1ba 100644
--- a/core/java/src/org/openda/utils/IdentitySelector.java
+++ b/core/java/src/org/openda/utils/IdentitySelector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.interfaces.ISelector;
import org.openda.interfaces.IVector;
diff --git a/core/java/src/org/openda/utils/IndicesSelector.java b/core/java/src/org/openda/utils/IndicesSelector.java
index eba01ee0c..28da0bc65 100644
--- a/core/java/src/org/openda/utils/IndicesSelector.java
+++ b/core/java/src/org/openda/utils/IndicesSelector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.interfaces.ISelector;
import org.openda.interfaces.IVector;
diff --git a/core/java/src/org/openda/utils/Instance.java b/core/java/src/org/openda/utils/Instance.java
index 98c35969b..3ee890174 100644
--- a/core/java/src/org/openda/utils/Instance.java
+++ b/core/java/src/org/openda/utils/Instance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/InstanceStore.java b/core/java/src/org/openda/utils/InstanceStore.java
index e97279903..e8d6837d8 100644
--- a/core/java/src/org/openda/utils/InstanceStore.java
+++ b/core/java/src/org/openda/utils/InstanceStore.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/Mask.java b/core/java/src/org/openda/utils/Mask.java
index ff75cdf26..0c01f7d43 100644
--- a/core/java/src/org/openda/utils/Mask.java
+++ b/core/java/src/org/openda/utils/Mask.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/utils/Matrix.java b/core/java/src/org/openda/utils/Matrix.java
index 251056cb2..cbe0422d6 100644
--- a/core/java/src/org/openda/utils/Matrix.java
+++ b/core/java/src/org/openda/utils/Matrix.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/MyObservable.java b/core/java/src/org/openda/utils/MyObservable.java
index b7719b71b..e49fd3d9e 100644
--- a/core/java/src/org/openda/utils/MyObservable.java
+++ b/core/java/src/org/openda/utils/MyObservable.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import java.util.ArrayList;
diff --git a/core/java/src/org/openda/utils/ObjectSupport.java b/core/java/src/org/openda/utils/ObjectSupport.java
index 20f9f226e..7b3f98748 100644
--- a/core/java/src/org/openda/utils/ObjectSupport.java
+++ b/core/java/src/org/openda/utils/ObjectSupport.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.interfaces.IAlgorithm;
import org.openda.interfaces.IConfigurable;
diff --git a/core/java/src/org/openda/utils/OpenDaComponentConfig.java b/core/java/src/org/openda/utils/OpenDaComponentConfig.java
index e60cc07ab..b8f039834 100644
--- a/core/java/src/org/openda/utils/OpenDaComponentConfig.java
+++ b/core/java/src/org/openda/utils/OpenDaComponentConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/OpenDaConfiguration.java b/core/java/src/org/openda/utils/OpenDaConfiguration.java
index b2ac31c49..e55f45ae6 100644
--- a/core/java/src/org/openda/utils/OpenDaConfiguration.java
+++ b/core/java/src/org/openda/utils/OpenDaConfiguration.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/OpenDaResultWriterConfig.java b/core/java/src/org/openda/utils/OpenDaResultWriterConfig.java
index c63b9ae37..38c5dfc19 100644
--- a/core/java/src/org/openda/utils/OpenDaResultWriterConfig.java
+++ b/core/java/src/org/openda/utils/OpenDaResultWriterConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/OpenDaTestSupport.java b/core/java/src/org/openda/utils/OpenDaTestSupport.java
index 7b51fb531..a6b610b91 100644
--- a/core/java/src/org/openda/utils/OpenDaTestSupport.java
+++ b/core/java/src/org/openda/utils/OpenDaTestSupport.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.blackbox.config.BBUtils;
import org.openda.exchange.dataobjects.NetcdfUtils;
diff --git a/core/java/src/org/openda/utils/PrintNumber.java b/core/java/src/org/openda/utils/PrintNumber.java
index 8048aa097..56d0008e8 100644
--- a/core/java/src/org/openda/utils/PrintNumber.java
+++ b/core/java/src/org/openda/utils/PrintNumber.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/ProposedTreeVector.java b/core/java/src/org/openda/utils/ProposedTreeVector.java
index f173f402a..e5b53678b 100644
--- a/core/java/src/org/openda/utils/ProposedTreeVector.java
+++ b/core/java/src/org/openda/utils/ProposedTreeVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/ProposedVector.java b/core/java/src/org/openda/utils/ProposedVector.java
index 8cf842611..897223144 100644
--- a/core/java/src/org/openda/utils/ProposedVector.java
+++ b/core/java/src/org/openda/utils/ProposedVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.interfaces.IArray;
diff --git a/core/java/src/org/openda/utils/Reflection.java b/core/java/src/org/openda/utils/Reflection.java
index 98c9c98cc..3e6d3ae31 100644
--- a/core/java/src/org/openda/utils/Reflection.java
+++ b/core/java/src/org/openda/utils/Reflection.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/src/org/openda/utils/RelatedConditionSelector.java b/core/java/src/org/openda/utils/RelatedConditionSelector.java
index a9168f9ca..15aace230 100644
--- a/core/java/src/org/openda/utils/RelatedConditionSelector.java
+++ b/core/java/src/org/openda/utils/RelatedConditionSelector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.interfaces.ISelector;
import org.openda.interfaces.IVector;
diff --git a/core/java/src/org/openda/utils/RelativePath.java b/core/java/src/org/openda/utils/RelativePath.java
index a0f637832..427f0625d 100644
--- a/core/java/src/org/openda/utils/RelativePath.java
+++ b/core/java/src/org/openda/utils/RelativePath.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/ResultSelectionConfig.java b/core/java/src/org/openda/utils/ResultSelectionConfig.java
index b88ca7c95..5f5730610 100644
--- a/core/java/src/org/openda/utils/ResultSelectionConfig.java
+++ b/core/java/src/org/openda/utils/ResultSelectionConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/Results.java b/core/java/src/org/openda/utils/Results.java
index 6d709b814..d4b5781cf 100644
--- a/core/java/src/org/openda/utils/Results.java
+++ b/core/java/src/org/openda/utils/Results.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/SimpleBooleanExpressionEvaluator.java b/core/java/src/org/openda/utils/SimpleBooleanExpressionEvaluator.java
index adab4ca54..f7fc10489 100644
--- a/core/java/src/org/openda/utils/SimpleBooleanExpressionEvaluator.java
+++ b/core/java/src/org/openda/utils/SimpleBooleanExpressionEvaluator.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/SortUtils.java b/core/java/src/org/openda/utils/SortUtils.java
index 5dcb2fe53..d22cf1676 100644
--- a/core/java/src/org/openda/utils/SortUtils.java
+++ b/core/java/src/org/openda/utils/SortUtils.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/core/java/src/org/openda/utils/SqrtCovariance.java b/core/java/src/org/openda/utils/SqrtCovariance.java
index 577bb86b5..b09c2e22d 100644
--- a/core/java/src/org/openda/utils/SqrtCovariance.java
+++ b/core/java/src/org/openda/utils/SqrtCovariance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.interfaces.*;
diff --git a/core/java/src/org/openda/utils/Statistics.java b/core/java/src/org/openda/utils/Statistics.java
index ae3c05a75..e61ac720a 100644
--- a/core/java/src/org/openda/utils/Statistics.java
+++ b/core/java/src/org/openda/utils/Statistics.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.interfaces.IPrevExchangeItem;
import org.openda.interfaces.IObservationDescriptions;
diff --git a/core/java/src/org/openda/utils/StochTreeVector.java b/core/java/src/org/openda/utils/StochTreeVector.java
index d84969409..002fb9453 100644
--- a/core/java/src/org/openda/utils/StochTreeVector.java
+++ b/core/java/src/org/openda/utils/StochTreeVector.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/core/java/src/org/openda/utils/StochVector.java b/core/java/src/org/openda/utils/StochVector.java
index bf491c424..e6163140b 100644
--- a/core/java/src/org/openda/utils/StochVector.java
+++ b/core/java/src/org/openda/utils/StochVector.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/utils/StoredResult.java b/core/java/src/org/openda/utils/StoredResult.java
index d61701095..a1b7f15d8 100644
--- a/core/java/src/org/openda/utils/StoredResult.java
+++ b/core/java/src/org/openda/utils/StoredResult.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/Time.java b/core/java/src/org/openda/utils/Time.java
index 0e3db3ff0..3c3d2aba2 100644
--- a/core/java/src/org/openda/utils/Time.java
+++ b/core/java/src/org/openda/utils/Time.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/core/java/src/org/openda/utils/TreeVector.java b/core/java/src/org/openda/utils/TreeVector.java
index 7c4b30709..2922b2ef7 100644
--- a/core/java/src/org/openda/utils/TreeVector.java
+++ b/core/java/src/org/openda/utils/TreeVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/UnitTestInfo.java b/core/java/src/org/openda/utils/UnitTestInfo.java
index de35e75eb..9e0eed8f5 100644
--- a/core/java/src/org/openda/utils/UnitTestInfo.java
+++ b/core/java/src/org/openda/utils/UnitTestInfo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/UsernamePassword.java b/core/java/src/org/openda/utils/UsernamePassword.java
index 8e5dc5016..e925e2e9d 100644
--- a/core/java/src/org/openda/utils/UsernamePassword.java
+++ b/core/java/src/org/openda/utils/UsernamePassword.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import java.awt.FlowLayout;
import java.awt.event.ComponentAdapter;
diff --git a/core/java/src/org/openda/utils/Vector.java b/core/java/src/org/openda/utils/Vector.java
index 1ac3d1ba2..52d9c151f 100644
--- a/core/java/src/org/openda/utils/Vector.java
+++ b/core/java/src/org/openda/utils/Vector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.costa.CtaVector;
diff --git a/core/java/src/org/openda/utils/VectorDouble.java b/core/java/src/org/openda/utils/VectorDouble.java
index 14083d431..510bb05b5 100644
--- a/core/java/src/org/openda/utils/VectorDouble.java
+++ b/core/java/src/org/openda/utils/VectorDouble.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.interfaces.IVector;
diff --git a/core/java/src/org/openda/utils/VectorFloat.java b/core/java/src/org/openda/utils/VectorFloat.java
index 3bb146940..0c2785284 100644
--- a/core/java/src/org/openda/utils/VectorFloat.java
+++ b/core/java/src/org/openda/utils/VectorFloat.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import org.openda.interfaces.IVector;
import java.io.*;
diff --git a/core/java/src/org/openda/utils/VectorSupport.java b/core/java/src/org/openda/utils/VectorSupport.java
index 030fe434c..34c3098fb 100644
--- a/core/java/src/org/openda/utils/VectorSupport.java
+++ b/core/java/src/org/openda/utils/VectorSupport.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/VersionUtils.java b/core/java/src/org/openda/utils/VersionUtils.java
index 0e9612c8f..457f72413 100644
--- a/core/java/src/org/openda/utils/VersionUtils.java
+++ b/core/java/src/org/openda/utils/VersionUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import java.io.IOException;
import java.net.URL;
diff --git a/core/java/src/org/openda/utils/ZipUtils.java b/core/java/src/org/openda/utils/ZipUtils.java
index 3a6484bfc..77f8fae5c 100644
--- a/core/java/src/org/openda/utils/ZipUtils.java
+++ b/core/java/src/org/openda/utils/ZipUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/src/org/openda/utils/generalJavaUtils/StringUtilities.java b/core/java/src/org/openda/utils/generalJavaUtils/StringUtilities.java
index 9bb69c76c..96c610dbd 100644
--- a/core/java/src/org/openda/utils/generalJavaUtils/StringUtilities.java
+++ b/core/java/src/org/openda/utils/generalJavaUtils/StringUtilities.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.generalJavaUtils;
import java.util.*;
import java.util.regex.Matcher;
diff --git a/core/java/src/org/openda/utils/geometry/GeometryUtils.java b/core/java/src/org/openda/utils/geometry/GeometryUtils.java
index b853b2767..fc6814fca 100644
--- a/core/java/src/org/openda/utils/geometry/GeometryUtils.java
+++ b/core/java/src/org/openda/utils/geometry/GeometryUtils.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/utils/io/AnalysisDataWriter.java b/core/java/src/org/openda/utils/io/AnalysisDataWriter.java
index fefe844cc..b3213d5b1 100644
--- a/core/java/src/org/openda/utils/io/AnalysisDataWriter.java
+++ b/core/java/src/org/openda/utils/io/AnalysisDataWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/AsciiFileUtils.java b/core/java/src/org/openda/utils/io/AsciiFileUtils.java
index 1ceb58e33..9e2d45443 100644
--- a/core/java/src/org/openda/utils/io/AsciiFileUtils.java
+++ b/core/java/src/org/openda/utils/io/AsciiFileUtils.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/utils/io/CalRestartSettings.java b/core/java/src/org/openda/utils/io/CalRestartSettings.java
index e0c8400b7..fa04ecf6d 100644
--- a/core/java/src/org/openda/utils/io/CalRestartSettings.java
+++ b/core/java/src/org/openda/utils/io/CalRestartSettings.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/CastorUtils.java b/core/java/src/org/openda/utils/io/CastorUtils.java
index e89574bda..d804951e8 100644
--- a/core/java/src/org/openda/utils/io/CastorUtils.java
+++ b/core/java/src/org/openda/utils/io/CastorUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/CsvReader.java b/core/java/src/org/openda/utils/io/CsvReader.java
index 403967f3f..182e971e3 100644
--- a/core/java/src/org/openda/utils/io/CsvReader.java
+++ b/core/java/src/org/openda/utils/io/CsvReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import java.io.*;
import java.util.ArrayList;
diff --git a/core/java/src/org/openda/utils/io/FileBasedModelState.java b/core/java/src/org/openda/utils/io/FileBasedModelState.java
index ab1dd439d..f315a5b98 100644
--- a/core/java/src/org/openda/utils/io/FileBasedModelState.java
+++ b/core/java/src/org/openda/utils/io/FileBasedModelState.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import org.openda.interfaces.IModelState;
import org.openda.utils.RelativePath;
diff --git a/core/java/src/org/openda/utils/io/FileCopier.java b/core/java/src/org/openda/utils/io/FileCopier.java
index a2da57753..d2cc7c626 100644
--- a/core/java/src/org/openda/utils/io/FileCopier.java
+++ b/core/java/src/org/openda/utils/io/FileCopier.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/src/org/openda/utils/io/FileRemover.java b/core/java/src/org/openda/utils/io/FileRemover.java
index b46069a05..145b1a8b7 100644
--- a/core/java/src/org/openda/utils/io/FileRemover.java
+++ b/core/java/src/org/openda/utils/io/FileRemover.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import org.openda.interfaces.IConfigurable;
diff --git a/core/java/src/org/openda/utils/io/FileSupport.java b/core/java/src/org/openda/utils/io/FileSupport.java
index 9ecdf432c..3f0a3864b 100644
--- a/core/java/src/org/openda/utils/io/FileSupport.java
+++ b/core/java/src/org/openda/utils/io/FileSupport.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import java.io.*;
diff --git a/core/java/src/org/openda/utils/io/FilterRestartSettingsFile.java b/core/java/src/org/openda/utils/io/FilterRestartSettingsFile.java
index 9fa931e53..dc5fc0b4c 100644
--- a/core/java/src/org/openda/utils/io/FilterRestartSettingsFile.java
+++ b/core/java/src/org/openda/utils/io/FilterRestartSettingsFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/GridExchangeItemNetcdfWriter.java b/core/java/src/org/openda/utils/io/GridExchangeItemNetcdfWriter.java
index 363f7e2b1..37f618921 100644
--- a/core/java/src/org/openda/utils/io/GridExchangeItemNetcdfWriter.java
+++ b/core/java/src/org/openda/utils/io/GridExchangeItemNetcdfWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/KalmanGainStorage.java b/core/java/src/org/openda/utils/io/KalmanGainStorage.java
index 9be82547a..5e3a30f58 100644
--- a/core/java/src/org/openda/utils/io/KalmanGainStorage.java
+++ b/core/java/src/org/openda/utils/io/KalmanGainStorage.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import org.openda.blackbox.config.BBUtils;
import org.openda.core.io.castorgenerated.*;
diff --git a/core/java/src/org/openda/utils/io/NetCDFFile.java b/core/java/src/org/openda/utils/io/NetCDFFile.java
index ce7f54006..a772e05f7 100644
--- a/core/java/src/org/openda/utils/io/NetCDFFile.java
+++ b/core/java/src/org/openda/utils/io/NetCDFFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import ucar.ma2.*;
diff --git a/core/java/src/org/openda/utils/io/OpenDaConfigurationReader.java b/core/java/src/org/openda/utils/io/OpenDaConfigurationReader.java
index b0054e3aa..8a8f3b627 100644
--- a/core/java/src/org/openda/utils/io/OpenDaConfigurationReader.java
+++ b/core/java/src/org/openda/utils/io/OpenDaConfigurationReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/ScalarExchangeItemNetcdfWriter.java b/core/java/src/org/openda/utils/io/ScalarExchangeItemNetcdfWriter.java
index 270dd530f..888d195cc 100644
--- a/core/java/src/org/openda/utils/io/ScalarExchangeItemNetcdfWriter.java
+++ b/core/java/src/org/openda/utils/io/ScalarExchangeItemNetcdfWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/TreeVectorReader.java b/core/java/src/org/openda/utils/io/TreeVectorReader.java
index 692d2d52d..11b6b0de4 100644
--- a/core/java/src/org/openda/utils/io/TreeVectorReader.java
+++ b/core/java/src/org/openda/utils/io/TreeVectorReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/TreeVectorWriter.java b/core/java/src/org/openda/utils/io/TreeVectorWriter.java
index 5548307e1..d5e5cd7ee 100644
--- a/core/java/src/org/openda/utils/io/TreeVectorWriter.java
+++ b/core/java/src/org/openda/utils/io/TreeVectorWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/UncertaintyReader.java b/core/java/src/org/openda/utils/io/UncertaintyReader.java
index 6caaeabf8..da964f05b 100644
--- a/core/java/src/org/openda/utils/io/UncertaintyReader.java
+++ b/core/java/src/org/openda/utils/io/UncertaintyReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/io/UncertaintyWriter.java b/core/java/src/org/openda/utils/io/UncertaintyWriter.java
index 13c5f9058..538fb5f89 100644
--- a/core/java/src/org/openda/utils/io/UncertaintyWriter.java
+++ b/core/java/src/org/openda/utils/io/UncertaintyWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/src/org/openda/utils/performance/OdaGlobSettings.java b/core/java/src/org/openda/utils/performance/OdaGlobSettings.java
index d5ac464db..9621244dc 100644
--- a/core/java/src/org/openda/utils/performance/OdaGlobSettings.java
+++ b/core/java/src/org/openda/utils/performance/OdaGlobSettings.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.performance;
public class OdaGlobSettings {
private static boolean productionRun=false;
diff --git a/core/java/src/org/openda/utils/performance/OdaTiming.java b/core/java/src/org/openda/utils/performance/OdaTiming.java
index 9d8d51d20..7021a8f03 100644
--- a/core/java/src/org/openda/utils/performance/OdaTiming.java
+++ b/core/java/src/org/openda/utils/performance/OdaTiming.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.performance;
diff --git a/core/java/src/org/openda/utils/plotting/Figure.java b/core/java/src/org/openda/utils/plotting/Figure.java
index e30528a39..181c85907 100644
--- a/core/java/src/org/openda/utils/plotting/Figure.java
+++ b/core/java/src/org/openda/utils/plotting/Figure.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.plotting;
import gov.noaa.pmel.sgt.LineAttribute;
import gov.noaa.pmel.sgt.PointAttribute;
diff --git a/core/java/src/org/openda/utils/plotting/Screen.java b/core/java/src/org/openda/utils/plotting/Screen.java
index 9546cd379..8cf0b464d 100644
--- a/core/java/src/org/openda/utils/plotting/Screen.java
+++ b/core/java/src/org/openda/utils/plotting/Screen.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.plotting;
import java.util.Vector;
diff --git a/core/java/test/org/openda/blackbox/config/BBCheckActionTest.java b/core/java/test/org/openda/blackbox/config/BBCheckActionTest.java
index b7731ce53..f663316cb 100644
--- a/core/java/test/org/openda/blackbox/config/BBCheckActionTest.java
+++ b/core/java/test/org/openda/blackbox/config/BBCheckActionTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import junit.framework.TestCase;
import org.openda.utils.OpenDaTestSupport;
diff --git a/core/java/test/org/openda/blackbox/config/BBTemplateConfigTest.java b/core/java/test/org/openda/blackbox/config/BBTemplateConfigTest.java
index 2eff503a7..432d3d057 100644
--- a/core/java/test/org/openda/blackbox/config/BBTemplateConfigTest.java
+++ b/core/java/test/org/openda/blackbox/config/BBTemplateConfigTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import junit.framework.TestCase;
import org.openda.utils.OpenDaTestSupport;
diff --git a/core/java/test/org/openda/blackbox/config/BBWrapperConfigTest.java b/core/java/test/org/openda/blackbox/config/BBWrapperConfigTest.java
index d43e632d9..3a85a3a59 100644
--- a/core/java/test/org/openda/blackbox/config/BBWrapperConfigTest.java
+++ b/core/java/test/org/openda/blackbox/config/BBWrapperConfigTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/test/org/openda/blackbox/io/BaseTemplateDataObjectTest.java b/core/java/test/org/openda/blackbox/io/BaseTemplateDataObjectTest.java
index d5bfe1a80..ae67ab459 100644
--- a/core/java/test/org/openda/blackbox/io/BaseTemplateDataObjectTest.java
+++ b/core/java/test/org/openda/blackbox/io/BaseTemplateDataObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.io;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBTemplateConfig;
diff --git a/core/java/test/org/openda/blackbox/io/TreeVectorIoObjectTest.java b/core/java/test/org/openda/blackbox/io/TreeVectorIoObjectTest.java
index 260a2794b..8758a895f 100644
--- a/core/java/test/org/openda/blackbox/io/TreeVectorIoObjectTest.java
+++ b/core/java/test/org/openda/blackbox/io/TreeVectorIoObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.io;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBApplicationTest.java b/core/java/test/org/openda/blackbox/wrapper/BBApplicationTest.java
index 3eae5e938..97a3852a2 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBApplicationTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBApplicationTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBExchangeItemTest.java b/core/java/test/org/openda/blackbox/wrapper/BBExchangeItemTest.java
index 62afdf803..2690ed548 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBExchangeItemTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBExchangeItemTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBModelFactoryTest.java b/core/java/test/org/openda/blackbox/wrapper/BBModelFactoryTest.java
index c4ae8b568..5cc257241 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBModelFactoryTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBModelFactoryTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBModelRestartTest.java b/core/java/test/org/openda/blackbox/wrapper/BBModelRestartTest.java
index f5a326ffc..b4f1e75b2 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBModelRestartTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBModelRestartTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBNoiseModelTest.java b/core/java/test/org/openda/blackbox/wrapper/BBNoiseModelTest.java
index fdc3e9299..488a1a548 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBNoiseModelTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBNoiseModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBStochModelFactoryTest.java b/core/java/test/org/openda/blackbox/wrapper/BBStochModelFactoryTest.java
index 5465a0f20..fea6ce68b 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBStochModelFactoryTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBStochModelFactoryTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBStochModelMaps2dNoiseModelTest.java b/core/java/test/org/openda/blackbox/wrapper/BBStochModelMaps2dNoiseModelTest.java
index f84fe41bd..1805cd8d5 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBStochModelMaps2dNoiseModelTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBStochModelMaps2dNoiseModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import junit.framework.TestCase;
import org.openda.interfaces.IStochModelFactory;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBStochModelParamDrawerTest.java b/core/java/test/org/openda/blackbox/wrapper/BBStochModelParamDrawerTest.java
index 1185c7cc7..ebd160677 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBStochModelParamDrawerTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBStochModelParamDrawerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBStochModelParametersTest.java b/core/java/test/org/openda/blackbox/wrapper/BBStochModelParametersTest.java
index 7dde9c57f..c86b3f3be 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBStochModelParametersTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBStochModelParametersTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBStochModelTimeSeriesNoiseModelTest.java b/core/java/test/org/openda/blackbox/wrapper/BBStochModelTimeSeriesNoiseModelTest.java
index 226a7fce4..13df81b3b 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBStochModelTimeSeriesNoiseModelTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBStochModelTimeSeriesNoiseModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import junit.framework.TestCase;
import org.openda.interfaces.IStochModelFactory;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBStochmodelEnsembleRestartTest.java b/core/java/test/org/openda/blackbox/wrapper/BBStochmodelEnsembleRestartTest.java
index e19c1720d..bd505cba2 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBStochmodelEnsembleRestartTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBStochmodelEnsembleRestartTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/BBTransformationTest.java b/core/java/test/org/openda/blackbox/wrapper/BBTransformationTest.java
index c256a2b1a..20371e2e4 100644
--- a/core/java/test/org/openda/blackbox/wrapper/BBTransformationTest.java
+++ b/core/java/test/org/openda/blackbox/wrapper/BBTransformationTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummyAstroIoObject.java b/core/java/test/org/openda/blackbox/wrapper/DummyAstroIoObject.java
index f2bb237bc..6a49e79f8 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummyAstroIoObject.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummyAstroIoObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummyModelFactoryForTestingNoise.java b/core/java/test/org/openda/blackbox/wrapper/DummyModelFactoryForTestingNoise.java
index 3504a9a1a..18a557e29 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummyModelFactoryForTestingNoise.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummyModelFactoryForTestingNoise.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import org.openda.blackbox.interfaces.IModelFactory;
import org.openda.exchange.timeseries.TimeUtils;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummyModelForTestingNoise.java b/core/java/test/org/openda/blackbox/wrapper/DummyModelForTestingNoise.java
index 3337bba74..ded49e77b 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummyModelForTestingNoise.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummyModelForTestingNoise.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import org.openda.exchange.ArrayExchangeItem;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummyParametersIoObject.java b/core/java/test/org/openda/blackbox/wrapper/DummyParametersIoObject.java
index 72a314bca..447f5e242 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummyParametersIoObject.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummyParametersIoObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummySeries.java b/core/java/test/org/openda/blackbox/wrapper/DummySeries.java
index c16485226..f925eca6f 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummySeries.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummySeries.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummyState.java b/core/java/test/org/openda/blackbox/wrapper/DummyState.java
index 4504dffbc..145f4b5b6 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummyState.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummyState.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummyStateDataObject.java b/core/java/test/org/openda/blackbox/wrapper/DummyStateDataObject.java
index bd70d9cc5..9d7dbdf1a 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummyStateDataObject.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummyStateDataObject.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
-
import org.openda.exchange.DoubleExchangeItem;
import org.openda.exchange.DoublesExchangeItem;
import org.openda.interfaces.IDataObject;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummyTestAlgorithm.java b/core/java/test/org/openda/blackbox/wrapper/DummyTestAlgorithm.java
index f0167742b..f689472ba 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummyTestAlgorithm.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummyTestAlgorithm.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import org.openda.utils.Instance;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummyTestStochObserver.java b/core/java/test/org/openda/blackbox/wrapper/DummyTestStochObserver.java
index b1a9a5a6e..885963cc0 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummyTestStochObserver.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummyTestStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import org.openda.interfaces.*;
diff --git a/core/java/test/org/openda/blackbox/wrapper/DummyTimeInfoIoObject.java b/core/java/test/org/openda/blackbox/wrapper/DummyTimeInfoIoObject.java
index 9f629a644..e763fe426 100644
--- a/core/java/test/org/openda/blackbox/wrapper/DummyTimeInfoIoObject.java
+++ b/core/java/test/org/openda/blackbox/wrapper/DummyTimeInfoIoObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.wrapper;
import org.openda.blackbox.interfaces.IoObjectInterface;
diff --git a/core/java/test/org/openda/costa/CostaTest.java b/core/java/test/org/openda/costa/CostaTest.java
index f0c96870c..63a615876 100644
--- a/core/java/test/org/openda/costa/CostaTest.java
+++ b/core/java/test/org/openda/costa/CostaTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/test/org/openda/costa/CostaWaquaTest.java b/core/java/test/org/openda/costa/CostaWaquaTest.java
index 474a15824..f98adb8c0 100644
--- a/core/java/test/org/openda/costa/CostaWaquaTest.java
+++ b/core/java/test/org/openda/costa/CostaWaquaTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
diff --git a/core/java/test/org/openda/costa/CtaArrayTest.java b/core/java/test/org/openda/costa/CtaArrayTest.java
index 4daeabc9d..65fc456c3 100644
--- a/core/java/test/org/openda/costa/CtaArrayTest.java
+++ b/core/java/test/org/openda/costa/CtaArrayTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.costa;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/exchange/DummyObserver.java b/core/java/test/org/openda/exchange/DummyObserver.java
index 944390a1c..8fd236168 100644
--- a/core/java/test/org/openda/exchange/DummyObserver.java
+++ b/core/java/test/org/openda/exchange/DummyObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.utils.IMyObservable;
import org.openda.utils.IMyObserver;
diff --git a/core/java/test/org/openda/exchange/ExchangeItemTest.java b/core/java/test/org/openda/exchange/ExchangeItemTest.java
index 3a63b9123..f7341acec 100644
--- a/core/java/test/org/openda/exchange/ExchangeItemTest.java
+++ b/core/java/test/org/openda/exchange/ExchangeItemTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.interfaces.IArray;
import org.openda.interfaces.IArrayGeometryInfo;
diff --git a/core/java/test/org/openda/exchange/dataobjects/AsciiKeywordDataObjectTest.java b/core/java/test/org/openda/exchange/dataobjects/AsciiKeywordDataObjectTest.java
index 308045c55..d0028b935 100644
--- a/core/java/test/org/openda/exchange/dataobjects/AsciiKeywordDataObjectTest.java
+++ b/core/java/test/org/openda/exchange/dataobjects/AsciiKeywordDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
-
import junit.framework.TestCase;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/core/java/test/org/openda/exchange/dataobjects/EsriAsciiGridDataObjectTest.java b/core/java/test/org/openda/exchange/dataobjects/EsriAsciiGridDataObjectTest.java
index 1f5409bba..e2cf0d429 100644
--- a/core/java/test/org/openda/exchange/dataobjects/EsriAsciiGridDataObjectTest.java
+++ b/core/java/test/org/openda/exchange/dataobjects/EsriAsciiGridDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
-
import junit.framework.TestCase;
import org.openda.interfaces.*;
import org.openda.utils.OpenDaTestSupport;
diff --git a/core/java/test/org/openda/exchange/dataobjects/NetcdfDataObjectTest.java b/core/java/test/org/openda/exchange/dataobjects/NetcdfDataObjectTest.java
index 569abc2b1..5c99f09a5 100644
--- a/core/java/test/org/openda/exchange/dataobjects/NetcdfDataObjectTest.java
+++ b/core/java/test/org/openda/exchange/dataobjects/NetcdfDataObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
import junit.framework.TestCase;
import org.openda.exchange.NetcdfGridTimeSeriesExchangeItem;
diff --git a/core/java/test/org/openda/exchange/dataobjects/NetcdfDataScalarTimeSeriesDataObjectTest.java b/core/java/test/org/openda/exchange/dataobjects/NetcdfDataScalarTimeSeriesDataObjectTest.java
index 1aa7af64d..8918e4806 100644
--- a/core/java/test/org/openda/exchange/dataobjects/NetcdfDataScalarTimeSeriesDataObjectTest.java
+++ b/core/java/test/org/openda/exchange/dataobjects/NetcdfDataScalarTimeSeriesDataObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
import junit.framework.TestCase;
import org.openda.interfaces.IDataObject;
diff --git a/core/java/test/org/openda/exchange/dataobjects/NetcdfFileConcatenaterTest.java b/core/java/test/org/openda/exchange/dataobjects/NetcdfFileConcatenaterTest.java
index e03a0aa60..8c3ee3f97 100644
--- a/core/java/test/org/openda/exchange/dataobjects/NetcdfFileConcatenaterTest.java
+++ b/core/java/test/org/openda/exchange/dataobjects/NetcdfFileConcatenaterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/exchange/dataobjects/NoosDataObjectTest.java b/core/java/test/org/openda/exchange/dataobjects/NoosDataObjectTest.java
index 07e4713a0..770378983 100644
--- a/core/java/test/org/openda/exchange/dataobjects/NoosDataObjectTest.java
+++ b/core/java/test/org/openda/exchange/dataobjects/NoosDataObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/exchange/dataobjects/TimeSeriesFormatterDataObjectTest.java b/core/java/test/org/openda/exchange/dataobjects/TimeSeriesFormatterDataObjectTest.java
index e8b8e5e3c..2ca745772 100644
--- a/core/java/test/org/openda/exchange/dataobjects/TimeSeriesFormatterDataObjectTest.java
+++ b/core/java/test/org/openda/exchange/dataobjects/TimeSeriesFormatterDataObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.dataobjects;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/exchange/ioobjects/ASCIIVectorIoObjectTest.java b/core/java/test/org/openda/exchange/ioobjects/ASCIIVectorIoObjectTest.java
index 87665faf7..d460366a2 100644
--- a/core/java/test/org/openda/exchange/ioobjects/ASCIIVectorIoObjectTest.java
+++ b/core/java/test/org/openda/exchange/ioobjects/ASCIIVectorIoObjectTest.java
@@ -1,23 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.ioobjects;
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/exchange/ioobjects/NoosTimeSeriesIoObjectTest.java b/core/java/test/org/openda/exchange/ioobjects/NoosTimeSeriesIoObjectTest.java
index 7f4f3cd1f..3cf43b056 100644
--- a/core/java/test/org/openda/exchange/ioobjects/NoosTimeSeriesIoObjectTest.java
+++ b/core/java/test/org/openda/exchange/ioobjects/NoosTimeSeriesIoObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.ioobjects;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/exchange/ioobjects/ioCopierTest.java b/core/java/test/org/openda/exchange/ioobjects/ioCopierTest.java
index b19b1d55a..32d5465ca 100644
--- a/core/java/test/org/openda/exchange/ioobjects/ioCopierTest.java
+++ b/core/java/test/org/openda/exchange/ioobjects/ioCopierTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.ioobjects;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/test/org/openda/exchange/ioobjects/ioDumperTest.java b/core/java/test/org/openda/exchange/ioobjects/ioDumperTest.java
index a537defcf..d24670a6c 100644
--- a/core/java/test/org/openda/exchange/ioobjects/ioDumperTest.java
+++ b/core/java/test/org/openda/exchange/ioobjects/ioDumperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.ioobjects;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/test/org/openda/exchange/iotools/DataCopierTest.java b/core/java/test/org/openda/exchange/iotools/DataCopierTest.java
index effa23a2b..dacc765c8 100644
--- a/core/java/test/org/openda/exchange/iotools/DataCopierTest.java
+++ b/core/java/test/org/openda/exchange/iotools/DataCopierTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.iotools;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/test/org/openda/exchange/iotools/DataDumperTest.java b/core/java/test/org/openda/exchange/iotools/DataDumperTest.java
index f697e5737..bab8fb83a 100644
--- a/core/java/test/org/openda/exchange/iotools/DataDumperTest.java
+++ b/core/java/test/org/openda/exchange/iotools/DataDumperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.iotools;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/test/org/openda/exchange/iotools/DataObjectDiffTest.java b/core/java/test/org/openda/exchange/iotools/DataObjectDiffTest.java
index a82969161..928d4e401 100644
--- a/core/java/test/org/openda/exchange/iotools/DataObjectDiffTest.java
+++ b/core/java/test/org/openda/exchange/iotools/DataObjectDiffTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.iotools;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/exchange/timeseries/DelimitedTextTimeSeriesFormatterTest.java b/core/java/test/org/openda/exchange/timeseries/DelimitedTextTimeSeriesFormatterTest.java
index 7089ceb25..2da3275d4 100644
--- a/core/java/test/org/openda/exchange/timeseries/DelimitedTextTimeSeriesFormatterTest.java
+++ b/core/java/test/org/openda/exchange/timeseries/DelimitedTextTimeSeriesFormatterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.timeseries;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/exchange/timeseries/TimeSeriesFormatterTest.java b/core/java/test/org/openda/exchange/timeseries/TimeSeriesFormatterTest.java
index b7bbf4a76..4f7d29c7a 100644
--- a/core/java/test/org/openda/exchange/timeseries/TimeSeriesFormatterTest.java
+++ b/core/java/test/org/openda/exchange/timeseries/TimeSeriesFormatterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.timeseries;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/exchange/timeseries/TimeSeriesSelectionTest.java b/core/java/test/org/openda/exchange/timeseries/TimeSeriesSelectionTest.java
index 9b95518bb..0d955530f 100644
--- a/core/java/test/org/openda/exchange/timeseries/TimeSeriesSelectionTest.java
+++ b/core/java/test/org/openda/exchange/timeseries/TimeSeriesSelectionTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.timeseries;
import java.util.Set;
diff --git a/core/java/test/org/openda/exchange/timeseries/TimeSeriesSetAnalyzerTest.java b/core/java/test/org/openda/exchange/timeseries/TimeSeriesSetAnalyzerTest.java
index 98cb879ee..8b66b20f8 100644
--- a/core/java/test/org/openda/exchange/timeseries/TimeSeriesSetAnalyzerTest.java
+++ b/core/java/test/org/openda/exchange/timeseries/TimeSeriesSetAnalyzerTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/test/org/openda/exchange/timeseries/TimeSeriesSetTest.java b/core/java/test/org/openda/exchange/timeseries/TimeSeriesSetTest.java
index 7daa972b5..96a0b8da5 100644
--- a/core/java/test/org/openda/exchange/timeseries/TimeSeriesSetTest.java
+++ b/core/java/test/org/openda/exchange/timeseries/TimeSeriesSetTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.timeseries;
import java.util.Set;
diff --git a/core/java/test/org/openda/exchange/timeseries/TimeSeriesTest.java b/core/java/test/org/openda/exchange/timeseries/TimeSeriesTest.java
index 1f487ce4d..328bf0673 100644
--- a/core/java/test/org/openda/exchange/timeseries/TimeSeriesTest.java
+++ b/core/java/test/org/openda/exchange/timeseries/TimeSeriesTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/core/java/test/org/openda/exchange/timeseries/TimeUtilsTest.java b/core/java/test/org/openda/exchange/timeseries/TimeUtilsTest.java
index 130b46ad8..2ea3f29be 100644
--- a/core/java/test/org/openda/exchange/timeseries/TimeUtilsTest.java
+++ b/core/java/test/org/openda/exchange/timeseries/TimeUtilsTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/core/java/test/org/openda/noiseModels/Maps2dNoiseModelTest.java b/core/java/test/org/openda/noiseModels/Maps2dNoiseModelTest.java
index f8644923f..209c89f8a 100644
--- a/core/java/test/org/openda/noiseModels/Maps2dNoiseModelTest.java
+++ b/core/java/test/org/openda/noiseModels/Maps2dNoiseModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/noiseModels/SpatialCorrelationTest.java b/core/java/test/org/openda/noiseModels/SpatialCorrelationTest.java
index 4b6b56d7b..048e09598 100644
--- a/core/java/test/org/openda/noiseModels/SpatialCorrelationTest.java
+++ b/core/java/test/org/openda/noiseModels/SpatialCorrelationTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
import junit.framework.TestCase;
import org.openda.interfaces.ISqrtCovariance;
diff --git a/core/java/test/org/openda/noiseModels/TimeSeriesNoiseModelTest.java b/core/java/test/org/openda/noiseModels/TimeSeriesNoiseModelTest.java
index 9152b9f0b..e529bb1bf 100644
--- a/core/java/test/org/openda/noiseModels/TimeSeriesNoiseModelTest.java
+++ b/core/java/test/org/openda/noiseModels/TimeSeriesNoiseModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.noiseModels;
import junit.framework.TestCase;
import org.openda.exchange.timeseries.TimeSeries;
diff --git a/core/java/test/org/openda/resultwriters/NetcdfResultWriterNativeTest.java b/core/java/test/org/openda/resultwriters/NetcdfResultWriterNativeTest.java
index 66383d399..fcfcdc365 100644
--- a/core/java/test/org/openda/resultwriters/NetcdfResultWriterNativeTest.java
+++ b/core/java/test/org/openda/resultwriters/NetcdfResultWriterNativeTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/core/java/test/org/openda/resultwriters/NetcdfResultWriterPureJavaTest.java b/core/java/test/org/openda/resultwriters/NetcdfResultWriterPureJavaTest.java
index a511f570b..4ed350869 100644
--- a/core/java/test/org/openda/resultwriters/NetcdfResultWriterPureJavaTest.java
+++ b/core/java/test/org/openda/resultwriters/NetcdfResultWriterPureJavaTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/core/java/test/org/openda/resultwriters/PythonResultWriterTest.java b/core/java/test/org/openda/resultwriters/PythonResultWriterTest.java
index d2381f5e6..bd20cd259 100644
--- a/core/java/test/org/openda/resultwriters/PythonResultWriterTest.java
+++ b/core/java/test/org/openda/resultwriters/PythonResultWriterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/test/org/openda/resultwriters/ResultWriterTest.java b/core/java/test/org/openda/resultwriters/ResultWriterTest.java
index e31fc7d92..cfbb3647e 100644
--- a/core/java/test/org/openda/resultwriters/ResultWriterTest.java
+++ b/core/java/test/org/openda/resultwriters/ResultWriterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/test/org/openda/resultwriters/TestInstance.java b/core/java/test/org/openda/resultwriters/TestInstance.java
index aa66fbc46..3571ad89b 100644
--- a/core/java/test/org/openda/resultwriters/TestInstance.java
+++ b/core/java/test/org/openda/resultwriters/TestInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
diff --git a/core/java/test/org/openda/tools/GenerateXmlDocTest.java b/core/java/test/org/openda/tools/GenerateXmlDocTest.java
index cc3707ceb..2e70f57b4 100644
--- a/core/java/test/org/openda/tools/GenerateXmlDocTest.java
+++ b/core/java/test/org/openda/tools/GenerateXmlDocTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.tools;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/test/org/openda/tools/ModifyHeadersTest.java b/core/java/test/org/openda/tools/ModifyHeadersTest.java
index e96d71122..0571eaa0e 100644
--- a/core/java/test/org/openda/tools/ModifyHeadersTest.java
+++ b/core/java/test/org/openda/tools/ModifyHeadersTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.tools;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/test/org/openda/tools/testData/GroupObservationDesrciptions.jav_ref b/core/java/test/org/openda/tools/testData/GroupObservationDesrciptions.jav_ref
index 2bf383dc9..c3a42cfaa 100644
--- a/core/java/test/org/openda/tools/testData/GroupObservationDesrciptions.jav_ref
+++ b/core/java/test/org/openda/tools/testData/GroupObservationDesrciptions.jav_ref
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/* MOD_V2.0
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import java.util.ArrayList;
import java.util.Collection;
diff --git a/core/java/test/org/openda/tools/testData/IoObjectInterface.jav_ref b/core/java/test/org/openda/tools/testData/IoObjectInterface.jav_ref
index 9fdb7018e..d5669a491 100644
--- a/core/java/test/org/openda/tools/testData/IoObjectInterface.jav_ref
+++ b/core/java/test/org/openda/tools/testData/IoObjectInterface.jav_ref
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/* MOD_V2.0
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.interfaces;
diff --git a/core/java/test/org/openda/tools/testData/NetcdfResultWriter.jav_ref b/core/java/test/org/openda/tools/testData/NetcdfResultWriter.jav_ref
index 721655622..334281d52 100644
--- a/core/java/test/org/openda/tools/testData/NetcdfResultWriter.jav_ref
+++ b/core/java/test/org/openda/tools/testData/NetcdfResultWriter.jav_ref
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/* MOD_V2.0
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.resultwriters;
@@ -50,7 +50,7 @@ public class NetcdfResultWriter implements ResultWriter {
// needs its own netcdfile. The netcdffile should be opened before/during first writing ,
// All netcdf files should be closed together in a finalize call.
- private HashMap idlist = new HashMap();
+ private HashMap idlist = new HashMap();
private String netcdfnameprefix = " ";
private String netcdfnamevar = " ";
@@ -64,17 +64,17 @@ public class NetcdfResultWriter implements ResultWriter {
String prefixname = configString.substring(0, configString.length()-3);
netcdfnameprefix = new File(workingDir,prefixname).getAbsolutePath();
-
+
// first trigger the openDAbridge by making a dummy ctavector
Vector dumctavec = new CtaVector(1);
// The ctanetcdfinit has been moved to the putvalue function: there,
// the id-list will be inspected. If the variable is 'new', then
// the init function will be called for this variable.
-
+
// ctafilehandle = ctaNetcdfInit(netcdfnameprefix);
-
+
// configString directly indicates the netcdf output file
}
@@ -129,7 +129,7 @@ public class NetcdfResultWriter implements ResultWriter {
ctafilehandle = this.idlist.get(id);
} else {
// first time this variable occurs; first initialize the netcdffile!
-
+
netcdfnamevar=netcdfnameprefix.concat(id);
netcdfnamevar=netcdfnamevar.concat(".nc");
ctafilehandle = ctaNetcdfInit(netcdfnamevar);
@@ -179,7 +179,7 @@ public class NetcdfResultWriter implements ResultWriter {
TreeVector treevec = new SimpleTreeVector("from_SimpleVector", (SimpleVector) result);
int retval = ((SimpleTreeVector) treevec).export(ctafilehandle);
if (retval != 0 ) {
- throw new RuntimeException("NetcdfResultWriter: putValue for SimpleVector not succeeded ");
+ throw new RuntimeException("NetcdfResultWriter: putValue for SimpleVector not succeeded ");
}
diff --git a/core/java/test/org/openda/tools/testData/NoosTimeSeriesFormatter.jav_ref b/core/java/test/org/openda/tools/testData/NoosTimeSeriesFormatter.jav_ref
index 25d2baa26..dfbf07313 100644
--- a/core/java/test/org/openda/tools/testData/NoosTimeSeriesFormatter.jav_ref
+++ b/core/java/test/org/openda/tools/testData/NoosTimeSeriesFormatter.jav_ref
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/* MOD_V2.0
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange.timesseries;
import java.io.BufferedReader;
import java.io.InputStream;
diff --git a/core/java/test/org/openda/uncertaintyModels/ParameterDrawerTest.java b/core/java/test/org/openda/uncertaintyModels/ParameterDrawerTest.java
index 7dc48fc6f..6ec3156dd 100644
--- a/core/java/test/org/openda/uncertaintyModels/ParameterDrawerTest.java
+++ b/core/java/test/org/openda/uncertaintyModels/ParameterDrawerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.uncertaintyModels;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/utils/ArrayTest.java b/core/java/test/org/openda/utils/ArrayTest.java
index b2163e650..eb07ff428 100644
--- a/core/java/test/org/openda/utils/ArrayTest.java
+++ b/core/java/test/org/openda/utils/ArrayTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/core/java/test/org/openda/utils/ConfigTreeTest.java b/core/java/test/org/openda/utils/ConfigTreeTest.java
index d9645ff23..d8699bae9 100644
--- a/core/java/test/org/openda/utils/ConfigTreeTest.java
+++ b/core/java/test/org/openda/utils/ConfigTreeTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
//import org.openda.interfaces.*;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/utils/DoubleArraySearchTest.java b/core/java/test/org/openda/utils/DoubleArraySearchTest.java
index c228bb007..f47a47ada 100644
--- a/core/java/test/org/openda/utils/DoubleArraySearchTest.java
+++ b/core/java/test/org/openda/utils/DoubleArraySearchTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/utils/MatrixTest.java b/core/java/test/org/openda/utils/MatrixTest.java
index 34471b85f..bd2680bb3 100644
--- a/core/java/test/org/openda/utils/MatrixTest.java
+++ b/core/java/test/org/openda/utils/MatrixTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
/**
* Main class for testing Matrix class
diff --git a/core/java/test/org/openda/utils/MyOberverTest.java b/core/java/test/org/openda/utils/MyOberverTest.java
index 44c5d4d4d..5a3d43f7c 100644
--- a/core/java/test/org/openda/utils/MyOberverTest.java
+++ b/core/java/test/org/openda/utils/MyOberverTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/utils/OpenDATestSupportTest.java b/core/java/test/org/openda/utils/OpenDATestSupportTest.java
index 3923712c6..fc8ff8a62 100644
--- a/core/java/test/org/openda/utils/OpenDATestSupportTest.java
+++ b/core/java/test/org/openda/utils/OpenDATestSupportTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import java.io.File;
diff --git a/core/java/test/org/openda/utils/ProposedTreeVectorTest.java b/core/java/test/org/openda/utils/ProposedTreeVectorTest.java
index 054b0bbc0..46fb1b7c1 100644
--- a/core/java/test/org/openda/utils/ProposedTreeVectorTest.java
+++ b/core/java/test/org/openda/utils/ProposedTreeVectorTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
@@ -187,4 +187,4 @@ public static void testProposedTreeVector_5() {
}
-
\ No newline at end of file
+
diff --git a/core/java/test/org/openda/utils/ProposedVectorTest.java b/core/java/test/org/openda/utils/ProposedVectorTest.java
index 439311c25..6711157fe 100644
--- a/core/java/test/org/openda/utils/ProposedVectorTest.java
+++ b/core/java/test/org/openda/utils/ProposedVectorTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
/**
* TODO: class description
diff --git a/core/java/test/org/openda/utils/ReflectionTest.java b/core/java/test/org/openda/utils/ReflectionTest.java
index fad6cce23..3f5312692 100644
--- a/core/java/test/org/openda/utils/ReflectionTest.java
+++ b/core/java/test/org/openda/utils/ReflectionTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/core/java/test/org/openda/utils/SimpleBoolExprEvalTest.java b/core/java/test/org/openda/utils/SimpleBoolExprEvalTest.java
index d7e901ecf..8a4b8c776 100644
--- a/core/java/test/org/openda/utils/SimpleBoolExprEvalTest.java
+++ b/core/java/test/org/openda/utils/SimpleBoolExprEvalTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/test/org/openda/utils/SortUtilsTest.java b/core/java/test/org/openda/utils/SortUtilsTest.java
index 3bf01a01d..b214aa0d2 100644
--- a/core/java/test/org/openda/utils/SortUtilsTest.java
+++ b/core/java/test/org/openda/utils/SortUtilsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
/**
diff --git a/core/java/test/org/openda/utils/SqrtCovarianceTest.java b/core/java/test/org/openda/utils/SqrtCovarianceTest.java
index 84c2d4852..6ee2aa9ee 100644
--- a/core/java/test/org/openda/utils/SqrtCovarianceTest.java
+++ b/core/java/test/org/openda/utils/SqrtCovarianceTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
/**
* TODO: class description
diff --git a/core/java/test/org/openda/utils/TimeTest.java b/core/java/test/org/openda/utils/TimeTest.java
index 51474b26f..24b615533 100644
--- a/core/java/test/org/openda/utils/TimeTest.java
+++ b/core/java/test/org/openda/utils/TimeTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/core/java/test/org/openda/utils/TreeVectorTest.java b/core/java/test/org/openda/utils/TreeVectorTest.java
index 2905cea41..655e1fb58 100644
--- a/core/java/test/org/openda/utils/TreeVectorTest.java
+++ b/core/java/test/org/openda/utils/TreeVectorTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils;
diff --git a/core/java/test/org/openda/utils/VectorTest.java b/core/java/test/org/openda/utils/VectorTest.java
index f13f977d6..3552a5099 100644
--- a/core/java/test/org/openda/utils/VectorTest.java
+++ b/core/java/test/org/openda/utils/VectorTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
/**
* Main class for testing vector class
diff --git a/core/java/test/org/openda/utils/geometry/GeometryUtilsTest.java b/core/java/test/org/openda/utils/geometry/GeometryUtilsTest.java
index 9c47b6716..fe199a7bf 100644
--- a/core/java/test/org/openda/utils/geometry/GeometryUtilsTest.java
+++ b/core/java/test/org/openda/utils/geometry/GeometryUtilsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.geometry;
diff --git a/core/java/test/org/openda/utils/io/AsciiFileTest.java b/core/java/test/org/openda/utils/io/AsciiFileTest.java
index 23c195277..d70a66ba7 100644
--- a/core/java/test/org/openda/utils/io/AsciiFileTest.java
+++ b/core/java/test/org/openda/utils/io/AsciiFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import java.io.File;
import java.io.IOException;
diff --git a/core/java/test/org/openda/utils/io/CalRestartSettingsTest.java b/core/java/test/org/openda/utils/io/CalRestartSettingsTest.java
index 08d793c40..a099b0078 100644
--- a/core/java/test/org/openda/utils/io/CalRestartSettingsTest.java
+++ b/core/java/test/org/openda/utils/io/CalRestartSettingsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/test/org/openda/utils/io/FileBasedModelStateTest.java b/core/java/test/org/openda/utils/io/FileBasedModelStateTest.java
index a648cf775..495b07c81 100644
--- a/core/java/test/org/openda/utils/io/FileBasedModelStateTest.java
+++ b/core/java/test/org/openda/utils/io/FileBasedModelStateTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/core/java/test/org/openda/utils/io/FileCopierTest.java b/core/java/test/org/openda/utils/io/FileCopierTest.java
index 71f18685b..5d5e817bd 100644
--- a/core/java/test/org/openda/utils/io/FileCopierTest.java
+++ b/core/java/test/org/openda/utils/io/FileCopierTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/core/java/test/org/openda/utils/io/FileRemoverTest.java b/core/java/test/org/openda/utils/io/FileRemoverTest.java
index ce50434cd..06db0160e 100644
--- a/core/java/test/org/openda/utils/io/FileRemoverTest.java
+++ b/core/java/test/org/openda/utils/io/FileRemoverTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import junit.framework.TestCase;
diff --git a/core/java/test/org/openda/utils/io/KalmanGainStorageTest.java b/core/java/test/org/openda/utils/io/KalmanGainStorageTest.java
index 8f86dfae2..6dd954729 100644
--- a/core/java/test/org/openda/utils/io/KalmanGainStorageTest.java
+++ b/core/java/test/org/openda/utils/io/KalmanGainStorageTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/core/java/test/org/openda/utils/io/TreeVectorReaderTest.java b/core/java/test/org/openda/utils/io/TreeVectorReaderTest.java
index 98b9879b6..d074cb308 100644
--- a/core/java/test/org/openda/utils/io/TreeVectorReaderTest.java
+++ b/core/java/test/org/openda/utils/io/TreeVectorReaderTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/test/org/openda/utils/io/TreeVectorWriterTest.java b/core/java/test/org/openda/utils/io/TreeVectorWriterTest.java
index 0dd4c75e3..7a05b43b7 100644
--- a/core/java/test/org/openda/utils/io/TreeVectorWriterTest.java
+++ b/core/java/test/org/openda/utils/io/TreeVectorWriterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.io;
diff --git a/core/java/test/org/openda/utils/plotting/PlotTest.java b/core/java/test/org/openda/utils/plotting/PlotTest.java
index 614df2a58..2187dcefd 100644
--- a/core/java/test/org/openda/utils/plotting/PlotTest.java
+++ b/core/java/test/org/openda/utils/plotting/PlotTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.utils.plotting;
import java.awt.*;
import javax.swing.JFrame;
diff --git a/core/native/src/openda/org/costa/CostaOpendaAppTest.java b/core/native/src/openda/org/costa/CostaOpendaAppTest.java
index 112dab4fb..82e42a38b 100644
--- a/core/native/src/openda/org/costa/CostaOpendaAppTest.java
+++ b/core/native/src/openda/org/costa/CostaOpendaAppTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CostaOpendaWAQUATest.java b/core/native/src/openda/org/costa/CostaOpendaWAQUATest.java
index 79489b3c9..473775d8a 100644
--- a/core/native/src/openda/org/costa/CostaOpendaWAQUATest.java
+++ b/core/native/src/openda/org/costa/CostaOpendaWAQUATest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CostaOpendaWAQUATestExe.java b/core/native/src/openda/org/costa/CostaOpendaWAQUATestExe.java
index 9c694d4b3..73948ea29 100644
--- a/core/native/src/openda/org/costa/CostaOpendaWAQUATestExe.java
+++ b/core/native/src/openda/org/costa/CostaOpendaWAQUATestExe.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CostaTest.java b/core/native/src/openda/org/costa/CostaTest.java
index bfb7228ce..8b12a0861 100644
--- a/core/native/src/openda/org/costa/CostaTest.java
+++ b/core/native/src/openda/org/costa/CostaTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CostaTestExe.java b/core/native/src/openda/org/costa/CostaTestExe.java
index 4b0d7fb93..03b40e770 100644
--- a/core/native/src/openda/org/costa/CostaTestExe.java
+++ b/core/native/src/openda/org/costa/CostaTestExe.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CostaWaquaTest.java b/core/native/src/openda/org/costa/CostaWaquaTest.java
index 2c0a70cb5..ce4eb609b 100644
--- a/core/native/src/openda/org/costa/CostaWaquaTest.java
+++ b/core/native/src/openda/org/costa/CostaWaquaTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CtaObject.java b/core/native/src/openda/org/costa/CtaObject.java
index 64212e8c9..b3edd9ddf 100644
--- a/core/native/src/openda/org/costa/CtaObject.java
+++ b/core/native/src/openda/org/costa/CtaObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CtaObservationDescriptions.java b/core/native/src/openda/org/costa/CtaObservationDescriptions.java
index 92cc2fb51..cfe61e39e 100644
--- a/core/native/src/openda/org/costa/CtaObservationDescriptions.java
+++ b/core/native/src/openda/org/costa/CtaObservationDescriptions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CtaOpenDaModel.java b/core/native/src/openda/org/costa/CtaOpenDaModel.java
index 60a669664..72eac10fc 100644
--- a/core/native/src/openda/org/costa/CtaOpenDaModel.java
+++ b/core/native/src/openda/org/costa/CtaOpenDaModel.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CtaRelationTable.java b/core/native/src/openda/org/costa/CtaRelationTable.java
index b6177865b..2d5aededb 100644
--- a/core/native/src/openda/org/costa/CtaRelationTable.java
+++ b/core/native/src/openda/org/costa/CtaRelationTable.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CtaStochModelFactory.java b/core/native/src/openda/org/costa/CtaStochModelFactory.java
index dbc80d160..ec7a411e8 100644
--- a/core/native/src/openda/org/costa/CtaStochModelFactory.java
+++ b/core/native/src/openda/org/costa/CtaStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CtaStochObserver.java b/core/native/src/openda/org/costa/CtaStochObserver.java
index 9324cc1af..67f021dfa 100644
--- a/core/native/src/openda/org/costa/CtaStochObserver.java
+++ b/core/native/src/openda/org/costa/CtaStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CtaTime.java b/core/native/src/openda/org/costa/CtaTime.java
index 13a8ae4a2..928cf1650 100644
--- a/core/native/src/openda/org/costa/CtaTime.java
+++ b/core/native/src/openda/org/costa/CtaTime.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CtaTreeVector.java b/core/native/src/openda/org/costa/CtaTreeVector.java
index 9821dd7d9..f60411008 100644
--- a/core/native/src/openda/org/costa/CtaTreeVector.java
+++ b/core/native/src/openda/org/costa/CtaTreeVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
diff --git a/core/native/src/openda/org/costa/CtaVector.java b/core/native/src/openda/org/costa/CtaVector.java
index d83e5883f..e859647fd 100644
--- a/core/native/src/openda/org/costa/CtaVector.java
+++ b/core/native/src/openda/org/costa/CtaVector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.costa;
import org.openda.interfaces.Vector;
diff --git a/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelFactory.java b/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelFactory.java
index 37656a9f1..416474df6 100644
--- a/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelFactory.java
+++ b/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
import org.openda.interfaces.IStochModelInstance;
import org.openda.interfaces.IStochModelPostProcessor;
diff --git a/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelInstance.java b/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelInstance.java
index f8b9fb63f..7caa78e6d 100644
--- a/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelInstance.java
+++ b/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
import org.openda.interfaces.IExchangeItem;
diff --git a/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelInstance_empty_java b/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelInstance_empty_java
index 603df292a..5c81c07e6 100644
--- a/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelInstance_empty_java
+++ b/course/exercise_6/simple_advection_model/java/src/org/openda/AdvectionStochModelInstance_empty_java
@@ -1,22 +1,22 @@
-/* MOD_V1.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
import org.openda.interfaces.IExchangeItem;
diff --git a/course/exercise_6/simple_advection_model/java/src/org/openda/LorenzStochModelInstance.java b/course/exercise_6/simple_advection_model/java/src/org/openda/LorenzStochModelInstance.java
index 7c71316c8..762550cb8 100644
--- a/course/exercise_6/simple_advection_model/java/src/org/openda/LorenzStochModelInstance.java
+++ b/course/exercise_6/simple_advection_model/java/src/org/openda/LorenzStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
/**
diff --git a/course/exercise_6/simple_advection_model/java/test/org/openda/AdvectionModelTest.java b/course/exercise_6/simple_advection_model/java/test/org/openda/AdvectionModelTest.java
index 5ac8d9ecf..03e1ef437 100644
--- a/course/exercise_6/simple_advection_model/java/test/org/openda/AdvectionModelTest.java
+++ b/course/exercise_6/simple_advection_model/java/test/org/openda/AdvectionModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
/**
diff --git a/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/src/org/openda/mywrapper/myCopier.java b/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/src/org/openda/mywrapper/myCopier.java
index 1b358a899..a899d27d9 100644
--- a/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/src/org/openda/mywrapper/myCopier.java
+++ b/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/src/org/openda/mywrapper/myCopier.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.mywrapper;
import java.io.File;
import org.openda.blackbox.interfaces.IoObjectInterface;
diff --git a/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/src/org/openda/mywrapper/myWrapper.java b/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/src/org/openda/mywrapper/myWrapper.java
index f4c85165a..9798ac407 100644
--- a/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/src/org/openda/mywrapper/myWrapper.java
+++ b/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/src/org/openda/mywrapper/myWrapper.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2010 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/test/org/openda/mywrapper/myWrapperTest.java b/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/test/org/openda/mywrapper/myWrapperTest.java
index 1c0583531..0b45d9d30 100644
--- a/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/test/org/openda/mywrapper/myWrapperTest.java
+++ b/course/exercise_black_box_calibration_polution/reactive_advection_wrapper/java/test/org/openda/mywrapper/myWrapperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.mywrapper;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/course/exercise_steady_state_filter/simple_wave_model/java/src/org/openda/WaveStochModelFactory.java b/course/exercise_steady_state_filter/simple_wave_model/java/src/org/openda/WaveStochModelFactory.java
index 9a9a39f60..f000f0535 100644
--- a/course/exercise_steady_state_filter/simple_wave_model/java/src/org/openda/WaveStochModelFactory.java
+++ b/course/exercise_steady_state_filter/simple_wave_model/java/src/org/openda/WaveStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
import org.openda.interfaces.IStochModelInstance;
import org.openda.interfaces.IStochModelPostProcessor;
diff --git a/course/exercise_steady_state_filter/simple_wave_model/java/src/org/openda/WaveStochModelInstance.java b/course/exercise_steady_state_filter/simple_wave_model/java/src/org/openda/WaveStochModelInstance.java
index 39cef5c36..d6a9d27d0 100644
--- a/course/exercise_steady_state_filter/simple_wave_model/java/src/org/openda/WaveStochModelInstance.java
+++ b/course/exercise_steady_state_filter/simple_wave_model/java/src/org/openda/WaveStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
import org.openda.interfaces.IStochModelFactory.OutputLevel;
diff --git a/course/exercise_steady_state_filter/simple_wave_model/java/test/org/openda/WaveModelTest.java b/course/exercise_steady_state_filter/simple_wave_model/java/test/org/openda/WaveModelTest.java
index cc068309f..d30b5a450 100644
--- a/course/exercise_steady_state_filter/simple_wave_model/java/test/org/openda/WaveModelTest.java
+++ b/course/exercise_steady_state_filter/simple_wave_model/java/test/org/openda/WaveModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
/**
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/ExchangeItemN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/ExchangeItemN2J.java
index a413e7fad..59669f939 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/ExchangeItemN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/ExchangeItemN2J.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/ModelFactoryN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/ModelFactoryN2J.java
index f565a5f15..b8b7fc632 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/ModelFactoryN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/ModelFactoryN2J.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/ModelInstanceN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/ModelInstanceN2J.java
index b01c2e74d..1040d6d9d 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/ModelInstanceN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/ModelInstanceN2J.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/ModelStateN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/ModelStateN2J.java
index ee7be9715..a55426f5e 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/ModelStateN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/ModelStateN2J.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/ObservationDescriptionsJ2N.java b/dotnet_bridge/java/src/org/openda/dotnet/ObservationDescriptionsJ2N.java
index a51b506cd..56ede6970 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/ObservationDescriptionsJ2N.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/ObservationDescriptionsJ2N.java
@@ -1,23 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
import org.openda.exchange.ExchangeItem;
import org.openda.interfaces.IObservationDescriptions;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/ObservationDescriptionsN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/ObservationDescriptionsN2J.java
index f00d33bfc..e65aa0c5b 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/ObservationDescriptionsN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/ObservationDescriptionsN2J.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
import cli.OpenDA.DotNet.Bridge.DoublesExchangeItem;
import cli.OpenDA.DotNet.Interfaces.IExchangeItem;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/StochModelFactoryN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/StochModelFactoryN2J.java
index 5cc89fc92..7d3e41cc7 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/StochModelFactoryN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/StochModelFactoryN2J.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/StochModelInstanceN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/StochModelInstanceN2J.java
index 66d52a0b1..118dc0b2d 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/StochModelInstanceN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/StochModelInstanceN2J.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
import org.openda.localization.LocalizationDomainsSimpleModel;
import org.openda.observationOperators.ObservationOperatorDeprecatedModel;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/StochObserverJ2N.java b/dotnet_bridge/java/src/org/openda/dotnet/StochObserverJ2N.java
index 83ac36a0a..0e8be0794 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/StochObserverJ2N.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/StochObserverJ2N.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
import org.openda.interfaces.*;
import org.openda.utils.ObjectSupport;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/StochObserverN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/StochObserverN2J.java
index 49ddbe9fb..a7ae7583c 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/StochObserverN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/StochObserverN2J.java
@@ -1,23 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
import cli.OpenDA.DotNet.Bridge.DoublesExchangeItem;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/TimeN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/TimeN2J.java
index 5c5f6e313..82c51dbcc 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/TimeN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/TimeN2J.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
diff --git a/dotnet_bridge/java/src/org/openda/dotnet/UtilsJ2NAndN2J.java b/dotnet_bridge/java/src/org/openda/dotnet/UtilsJ2NAndN2J.java
index 24cd2b4b7..266109b8b 100644
--- a/dotnet_bridge/java/src/org/openda/dotnet/UtilsJ2NAndN2J.java
+++ b/dotnet_bridge/java/src/org/openda/dotnet/UtilsJ2NAndN2J.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.dotnet;
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesFormatter.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesFormatter.java
index fac35278f..30ff91f6d 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesFormatter.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesFormatter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesObservationDescriptions.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesObservationDescriptions.java
index be6d2ba4c..4fa85c5ff 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesObservationDescriptions.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesObservationDescriptions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2015 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import org.openda.interfaces.IObservationDescriptions;
import org.openda.interfaces.ITime;
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesObserver.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesObserver.java
index b9b0ea17a..c5933eb02 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesObserver.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2015 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import org.openda.model_RainfallRunoffZhang.ASCIITimeSeriesFormatter;
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesStochObserver.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesStochObserver.java
index 439d61c66..9077855f8 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesStochObserver.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2015 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import org.openda.model_RainfallRunoffZhang.ASCIITimeSeriesFormatter;
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCII_TimeSeriesStochObserver.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCII_TimeSeriesStochObserver.java
index 5b8e025d7..364cfa210 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCII_TimeSeriesStochObserver.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ASCII_TimeSeriesStochObserver.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ForcingWrapper.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ForcingWrapper.java
index 1237bef3f..21806692a 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ForcingWrapper.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ForcingWrapper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedReader;
import java.io.BufferedWriter;
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/InitialStatesWrapper.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/InitialStatesWrapper.java
index c4e190623..0bd69e522 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/InitialStatesWrapper.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/InitialStatesWrapper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedReader;
import java.io.BufferedWriter;
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ParametersWrapper.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ParametersWrapper.java
index da772c730..e67646067 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ParametersWrapper.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ParametersWrapper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedReader;
import java.io.BufferedWriter;
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ResultFileWrapper.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ResultFileWrapper.java
index 6bd60603a..7d2a9472f 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ResultFileWrapper.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/ResultFileWrapper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedReader;
//import java.io.BufferedWriter;
diff --git a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/TimesWrapper.java b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/TimesWrapper.java
index 387bbc4a3..11d4049c8 100644
--- a/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/TimesWrapper.java
+++ b/model_RainfallRunoffZhang/java/src/org/openda/model_RainfallRunoffZhang/TimesWrapper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedReader;
import java.io.BufferedWriter;
diff --git a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesFormatterTest.java b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesFormatterTest.java
index 8d59db49f..0052a96a9 100644
--- a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesFormatterTest.java
+++ b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesFormatterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2015 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import junit.framework.TestCase;
diff --git a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesStochObserverTest.java b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesStochObserverTest.java
index d93f89df1..8c139c96e 100644
--- a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesStochObserverTest.java
+++ b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ASCIITimeSeriesStochObserverTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ForcingWrapperTest.java b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ForcingWrapperTest.java
index 5f279a732..bed4fde11 100644
--- a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ForcingWrapperTest.java
+++ b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ForcingWrapperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedReader;
import java.io.BufferedWriter;
diff --git a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/InitialStatesWrapperTest.java b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/InitialStatesWrapperTest.java
index 83429b354..0adf776f7 100644
--- a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/InitialStatesWrapperTest.java
+++ b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/InitialStatesWrapperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedReader;
import java.io.BufferedWriter;
diff --git a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ParametersWrapperTest.java b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ParametersWrapperTest.java
index c9dc53c93..46cdc5e67 100644
--- a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ParametersWrapperTest.java
+++ b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ParametersWrapperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedReader;
import java.io.BufferedWriter;
diff --git a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ResultFileWrapperTest.java b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ResultFileWrapperTest.java
index 725e723ef..730d71ca2 100644
--- a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ResultFileWrapperTest.java
+++ b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/ResultFileWrapperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedWriter;
import java.io.File;
diff --git a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/TimesWrapperTest.java b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/TimesWrapperTest.java
index 7046916b5..896177bf1 100644
--- a/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/TimesWrapperTest.java
+++ b/model_RainfallRunoffZhang/java/test/org/openda/model_RainfallRunoffZhang/TimesWrapperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_RainfallRunoffZhang;
import java.io.BufferedReader;
import java.io.BufferedWriter;
diff --git a/model_bmi/java/src/org/openda/model_bmi/BmiModelFactory.java b/model_bmi/java/src/org/openda/model_bmi/BmiModelFactory.java
index d6b23bbf3..54df23f5a 100644
--- a/model_bmi/java/src/org/openda/model_bmi/BmiModelFactory.java
+++ b/model_bmi/java/src/org/openda/model_bmi/BmiModelFactory.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 Netherlands eScience Center
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_bmi/java/src/org/openda/model_bmi/BmiModelFactoryConfigReader.java b/model_bmi/java/src/org/openda/model_bmi/BmiModelFactoryConfigReader.java
index a80166dcf..d97f1c1dd 100644
--- a/model_bmi/java/src/org/openda/model_bmi/BmiModelFactoryConfigReader.java
+++ b/model_bmi/java/src/org/openda/model_bmi/BmiModelFactoryConfigReader.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_bmi/java/src/org/openda/model_bmi/BmiModelForcingConfig.java b/model_bmi/java/src/org/openda/model_bmi/BmiModelForcingConfig.java
index 635eb8418..edaafad8f 100644
--- a/model_bmi/java/src/org/openda/model_bmi/BmiModelForcingConfig.java
+++ b/model_bmi/java/src/org/openda/model_bmi/BmiModelForcingConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_bmi;
import java.io.File;
diff --git a/model_bmi/java/src/org/openda/model_bmi/BmiModelInstance.java b/model_bmi/java/src/org/openda/model_bmi/BmiModelInstance.java
index 83d8160f1..33a20bedc 100644
--- a/model_bmi/java/src/org/openda/model_bmi/BmiModelInstance.java
+++ b/model_bmi/java/src/org/openda/model_bmi/BmiModelInstance.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 Netherlands eScience Center
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_bmi/java/src/org/openda/model_bmi/BmiOutputExchangeItem.java b/model_bmi/java/src/org/openda/model_bmi/BmiOutputExchangeItem.java
index ef792ec15..03798b95d 100644
--- a/model_bmi/java/src/org/openda/model_bmi/BmiOutputExchangeItem.java
+++ b/model_bmi/java/src/org/openda/model_bmi/BmiOutputExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_bmi/java/src/org/openda/model_bmi/BmiStateExchangeItem.java b/model_bmi/java/src/org/openda/model_bmi/BmiStateExchangeItem.java
index bba49b528..3930958ef 100644
--- a/model_bmi/java/src/org/openda/model_bmi/BmiStateExchangeItem.java
+++ b/model_bmi/java/src/org/openda/model_bmi/BmiStateExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_bmi;
import bmi.BMIModelException;
import bmi.EBMI;
diff --git a/model_bmi/java/src/org/openda/model_bmi/ThriftBmiBridge.java b/model_bmi/java/src/org/openda/model_bmi/ThriftBmiBridge.java
index c1b64e101..79621eef2 100644
--- a/model_bmi/java/src/org/openda/model_bmi/ThriftBmiBridge.java
+++ b/model_bmi/java/src/org/openda/model_bmi/ThriftBmiBridge.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 Netherlands eScience Center
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_bmi/java/test/org/openda/model_bmi/AbstractIncrementModelBridgeTest.java b/model_bmi/java/test/org/openda/model_bmi/AbstractIncrementModelBridgeTest.java
index e1b89f28c..130076dce 100644
--- a/model_bmi/java/test/org/openda/model_bmi/AbstractIncrementModelBridgeTest.java
+++ b/model_bmi/java/test/org/openda/model_bmi/AbstractIncrementModelBridgeTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_bmi;
/**
diff --git a/model_bmi/java/test/org/openda/model_bmi/AbstractModelBridgeTest.java b/model_bmi/java/test/org/openda/model_bmi/AbstractModelBridgeTest.java
index f048b9f03..e13793d20 100644
--- a/model_bmi/java/test/org/openda/model_bmi/AbstractModelBridgeTest.java
+++ b/model_bmi/java/test/org/openda/model_bmi/AbstractModelBridgeTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 Netherlands eScience Center
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_bmi/java/test/org/openda/model_bmi/ClusterPythonIncrementModelBridgeTest.java b/model_bmi/java/test/org/openda/model_bmi/ClusterPythonIncrementModelBridgeTest.java
index 8b528a9f5..24db85595 100644
--- a/model_bmi/java/test/org/openda/model_bmi/ClusterPythonIncrementModelBridgeTest.java
+++ b/model_bmi/java/test/org/openda/model_bmi/ClusterPythonIncrementModelBridgeTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 Netherlands eScience Center
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_bmi/java/test/org/openda/model_bmi/LocalPythonIncrementModelBridgeTest.java b/model_bmi/java/test/org/openda/model_bmi/LocalPythonIncrementModelBridgeTest.java
index 7f006866c..dad18b8d4 100644
--- a/model_bmi/java/test/org/openda/model_bmi/LocalPythonIncrementModelBridgeTest.java
+++ b/model_bmi/java/test/org/openda/model_bmi/LocalPythonIncrementModelBridgeTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2015 Netherlands eScience Center
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_bmi/java/test/org/openda/model_bmi/PcrglobwbBridgeTest.java b/model_bmi/java/test/org/openda/model_bmi/PcrglobwbBridgeTest.java
index b6e3edefd..30f244d50 100644
--- a/model_bmi/java/test/org/openda/model_bmi/PcrglobwbBridgeTest.java
+++ b/model_bmi/java/test/org/openda/model_bmi/PcrglobwbBridgeTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_bmi;
import bmi.EBMI;
diff --git a/model_bmi/java/test/org/openda/model_bmi/WflowBmiBridgeTest.java b/model_bmi/java/test/org/openda/model_bmi/WflowBmiBridgeTest.java
index 857f862a6..1b1bfec68 100644
--- a/model_bmi/java/test/org/openda/model_bmi/WflowBmiBridgeTest.java
+++ b/model_bmi/java/test/org/openda/model_bmi/WflowBmiBridgeTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_bmi/java/test/org/openda/model_bmi/WflowBmiModelTest.java b/model_bmi/java/test/org/openda/model_bmi/WflowBmiModelTest.java
index c63dd0477..49077eb89 100644
--- a/model_bmi/java/test/org/openda/model_bmi/WflowBmiModelTest.java
+++ b/model_bmi/java/test/org/openda/model_bmi/WflowBmiModelTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_damflow/java/src/org/openda/model_damflow/DupuitBHOFile.java b/model_damflow/java/src/org/openda/model_damflow/DupuitBHOFile.java
index f16ebe2e1..f67b7809c 100644
--- a/model_damflow/java/src/org/openda/model_damflow/DupuitBHOFile.java
+++ b/model_damflow/java/src/org/openda/model_damflow/DupuitBHOFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import org.openda.blackbox.config.BBUtils;
import org.openda.interfaces.*;
diff --git a/model_damflow/java/src/org/openda/model_damflow/DupuitBHOFileExchangeItem.java b/model_damflow/java/src/org/openda/model_damflow/DupuitBHOFileExchangeItem.java
index 51aa9dd16..b7cb4d5c4 100644
--- a/model_damflow/java/src/org/openda/model_damflow/DupuitBHOFileExchangeItem.java
+++ b/model_damflow/java/src/org/openda/model_damflow/DupuitBHOFileExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import org.openda.exchange.TimeInfo;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_damflow/java/src/org/openda/model_damflow/DupuitCFile.java b/model_damflow/java/src/org/openda/model_damflow/DupuitCFile.java
index 370dccbf6..d7264e51c 100644
--- a/model_damflow/java/src/org/openda/model_damflow/DupuitCFile.java
+++ b/model_damflow/java/src/org/openda/model_damflow/DupuitCFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import org.openda.blackbox.config.BBUtils;
import org.openda.interfaces.*;
diff --git a/model_damflow/java/src/org/openda/model_damflow/DupuitCFileExchangeItem.java b/model_damflow/java/src/org/openda/model_damflow/DupuitCFileExchangeItem.java
index c3dc480fa..e25c29aa5 100644
--- a/model_damflow/java/src/org/openda/model_damflow/DupuitCFileExchangeItem.java
+++ b/model_damflow/java/src/org/openda/model_damflow/DupuitCFileExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import org.openda.interfaces.*;
diff --git a/model_damflow/java/src/org/openda/model_damflow/DupuitGFile.java b/model_damflow/java/src/org/openda/model_damflow/DupuitGFile.java
index 28c41d5d0..5177f610b 100644
--- a/model_damflow/java/src/org/openda/model_damflow/DupuitGFile.java
+++ b/model_damflow/java/src/org/openda/model_damflow/DupuitGFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import org.openda.blackbox.config.BBUtils;
import org.openda.interfaces.IDataObject;
diff --git a/model_damflow/java/src/org/openda/model_damflow/DupuitGFileExchangeItem.java b/model_damflow/java/src/org/openda/model_damflow/DupuitGFileExchangeItem.java
index cd26ccbc2..7ac80ed27 100644
--- a/model_damflow/java/src/org/openda/model_damflow/DupuitGFileExchangeItem.java
+++ b/model_damflow/java/src/org/openda/model_damflow/DupuitGFileExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import org.openda.interfaces.*;
diff --git a/model_damflow/java/src/org/openda/model_damflow/DupuitPFile.java b/model_damflow/java/src/org/openda/model_damflow/DupuitPFile.java
index ce6b35bf0..d6e8c495b 100644
--- a/model_damflow/java/src/org/openda/model_damflow/DupuitPFile.java
+++ b/model_damflow/java/src/org/openda/model_damflow/DupuitPFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import org.openda.blackbox.config.BBUtils;
import org.openda.interfaces.IDataObject;
diff --git a/model_damflow/java/src/org/openda/model_damflow/DupuitPFileExchangeItem.java b/model_damflow/java/src/org/openda/model_damflow/DupuitPFileExchangeItem.java
index 7c29fae67..04d107c7a 100644
--- a/model_damflow/java/src/org/openda/model_damflow/DupuitPFileExchangeItem.java
+++ b/model_damflow/java/src/org/openda/model_damflow/DupuitPFileExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import org.openda.interfaces.*;
diff --git a/model_damflow/java/test/org/openda/model_damflow/DupuitBHOFileTest.java b/model_damflow/java/test/org/openda/model_damflow/DupuitBHOFileTest.java
index 3d8819fee..d0aa8c95f 100644
--- a/model_damflow/java/test/org/openda/model_damflow/DupuitBHOFileTest.java
+++ b/model_damflow/java/test/org/openda/model_damflow/DupuitBHOFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_damflow/java/test/org/openda/model_damflow/DupuitCFileTest.java b/model_damflow/java/test/org/openda/model_damflow/DupuitCFileTest.java
index 40861eabc..0b310382d 100644
--- a/model_damflow/java/test/org/openda/model_damflow/DupuitCFileTest.java
+++ b/model_damflow/java/test/org/openda/model_damflow/DupuitCFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_damflow/java/test/org/openda/model_damflow/DupuitGFileTest.java b/model_damflow/java/test/org/openda/model_damflow/DupuitGFileTest.java
index 63ae9ff11..974ce2859 100644
--- a/model_damflow/java/test/org/openda/model_damflow/DupuitGFileTest.java
+++ b/model_damflow/java/test/org/openda/model_damflow/DupuitGFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_damflow/java/test/org/openda/model_damflow/DupuitPFileTest.java b/model_damflow/java/test/org/openda/model_damflow/DupuitPFileTest.java
index 5b7c481c0..6e99a2382 100644
--- a/model_damflow/java/test/org/openda/model_damflow/DupuitPFileTest.java
+++ b/model_damflow/java/test/org/openda/model_damflow/DupuitPFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_damflow;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3DBinRestartFile.java b/model_delft3d/java/src/org/openda/model_delft3d/D3DBinRestartFile.java
index 884cebf4d..b6857046f 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3DBinRestartFile.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3DBinRestartFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import ucar.ma2.Array;
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponent.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponent.java
index 54664a5de..7e70af499 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponent.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponent.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponentFiles.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponentFiles.java
index 5076b964e..06d1d347f 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponentFiles.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponentFiles.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponentsFile.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponentsFile.java
index 8126be527..930f31a45 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponentsFile.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroComponentsFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroExchangeItem.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroExchangeItem.java
index 845ce8196..f5fb25e8a 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroExchangeItem.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroStation.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroStation.java
index 3d16a87fa..2e6a5f846 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroStation.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dAstroStation.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dField2D.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dField2D.java
index 8a944833a..bb2f9cc1b 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dField2D.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dField2D.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DExchangeItem.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DExchangeItem.java
index 8672a15f4..536dcd6e0 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DExchangeItem.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DFile.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DFile.java
index 458b0c590..07df4b194 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DFile.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DMask.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DMask.java
index bb76f9a62..29dcc1255 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DMask.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dField2DMask.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dGrid2D.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dGrid2D.java
index 75a81b784..4d3bda700 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dGrid2D.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dGrid2D.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
public class D3dGrid2D {
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dMdFileDataObject.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dMdFileDataObject.java
index 520d115b8..f4db304f4 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dMdFileDataObject.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dMdFileDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dNetcdfHisDataObject.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dNetcdfHisDataObject.java
index a57e9b2e7..c8c08fdc2 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dNetcdfHisDataObject.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dNetcdfHisDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import org.openda.exchange.dataobjects.NetcdfDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsFile.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsFile.java
index fc148ed73..d791c6f7e 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsFile.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsFileExchangeItem.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsFileExchangeItem.java
index 2b54fbff7..7944257af 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsFileExchangeItem.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsFileExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsUtils.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsUtils.java
index f6ab67ac8..01635eb5f 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsUtils.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dRoughParamsUtils.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dValuesOnGrid2D.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dValuesOnGrid2D.java
index 1602ddb7a..46f602497 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dValuesOnGrid2D.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dValuesOnGrid2D.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dWindExchangeItem.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dWindExchangeItem.java
index 161ff0e5d..1ea699bc4 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dWindExchangeItem.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dWindExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dWindFile.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dWindFile.java
index 9aaf775d3..061049db5 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dWindFile.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dWindFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/D3dWindMask.java b/model_delft3d/java/src/org/openda/model_delft3d/D3dWindMask.java
index 04407f698..c55f1e25b 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/D3dWindMask.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/D3dWindMask.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/MnPoint.java b/model_delft3d/java/src/org/openda/model_delft3d/MnPoint.java
index 76bd74bd7..7dfd58a54 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/MnPoint.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/MnPoint.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/ModelDefinitionFile.java b/model_delft3d/java/src/org/openda/model_delft3d/ModelDefinitionFile.java
index deafa43e5..cc6b0c8af 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/ModelDefinitionFile.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/ModelDefinitionFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dHisDataObject.java b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dHisDataObject.java
index 74e914a52..4fbc47efd 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dHisDataObject.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dHisDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import org.openda.exchange.TimeInfo;
import org.openda.exchange.dataobjects.NetcdfUtils;
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dHisExchangeItem.java b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dHisExchangeItem.java
index 0223a9e98..c61f35065 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dHisExchangeItem.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dHisExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import org.openda.exchange.ExchangeItem;
import org.openda.interfaces.*;
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapDataObject.java b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapDataObject.java
index ba3866494..2ae244649 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapDataObject.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapDataObject.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import org.openda.blackbox.config.BBUtils;
import org.openda.exchange.TimeInfo;
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapExchangeItem.java b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapExchangeItem.java
index e552bde03..f7454e621 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapExchangeItem.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import org.openda.exchange.ExchangeItem;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapExchangeItemGeometryInfo.java b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapExchangeItemGeometryInfo.java
index 7bd90d140..5afa60fb6 100644
--- a/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapExchangeItemGeometryInfo.java
+++ b/model_delft3d/java/src/org/openda/model_delft3d/NetcdfD3dMapExchangeItemGeometryInfo.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
-
import org.openda.interfaces.IArray;
import org.openda.interfaces.IGeometryInfo;
import org.openda.utils.Array;
@@ -57,4 +75,4 @@ public IArray distanceToPoint(double x, double y, double z) {
}
return arrayDistances;
}
-}
\ No newline at end of file
+}
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3DBinRestartFileTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3DBinRestartFileTest.java
index 0a27513f1..0e98b6da9 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3DBinRestartFileTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3DBinRestartFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dApplicationTester.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dApplicationTester.java
index 3be8d2061..464dcd3c0 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dApplicationTester.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dApplicationTester.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import org.openda.application.ApplicationRunner;
import org.openda.application.OpenDaApplication;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dAstroComponentsTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dAstroComponentsTest.java
index 094754712..f203c24ed 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dAstroComponentsTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dAstroComponentsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dBlackBoxTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dBlackBoxTest.java
index 1a3df49bf..0159a20e3 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dBlackBoxTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dBlackBoxTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.application.ApplicationRunner;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dField2DFileTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dField2DFileTest.java
index 109563072..07e13a17e 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dField2DFileTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dField2DFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dField2DMaskTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dField2DMaskTest.java
index 87254dbc6..53dda024c 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dField2DMaskTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dField2DMaskTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dMdFileDataObjectTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dMdFileDataObjectTest.java
index e69556c15..cffa5338c 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dMdFileDataObjectTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dMdFileDataObjectTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dNetcdfHisDataObjectTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dNetcdfHisDataObjectTest.java
index 3cfb6ec43..e421fd01a 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dNetcdfHisDataObjectTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dNetcdfHisDataObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.interfaces.IDataObject;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dRoughParamsTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dRoughParamsTest.java
index 385d0b7b5..92a2bc723 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dRoughParamsTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dRoughParamsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dWindCalibrationTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dWindCalibrationTest.java
index 26e12af38..e01dce635 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dWindCalibrationTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dWindCalibrationTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.application.ApplicationRunner;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dWindFileTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dWindFileTest.java
index 8708b1a55..1e95c9314 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dWindFileTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dWindFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/D3dWindMaskTest.java b/model_delft3d/java/test/org/openda/model_delft3d/D3dWindMaskTest.java
index 3876e8b09..0f5ae4e77 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/D3dWindMaskTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/D3dWindMaskTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dHisExchangeItemTest.java b/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dHisExchangeItemTest.java
index 7efa2326a..4144de03a 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dHisExchangeItemTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dHisExchangeItemTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dMapDataObjectTest.java b/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dMapDataObjectTest.java
index ee4119023..7c6426a52 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dMapDataObjectTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dMapDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
-
import junit.framework.TestCase;
import org.openda.interfaces.IArray;
import org.openda.interfaces.IDataObject;
diff --git a/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dMapExchangeItemTest.java b/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dMapExchangeItemTest.java
index 2c12bb53c..65d9bcae4 100644
--- a/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dMapExchangeItemTest.java
+++ b/model_delft3d/java/test/org/openda/model_delft3d/NetcdfD3dMapExchangeItemTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delft3d;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_delwaq/java/src/org/openda/model_delwaq/ScientificNotationExchangeItem.java b/model_delwaq/java/src/org/openda/model_delwaq/ScientificNotationExchangeItem.java
index d256ea6a5..cdf6c6824 100644
--- a/model_delwaq/java/src/org/openda/model_delwaq/ScientificNotationExchangeItem.java
+++ b/model_delwaq/java/src/org/openda/model_delwaq/ScientificNotationExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delwaq;
import org.openda.interfaces.*;
diff --git a/model_delwaq/java/src/org/openda/model_delwaq/delwaqBinaryFile.java b/model_delwaq/java/src/org/openda/model_delwaq/delwaqBinaryFile.java
index 0b1bf3fcf..1850c9903 100644
--- a/model_delwaq/java/src/org/openda/model_delwaq/delwaqBinaryFile.java
+++ b/model_delwaq/java/src/org/openda/model_delwaq/delwaqBinaryFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delwaq;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpConstants.java b/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpConstants.java
index 40e8f7e53..a6c00b22b 100644
--- a/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpConstants.java
+++ b/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpConstants.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delwaq;
import java.io.File;
import java.util.regex.Pattern;
diff --git a/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpFile.java b/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpFile.java
index 7268e41ef..421441c7b 100644
--- a/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpFile.java
+++ b/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delwaq;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpSubstances.java b/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpSubstances.java
index 1ed9a880a..48d6d9452 100644
--- a/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpSubstances.java
+++ b/model_delwaq/java/src/org/openda/model_delwaq/delwaqInpSubstances.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delwaq;
import java.io.File;
import java.util.regex.Pattern;
diff --git a/model_delwaq/java/src/org/openda/model_delwaq/delwaqSubstanceExchangeItem.java b/model_delwaq/java/src/org/openda/model_delwaq/delwaqSubstanceExchangeItem.java
index 859f7d67e..b32c7b9bb 100644
--- a/model_delwaq/java/src/org/openda/model_delwaq/delwaqSubstanceExchangeItem.java
+++ b/model_delwaq/java/src/org/openda/model_delwaq/delwaqSubstanceExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delwaq;
import org.openda.interfaces.*;
diff --git a/model_delwaq/java/test/org/openda/model_delwaq/delwaqBinaryFileTest.java b/model_delwaq/java/test/org/openda/model_delwaq/delwaqBinaryFileTest.java
index 43e468a75..390f26849 100644
--- a/model_delwaq/java/test/org/openda/model_delwaq/delwaqBinaryFileTest.java
+++ b/model_delwaq/java/test/org/openda/model_delwaq/delwaqBinaryFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_delwaq;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcCategory.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcCategory.java
index bb682e91c..de59b70a4 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcCategory.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcCategory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.util.ArrayList;
import java.util.List;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcExchangeItem.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcExchangeItem.java
index 0117bec0c..9d4419c55 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcExchangeItem.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.exchange.TimeInfo;
import org.openda.interfaces.*;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcFile.java
index a70fb325d..0ab93ef11 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.exchange.timeseries.TimeUtils;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcFileReaderWriter.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcFileReaderWriter.java
index e166547aa..32913feab 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcFileReaderWriter.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcFileReaderWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.*;
import java.text.SimpleDateFormat;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcProperty.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcProperty.java
index 2b96a9e01..38bb31e1b 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcProperty.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcProperty.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
public class BcProperty
{
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcQuantity.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcQuantity.java
index 15f4564ff..fb4a2627e 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcQuantity.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/BcQuantity.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.util.ArrayList;
import java.util.List;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCalibrationFactorExchangeItem.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCalibrationFactorExchangeItem.java
index 44266b7d7..cc3b06c7e 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCalibrationFactorExchangeItem.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCalibrationFactorExchangeItem.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
-
import org.openda.exchange.DoubleExchangeItem;
/**
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCalibrationFactorFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCalibrationFactorFile.java
index 7a0f7917e..b9ea4dbd7 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCalibrationFactorFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCalibrationFactorFile.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
-
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
import org.openda.interfaces.IPrevExchangeItem;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCmpInputFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCmpInputFile.java
index 3568e6848..44ba18c97 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCmpInputFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMCmpInputFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.BufferedReader;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMExchangeItem.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMExchangeItem.java
index 4636d52dc..7ea4540e9 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMExchangeItem.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMExtInputFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMExtInputFile.java
index d0ad015f0..9f12fd8a0 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMExtInputFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMExtInputFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.File;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMFrictionCoefExchangeItem.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMFrictionCoefExchangeItem.java
index 27f5a92c5..7ada890af 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMFrictionCoefExchangeItem.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMFrictionCoefExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMMduInputFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMMduInputFile.java
index d1a6aea8c..b278ceb53 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMMduInputFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMMduInputFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.File;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMMeteoFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMMeteoFile.java
index a9ff404ea..22bc6f807 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMMeteoFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMMeteoFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
@@ -270,4 +270,4 @@ public void finish() {
}
-}
\ No newline at end of file
+}
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMPliInputFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMPliInputFile.java
index e3897fcc2..24c18d087 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMPliInputFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMPliInputFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.BufferedReader;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRestartFileWrapper.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRestartFileWrapper.java
index e67191529..e52f25479 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRestartFileWrapper.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRestartFileWrapper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.exchange.ExchangeItem;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRoughnessUtils.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRoughnessUtils.java
index 7eb2c4e8d..3ec3c9c10 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRoughnessUtils.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRoughnessUtils.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRougnessFileExchangeItem.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRougnessFileExchangeItem.java
index 03c977cab..204921d0c 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRougnessFileExchangeItem.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMRougnessFileExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimTimeSeriesFormatter.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimTimeSeriesFormatter.java
index fda357241..8c41fde45 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimTimeSeriesFormatter.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimTimeSeriesFormatter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.BufferedReader;
import java.io.InputStream;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeInfo.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeInfo.java
index b37b30e0e..ddcae2c31 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeInfo.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeInfo.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeInfoExchangeItem.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeInfoExchangeItem.java
index 199de8714..7a7e9daa0 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeInfoExchangeItem.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeInfoExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeSeriesDataObject.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeSeriesDataObject.java
index fcfcc2c68..fc4e3f49b 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeSeriesDataObject.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTimeSeriesDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTrachytopeFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTrachytopeFile.java
index 64f17008c..0bd9fd0e3 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTrachytopeFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMTrachytopeFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzExchangeItem.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzExchangeItem.java
index 166f89822..1d47882a7 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzExchangeItem.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzFile.java
index f4a508cd0..f02f2fe66 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.interfaces.IDataObject;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzUtils.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzUtils.java
index 7e32b1edd..ee4a92528 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzUtils.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DFlowFMXyzUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.util.ArrayList;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DflowFMFrictionCoefficientUtils.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DflowFMFrictionCoefficientUtils.java
index bb5ad65ed..fd396e3d2 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DflowFMFrictionCoefficientUtils.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DflowFMFrictionCoefficientUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.util.ArrayList;
import java.io.*;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DflowfmFrictionCoefficientFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DflowfmFrictionCoefficientFile.java
index b9e51d59c..42218ed05 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DflowfmFrictionCoefficientFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DflowfmFrictionCoefficientFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.interfaces.IDataObject;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DimrConfigFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DimrConfigFile.java
index 9784f0a62..cb452e516 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DimrConfigFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/DimrConfigFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/Flow1DTimeInfoExchangeItem.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/Flow1DTimeInfoExchangeItem.java
index 7bc08e988..291713653 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/Flow1DTimeInfoExchangeItem.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/Flow1DTimeInfoExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.interfaces.*;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/Md1dFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/Md1dFile.java
index 701a9501f..56110b6ff 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/Md1dFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/Md1dFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.ini4j.Ini;
import org.ini4j.InvalidFileFormatException;
diff --git a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/RtcToolsRuntimeConfigFile.java b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/RtcToolsRuntimeConfigFile.java
index 2f7b0d915..1110866c7 100644
--- a/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/RtcToolsRuntimeConfigFile.java
+++ b/model_dflowfm_blackbox/java/src/org/openda/model_dflowfm/RtcToolsRuntimeConfigFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.exchange.timeseries.TimeUtils;
import org.openda.interfaces.IDataObject;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/BcFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/BcFileTest.java
index 55a491a7c..00cab43dd 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/BcFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/BcFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMCalibrationFactorFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMCalibrationFactorFileTest.java
index d53394bfe..f88bf50a3 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMCalibrationFactorFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMCalibrationFactorFileTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
-
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
import org.openda.utils.OpenDaTestSupport;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMCmpInputFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMCmpInputFileTest.java
index da420d0bc..a9bffacb5 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMCmpInputFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMCmpInputFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.File;
import java.io.IOException;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMExtInputFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMExtInputFileTest.java
index 87eeffef7..5a375bc86 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMExtInputFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMExtInputFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.File;
import java.io.IOException;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMHistoryFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMHistoryFileTest.java
index 37fdf3bb5..fdd5227ab 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMHistoryFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMHistoryFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMMduInputFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMMduInputFileTest.java
index 50f121436..f08511cfa 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMMduInputFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMMduInputFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.File;
import java.io.IOException;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMMeteoFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMMeteoFileTest.java
index 948752f6c..133ad7e6c 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMMeteoFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMMeteoFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMPliInputFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMPliInputFileTest.java
index ca297e324..9029b9397 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMPliInputFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMPliInputFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import java.io.File;
import java.io.IOException;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMRestartTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMRestartTest.java
index 2b940ea9d..c30a6ee02 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMRestartTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMRestartTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
@@ -144,4 +144,4 @@ public void testWriteInput() {
RestartFile.finish();
RestartCopy.finish();
}
-}
\ No newline at end of file
+}
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMRoughParamsTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMRoughParamsTest.java
index b3b7bc61b..ece9a8d89 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMRoughParamsTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMRoughParamsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimTimeSeriesFormatterTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimTimeSeriesFormatterTest.java
index 37a04829a..67990d609 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimTimeSeriesFormatterTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimTimeSeriesFormatterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimeInfoTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimeInfoTest.java
index 4d81dec48..203c3d022 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimeInfoTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimeInfoTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
@@ -136,4 +136,4 @@ public void testDFlowFMTimeInfo(){
assertEquals("DFlowFMTimeInfoExchangeItem2[1].getValues(): ",timeend[0],DFlowFMTimeInfoExchangeItem2[1].getValues());
DFlowFMTimeInfo2.finish();
}
-}
\ No newline at end of file
+}
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimeSeriesDataObjectTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimeSeriesDataObjectTest.java
index 253e42be7..055ef1101 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimeSeriesDataObjectTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMTimeSeriesDataObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMXyzExchangeItemTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMXyzExchangeItemTest.java
index c85e3d951..815be99fa 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMXyzExchangeItemTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMXyzExchangeItemTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import org.openda.interfaces.IExchangeItem;
import org.openda.interfaces.IVector;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMXyzFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMXyzFileTest.java
index 024dbdc2f..7c384d9e5 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMXyzFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DFlowFMXyzFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DimrConfigFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DimrConfigFileTest.java
index 139a41655..a3a719c5f 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DimrConfigFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/DimrConfigFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
import org.openda.interfaces.IDataObject;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/Md1dFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/Md1dFileTest.java
index 03d71ae5b..3d3d6ee45 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/Md1dFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/Md1dFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/RtcToolsRuntimeConfigFileTest.java b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/RtcToolsRuntimeConfigFileTest.java
index 3169484d1..1f7a8af27 100644
--- a/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/RtcToolsRuntimeConfigFileTest.java
+++ b/model_dflowfm_blackbox/java/test/org/openda/model_dflowfm/RtcToolsRuntimeConfigFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_dflowfm;
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_efdc/java/src/org/openda/model_efdc/EfdcEventTox2InpIoObject.java b/model_efdc/java/src/org/openda/model_efdc/EfdcEventTox2InpIoObject.java
index db19411bd..76ad7bf0f 100644
--- a/model_efdc/java/src/org/openda/model_efdc/EfdcEventTox2InpIoObject.java
+++ b/model_efdc/java/src/org/openda/model_efdc/EfdcEventTox2InpIoObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/EfdcGridTimeSeriesExchangeItem.java b/model_efdc/java/src/org/openda/model_efdc/EfdcGridTimeSeriesExchangeItem.java
index 3f754377e..939e82391 100644
--- a/model_efdc/java/src/org/openda/model_efdc/EfdcGridTimeSeriesExchangeItem.java
+++ b/model_efdc/java/src/org/openda/model_efdc/EfdcGridTimeSeriesExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_efdc/java/src/org/openda/model_efdc/EfdcGridTimeSeriesIoObject.java b/model_efdc/java/src/org/openda/model_efdc/EfdcGridTimeSeriesIoObject.java
index a5383a834..8c109f3bf 100644
--- a/model_efdc/java/src/org/openda/model_efdc/EfdcGridTimeSeriesIoObject.java
+++ b/model_efdc/java/src/org/openda/model_efdc/EfdcGridTimeSeriesIoObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/EfdcInpIoObject.java b/model_efdc/java/src/org/openda/model_efdc/EfdcInpIoObject.java
index 0ae97465a..5e1e6df5a 100644
--- a/model_efdc/java/src/org/openda/model_efdc/EfdcInpIoObject.java
+++ b/model_efdc/java/src/org/openda/model_efdc/EfdcInpIoObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/EfdcRestartFileIoObject.java b/model_efdc/java/src/org/openda/model_efdc/EfdcRestartFileIoObject.java
index df4010d70..94f5b5d1a 100644
--- a/model_efdc/java/src/org/openda/model_efdc/EfdcRestartFileIoObject.java
+++ b/model_efdc/java/src/org/openda/model_efdc/EfdcRestartFileIoObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/EfdcTimeSeriesExchangeItem.java b/model_efdc/java/src/org/openda/model_efdc/EfdcTimeSeriesExchangeItem.java
index db88d0d15..95df38505 100644
--- a/model_efdc/java/src/org/openda/model_efdc/EfdcTimeSeriesExchangeItem.java
+++ b/model_efdc/java/src/org/openda/model_efdc/EfdcTimeSeriesExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/EfdcTimeSeriesIoObject.java b/model_efdc/java/src/org/openda/model_efdc/EfdcTimeSeriesIoObject.java
index 3bdd25582..12bc4073e 100644
--- a/model_efdc/java/src/org/openda/model_efdc/EfdcTimeSeriesIoObject.java
+++ b/model_efdc/java/src/org/openda/model_efdc/EfdcTimeSeriesIoObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/EfdcUtils.java b/model_efdc/java/src/org/openda/model_efdc/EfdcUtils.java
index baf84d9fb..4de6cca58 100644
--- a/model_efdc/java/src/org/openda/model_efdc/EfdcUtils.java
+++ b/model_efdc/java/src/org/openda/model_efdc/EfdcUtils.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcAserTimeSeriesFormatter.java b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcAserTimeSeriesFormatter.java
index e15ecf7b3..ef037b1a8 100644
--- a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcAserTimeSeriesFormatter.java
+++ b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcAserTimeSeriesFormatter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcCwqsrTimeSeriesFormatter.java b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcCwqsrTimeSeriesFormatter.java
index e3a2da2ac..fc6a1eafb 100644
--- a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcCwqsrTimeSeriesFormatter.java
+++ b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcCwqsrTimeSeriesFormatter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcPserTimeSeriesFormatter.java b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcPserTimeSeriesFormatter.java
index 8660fa35d..70cc75354 100644
--- a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcPserTimeSeriesFormatter.java
+++ b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcPserTimeSeriesFormatter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcQserTimeSeriesFormatter.java b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcQserTimeSeriesFormatter.java
index 1fb123265..ac2af94d3 100644
--- a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcQserTimeSeriesFormatter.java
+++ b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcQserTimeSeriesFormatter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcTimeSeriesFormatter.java b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcTimeSeriesFormatter.java
index e4135ebed..32baa7f3b 100644
--- a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcTimeSeriesFormatter.java
+++ b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcTimeSeriesFormatter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcTserTimeSeriesFormatter.java b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcTserTimeSeriesFormatter.java
index 0ccb91e9b..2447dbce9 100644
--- a/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcTserTimeSeriesFormatter.java
+++ b/model_efdc/java/src/org/openda/model_efdc/timeseriesformat/EfdcTserTimeSeriesFormatter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/test/org/openda/model_efdc/EfdcEventTox2InpFileTest.java b/model_efdc/java/test/org/openda/model_efdc/EfdcEventTox2InpFileTest.java
index 225c1eb61..1772c4b95 100644
--- a/model_efdc/java/test/org/openda/model_efdc/EfdcEventTox2InpFileTest.java
+++ b/model_efdc/java/test/org/openda/model_efdc/EfdcEventTox2InpFileTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/test/org/openda/model_efdc/EfdcGridTimeSeriesTest.java b/model_efdc/java/test/org/openda/model_efdc/EfdcGridTimeSeriesTest.java
index 96b40a95e..9d37bc6b8 100644
--- a/model_efdc/java/test/org/openda/model_efdc/EfdcGridTimeSeriesTest.java
+++ b/model_efdc/java/test/org/openda/model_efdc/EfdcGridTimeSeriesTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/test/org/openda/model_efdc/EfdcInpFileTest.java b/model_efdc/java/test/org/openda/model_efdc/EfdcInpFileTest.java
index 5440e3091..c34516f8e 100644
--- a/model_efdc/java/test/org/openda/model_efdc/EfdcInpFileTest.java
+++ b/model_efdc/java/test/org/openda/model_efdc/EfdcInpFileTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/test/org/openda/model_efdc/EfdcRestartFileTest.java b/model_efdc/java/test/org/openda/model_efdc/EfdcRestartFileTest.java
index 04a7c6547..04818ceb0 100644
--- a/model_efdc/java/test/org/openda/model_efdc/EfdcRestartFileTest.java
+++ b/model_efdc/java/test/org/openda/model_efdc/EfdcRestartFileTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc/java/test/org/openda/model_efdc/EfdcTimeSeriesTest.java b/model_efdc/java/test/org/openda/model_efdc/EfdcTimeSeriesTest.java
index 4a9f5f864..3d40bceb0 100644
--- a/model_efdc/java/test/org/openda/model_efdc/EfdcTimeSeriesTest.java
+++ b/model_efdc/java/test/org/openda/model_efdc/EfdcTimeSeriesTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcDLL.java b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcDLL.java
index 75ced4574..9ed0a6fd5 100644
--- a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcDLL.java
+++ b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcDLL.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import com.sun.jna.Native;
diff --git a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcExchangeItemType.java b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcExchangeItemType.java
index 10699c8b2..d6362cca7 100644
--- a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcExchangeItemType.java
+++ b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcExchangeItemType.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import java.util.HashMap;
diff --git a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcGridExchangeItem.java b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcGridExchangeItem.java
index ded47be48..1bc67d947 100644
--- a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcGridExchangeItem.java
+++ b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcGridExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelFactory.java b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelFactory.java
index b5098d4fe..4474c235c 100644
--- a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelFactory.java
+++ b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelFactory.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelFactoryConfigReader.java b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelFactoryConfigReader.java
index da90ffc06..bc3db233d 100644
--- a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelFactoryConfigReader.java
+++ b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelFactoryConfigReader.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelInstance.java b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelInstance.java
index bbd9ea68e..c84892ab5 100644
--- a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelInstance.java
+++ b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import java.io.File;
diff --git a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcScalarTimeSeriesExchangeItem.java b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcScalarTimeSeriesExchangeItem.java
index 190c5847e..4dcdb15c9 100644
--- a/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcScalarTimeSeriesExchangeItem.java
+++ b/model_efdc_dll/java/src/org/openda/model_efdc_dll/EfdcScalarTimeSeriesExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_efdc_dll/java/src/org/openda/model_efdc_dll/IEfdcFortranNativeDLL.java b/model_efdc_dll/java/src/org/openda/model_efdc_dll/IEfdcFortranNativeDLL.java
index f4f7c177e..feb84928a 100644
--- a/model_efdc_dll/java/src/org/openda/model_efdc_dll/IEfdcFortranNativeDLL.java
+++ b/model_efdc_dll/java/src/org/openda/model_efdc_dll/IEfdcFortranNativeDLL.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import com.sun.jna.Library;
import com.sun.jna.ptr.DoubleByReference;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcDLLTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcDLLTest.java
index a4dc5353a..fac4843cd 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcDLLTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcDLLTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemLayerTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemLayerTest.java
index 0b3c7e5f0..0daa69416 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemLayerTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemLayerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import junit.framework.TestCase;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemTest.java
index 785aee91e..89346bd93 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import junit.framework.TestCase;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemToxicsTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemToxicsTest.java
index 836a434a4..1e6a2a7f1 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemToxicsTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemToxicsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import java.io.File;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemXspeciesTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemXspeciesTest.java
index 7eecbb149..e362ce18a 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemXspeciesTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcGridExchangeItemXspeciesTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import junit.framework.TestCase;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcModelInstanceTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcModelInstanceTest.java
index f575a2493..90d156700 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcModelInstanceTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcModelInstanceTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import java.io.File;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcRestartTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcRestartTest.java
index 4db8519f0..aa172fdca 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcRestartTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcRestartTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import java.io.File;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemLayerTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemLayerTest.java
index c1cdd5f7b..e81e14b8d 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemLayerTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemLayerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import junit.framework.TestCase;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemTest.java
index bc01047ac..476d96cc4 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import java.io.File;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemXspeciesTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemXspeciesTest.java
index a9cba9c1f..4690a6cd0 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemXspeciesTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcScalarExchangeItemXspeciesTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import junit.framework.TestCase;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcStochObserverTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcStochObserverTest.java
index 464d714a1..833a92b0f 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcStochObserverTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcStochObserverTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import junit.framework.TestCase;
import org.openda.interfaces.IStochObserver;
diff --git a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcWserExchangeItemTest.java b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcWserExchangeItemTest.java
index 85ede6213..abfe2ad72 100644
--- a/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcWserExchangeItemTest.java
+++ b/model_efdc_dll/java/test/org/openda/model_efdc_dll/EfdcWserExchangeItemTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_efdc_dll;
import junit.framework.TestCase;
diff --git a/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleBbAsciiCopier.java b/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleBbAsciiCopier.java
index c6d329214..ad8e890a3 100644
--- a/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleBbAsciiCopier.java
+++ b/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleBbAsciiCopier.java
@@ -1,24 +1,22 @@
-/* OpenDA v2.3.1
-* Copyright (c) 2016 OpenDA Association
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.io;
import org.openda.blackbox.interfaces.IoObjectInterface;
import org.openda.interfaces.IPrevExchangeItem;
diff --git a/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleBbAsciiFile.java b/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleBbAsciiFile.java
index 1662c4b80..41281c501 100644
--- a/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleBbAsciiFile.java
+++ b/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleBbAsciiFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleWait.java b/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleWait.java
index a246347f3..c5dca64b4 100644
--- a/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleWait.java
+++ b/model_example_blackbox/java/src/org/openda/blackbox/io/SimpleWait.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.io;
import org.openda.utils.Results;
diff --git a/model_example_blackbox/java/test/org/openda/blackbox/ModelExampleBlackBoxTest.java b/model_example_blackbox/java/test/org/openda/blackbox/ModelExampleBlackBoxTest.java
index ed7be9898..456278809 100644
--- a/model_example_blackbox/java/test/org/openda/blackbox/ModelExampleBlackBoxTest.java
+++ b/model_example_blackbox/java/test/org/openda/blackbox/ModelExampleBlackBoxTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox;
import junit.framework.TestCase;
diff --git a/model_example_blackbox/java/test/org/openda/blackbox/io/SimpleBbAsciiFileTest.java b/model_example_blackbox/java/test/org/openda/blackbox/io/SimpleBbAsciiFileTest.java
index 115d10b56..ead832cab 100644
--- a/model_example_blackbox/java/test/org/openda/blackbox/io/SimpleBbAsciiFileTest.java
+++ b/model_example_blackbox/java/test/org/openda/blackbox/io/SimpleBbAsciiFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.io;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/model_example_fortran/java/src/org/openda/examples/simplef90model/GfortranFunctionMapper.java b/model_example_fortran/java/src/org/openda/examples/simplef90model/GfortranFunctionMapper.java
index ffd2040ed..66f59c147 100644
--- a/model_example_fortran/java/src/org/openda/examples/simplef90model/GfortranFunctionMapper.java
+++ b/model_example_fortran/java/src/org/openda/examples/simplef90model/GfortranFunctionMapper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.examples.simplef90model;
import java.util.HashMap;
diff --git a/model_example_fortran/java/src/org/openda/examples/simplef90model/ISimpleFortranNativeDLL.java b/model_example_fortran/java/src/org/openda/examples/simplef90model/ISimpleFortranNativeDLL.java
index 7d0dff93d..31a5e14df 100644
--- a/model_example_fortran/java/src/org/openda/examples/simplef90model/ISimpleFortranNativeDLL.java
+++ b/model_example_fortran/java/src/org/openda/examples/simplef90model/ISimpleFortranNativeDLL.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.examples.simplef90model;
import com.sun.jna.Library;
import com.sun.jna.ptr.DoubleByReference;
diff --git a/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleExchangeItem.java b/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleExchangeItem.java
index 8c4a3a30c..e0308866e 100644
--- a/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleExchangeItem.java
+++ b/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.examples.simplef90model;
import org.openda.interfaces.IPrevExchangeItem;
diff --git a/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelDLL.java b/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelDLL.java
index d3158d241..6b5c23042 100644
--- a/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelDLL.java
+++ b/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelDLL.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.examples.simplef90model;
import com.sun.jna.Native;
diff --git a/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelInstance.java b/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelInstance.java
index c47afa0fc..38190b9ff 100644
--- a/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelInstance.java
+++ b/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.examples.simplef90model;
import org.openda.interfaces.*;
diff --git a/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelInstanceTestExe.java b/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelInstanceTestExe.java
index 2829c0533..bc1d50f68 100644
--- a/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelInstanceTestExe.java
+++ b/model_example_fortran/java/src/org/openda/examples/simplef90model/SimpleModelInstanceTestExe.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.examples.simplef90model;
import java.io.File;
diff --git a/model_example_fortran/java/test/org/openda/examples/simplef90model/SimpleModelDLLTest.java b/model_example_fortran/java/test/org/openda/examples/simplef90model/SimpleModelDLLTest.java
index de5cb69f8..5ccf0abc3 100644
--- a/model_example_fortran/java/test/org/openda/examples/simplef90model/SimpleModelDLLTest.java
+++ b/model_example_fortran/java/test/org/openda/examples/simplef90model/SimpleModelDLLTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.examples.simplef90model;
diff --git a/model_example_fortran/java/test/org/openda/examples/simplef90model/SimpleModelInstanceTest.java b/model_example_fortran/java/test/org/openda/examples/simplef90model/SimpleModelInstanceTest.java
index 87b6b60b6..291dfb518 100644
--- a/model_example_fortran/java/test/org/openda/examples/simplef90model/SimpleModelInstanceTest.java
+++ b/model_example_fortran/java/test/org/openda/examples/simplef90model/SimpleModelInstanceTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.examples.simplef90model;
import junit.framework.TestCase;
diff --git a/model_glm/java/src/org/openda/model_glm/GlmNetcdfFile.java b/model_glm/java/src/org/openda/model_glm/GlmNetcdfFile.java
index 40412185e..6c13494d9 100644
--- a/model_glm/java/src/org/openda/model_glm/GlmNetcdfFile.java
+++ b/model_glm/java/src/org/openda/model_glm/GlmNetcdfFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_glm;
/**
diff --git a/model_glm/java/src/org/openda/model_glm/GlmNetcdfFileTimeSeries.java b/model_glm/java/src/org/openda/model_glm/GlmNetcdfFileTimeSeries.java
index 184ee0d67..af6c06803 100644
--- a/model_glm/java/src/org/openda/model_glm/GlmNetcdfFileTimeSeries.java
+++ b/model_glm/java/src/org/openda/model_glm/GlmNetcdfFileTimeSeries.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_glm;
import org.openda.exchange.timeseries.TimeSeries;
diff --git a/model_glm/java/src/org/openda/model_glm/GlmNmlFile.java b/model_glm/java/src/org/openda/model_glm/GlmNmlFile.java
index 2195f3e46..f37820c73 100644
--- a/model_glm/java/src/org/openda/model_glm/GlmNmlFile.java
+++ b/model_glm/java/src/org/openda/model_glm/GlmNmlFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_glm/java/test/org/openda/model_glm/GlmNetcdfFileTest.java b/model_glm/java/test/org/openda/model_glm/GlmNetcdfFileTest.java
index 3551a9d46..e84c95799 100644
--- a/model_glm/java/test/org/openda/model_glm/GlmNetcdfFileTest.java
+++ b/model_glm/java/test/org/openda/model_glm/GlmNetcdfFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_glm;
import junit.framework.TestCase;
diff --git a/model_glm/java/test/org/openda/model_glm/GlmNmlFileTest.java b/model_glm/java/test/org/openda/model_glm/GlmNmlFileTest.java
index 743875e35..ea86fbc53 100644
--- a/model_glm/java/test/org/openda/model_glm/GlmNmlFileTest.java
+++ b/model_glm/java/test/org/openda/model_glm/GlmNmlFileTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_gotm/java/src/org/openda/model_gotm/GotmMeteoFile.java b/model_gotm/java/src/org/openda/model_gotm/GotmMeteoFile.java
index 9c02049bb..d5d613015 100644
--- a/model_gotm/java/src/org/openda/model_gotm/GotmMeteoFile.java
+++ b/model_gotm/java/src/org/openda/model_gotm/GotmMeteoFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_gotm;
import java.io.File;
diff --git a/model_gotm/java/src/org/openda/model_gotm/GotmNetcdfFile.java b/model_gotm/java/src/org/openda/model_gotm/GotmNetcdfFile.java
index 662c3e6af..a883f7e0f 100644
--- a/model_gotm/java/src/org/openda/model_gotm/GotmNetcdfFile.java
+++ b/model_gotm/java/src/org/openda/model_gotm/GotmNetcdfFile.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_gotm;
/**
diff --git a/model_gotm/java/src/org/openda/model_gotm/GotmNetcdfFileTimeSeries.java b/model_gotm/java/src/org/openda/model_gotm/GotmNetcdfFileTimeSeries.java
index 814b49ac8..96b3ce7a4 100644
--- a/model_gotm/java/src/org/openda/model_gotm/GotmNetcdfFileTimeSeries.java
+++ b/model_gotm/java/src/org/openda/model_gotm/GotmNetcdfFileTimeSeries.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_gotm;
import org.openda.exchange.timeseries.TimeSeries;
diff --git a/model_gotm/java/src/org/openda/model_gotm/GotmNmlFile.java b/model_gotm/java/src/org/openda/model_gotm/GotmNmlFile.java
index 24fd9ce18..ef05505f5 100644
--- a/model_gotm/java/src/org/openda/model_gotm/GotmNmlFile.java
+++ b/model_gotm/java/src/org/openda/model_gotm/GotmNmlFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_gotm/java/src/org/openda/model_gotm/GotmNmlFile2.java b/model_gotm/java/src/org/openda/model_gotm/GotmNmlFile2.java
index 8a786c10b..4fb07eec0 100644
--- a/model_gotm/java/src/org/openda/model_gotm/GotmNmlFile2.java
+++ b/model_gotm/java/src/org/openda/model_gotm/GotmNmlFile2.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_gotm;
import org.openda.exchange.DoubleExchangeItem;
import org.openda.exchange.QuantityInfo;
diff --git a/model_gotm/java/src/org/openda/model_gotm/GotmProfileFile.java b/model_gotm/java/src/org/openda/model_gotm/GotmProfileFile.java
index 7809eb2da..7f457a1ff 100644
--- a/model_gotm/java/src/org/openda/model_gotm/GotmProfileFile.java
+++ b/model_gotm/java/src/org/openda/model_gotm/GotmProfileFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_gotm/java/test/org/openda/model_gotm/GotmMeteoFileTest.java b/model_gotm/java/test/org/openda/model_gotm/GotmMeteoFileTest.java
index 9fb76ee5d..9f72389dc 100644
--- a/model_gotm/java/test/org/openda/model_gotm/GotmMeteoFileTest.java
+++ b/model_gotm/java/test/org/openda/model_gotm/GotmMeteoFileTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_gotm/java/test/org/openda/model_gotm/GotmNetcdfFileTest.java b/model_gotm/java/test/org/openda/model_gotm/GotmNetcdfFileTest.java
index 69133afa4..1ec231d54 100644
--- a/model_gotm/java/test/org/openda/model_gotm/GotmNetcdfFileTest.java
+++ b/model_gotm/java/test/org/openda/model_gotm/GotmNetcdfFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_gotm;
import junit.framework.TestCase;
diff --git a/model_gotm/java/test/org/openda/model_gotm/GotmNmlFileTest.java b/model_gotm/java/test/org/openda/model_gotm/GotmNmlFileTest.java
index 80e416e0e..128388f11 100644
--- a/model_gotm/java/test/org/openda/model_gotm/GotmNmlFileTest.java
+++ b/model_gotm/java/test/org/openda/model_gotm/GotmNmlFileTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_gotm/java/test/org/openda/model_gotm/GotmProfileFileTest.java b/model_gotm/java/test/org/openda/model_gotm/GotmProfileFileTest.java
index 4a9b32064..4a1dc223a 100644
--- a/model_gotm/java/test/org/openda/model_gotm/GotmProfileFileTest.java
+++ b/model_gotm/java/test/org/openda/model_gotm/GotmProfileFileTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/ClearWdmFile.java b/model_hspf/java/src/org/openda/model_hspf/ClearWdmFile.java
index f0f9be52b..a58490fae 100644
--- a/model_hspf/java/src/org/openda/model_hspf/ClearWdmFile.java
+++ b/model_hspf/java/src/org/openda/model_hspf/ClearWdmFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/GfortranWdmFunctionMapper.java b/model_hspf/java/src/org/openda/model_hspf/GfortranWdmFunctionMapper.java
index 7fbd2fb57..aca6d3b55 100644
--- a/model_hspf/java/src/org/openda/model_hspf/GfortranWdmFunctionMapper.java
+++ b/model_hspf/java/src/org/openda/model_hspf/GfortranWdmFunctionMapper.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_hspf/java/src/org/openda/model_hspf/IWdmFortranNativeDLL.java b/model_hspf/java/src/org/openda/model_hspf/IWdmFortranNativeDLL.java
index 39f043cac..60814ad37 100644
--- a/model_hspf/java/src/org/openda/model_hspf/IWdmFortranNativeDLL.java
+++ b/model_hspf/java/src/org/openda/model_hspf/IWdmFortranNativeDLL.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_hspf/java/src/org/openda/model_hspf/ImperviousLandSegmentsInitTable.java b/model_hspf/java/src/org/openda/model_hspf/ImperviousLandSegmentsInitTable.java
index 5ec6e68b5..0a7dff5fa 100644
--- a/model_hspf/java/src/org/openda/model_hspf/ImperviousLandSegmentsInitTable.java
+++ b/model_hspf/java/src/org/openda/model_hspf/ImperviousLandSegmentsInitTable.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/PerviousLandSegmentsInitTable.java b/model_hspf/java/src/org/openda/model_hspf/PerviousLandSegmentsInitTable.java
index e085e34b2..6e7e98220 100644
--- a/model_hspf/java/src/org/openda/model_hspf/PerviousLandSegmentsInitTable.java
+++ b/model_hspf/java/src/org/openda/model_hspf/PerviousLandSegmentsInitTable.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/QualInputTable.java b/model_hspf/java/src/org/openda/model_hspf/QualInputTable.java
index 054483b71..10b1c128f 100644
--- a/model_hspf/java/src/org/openda/model_hspf/QualInputTable.java
+++ b/model_hspf/java/src/org/openda/model_hspf/QualInputTable.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/QualPropsTable.java b/model_hspf/java/src/org/openda/model_hspf/QualPropsTable.java
index 73ef1dec3..e56136982 100644
--- a/model_hspf/java/src/org/openda/model_hspf/QualPropsTable.java
+++ b/model_hspf/java/src/org/openda/model_hspf/QualPropsTable.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/ReachesInitTable.java b/model_hspf/java/src/org/openda/model_hspf/ReachesInitTable.java
index 86ce28e57..51f44025b 100644
--- a/model_hspf/java/src/org/openda/model_hspf/ReachesInitTable.java
+++ b/model_hspf/java/src/org/openda/model_hspf/ReachesInitTable.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/UciDataObject.java b/model_hspf/java/src/org/openda/model_hspf/UciDataObject.java
index e5671c778..4da3a5e3c 100644
--- a/model_hspf/java/src/org/openda/model_hspf/UciDataObject.java
+++ b/model_hspf/java/src/org/openda/model_hspf/UciDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/UciExchangeItem.java b/model_hspf/java/src/org/openda/model_hspf/UciExchangeItem.java
index ae4ab2698..86bea4bba 100644
--- a/model_hspf/java/src/org/openda/model_hspf/UciExchangeItem.java
+++ b/model_hspf/java/src/org/openda/model_hspf/UciExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/UciIoObject.java b/model_hspf/java/src/org/openda/model_hspf/UciIoObject.java
index 7e083e7cc..0627124bd 100644
--- a/model_hspf/java/src/org/openda/model_hspf/UciIoObject.java
+++ b/model_hspf/java/src/org/openda/model_hspf/UciIoObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/UciStateDataObject.java b/model_hspf/java/src/org/openda/model_hspf/UciStateDataObject.java
index 130e244d7..f8eddd209 100644
--- a/model_hspf/java/src/org/openda/model_hspf/UciStateDataObject.java
+++ b/model_hspf/java/src/org/openda/model_hspf/UciStateDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/UciUtils.java b/model_hspf/java/src/org/openda/model_hspf/UciUtils.java
index 364d57822..5d1dcb104 100644
--- a/model_hspf/java/src/org/openda/model_hspf/UciUtils.java
+++ b/model_hspf/java/src/org/openda/model_hspf/UciUtils.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_hspf/java/src/org/openda/model_hspf/WdmDll.java b/model_hspf/java/src/org/openda/model_hspf/WdmDll.java
index fff8e237e..23c8f0354 100644
--- a/model_hspf/java/src/org/openda/model_hspf/WdmDll.java
+++ b/model_hspf/java/src/org/openda/model_hspf/WdmDll.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_hspf/java/src/org/openda/model_hspf/WdmEnsembleTimeSeriesOutputDataObject.java b/model_hspf/java/src/org/openda/model_hspf/WdmEnsembleTimeSeriesOutputDataObject.java
index b2285b91a..5f26efd98 100644
--- a/model_hspf/java/src/org/openda/model_hspf/WdmEnsembleTimeSeriesOutputDataObject.java
+++ b/model_hspf/java/src/org/openda/model_hspf/WdmEnsembleTimeSeriesOutputDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesDataObject.java b/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesDataObject.java
index 5381b217a..ae62fdadf 100644
--- a/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesDataObject.java
+++ b/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesExchangeItem.java b/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesExchangeItem.java
index 64fe08878..51d7bd831 100644
--- a/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesExchangeItem.java
+++ b/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesIoObject.java b/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesIoObject.java
index 97cf12f9f..932ee64fa 100644
--- a/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesIoObject.java
+++ b/model_hspf/java/src/org/openda/model_hspf/WdmTimeSeriesIoObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/src/org/openda/model_hspf/WdmUtils.java b/model_hspf/java/src/org/openda/model_hspf/WdmUtils.java
index 3afb5f3bf..6c2daba94 100644
--- a/model_hspf/java/src/org/openda/model_hspf/WdmUtils.java
+++ b/model_hspf/java/src/org/openda/model_hspf/WdmUtils.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_hspf/java/test/org/openda/model_hspf/UciFileTest.java b/model_hspf/java/test/org/openda/model_hspf/UciFileTest.java
index 068bc8ac2..ee65e00e9 100644
--- a/model_hspf/java/test/org/openda/model_hspf/UciFileTest.java
+++ b/model_hspf/java/test/org/openda/model_hspf/UciFileTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/test/org/openda/model_hspf/WdmTimeSeriesTest.java b/model_hspf/java/test/org/openda/model_hspf/WdmTimeSeriesTest.java
index 5d846c49d..c3f8841dc 100644
--- a/model_hspf/java/test/org/openda/model_hspf/WdmTimeSeriesTest.java
+++ b/model_hspf/java/test/org/openda/model_hspf/WdmTimeSeriesTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_hspf/java/test/org/openda/model_hspf/WdmUtilsTest.java b/model_hspf/java/test/org/openda/model_hspf/WdmUtilsTest.java
index d3f658d72..5f479877d 100644
--- a/model_hspf/java/test/org/openda/model_hspf/WdmUtilsTest.java
+++ b/model_hspf/java/test/org/openda/model_hspf/WdmUtilsTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_metaswap/java/src/org/openda/model_metaswap/EsriAsciiGridSeriesDataObject.java b/model_metaswap/java/src/org/openda/model_metaswap/EsriAsciiGridSeriesDataObject.java
index d8231ecb5..c7d034ea3 100644
--- a/model_metaswap/java/src/org/openda/model_metaswap/EsriAsciiGridSeriesDataObject.java
+++ b/model_metaswap/java/src/org/openda/model_metaswap/EsriAsciiGridSeriesDataObject.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import org.openda.exchange.ArrayExchangeItem;
import org.openda.exchange.TimeInfo;
import org.openda.exchange.dataobjects.EsriAsciiGridDataObject;
diff --git a/model_metaswap/java/src/org/openda/model_metaswap/MetaSwapModelFactory.java b/model_metaswap/java/src/org/openda/model_metaswap/MetaSwapModelFactory.java
index 2ee58e096..05b0a12b3 100644
--- a/model_metaswap/java/src/org/openda/model_metaswap/MetaSwapModelFactory.java
+++ b/model_metaswap/java/src/org/openda/model_metaswap/MetaSwapModelFactory.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import org.openda.blackbox.wrapper.BBModelFactory;
import org.openda.blackbox.wrapper.BBModelInstance;
import org.openda.interfaces.IStochModelFactory;
diff --git a/model_metaswap/java/src/org/openda/model_metaswap/MetaSwapModelInstance.java b/model_metaswap/java/src/org/openda/model_metaswap/MetaSwapModelInstance.java
index e8f9704dc..f0bd5158c 100644
--- a/model_metaswap/java/src/org/openda/model_metaswap/MetaSwapModelInstance.java
+++ b/model_metaswap/java/src/org/openda/model_metaswap/MetaSwapModelInstance.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import org.openda.blackbox.config.BBModelConfig;
import org.openda.blackbox.wrapper.BBModelInstance;
import org.openda.interfaces.IDataObject;
diff --git a/model_metaswap/java/src/org/openda/model_metaswap/SwapResultExchangeItem.java b/model_metaswap/java/src/org/openda/model_metaswap/SwapResultExchangeItem.java
index d1384ad67..3918cb21d 100644
--- a/model_metaswap/java/src/org/openda/model_metaswap/SwapResultExchangeItem.java
+++ b/model_metaswap/java/src/org/openda/model_metaswap/SwapResultExchangeItem.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import org.openda.interfaces.IExchangeItem;
import org.openda.interfaces.IGeometryInfo;
import org.openda.interfaces.IQuantityInfo;
@@ -109,4 +127,4 @@ public Object getValues() {
public Class getValueType() {
return null;
}
-}
\ No newline at end of file
+}
diff --git a/model_metaswap/java/src/org/openda/model_metaswap/SwapResultFile.java b/model_metaswap/java/src/org/openda/model_metaswap/SwapResultFile.java
index 2e319acf2..611d934b3 100644
--- a/model_metaswap/java/src/org/openda/model_metaswap/SwapResultFile.java
+++ b/model_metaswap/java/src/org/openda/model_metaswap/SwapResultFile.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import org.openda.exchange.timeseries.TimeUtils;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_metaswap/java/src/org/openda/model_metaswap/SwapStateExchangeItem.java b/model_metaswap/java/src/org/openda/model_metaswap/SwapStateExchangeItem.java
index 16ec65cc3..749295297 100644
--- a/model_metaswap/java/src/org/openda/model_metaswap/SwapStateExchangeItem.java
+++ b/model_metaswap/java/src/org/openda/model_metaswap/SwapStateExchangeItem.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import org.openda.interfaces.*;
import java.util.Arrays;
diff --git a/model_metaswap/java/src/org/openda/model_metaswap/SwapStateFile.java b/model_metaswap/java/src/org/openda/model_metaswap/SwapStateFile.java
index cf46268ee..57698d199 100644
--- a/model_metaswap/java/src/org/openda/model_metaswap/SwapStateFile.java
+++ b/model_metaswap/java/src/org/openda/model_metaswap/SwapStateFile.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
import org.openda.interfaces.IPrevExchangeItem;
diff --git a/model_metaswap/java/test/org/openda/model_metaswap/EsriAsciiGridSeriesDataObjectTest.java b/model_metaswap/java/test/org/openda/model_metaswap/EsriAsciiGridSeriesDataObjectTest.java
index 90dfb8e8d..fa47a9274 100644
--- a/model_metaswap/java/test/org/openda/model_metaswap/EsriAsciiGridSeriesDataObjectTest.java
+++ b/model_metaswap/java/test/org/openda/model_metaswap/EsriAsciiGridSeriesDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import junit.framework.TestCase;
import org.openda.exchange.dataobjects.EsriAsciiGridDataObject;
import org.openda.exchange.dataobjects.EsriAsciiGridDataObjectTest;
diff --git a/model_metaswap/java/test/org/openda/model_metaswap/SwapResultFileTest.java b/model_metaswap/java/test/org/openda/model_metaswap/SwapResultFileTest.java
index 7f8512002..ffd4ef47c 100644
--- a/model_metaswap/java/test/org/openda/model_metaswap/SwapResultFileTest.java
+++ b/model_metaswap/java/test/org/openda/model_metaswap/SwapResultFileTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
import org.openda.utils.OpenDaTestSupport;
diff --git a/model_metaswap/java/test/org/openda/model_metaswap/SwapStateFileTest.java b/model_metaswap/java/test/org/openda/model_metaswap/SwapStateFileTest.java
index 35d5d1a48..a8f50737b 100644
--- a/model_metaswap/java/test/org/openda/model_metaswap/SwapStateFileTest.java
+++ b/model_metaswap/java/test/org/openda/model_metaswap/SwapStateFileTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_metaswap;
-
import junit.framework.TestCase;
import org.openda.interfaces.IExchangeItem;
import org.openda.utils.OpenDaTestSupport;
diff --git a/model_nemo/java/src/org/openda/exchange/nemo_exchangeItem.java b/model_nemo/java/src/org/openda/exchange/nemo_exchangeItem.java
index f07a9fdc0..e608db762 100644
--- a/model_nemo/java/src/org/openda/exchange/nemo_exchangeItem.java
+++ b/model_nemo/java/src/org/openda/exchange/nemo_exchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.exchange;
import org.openda.interfaces.IVector;
import org.openda.utils.Vector;
diff --git a/model_nemo/java/src/org/openda/model_nemo/NemoModelFactory.java b/model_nemo/java/src/org/openda/model_nemo/NemoModelFactory.java
index d85e89b93..1eb41203d 100644
--- a/model_nemo/java/src/org/openda/model_nemo/NemoModelFactory.java
+++ b/model_nemo/java/src/org/openda/model_nemo/NemoModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_nemo;
import org.openda.blackbox.wrapper.BBModelFactory;
import org.openda.blackbox.wrapper.BBModelInstance;
diff --git a/model_nemo/java/src/org/openda/model_nemo/NemoModelInstance.java b/model_nemo/java/src/org/openda/model_nemo/NemoModelInstance.java
index e4048c7c1..beefda399 100644
--- a/model_nemo/java/src/org/openda/model_nemo/NemoModelInstance.java
+++ b/model_nemo/java/src/org/openda/model_nemo/NemoModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_nemo;
import org.openda.blackbox.config.BBModelConfig;
import org.openda.blackbox.wrapper.BBModelInstance;
diff --git a/model_nemo/java/src/org/openda/model_nemo/NemoNamelistFileWrapper.java b/model_nemo/java/src/org/openda/model_nemo/NemoNamelistFileWrapper.java
index ec5fe677b..3fbd1b84f 100644
--- a/model_nemo/java/src/org/openda/model_nemo/NemoNamelistFileWrapper.java
+++ b/model_nemo/java/src/org/openda/model_nemo/NemoNamelistFileWrapper.java
@@ -1,8 +1,5 @@
-package org.openda.model_nemo;
-
-
-/* MOD_V2.0
- * Copyright (c) 2010 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
@@ -20,6 +17,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
+package org.openda.model_nemo;
import org.openda.blackbox.interfaces.IoObjectInterface;
import org.openda.exchange.DoubleExchangeItem;
diff --git a/model_nemo/java/src/org/openda/model_nemo/NemoNetcdfStochObserver.java b/model_nemo/java/src/org/openda/model_nemo/NemoNetcdfStochObserver.java
index 56a294386..2cbea94a9 100644
--- a/model_nemo/java/src/org/openda/model_nemo/NemoNetcdfStochObserver.java
+++ b/model_nemo/java/src/org/openda/model_nemo/NemoNetcdfStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_nemo;
import org.openda.interfaces.*;
diff --git a/model_nemo/java/src/org/openda/model_nemo/NemoRestartFileWrapper.java b/model_nemo/java/src/org/openda/model_nemo/NemoRestartFileWrapper.java
index ca9aed26d..d9eb821a4 100644
--- a/model_nemo/java/src/org/openda/model_nemo/NemoRestartFileWrapper.java
+++ b/model_nemo/java/src/org/openda/model_nemo/NemoRestartFileWrapper.java
@@ -1,8 +1,5 @@
-package org.openda.model_nemo;
-
-
-/* MOD_V2.0
- * Copyright (c) 2010 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
@@ -20,6 +17,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
+package org.openda.model_nemo;
import org.openda.blackbox.interfaces.IoObjectInterface;
import org.openda.exchange.nemo_exchangeItem;
diff --git a/model_nemo/java/test/org/openda/model_nemo/NemoNetcdfStochObserverTest.java b/model_nemo/java/test/org/openda/model_nemo/NemoNetcdfStochObserverTest.java
index 9f84d0cee..fc2fb7eda 100644
--- a/model_nemo/java/test/org/openda/model_nemo/NemoNetcdfStochObserverTest.java
+++ b/model_nemo/java/test/org/openda/model_nemo/NemoNetcdfStochObserverTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_nemo;
import junit.framework.TestCase;
import org.openda.interfaces.IStochObserver;
diff --git a/model_nemo/java/test/org/openda/model_nemo/NemoWrapperTest.java b/model_nemo/java/test/org/openda/model_nemo/NemoWrapperTest.java
index 5d0e75739..600840cb0 100644
--- a/model_nemo/java/test/org/openda/model_nemo/NemoWrapperTest.java
+++ b/model_nemo/java/test/org/openda/model_nemo/NemoWrapperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_nemo;
import junit.framework.TestCase;
@@ -192,4 +192,4 @@ public void testReadWriteTime() {
-}
\ No newline at end of file
+}
diff --git a/model_openfoam/java/src/org/openda/model_openfoam/CsvTimeSeriesDataObject.java b/model_openfoam/java/src/org/openda/model_openfoam/CsvTimeSeriesDataObject.java
index e46540a8e..5c9149d99 100644
--- a/model_openfoam/java/src/org/openda/model_openfoam/CsvTimeSeriesDataObject.java
+++ b/model_openfoam/java/src/org/openda/model_openfoam/CsvTimeSeriesDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_openfoam/java/src/org/openda/model_openfoam/CsvTimeSeriesFormatter.java b/model_openfoam/java/src/org/openda/model_openfoam/CsvTimeSeriesFormatter.java
index 9acce7603..37ad605f8 100644
--- a/model_openfoam/java/src/org/openda/model_openfoam/CsvTimeSeriesFormatter.java
+++ b/model_openfoam/java/src/org/openda/model_openfoam/CsvTimeSeriesFormatter.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
-
import org.openda.exchange.timeseries.TimeSeries;
import org.openda.exchange.timeseries.TimeSeriesFormatter;
import org.openda.interfaces.IPrevExchangeItem.Role;
diff --git a/model_openfoam/java/src/org/openda/model_openfoam/DictionaryDataObject.java b/model_openfoam/java/src/org/openda/model_openfoam/DictionaryDataObject.java
old mode 100755
new mode 100644
index 4e37c2d9e..e51220356
--- a/model_openfoam/java/src/org/openda/model_openfoam/DictionaryDataObject.java
+++ b/model_openfoam/java/src/org/openda/model_openfoam/DictionaryDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V1.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_openfoam/java/src/org/openda/model_openfoam/DictionaryNoisyDataObject.java b/model_openfoam/java/src/org/openda/model_openfoam/DictionaryNoisyDataObject.java
old mode 100755
new mode 100644
index 10dfd6fe4..bc62a3939
--- a/model_openfoam/java/src/org/openda/model_openfoam/DictionaryNoisyDataObject.java
+++ b/model_openfoam/java/src/org/openda/model_openfoam/DictionaryNoisyDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V1.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_openfoam/java/src/org/openda/model_openfoam/DictionaryTimeSeriesDataObject.java b/model_openfoam/java/src/org/openda/model_openfoam/DictionaryTimeSeriesDataObject.java
old mode 100755
new mode 100644
index f99b80086..a33164674
--- a/model_openfoam/java/src/org/openda/model_openfoam/DictionaryTimeSeriesDataObject.java
+++ b/model_openfoam/java/src/org/openda/model_openfoam/DictionaryTimeSeriesDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V1.0
- * Copyright (c) 2013 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_openfoam/java/src/org/openda/model_openfoam/MeshDataObject.java b/model_openfoam/java/src/org/openda/model_openfoam/MeshDataObject.java
old mode 100755
new mode 100644
index 77df05378..d652ce95a
--- a/model_openfoam/java/src/org/openda/model_openfoam/MeshDataObject.java
+++ b/model_openfoam/java/src/org/openda/model_openfoam/MeshDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_openfoam/java/src/org/openda/model_openfoam/ProbeDataObject.java b/model_openfoam/java/src/org/openda/model_openfoam/ProbeDataObject.java
old mode 100755
new mode 100644
index a221ab6ec..a2abcd6fd
--- a/model_openfoam/java/src/org/openda/model_openfoam/ProbeDataObject.java
+++ b/model_openfoam/java/src/org/openda/model_openfoam/ProbeDataObject.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_openfoam/java/src/org/openda/model_openfoam/UnstructuredMeshGeometryInfo.java b/model_openfoam/java/src/org/openda/model_openfoam/UnstructuredMeshGeometryInfo.java
old mode 100755
new mode 100644
index 0385cf8ca..4e198c292
--- a/model_openfoam/java/src/org/openda/model_openfoam/UnstructuredMeshGeometryInfo.java
+++ b/model_openfoam/java/src/org/openda/model_openfoam/UnstructuredMeshGeometryInfo.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
-
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
diff --git a/model_openfoam/java/test/org/openda/model_openfoam/ConversionDataObjectTest.java b/model_openfoam/java/test/org/openda/model_openfoam/ConversionDataObjectTest.java
index e708777b0..72661cbaf 100644
--- a/model_openfoam/java/test/org/openda/model_openfoam/ConversionDataObjectTest.java
+++ b/model_openfoam/java/test/org/openda/model_openfoam/ConversionDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
-
import junit.framework.TestCase;
import org.openda.exchange.iotools.DataCopier;
import org.openda.interfaces.IDataObject;
diff --git a/model_openfoam/java/test/org/openda/model_openfoam/CsvTimeSeriesDataObjectTest.java b/model_openfoam/java/test/org/openda/model_openfoam/CsvTimeSeriesDataObjectTest.java
index 51ccb26e6..57500ba40 100644
--- a/model_openfoam/java/test/org/openda/model_openfoam/CsvTimeSeriesDataObjectTest.java
+++ b/model_openfoam/java/test/org/openda/model_openfoam/CsvTimeSeriesDataObjectTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
import junit.framework.TestCase;
diff --git a/model_openfoam/java/test/org/openda/model_openfoam/CsvTimeSeriesFormatterTest.java b/model_openfoam/java/test/org/openda/model_openfoam/CsvTimeSeriesFormatterTest.java
index 265f0f959..21134626a 100644
--- a/model_openfoam/java/test/org/openda/model_openfoam/CsvTimeSeriesFormatterTest.java
+++ b/model_openfoam/java/test/org/openda/model_openfoam/CsvTimeSeriesFormatterTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
import junit.framework.TestCase;
diff --git a/model_openfoam/java/test/org/openda/model_openfoam/DictionaryDataObjectTest.java b/model_openfoam/java/test/org/openda/model_openfoam/DictionaryDataObjectTest.java
old mode 100755
new mode 100644
index e6cf04773..bc7fac416
--- a/model_openfoam/java/test/org/openda/model_openfoam/DictionaryDataObjectTest.java
+++ b/model_openfoam/java/test/org/openda/model_openfoam/DictionaryDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
-
import junit.framework.TestCase;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_openfoam/java/test/org/openda/model_openfoam/DictionaryNoisyDataObjectTest.java b/model_openfoam/java/test/org/openda/model_openfoam/DictionaryNoisyDataObjectTest.java
old mode 100755
new mode 100644
index 700a63893..ed7822769
--- a/model_openfoam/java/test/org/openda/model_openfoam/DictionaryNoisyDataObjectTest.java
+++ b/model_openfoam/java/test/org/openda/model_openfoam/DictionaryNoisyDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
-
import junit.framework.TestCase;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_openfoam/java/test/org/openda/model_openfoam/DictionaryTimeSeriesDataObjectTest.java b/model_openfoam/java/test/org/openda/model_openfoam/DictionaryTimeSeriesDataObjectTest.java
old mode 100755
new mode 100644
index 242d99366..8ccf4ac1a
--- a/model_openfoam/java/test/org/openda/model_openfoam/DictionaryTimeSeriesDataObjectTest.java
+++ b/model_openfoam/java/test/org/openda/model_openfoam/DictionaryTimeSeriesDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
-
import junit.framework.TestCase;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_openfoam/java/test/org/openda/model_openfoam/MeshDataObjectTest.java b/model_openfoam/java/test/org/openda/model_openfoam/MeshDataObjectTest.java
old mode 100755
new mode 100644
index 29ed73ce5..442c63ce7
--- a/model_openfoam/java/test/org/openda/model_openfoam/MeshDataObjectTest.java
+++ b/model_openfoam/java/test/org/openda/model_openfoam/MeshDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
-
import junit.framework.TestCase;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_openfoam/java/test/org/openda/model_openfoam/ProbeDataObjectTest.java b/model_openfoam/java/test/org/openda/model_openfoam/ProbeDataObjectTest.java
old mode 100755
new mode 100644
index 2643c616d..ca9cc0128
--- a/model_openfoam/java/test/org/openda/model_openfoam/ProbeDataObjectTest.java
+++ b/model_openfoam/java/test/org/openda/model_openfoam/ProbeDataObjectTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
-
import junit.framework.TestCase;
import org.openda.interfaces.IDataObject;
import org.openda.interfaces.IExchangeItem;
diff --git a/model_openfoam/java/test/org/openda/model_openfoam/UnstructuredMeshGeometryInfoTest.java b/model_openfoam/java/test/org/openda/model_openfoam/UnstructuredMeshGeometryInfoTest.java
old mode 100755
new mode 100644
index d0b9bfaeb..331cfb876
--- a/model_openfoam/java/test/org/openda/model_openfoam/UnstructuredMeshGeometryInfoTest.java
+++ b/model_openfoam/java/test/org/openda/model_openfoam/UnstructuredMeshGeometryInfoTest.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_openfoam;
-
import junit.framework.TestCase;
import org.openda.exchange.QuantityInfo;
import org.openda.interfaces.IArray;
diff --git a/model_reactive_advection/java/src/org/openda/model_reactive_advection/BBModelExtension.java b/model_reactive_advection/java/src/org/openda/model_reactive_advection/BBModelExtension.java
index 40abb3114..20ae80790 100644
--- a/model_reactive_advection/java/src/org/openda/model_reactive_advection/BBModelExtension.java
+++ b/model_reactive_advection/java/src/org/openda/model_reactive_advection/BBModelExtension.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2015 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_reactive_advection;
import org.openda.blackbox.config.BBModelConfig;
diff --git a/model_reactive_advection/java/src/org/openda/model_reactive_advection/myCopier.java b/model_reactive_advection/java/src/org/openda/model_reactive_advection/myCopier.java
index 64001caf0..3ddcc203f 100644
--- a/model_reactive_advection/java/src/org/openda/model_reactive_advection/myCopier.java
+++ b/model_reactive_advection/java/src/org/openda/model_reactive_advection/myCopier.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_reactive_advection;
import java.io.File;
import org.openda.blackbox.interfaces.IoObjectInterface;
diff --git a/model_reactive_advection/java/src/org/openda/model_reactive_advection/myWrapper.java b/model_reactive_advection/java/src/org/openda/model_reactive_advection/myWrapper.java
index fe9f706c7..265500672 100644
--- a/model_reactive_advection/java/src/org/openda/model_reactive_advection/myWrapper.java
+++ b/model_reactive_advection/java/src/org/openda/model_reactive_advection/myWrapper.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2010 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_reactive_advection/java/test/org/openda/mywrapper/myWrapperTest.java b/model_reactive_advection/java/test/org/openda/mywrapper/myWrapperTest.java
index 277bb5fe6..599ec234f 100644
--- a/model_reactive_advection/java/test/org/openda/mywrapper/myWrapperTest.java
+++ b/model_reactive_advection/java/test/org/openda/mywrapper/myWrapperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.mywrapper;
import junit.framework.TestCase;
import org.openda.blackbox.config.BBUtils;
diff --git a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanEndDateString.java b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanEndDateString.java
index d864285f0..28aee7678 100644
--- a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanEndDateString.java
+++ b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanEndDateString.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanNetcdfRestartString.java b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanNetcdfRestartString.java
index 7e0aef61c..ff2458523 100644
--- a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanNetcdfRestartString.java
+++ b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanNetcdfRestartString.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanRestartString.java b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanRestartString.java
index af8f3ccce..44a2585dc 100644
--- a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanRestartString.java
+++ b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanRestartString.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanStartDateString.java b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanStartDateString.java
index c28bedb7f..a83b1df5c 100644
--- a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanStartDateString.java
+++ b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanStartDateString.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanStationaryString.java b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanStationaryString.java
index 5e971b386..ff4246d94 100644
--- a/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanStationaryString.java
+++ b/model_swan/java/src/org/openda/blackbox/config/KeyTypeSwanStationaryString.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.blackbox.config;
import org.openda.blackbox.interfaces.IKeyDateType;
import org.openda.utils.Time;
diff --git a/model_swan/java/src/org/openda/exchange/SwanNetcdfRestartTemplateKeyExchangeItem.java b/model_swan/java/src/org/openda/exchange/SwanNetcdfRestartTemplateKeyExchangeItem.java
index 4486dfbb6..661a5dd1c 100644
--- a/model_swan/java/src/org/openda/exchange/SwanNetcdfRestartTemplateKeyExchangeItem.java
+++ b/model_swan/java/src/org/openda/exchange/SwanNetcdfRestartTemplateKeyExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/exchange/SwanRestartTemplateKeyExchangeItem.java b/model_swan/java/src/org/openda/exchange/SwanRestartTemplateKeyExchangeItem.java
index f23129103..9c775a88d 100644
--- a/model_swan/java/src/org/openda/exchange/SwanRestartTemplateKeyExchangeItem.java
+++ b/model_swan/java/src/org/openda/exchange/SwanRestartTemplateKeyExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/exchange/SwanTemplateKeyExchangeItem.java b/model_swan/java/src/org/openda/exchange/SwanTemplateKeyExchangeItem.java
index 05afcdac1..f48954d9d 100644
--- a/model_swan/java/src/org/openda/exchange/SwanTemplateKeyExchangeItem.java
+++ b/model_swan/java/src/org/openda/exchange/SwanTemplateKeyExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanCalibStochModelConfig.java b/model_swan/java/src/org/openda/model_swan/SwanCalibStochModelConfig.java
index 51640c9ba..64531d72b 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanCalibStochModelConfig.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanCalibStochModelConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
@@ -77,4 +77,4 @@ public File getWorkingDir() {
return workingDir;
}
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/src/org/openda/model_swan/SwanCalibStochModelFactory.java b/model_swan/java/src/org/openda/model_swan/SwanCalibStochModelFactory.java
index 516b1ca66..9af5a7564 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanCalibStochModelFactory.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanCalibStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/src/org/openda/model_swan/SwanCalibWrapper.java b/model_swan/java/src/org/openda/model_swan/SwanCalibWrapper.java
index 131c76902..6db9f1c7a 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanCalibWrapper.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanCalibWrapper.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/src/org/openda/model_swan/SwanCalibWrapperConfig.java b/model_swan/java/src/org/openda/model_swan/SwanCalibWrapperConfig.java
index a44ce3b80..1e99b5eff 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanCalibWrapperConfig.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanCalibWrapperConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/src/org/openda/model_swan/SwanField2DFile.java b/model_swan/java/src/org/openda/model_swan/SwanField2DFile.java
index f64f73475..0abf514e0 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanField2DFile.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanField2DFile.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
@@ -351,4 +351,4 @@ public void finish() {
// no action since writefile is executed everytime setX/Y is called.
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/src/org/openda/model_swan/SwanField2DFileExchangeItem.java b/model_swan/java/src/org/openda/model_swan/SwanField2DFileExchangeItem.java
index 69bed3ad0..3fc481b3d 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanField2DFileExchangeItem.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanField2DFileExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanField2DXYFile.java b/model_swan/java/src/org/openda/model_swan/SwanField2DXYFile.java
index 270965b34..b835d54cb 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanField2DXYFile.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanField2DXYFile.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanField2DXYFileExchangeItem.java b/model_swan/java/src/org/openda/model_swan/SwanField2DXYFileExchangeItem.java
index 909868f7d..40435a0a3 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanField2DXYFileExchangeItem.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanField2DXYFileExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanField2DXYFileExchangeItem_bak.java b/model_swan/java/src/org/openda/model_swan/SwanField2DXYFileExchangeItem_bak.java
index d0f1dab6c..9c02e71e7 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanField2DXYFileExchangeItem_bak.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanField2DXYFileExchangeItem_bak.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanField2DXYFile_bak.java b/model_swan/java/src/org/openda/model_swan/SwanField2DXYFile_bak.java
index ea321b4aa..819bd6f85 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanField2DXYFile_bak.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanField2DXYFile_bak.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanGridFileIo.java b/model_swan/java/src/org/openda/model_swan/SwanGridFileIo.java
index 9998f4f1e..2a8d52feb 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanGridFileIo.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanGridFileIo.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
import java.io.BufferedReader;
import java.io.File;
diff --git a/model_swan/java/src/org/openda/model_swan/SwanInputFile.java b/model_swan/java/src/org/openda/model_swan/SwanInputFile.java
index 71b41f412..8bdc0a9b7 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanInputFile.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanInputFile.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanInputFileExchangeItem.java b/model_swan/java/src/org/openda/model_swan/SwanInputFileExchangeItem.java
index a82e6207b..200d4e82c 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanInputFileExchangeItem.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanInputFileExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanNonSwivtParameters.java b/model_swan/java/src/org/openda/model_swan/SwanNonSwivtParameters.java
index a6acbc9b4..57ac6e89f 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanNonSwivtParameters.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanNonSwivtParameters.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/src/org/openda/model_swan/SwanOpenBoundarySpectralFile.java b/model_swan/java/src/org/openda/model_swan/SwanOpenBoundarySpectralFile.java
index ca3cf5489..b39af1705 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanOpenBoundarySpectralFile.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanOpenBoundarySpectralFile.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanOpenBoundarySpectralFileExchangeItem.java b/model_swan/java/src/org/openda/model_swan/SwanOpenBoundarySpectralFileExchangeItem.java
index 57e037f05..8c37ebd6b 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanOpenBoundarySpectralFileExchangeItem.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanOpenBoundarySpectralFileExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanOpenBoundaryTPARFile.java b/model_swan/java/src/org/openda/model_swan/SwanOpenBoundaryTPARFile.java
index cf0d0fa2c..fa90e5e65 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanOpenBoundaryTPARFile.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanOpenBoundaryTPARFile.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanOpenBoundaryTPARFileExchangeItem.java b/model_swan/java/src/org/openda/model_swan/SwanOpenBoundaryTPARFileExchangeItem.java
index 1b14f117c..a5d8f899a 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanOpenBoundaryTPARFileExchangeItem.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanOpenBoundaryTPARFileExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanParameters.java b/model_swan/java/src/org/openda/model_swan/SwanParameters.java
index 045a46c6f..0b3893b17 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanParameters.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanParameters.java
@@ -1,19 +1,19 @@
- /* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
@@ -907,4 +907,4 @@ private void determineSimulationTime() {
dtUnitSimulation = lineFields[4];
tStopSimulation = lineFields[5];
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/src/org/openda/model_swan/SwanResults.java b/model_swan/java/src/org/openda/model_swan/SwanResults.java
index 000c6999f..8c9a72160 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanResults.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanResults.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
import org.openda.interfaces.*;
diff --git a/model_swan/java/src/org/openda/model_swan/SwanResultsTimeDependent.java b/model_swan/java/src/org/openda/model_swan/SwanResultsTimeDependent.java
index 8d23784f2..e0b46612b 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanResultsTimeDependent.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanResultsTimeDependent.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_swan/java/src/org/openda/model_swan/SwanSpectralFile.java b/model_swan/java/src/org/openda/model_swan/SwanSpectralFile.java
index 08e8ed4d4..84f13e1cc 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanSpectralFile.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanSpectralFile.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanStateFile.java b/model_swan/java/src/org/openda/model_swan/SwanStateFile.java
index 7ca90e865..8dd31736d 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanStateFile.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanStateFile.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanStateFileExchangeItem.java b/model_swan/java/src/org/openda/model_swan/SwanStateFileExchangeItem.java
index 516cdaa7b..526f6eabc 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanStateFileExchangeItem.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanStateFileExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanTemplateDataObject.java b/model_swan/java/src/org/openda/model_swan/SwanTemplateDataObject.java
index 7688773c6..bd9efa414 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanTemplateDataObject.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanTemplateDataObject.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanTimeInfo.java b/model_swan/java/src/org/openda/model_swan/SwanTimeInfo.java
index f4d6daea8..f0efaa95f 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanTimeInfo.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanTimeInfo.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanTimeInfoExchangeItem.java b/model_swan/java/src/org/openda/model_swan/SwanTimeInfoExchangeItem.java
index 209ba48d2..924eb74e8 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanTimeInfoExchangeItem.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanTimeInfoExchangeItem.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/src/org/openda/model_swan/SwanVisualizer.java b/model_swan/java/src/org/openda/model_swan/SwanVisualizer.java
index df6f14759..6d2b891bf 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanVisualizer.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanVisualizer.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
@@ -99,4 +99,4 @@ public void produceAdditionalOutput() {
throw new RuntimeException("Could not run " + swanVisualizerExe.getAbsolutePath());
}
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/src/org/openda/model_swan/SwanVisualizerConfig.java b/model_swan/java/src/org/openda/model_swan/SwanVisualizerConfig.java
index 0d352117b..efe47a695 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanVisualizerConfig.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanVisualizerConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/src/org/openda/model_swan/SwanWindDepParms.java b/model_swan/java/src/org/openda/model_swan/SwanWindDepParms.java
index f8f462c7e..7456a1759 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanWindDepParms.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanWindDepParms.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/src/org/openda/model_swan/SwanXMLParameterSettings.java b/model_swan/java/src/org/openda/model_swan/SwanXMLParameterSettings.java
index 21dbb8dd5..d38b91ba0 100644
--- a/model_swan/java/src/org/openda/model_swan/SwanXMLParameterSettings.java
+++ b/model_swan/java/src/org/openda/model_swan/SwanXMLParameterSettings.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/src/org/openda/model_swan/SwivtParametersResultWriter.java b/model_swan/java/src/org/openda/model_swan/SwivtParametersResultWriter.java
index 1d9091a33..114e76e22 100644
--- a/model_swan/java/src/org/openda/model_swan/SwivtParametersResultWriter.java
+++ b/model_swan/java/src/org/openda/model_swan/SwivtParametersResultWriter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/src/org/openda/model_swan/io/SwanCalibStochModelConfigReader.java b/model_swan/java/src/org/openda/model_swan/io/SwanCalibStochModelConfigReader.java
index af8484719..f16da64b6 100644
--- a/model_swan/java/src/org/openda/model_swan/io/SwanCalibStochModelConfigReader.java
+++ b/model_swan/java/src/org/openda/model_swan/io/SwanCalibStochModelConfigReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan.io;
diff --git a/model_swan/java/src/org/openda/model_swan/io/SwanCalibWrapperConfigReader.java b/model_swan/java/src/org/openda/model_swan/io/SwanCalibWrapperConfigReader.java
index befc27b2c..813af0c86 100644
--- a/model_swan/java/src/org/openda/model_swan/io/SwanCalibWrapperConfigReader.java
+++ b/model_swan/java/src/org/openda/model_swan/io/SwanCalibWrapperConfigReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan.io;
diff --git a/model_swan/java/src/org/openda/model_swan/io/SwanVisualizerConfigReader.java b/model_swan/java/src/org/openda/model_swan/io/SwanVisualizerConfigReader.java
index 9506d9ffa..ee3625f9d 100644
--- a/model_swan/java/src/org/openda/model_swan/io/SwanVisualizerConfigReader.java
+++ b/model_swan/java/src/org/openda/model_swan/io/SwanVisualizerConfigReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan.io;
diff --git a/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractor.java b/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractor.java
index e7dd31f14..4685d9e4a 100644
--- a/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractor.java
+++ b/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractor.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan.swivt;
diff --git a/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractorGUI.java b/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractorGUI.java
index fb7d00032..cdeac95e2 100644
--- a/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractorGUI.java
+++ b/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractorGUI.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan.swivt;
diff --git a/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractorUserSettings.java b/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractorUserSettings.java
index 942bf3cbb..5d0079f09 100644
--- a/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractorUserSettings.java
+++ b/model_swan/java/src/org/openda/model_swan/swivt/CaseExtractorUserSettings.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan.swivt;
@@ -235,4 +235,4 @@ else if (line.contains(guiHeightString)) {
}
}
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/src/org/openda/model_swan/swivt/FileBrowser.java b/model_swan/java/src/org/openda/model_swan/swivt/FileBrowser.java
index 10e337359..93b91374c 100644
--- a/model_swan/java/src/org/openda/model_swan/swivt/FileBrowser.java
+++ b/model_swan/java/src/org/openda/model_swan/swivt/FileBrowser.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan.swivt;
@@ -48,4 +48,4 @@ public FileBrowser(String title, File currentSelection, String extension, boolea
public File getSelectedFile() {
return selectedFile;
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/src/org/openda/model_swan/swivt/FileExtensionFilter.java b/model_swan/java/src/org/openda/model_swan/swivt/FileExtensionFilter.java
index a186bb6d4..c81e40931 100644
--- a/model_swan/java/src/org/openda/model_swan/swivt/FileExtensionFilter.java
+++ b/model_swan/java/src/org/openda/model_swan/swivt/FileExtensionFilter.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan.swivt;
@@ -40,4 +40,4 @@ public String getDescription() {
public boolean accept(File file) {
return file.isDirectory() || (file.getName().toLowerCase().endsWith(extension));
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/test/org/openda/model_swan/SwanApplicationTest.java b/model_swan/java/test/org/openda/model_swan/SwanApplicationTest.java
index af2e4a124..a8ca4a582 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanApplicationTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanApplicationTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanBBTest.java b/model_swan/java/test/org/openda/model_swan/SwanBBTest.java
index d49d6ca8b..b8b0eb144 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanBBTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanBBTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/test/org/openda/model_swan/SwanCalibWrapperTest.java b/model_swan/java/test/org/openda/model_swan/SwanCalibWrapperTest.java
index 17d1387d9..06e24a461 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanCalibWrapperTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanCalibWrapperTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanEnKFTest.java b/model_swan/java/test/org/openda/model_swan/SwanEnKFTest.java
index 500f26019..3c4c099bd 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanEnKFTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanEnKFTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/test/org/openda/model_swan/SwanFormatConversionTest.java b/model_swan/java/test/org/openda/model_swan/SwanFormatConversionTest.java
index 879dde569..f78b9bed7 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanFormatConversionTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanFormatConversionTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
import junit.framework.TestCase;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanGridFileIoTest.java b/model_swan/java/test/org/openda/model_swan/SwanGridFileIoTest.java
index fc6aea133..f8a63b97b 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanGridFileIoTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanGridFileIoTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/test/org/openda/model_swan/SwanInputFileTest.java b/model_swan/java/test/org/openda/model_swan/SwanInputFileTest.java
index 4d0e84039..5e9b7176e 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanInputFileTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanInputFileTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/test/org/openda/model_swan/SwanOpenBoundaryFileTPARTest.java b/model_swan/java/test/org/openda/model_swan/SwanOpenBoundaryFileTPARTest.java
index 4e277be68..5072697d1 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanOpenBoundaryFileTPARTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanOpenBoundaryFileTPARTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
@@ -327,4 +327,4 @@ public void testSwanOpenBoundaryFile_3() {
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/test/org/openda/model_swan/SwanOpenBoundarySpectralFileTest.java b/model_swan/java/test/org/openda/model_swan/SwanOpenBoundarySpectralFileTest.java
index 075503622..d6b1a629a 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanOpenBoundarySpectralFileTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanOpenBoundarySpectralFileTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/test/org/openda/model_swan/SwanParametersTest.java b/model_swan/java/test/org/openda/model_swan/SwanParametersTest.java
index 92d0e9ec7..1a5fee2de 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanParametersTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanParametersTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanResultsTest.java b/model_swan/java/test/org/openda/model_swan/SwanResultsTest.java
index 6cc48a52f..88480900d 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanResultsTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanResultsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
import junit.framework.TestCase;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanResultsTimeDependentTest.java b/model_swan/java/test/org/openda/model_swan/SwanResultsTimeDependentTest.java
index 90b461fcc..769c98bfb 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanResultsTimeDependentTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanResultsTimeDependentTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
import junit.framework.TestCase;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanSpectralFileTest.java b/model_swan/java/test/org/openda/model_swan/SwanSpectralFileTest.java
index a58a08a73..29e48711b 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanSpectralFileTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanSpectralFileTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
@@ -236,4 +236,4 @@ public void testSwanSpectralFile_2() throws IOException {
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/test/org/openda/model_swan/SwanStateFileTest.java b/model_swan/java/test/org/openda/model_swan/SwanStateFileTest.java
index c6340475e..c73906d08 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanStateFileTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanStateFileTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
@@ -199,4 +199,4 @@ public void testSwanStateFileUnstruct_1() throws IOException {
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/test/org/openda/model_swan/SwanStateNetcdfFileTest.java b/model_swan/java/test/org/openda/model_swan/SwanStateNetcdfFileTest.java
index 25fbd39cb..07a6ca019 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanStateNetcdfFileTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanStateNetcdfFileTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
import junit.framework.TestCase;
import org.openda.exchange.dataobjects.NetcdfDataObject;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanStochObserverRegexTest.java b/model_swan/java/test/org/openda/model_swan/SwanStochObserverRegexTest.java
index 3052753ca..5f2fbf5bc 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanStochObserverRegexTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanStochObserverRegexTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
import junit.framework.TestCase;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanStochObserverTest.java b/model_swan/java/test/org/openda/model_swan/SwanStochObserverTest.java
index 5ceffe142..740f05e13 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanStochObserverTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanStochObserverTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
import junit.framework.TestCase;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanTemplateDataObjectTest.java b/model_swan/java/test/org/openda/model_swan/SwanTemplateDataObjectTest.java
index 8e59a756e..bc47dd3f3 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanTemplateDataObjectTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanTemplateDataObjectTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/test/org/openda/model_swan/SwanTimeInfoTest.java b/model_swan/java/test/org/openda/model_swan/SwanTimeInfoTest.java
index 397717edf..eda87030e 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanTimeInfoTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanTimeInfoTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/test/org/openda/model_swan/SwanVisualizerTest.java b/model_swan/java/test/org/openda/model_swan/SwanVisualizerTest.java
index b9bf9101e..4261ab644 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanVisualizerTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanVisualizerTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/test/org/openda/model_swan/SwanWLevelField2DFileTest.java b/model_swan/java/test/org/openda/model_swan/SwanWLevelField2DFileTest.java
index c83868825..40152532f 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanWLevelField2DFileTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanWLevelField2DFileTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/test/org/openda/model_swan/SwanWindDepParmsTest.java b/model_swan/java/test/org/openda/model_swan/SwanWindDepParmsTest.java
index 9a6fbd889..3567f70e0 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanWindDepParmsTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanWindDepParmsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
@@ -48,4 +48,4 @@ public void testWindDirAndVel_1() {
assertEquals("Actual HS", 12.0063, actualHS, 1.e-7);
assertEquals("Actual Tp", 18.4599, actualTp, 1.e-7);
}
-}
\ No newline at end of file
+}
diff --git a/model_swan/java/test/org/openda/model_swan/SwanWindField2DXYFileTest.java b/model_swan/java/test/org/openda/model_swan/SwanWindField2DXYFileTest.java
index 19f007003..ce2871095 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanWindField2DXYFileTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanWindField2DXYFileTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/model_swan/java/test/org/openda/model_swan/SwanXMLParameterSettingsTest.java b/model_swan/java/test/org/openda/model_swan/SwanXMLParameterSettingsTest.java
index 2df1dd4f2..28931071f 100644
--- a/model_swan/java/test/org/openda/model_swan/SwanXMLParameterSettingsTest.java
+++ b/model_swan/java/test/org/openda/model_swan/SwanXMLParameterSettingsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan;
diff --git a/model_swan/java/test/org/openda/model_swan/swivt/CaseExtractorUserSettingsTest.java b/model_swan/java/test/org/openda/model_swan/swivt/CaseExtractorUserSettingsTest.java
index 0e6670471..91700edb3 100644
--- a/model_swan/java/test/org/openda/model_swan/swivt/CaseExtractorUserSettingsTest.java
+++ b/model_swan/java/test/org/openda/model_swan/swivt/CaseExtractorUserSettingsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_swan.swivt;
diff --git a/model_wflow/java/src/org/openda/model_wflow/Wflow2DMapStateExchangeItem.java b/model_wflow/java/src/org/openda/model_wflow/Wflow2DMapStateExchangeItem.java
index e6f8e18d3..7af69be26 100644
--- a/model_wflow/java/src/org/openda/model_wflow/Wflow2DMapStateExchangeItem.java
+++ b/model_wflow/java/src/org/openda/model_wflow/Wflow2DMapStateExchangeItem.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_wflow/java/src/org/openda/model_wflow/WflowModelFactory.java b/model_wflow/java/src/org/openda/model_wflow/WflowModelFactory.java
index 64b5021e3..04932df24 100644
--- a/model_wflow/java/src/org/openda/model_wflow/WflowModelFactory.java
+++ b/model_wflow/java/src/org/openda/model_wflow/WflowModelFactory.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_wflow/java/src/org/openda/model_wflow/WflowModelFactoryConfigReader.java b/model_wflow/java/src/org/openda/model_wflow/WflowModelFactoryConfigReader.java
index cb9aef338..f71009e2d 100644
--- a/model_wflow/java/src/org/openda/model_wflow/WflowModelFactoryConfigReader.java
+++ b/model_wflow/java/src/org/openda/model_wflow/WflowModelFactoryConfigReader.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_wflow/java/src/org/openda/model_wflow/WflowModelInstance.java b/model_wflow/java/src/org/openda/model_wflow/WflowModelInstance.java
index de033e21d..b4c4055ba 100644
--- a/model_wflow/java/src/org/openda/model_wflow/WflowModelInstance.java
+++ b/model_wflow/java/src/org/openda/model_wflow/WflowModelInstance.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_wflow/java/src/org/openda/model_wflow/WflowPythonToJavaAdapter.java b/model_wflow/java/src/org/openda/model_wflow/WflowPythonToJavaAdapter.java
index 44c564e2e..883356866 100644
--- a/model_wflow/java/src/org/openda/model_wflow/WflowPythonToJavaAdapter.java
+++ b/model_wflow/java/src/org/openda/model_wflow/WflowPythonToJavaAdapter.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
@@ -863,4 +863,4 @@ private static int castLongToInt(Object value) {
return value_int;
}
-}
\ No newline at end of file
+}
diff --git a/model_wflow/java/test/org/openda/model_wflow/JeppTest.java b/model_wflow/java/test/org/openda/model_wflow/JeppTest.java
index 581c94f79..a18e37a21 100644
--- a/model_wflow/java/test/org/openda/model_wflow/JeppTest.java
+++ b/model_wflow/java/test/org/openda/model_wflow/JeppTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_wflow/java/test/org/openda/model_wflow/WflowPythonToJavaAdapterMemoryUsageTest.java b/model_wflow/java/test/org/openda/model_wflow/WflowPythonToJavaAdapterMemoryUsageTest.java
index bc9d41310..ddeb0f645 100644
--- a/model_wflow/java/test/org/openda/model_wflow/WflowPythonToJavaAdapterMemoryUsageTest.java
+++ b/model_wflow/java/test/org/openda/model_wflow/WflowPythonToJavaAdapterMemoryUsageTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_wflow/java/test/org/openda/model_wflow/WflowPythonToJavaAdapterTest.java b/model_wflow/java/test/org/openda/model_wflow/WflowPythonToJavaAdapterTest.java
index aa7dcb18c..56f607dac 100644
--- a/model_wflow/java/test/org/openda/model_wflow/WflowPythonToJavaAdapterTest.java
+++ b/model_wflow/java/test/org/openda/model_wflow/WflowPythonToJavaAdapterTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/model_wflow/java/test/org/openda/model_wflow/WflowStochModelFactoryTest.java b/model_wflow/java/test/org/openda/model_wflow/WflowStochModelFactoryTest.java
index 303469114..74445be54 100644
--- a/model_wflow/java/test/org/openda/model_wflow/WflowStochModelFactoryTest.java
+++ b/model_wflow/java/test/org/openda/model_wflow/WflowStochModelFactoryTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.model_wflow;
import junit.framework.TestCase;
import org.openda.blackbox.wrapper.BBStochModelFactory;
diff --git a/models/java/src/org/openda/models/biasAwareObservations/BiasAwareObservationsModelFactory.java b/models/java/src/org/openda/models/biasAwareObservations/BiasAwareObservationsModelFactory.java
index fbd608d87..65bcaf5df 100644
--- a/models/java/src/org/openda/models/biasAwareObservations/BiasAwareObservationsModelFactory.java
+++ b/models/java/src/org/openda/models/biasAwareObservations/BiasAwareObservationsModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.biasAwareObservations;
import org.openda.interfaces.IConfigurable;
diff --git a/models/java/src/org/openda/models/biasAwareObservations/BiasAwareObservationsModelInstance.java b/models/java/src/org/openda/models/biasAwareObservations/BiasAwareObservationsModelInstance.java
index baae49669..4ebdae254 100644
--- a/models/java/src/org/openda/models/biasAwareObservations/BiasAwareObservationsModelInstance.java
+++ b/models/java/src/org/openda/models/biasAwareObservations/BiasAwareObservationsModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V1.0
-* Copyright (c) 2013 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.biasAwareObservations;
/**
* Model for modelling bias in the observed values
diff --git a/models/java/src/org/openda/models/circularAdvection/CircularAdvectionFactory.java b/models/java/src/org/openda/models/circularAdvection/CircularAdvectionFactory.java
index 9c9e89a82..90174c090 100644
--- a/models/java/src/org/openda/models/circularAdvection/CircularAdvectionFactory.java
+++ b/models/java/src/org/openda/models/circularAdvection/CircularAdvectionFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V1.0
-* Copyright (c) 2015 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.circularAdvection;
import org.openda.interfaces.IStochModelFactory;
diff --git a/models/java/src/org/openda/models/circularAdvection/CircularAdvectionInstance.java b/models/java/src/org/openda/models/circularAdvection/CircularAdvectionInstance.java
index d36baeb20..f1d2eae87 100644
--- a/models/java/src/org/openda/models/circularAdvection/CircularAdvectionInstance.java
+++ b/models/java/src/org/openda/models/circularAdvection/CircularAdvectionInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V1.0
-* Copyright (c) 2015 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.circularAdvection;
diff --git a/models/java/src/org/openda/models/circularAdvection1000/CircularAdvection1000Factory.java b/models/java/src/org/openda/models/circularAdvection1000/CircularAdvection1000Factory.java
index 515ee3278..49f0a1337 100644
--- a/models/java/src/org/openda/models/circularAdvection1000/CircularAdvection1000Factory.java
+++ b/models/java/src/org/openda/models/circularAdvection1000/CircularAdvection1000Factory.java
@@ -1,22 +1,22 @@
-/* MOD_V1.0
-* Copyright (c) 2015 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.circularAdvection1000;
diff --git a/models/java/src/org/openda/models/circularAdvection1000/CircularAdvection1000Instance.java b/models/java/src/org/openda/models/circularAdvection1000/CircularAdvection1000Instance.java
index 0324c65ae..d03b612aa 100644
--- a/models/java/src/org/openda/models/circularAdvection1000/CircularAdvection1000Instance.java
+++ b/models/java/src/org/openda/models/circularAdvection1000/CircularAdvection1000Instance.java
@@ -1,22 +1,22 @@
-/* MOD_V1.0
-* Copyright (c) 2015 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.circularAdvection1000;
diff --git a/models/java/src/org/openda/models/doublePendulum/DoublePendulumStochModelFactory.java b/models/java/src/org/openda/models/doublePendulum/DoublePendulumStochModelFactory.java
index 7ac72f8ad..d7ae7bc59 100644
--- a/models/java/src/org/openda/models/doublePendulum/DoublePendulumStochModelFactory.java
+++ b/models/java/src/org/openda/models/doublePendulum/DoublePendulumStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.doublePendulum;
import org.openda.interfaces.IStochModelInstance;
import org.openda.interfaces.IStochModelPostProcessor;
diff --git a/models/java/src/org/openda/models/doublePendulum/DoublePendulumStochModelInstance.java b/models/java/src/org/openda/models/doublePendulum/DoublePendulumStochModelInstance.java
index 9c3f10506..40d79dbd4 100644
--- a/models/java/src/org/openda/models/doublePendulum/DoublePendulumStochModelInstance.java
+++ b/models/java/src/org/openda/models/doublePendulum/DoublePendulumStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.doublePendulum;
/**
diff --git a/models/java/src/org/openda/models/lorenz/LorenzStochModelFactory.java b/models/java/src/org/openda/models/lorenz/LorenzStochModelFactory.java
index da47f1932..fba389869 100644
--- a/models/java/src/org/openda/models/lorenz/LorenzStochModelFactory.java
+++ b/models/java/src/org/openda/models/lorenz/LorenzStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.lorenz;
import org.openda.interfaces.IStochModelInstance;
import org.openda.interfaces.IStochModelPostProcessor;
diff --git a/models/java/src/org/openda/models/lorenz/LorenzStochModelInstance.java b/models/java/src/org/openda/models/lorenz/LorenzStochModelInstance.java
index 152cfa08a..06a20992a 100644
--- a/models/java/src/org/openda/models/lorenz/LorenzStochModelInstance.java
+++ b/models/java/src/org/openda/models/lorenz/LorenzStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.lorenz;
/**
diff --git a/models/java/src/org/openda/models/lorenz96/Lorenz96StochModelFactory.java b/models/java/src/org/openda/models/lorenz96/Lorenz96StochModelFactory.java
index b398cfa87..026c1d001 100644
--- a/models/java/src/org/openda/models/lorenz96/Lorenz96StochModelFactory.java
+++ b/models/java/src/org/openda/models/lorenz96/Lorenz96StochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.lorenz96;
import java.io.File;
diff --git a/models/java/src/org/openda/models/lorenz96/Lorenz96StochModelInstance.java b/models/java/src/org/openda/models/lorenz96/Lorenz96StochModelInstance.java
index ead7b073e..a9e4854f9 100644
--- a/models/java/src/org/openda/models/lorenz96/Lorenz96StochModelInstance.java
+++ b/models/java/src/org/openda/models/lorenz96/Lorenz96StochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.lorenz96;
/**
diff --git a/models/java/src/org/openda/models/oscillator/OscillatorStochModelFactory.java b/models/java/src/org/openda/models/oscillator/OscillatorStochModelFactory.java
index b4598d389..4da3cdef0 100644
--- a/models/java/src/org/openda/models/oscillator/OscillatorStochModelFactory.java
+++ b/models/java/src/org/openda/models/oscillator/OscillatorStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.oscillator;
import org.openda.interfaces.IStochModelInstance;
import org.openda.interfaces.IStochModelPostProcessor;
diff --git a/models/java/src/org/openda/models/oscillator/OscillatorStochModelInstance.java b/models/java/src/org/openda/models/oscillator/OscillatorStochModelInstance.java
index 8be388184..f478a1ac2 100644
--- a/models/java/src/org/openda/models/oscillator/OscillatorStochModelInstance.java
+++ b/models/java/src/org/openda/models/oscillator/OscillatorStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.oscillator;
import org.openda.interfaces.IExchangeItem;
import org.openda.interfaces.IVector;
diff --git a/models/java/src/org/openda/models/river1/River1StochModelFactory.java b/models/java/src/org/openda/models/river1/River1StochModelFactory.java
index fe5b6f354..d0e21fd39 100644
--- a/models/java/src/org/openda/models/river1/River1StochModelFactory.java
+++ b/models/java/src/org/openda/models/river1/River1StochModelFactory.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/models/java/src/org/openda/models/river1/River1StochModelInstance.java b/models/java/src/org/openda/models/river1/River1StochModelInstance.java
index 9d3f9eb62..c70e3ac59 100644
--- a/models/java/src/org/openda/models/river1/River1StochModelInstance.java
+++ b/models/java/src/org/openda/models/river1/River1StochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.river1;
import org.openda.interfaces.IExchangeItem;
diff --git a/models/java/src/org/openda/models/rmiModel/IRmiIStochModel.java b/models/java/src/org/openda/models/rmiModel/IRmiIStochModel.java
index 806fbd0cc..13548731a 100644
--- a/models/java/src/org/openda/models/rmiModel/IRmiIStochModel.java
+++ b/models/java/src/org/openda/models/rmiModel/IRmiIStochModel.java
@@ -1,22 +1,22 @@
-/* MOD_V1.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.rmiModel;
diff --git a/models/java/src/org/openda/models/rmiModel/RmiClientStochModelFactory.java b/models/java/src/org/openda/models/rmiModel/RmiClientStochModelFactory.java
index 3c9f1e881..5dd6d485d 100644
--- a/models/java/src/org/openda/models/rmiModel/RmiClientStochModelFactory.java
+++ b/models/java/src/org/openda/models/rmiModel/RmiClientStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2011 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.rmiModel;
diff --git a/models/java/src/org/openda/models/rmiModel/RmiClientStochModelInstance.java b/models/java/src/org/openda/models/rmiModel/RmiClientStochModelInstance.java
index bcdd0458a..fdf0aa2c7 100644
--- a/models/java/src/org/openda/models/rmiModel/RmiClientStochModelInstance.java
+++ b/models/java/src/org/openda/models/rmiModel/RmiClientStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2011 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.rmiModel;
diff --git a/models/java/src/org/openda/models/rmiModel/Server.java b/models/java/src/org/openda/models/rmiModel/Server.java
index e47628cc5..088d24895 100644
--- a/models/java/src/org/openda/models/rmiModel/Server.java
+++ b/models/java/src/org/openda/models/rmiModel/Server.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.rmiModel;
diff --git a/models/java/src/org/openda/models/simpleModel/SimpleOscillatorStochModelFactory.java b/models/java/src/org/openda/models/simpleModel/SimpleOscillatorStochModelFactory.java
index f6e136b7a..f765412f1 100644
--- a/models/java/src/org/openda/models/simpleModel/SimpleOscillatorStochModelFactory.java
+++ b/models/java/src/org/openda/models/simpleModel/SimpleOscillatorStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.simpleModel;
import org.openda.interfaces.IStochModelInstance;
import org.openda.interfaces.IStochModelPostProcessor;
diff --git a/models/java/src/org/openda/models/simpleModel/SimpleOscillatorStochModelInstance.java b/models/java/src/org/openda/models/simpleModel/SimpleOscillatorStochModelInstance.java
index 99b6eafe0..289e294ec 100644
--- a/models/java/src/org/openda/models/simpleModel/SimpleOscillatorStochModelInstance.java
+++ b/models/java/src/org/openda/models/simpleModel/SimpleOscillatorStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.simpleModel;
/**
diff --git a/models/java/src/org/openda/models/simpleModel/SimpleStochModelFactory.java b/models/java/src/org/openda/models/simpleModel/SimpleStochModelFactory.java
index a5ce73d57..559dbc2b3 100644
--- a/models/java/src/org/openda/models/simpleModel/SimpleStochModelFactory.java
+++ b/models/java/src/org/openda/models/simpleModel/SimpleStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.simpleModel;
import org.openda.interfaces.IStochModelFactory;
import org.openda.interfaces.IStochModelInstance;
diff --git a/models/java/src/org/openda/models/simpleModel/SimpleStochModelInstance.java b/models/java/src/org/openda/models/simpleModel/SimpleStochModelInstance.java
index ac0719bc6..08f92f57c 100644
--- a/models/java/src/org/openda/models/simpleModel/SimpleStochModelInstance.java
+++ b/models/java/src/org/openda/models/simpleModel/SimpleStochModelInstance.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/models/java/src/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelFactory.java b/models/java/src/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelFactory.java
index 5f19a604c..10315a121 100644
--- a/models/java/src/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelFactory.java
+++ b/models/java/src/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.simultaneousGroupModel;
import org.openda.interfaces.IStochModelFactory;
import org.openda.interfaces.IStochModelInstance;
diff --git a/models/java/src/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelInstance.java b/models/java/src/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelInstance.java
index bd94635d8..ae045d016 100644
--- a/models/java/src/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelInstance.java
+++ b/models/java/src/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.simultaneousGroupModel;
/**
diff --git a/models/java/src/org/openda/models/smootherModel/smootherModelFactory.java b/models/java/src/org/openda/models/smootherModel/smootherModelFactory.java
index 70adf3713..9b1b1382d 100644
--- a/models/java/src/org/openda/models/smootherModel/smootherModelFactory.java
+++ b/models/java/src/org/openda/models/smootherModel/smootherModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.smootherModel;
import org.openda.blackbox.wrapper.BBStochModelFactory;
import org.openda.interfaces.IStochModelFactory;
diff --git a/models/java/src/org/openda/models/smootherModel/smootherModelInstance.java b/models/java/src/org/openda/models/smootherModel/smootherModelInstance.java
index a5a8cd952..96cf2e4d1 100644
--- a/models/java/src/org/openda/models/smootherModel/smootherModelInstance.java
+++ b/models/java/src/org/openda/models/smootherModel/smootherModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.smootherModel;
import org.openda.localization.LocalizationDomainsSimpleModel;
diff --git a/models/java/src/org/openda/models/threadModel/ThreadStochModelAdmin.java b/models/java/src/org/openda/models/threadModel/ThreadStochModelAdmin.java
index af3dccc5c..3105a8f82 100644
--- a/models/java/src/org/openda/models/threadModel/ThreadStochModelAdmin.java
+++ b/models/java/src/org/openda/models/threadModel/ThreadStochModelAdmin.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.threadModel;
/**
diff --git a/models/java/src/org/openda/models/threadModel/ThreadStochModelAxpyOnState.java b/models/java/src/org/openda/models/threadModel/ThreadStochModelAxpyOnState.java
index 559cc6a71..ad609b349 100644
--- a/models/java/src/org/openda/models/threadModel/ThreadStochModelAxpyOnState.java
+++ b/models/java/src/org/openda/models/threadModel/ThreadStochModelAxpyOnState.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.threadModel;
import org.openda.interfaces.IStochModelInstance;
import org.openda.interfaces.IVector;
diff --git a/models/java/src/org/openda/models/threadModel/ThreadStochModelCompute.java b/models/java/src/org/openda/models/threadModel/ThreadStochModelCompute.java
index 59118701b..fc034c757 100644
--- a/models/java/src/org/openda/models/threadModel/ThreadStochModelCompute.java
+++ b/models/java/src/org/openda/models/threadModel/ThreadStochModelCompute.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.threadModel;
import org.openda.interfaces.IStochModelInstance;
diff --git a/models/java/src/org/openda/models/threadModel/ThreadStochModelFactory.java b/models/java/src/org/openda/models/threadModel/ThreadStochModelFactory.java
index 29deb69cd..288c87a93 100644
--- a/models/java/src/org/openda/models/threadModel/ThreadStochModelFactory.java
+++ b/models/java/src/org/openda/models/threadModel/ThreadStochModelFactory.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.threadModel;
import org.openda.blackbox.interfaces.ITimeHorizonConsumer;
diff --git a/models/java/src/org/openda/models/threadModel/ThreadStochModelFinish.java b/models/java/src/org/openda/models/threadModel/ThreadStochModelFinish.java
index 9cfe30e57..c8359bcb4 100644
--- a/models/java/src/org/openda/models/threadModel/ThreadStochModelFinish.java
+++ b/models/java/src/org/openda/models/threadModel/ThreadStochModelFinish.java
@@ -1,5 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.threadModel;
-
import org.openda.interfaces.IStochModelInstance;
public class ThreadStochModelFinish extends Thread {
diff --git a/models/java/src/org/openda/models/threadModel/ThreadStochModelGetState.java b/models/java/src/org/openda/models/threadModel/ThreadStochModelGetState.java
index e6b2737bf..9804b1d07 100644
--- a/models/java/src/org/openda/models/threadModel/ThreadStochModelGetState.java
+++ b/models/java/src/org/openda/models/threadModel/ThreadStochModelGetState.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.threadModel;
import org.openda.interfaces.IStochModelInstance;
import org.openda.interfaces.IVector;
diff --git a/models/java/src/org/openda/models/threadModel/ThreadStochModelInstance.java b/models/java/src/org/openda/models/threadModel/ThreadStochModelInstance.java
index 1045ec8e1..4d57e902b 100644
--- a/models/java/src/org/openda/models/threadModel/ThreadStochModelInstance.java
+++ b/models/java/src/org/openda/models/threadModel/ThreadStochModelInstance.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2010 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.threadModel;
import org.openda.interfaces.*;
diff --git a/models/java/test/org/openda/models/biasAwareObservations/BiasAwareModelTest.java b/models/java/test/org/openda/models/biasAwareObservations/BiasAwareModelTest.java
index 0f93805cf..c0b3cc505 100644
--- a/models/java/test/org/openda/models/biasAwareObservations/BiasAwareModelTest.java
+++ b/models/java/test/org/openda/models/biasAwareObservations/BiasAwareModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.biasAwareObservations;
diff --git a/models/java/test/org/openda/models/doublePendulum/DoublePendulumModelTest.java b/models/java/test/org/openda/models/doublePendulum/DoublePendulumModelTest.java
index e26e81440..74b613fd6 100644
--- a/models/java/test/org/openda/models/doublePendulum/DoublePendulumModelTest.java
+++ b/models/java/test/org/openda/models/doublePendulum/DoublePendulumModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.doublePendulum;
/**
diff --git a/models/java/test/org/openda/models/lorenz/LorenzModelTest.java b/models/java/test/org/openda/models/lorenz/LorenzModelTest.java
index 39879e190..0b39de552 100644
--- a/models/java/test/org/openda/models/lorenz/LorenzModelTest.java
+++ b/models/java/test/org/openda/models/lorenz/LorenzModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.lorenz;
/**
diff --git a/models/java/test/org/openda/models/lorenz96/Lorenz96ModelTest.java b/models/java/test/org/openda/models/lorenz96/Lorenz96ModelTest.java
index e94c91522..0d93a5ae9 100644
--- a/models/java/test/org/openda/models/lorenz96/Lorenz96ModelTest.java
+++ b/models/java/test/org/openda/models/lorenz96/Lorenz96ModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.lorenz96;
/**
diff --git a/models/java/test/org/openda/models/oscillator/OscillatorModelTest.java b/models/java/test/org/openda/models/oscillator/OscillatorModelTest.java
index 5045bcb82..99a55e433 100644
--- a/models/java/test/org/openda/models/oscillator/OscillatorModelTest.java
+++ b/models/java/test/org/openda/models/oscillator/OscillatorModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.oscillator;
/**
diff --git a/models/java/test/org/openda/models/river1/River1ModelTest.java b/models/java/test/org/openda/models/river1/River1ModelTest.java
index f71621374..5340287b9 100644
--- a/models/java/test/org/openda/models/river1/River1ModelTest.java
+++ b/models/java/test/org/openda/models/river1/River1ModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.river1;
import junit.framework.TestCase;
import org.openda.interfaces.IStochModelFactory;
diff --git a/models/java/test/org/openda/models/simpleModel/SimpleModelTest.java b/models/java/test/org/openda/models/simpleModel/SimpleModelTest.java
index 4906d0f31..e7c1d7437 100644
--- a/models/java/test/org/openda/models/simpleModel/SimpleModelTest.java
+++ b/models/java/test/org/openda/models/simpleModel/SimpleModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.simpleModel;
/**
diff --git a/models/java/test/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelTest.java b/models/java/test/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelTest.java
index 45d08f339..5b7f595af 100644
--- a/models/java/test/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelTest.java
+++ b/models/java/test/org/openda/models/simultaneousGroupModel/SimultaneousGroupStochModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.simultaneousGroupModel;
/**
diff --git a/models/java/test/org/openda/models/threadModel/threadModelTest.java b/models/java/test/org/openda/models/threadModel/threadModelTest.java
index d49658786..d5a5e854c 100644
--- a/models/java/test/org/openda/models/threadModel/threadModelTest.java
+++ b/models/java/test/org/openda/models/threadModel/threadModelTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.models.threadModel;
import junit.framework.TestCase;
import org.openda.interfaces.IStochModelFactory;
diff --git a/module_template/java/src/org/openda/NothingUseful.java b/module_template/java/src/org/openda/NothingUseful.java
index cc0cf6c32..f778a5d51 100644
--- a/module_template/java/src/org/openda/NothingUseful.java
+++ b/module_template/java/src/org/openda/NothingUseful.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
public class NothingUseful {
diff --git a/module_template/java/test/org/openda/NothingUsefulTest.java b/module_template/java/test/org/openda/NothingUsefulTest.java
index 02599a524..e33c9cc29 100644
--- a/module_template/java/test/org/openda/NothingUsefulTest.java
+++ b/module_template/java/test/org/openda/NothingUsefulTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda;
import junit.framework.TestCase;
import org.openda.NothingUseful;
diff --git a/observers/java/src/org/openda/observers/CsvObservationDescriptions.java b/observers/java/src/org/openda/observers/CsvObservationDescriptions.java
index 0d29bb698..75c329fde 100644
--- a/observers/java/src/org/openda/observers/CsvObservationDescriptions.java
+++ b/observers/java/src/org/openda/observers/CsvObservationDescriptions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
diff --git a/observers/java/src/org/openda/observers/CsvStochObserver.java b/observers/java/src/org/openda/observers/CsvStochObserver.java
index f99cc08e8..369d3e9f4 100644
--- a/observers/java/src/org/openda/observers/CsvStochObserver.java
+++ b/observers/java/src/org/openda/observers/CsvStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.interfaces.*;
import org.openda.interfaces.IObservationDescriptions;
diff --git a/observers/java/src/org/openda/observers/DischargeDependentSelector.java b/observers/java/src/org/openda/observers/DischargeDependentSelector.java
index 0d9075091..5d4941a8b 100644
--- a/observers/java/src/org/openda/observers/DischargeDependentSelector.java
+++ b/observers/java/src/org/openda/observers/DischargeDependentSelector.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.interfaces.ISelector;
import org.openda.interfaces.IVector;
diff --git a/observers/java/src/org/openda/observers/GroupObservationDesrciptions.java b/observers/java/src/org/openda/observers/GroupObservationDesrciptions.java
index 9d35908c7..5397ce802 100644
--- a/observers/java/src/org/openda/observers/GroupObservationDesrciptions.java
+++ b/observers/java/src/org/openda/observers/GroupObservationDesrciptions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import java.util.ArrayList;
import java.util.Collection;
diff --git a/observers/java/src/org/openda/observers/GroupStochObserver.java b/observers/java/src/org/openda/observers/GroupStochObserver.java
index 294bdb904..53544c4b9 100644
--- a/observers/java/src/org/openda/observers/GroupStochObserver.java
+++ b/observers/java/src/org/openda/observers/GroupStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.interfaces.*;
import org.openda.utils.ConfigTree;
diff --git a/observers/java/src/org/openda/observers/IoObjectStochObserver.java b/observers/java/src/org/openda/observers/IoObjectStochObserver.java
index c7a1224b8..040462e85 100644
--- a/observers/java/src/org/openda/observers/IoObjectStochObserver.java
+++ b/observers/java/src/org/openda/observers/IoObjectStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.blackbox.config.BBUtils;
diff --git a/observers/java/src/org/openda/observers/IoObjectStochObserverConfig.java b/observers/java/src/org/openda/observers/IoObjectStochObserverConfig.java
index e41a0a94d..bf58c7387 100644
--- a/observers/java/src/org/openda/observers/IoObjectStochObserverConfig.java
+++ b/observers/java/src/org/openda/observers/IoObjectStochObserverConfig.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import java.io.File;
diff --git a/observers/java/src/org/openda/observers/IoObjectStochObserverConfigReader.java b/observers/java/src/org/openda/observers/IoObjectStochObserverConfigReader.java
index a856777e7..c1b4471cc 100644
--- a/observers/java/src/org/openda/observers/IoObjectStochObserverConfigReader.java
+++ b/observers/java/src/org/openda/observers/IoObjectStochObserverConfigReader.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.observers.io.castorgenerated.IoObjectStochObserverXML;
diff --git a/observers/java/src/org/openda/observers/MeerpeilStochObserver.java b/observers/java/src/org/openda/observers/MeerpeilStochObserver.java
index d56aababf..0bc299502 100644
--- a/observers/java/src/org/openda/observers/MeerpeilStochObserver.java
+++ b/observers/java/src/org/openda/observers/MeerpeilStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.exchange.timeseries.TimeSeries;
@@ -123,4 +123,4 @@ public void initialize(File workingDir, String[] arguments){
setSeries(Meerpeil);
}
}
-}
\ No newline at end of file
+}
diff --git a/observers/java/src/org/openda/observers/NonMissingStochObserverExchangeItem.java b/observers/java/src/org/openda/observers/NonMissingStochObserverExchangeItem.java
index cd856e520..521dbf376 100644
--- a/observers/java/src/org/openda/observers/NonMissingStochObserverExchangeItem.java
+++ b/observers/java/src/org/openda/observers/NonMissingStochObserverExchangeItem.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.interfaces.*;
diff --git a/observers/java/src/org/openda/observers/NoosTimeSeriesStochObserver.java b/observers/java/src/org/openda/observers/NoosTimeSeriesStochObserver.java
index f16778079..03f29ad8c 100644
--- a/observers/java/src/org/openda/observers/NoosTimeSeriesStochObserver.java
+++ b/observers/java/src/org/openda/observers/NoosTimeSeriesStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.exchange.timeseries.NoosTimeSeriesFormatter;
diff --git a/observers/java/src/org/openda/observers/ObserverUtils.java b/observers/java/src/org/openda/observers/ObserverUtils.java
index 73cbc38f7..0ba134e01 100644
--- a/observers/java/src/org/openda/observers/ObserverUtils.java
+++ b/observers/java/src/org/openda/observers/ObserverUtils.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import java.util.ArrayList;
import java.util.List;
diff --git a/observers/java/src/org/openda/observers/SerializableObservationDescriptions.java b/observers/java/src/org/openda/observers/SerializableObservationDescriptions.java
index 6b0745e44..1adef5f4d 100644
--- a/observers/java/src/org/openda/observers/SerializableObservationDescriptions.java
+++ b/observers/java/src/org/openda/observers/SerializableObservationDescriptions.java
@@ -1,23 +1,23 @@
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
import org.openda.interfaces.IObservationDescriptions;
import org.openda.interfaces.IPrevExchangeItem;
diff --git a/observers/java/src/org/openda/observers/TimeSeriesFormatterStochObserver.java b/observers/java/src/org/openda/observers/TimeSeriesFormatterStochObserver.java
index 61a7f0aaf..a3b19440f 100644
--- a/observers/java/src/org/openda/observers/TimeSeriesFormatterStochObserver.java
+++ b/observers/java/src/org/openda/observers/TimeSeriesFormatterStochObserver.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.exchange.timeseries.TimeSeries;
diff --git a/observers/java/src/org/openda/observers/TimeSeriesObservationDescriptions.java b/observers/java/src/org/openda/observers/TimeSeriesObservationDescriptions.java
index 964a1a2a1..f17638e2a 100644
--- a/observers/java/src/org/openda/observers/TimeSeriesObservationDescriptions.java
+++ b/observers/java/src/org/openda/observers/TimeSeriesObservationDescriptions.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.interfaces.IObservationDescriptions;
import org.openda.interfaces.ITime;
diff --git a/observers/java/src/org/openda/observers/TimeSeriesStochObserver.java b/observers/java/src/org/openda/observers/TimeSeriesStochObserver.java
index dd549b258..cd0137651 100644
--- a/observers/java/src/org/openda/observers/TimeSeriesStochObserver.java
+++ b/observers/java/src/org/openda/observers/TimeSeriesStochObserver.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/observers/java/test/org/openda/observers/CsvStochObserverTest.java b/observers/java/test/org/openda/observers/CsvStochObserverTest.java
index a38bde5bc..8ac837802 100644
--- a/observers/java/test/org/openda/observers/CsvStochObserverTest.java
+++ b/observers/java/test/org/openda/observers/CsvStochObserverTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import junit.framework.TestCase;
import org.openda.interfaces.*;
diff --git a/observers/java/test/org/openda/observers/GroupStochObserverTest.java b/observers/java/test/org/openda/observers/GroupStochObserverTest.java
index 8c2fc051e..f00684a08 100644
--- a/observers/java/test/org/openda/observers/GroupStochObserverTest.java
+++ b/observers/java/test/org/openda/observers/GroupStochObserverTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import junit.framework.TestCase;
diff --git a/observers/java/test/org/openda/observers/IoObjectNetCdfStochObserverTest.java b/observers/java/test/org/openda/observers/IoObjectNetCdfStochObserverTest.java
index 2993c4fce..f04a2fb28 100644
--- a/observers/java/test/org/openda/observers/IoObjectNetCdfStochObserverTest.java
+++ b/observers/java/test/org/openda/observers/IoObjectNetCdfStochObserverTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import junit.framework.TestCase;
diff --git a/observers/java/test/org/openda/observers/NoosStochObserverStatisticsTest.java b/observers/java/test/org/openda/observers/NoosStochObserverStatisticsTest.java
index ca1e36e67..40e0efa91 100644
--- a/observers/java/test/org/openda/observers/NoosStochObserverStatisticsTest.java
+++ b/observers/java/test/org/openda/observers/NoosStochObserverStatisticsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import junit.framework.TestCase;
import org.openda.interfaces.IObservationDescriptions;
diff --git a/observers/java/test/org/openda/observers/NoosStochObserverTest.java b/observers/java/test/org/openda/observers/NoosStochObserverTest.java
index 6df984a02..a65e5b1ef 100644
--- a/observers/java/test/org/openda/observers/NoosStochObserverTest.java
+++ b/observers/java/test/org/openda/observers/NoosStochObserverTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/observers/java/test/org/openda/observers/ObserverUtilsTest.java b/observers/java/test/org/openda/observers/ObserverUtilsTest.java
index d7cf330d5..7ec2bf2f1 100644
--- a/observers/java/test/org/openda/observers/ObserverUtilsTest.java
+++ b/observers/java/test/org/openda/observers/ObserverUtilsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import junit.framework.TestCase;
import org.openda.interfaces.IStochObserver;
diff --git a/observers/java/test/org/openda/observers/StatisticsTest.java b/observers/java/test/org/openda/observers/StatisticsTest.java
index 9a4e0caa6..8b45ebf3f 100644
--- a/observers/java/test/org/openda/observers/StatisticsTest.java
+++ b/observers/java/test/org/openda/observers/StatisticsTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import junit.framework.TestCase;
import org.openda.interfaces.IPrevExchangeItem;
diff --git a/observers/java/test/org/openda/observers/StochTreeVectorTest.java b/observers/java/test/org/openda/observers/StochTreeVectorTest.java
index 3ec9952f3..e5ffdd073 100644
--- a/observers/java/test/org/openda/observers/StochTreeVectorTest.java
+++ b/observers/java/test/org/openda/observers/StochTreeVectorTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2010 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/observers/java/test/org/openda/observers/StochVectorTest.java b/observers/java/test/org/openda/observers/StochVectorTest.java
index c9e9854ab..d3a8c3904 100644
--- a/observers/java/test/org/openda/observers/StochVectorTest.java
+++ b/observers/java/test/org/openda/observers/StochVectorTest.java
@@ -1,19 +1,19 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
- *
- * This file is part of OpenDA.
- *
- * OpenDA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of
- * the License, or (at your option) any later version.
- *
- * OpenDA is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
* You should have received a copy of the GNU Lesser General Public License
* along with OpenDA. If not, see .
*/
diff --git a/observers/java/test/org/openda/observers/TimeSeriesFormatterStochObserverTest.java b/observers/java/test/org/openda/observers/TimeSeriesFormatterStochObserverTest.java
index e41ee7bcc..275de35fb 100644
--- a/observers/java/test/org/openda/observers/TimeSeriesFormatterStochObserverTest.java
+++ b/observers/java/test/org/openda/observers/TimeSeriesFormatterStochObserverTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2012 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/observers/java/test/org/openda/observers/TimeSeriesStochObserverTest.java b/observers/java/test/org/openda/observers/TimeSeriesStochObserverTest.java
index 65ab203fe..fe0badc9d 100644
--- a/observers/java/test/org/openda/observers/TimeSeriesStochObserverTest.java
+++ b/observers/java/test/org/openda/observers/TimeSeriesStochObserverTest.java
@@ -1,22 +1,22 @@
-/* MOD_V2.0
-* Copyright (c) 2012 OpenDA Association
-* All rights reserved.
-*
-* This file is part of OpenDA.
-*
-* OpenDA is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation, either version 3 of
-* the License, or (at your option) any later version.
-*
-* OpenDA is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with OpenDA. If not, see .
-*/
+/*
+ * Copyright (c) 2019 OpenDA Association
+ * All rights reserved.
+ *
+ * This file is part of OpenDA.
+ *
+ * OpenDA is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * OpenDA is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with OpenDA. If not, see .
+ */
package org.openda.observers;
import org.openda.exchange.timeseries.TimeSeries;
import org.openda.interfaces.*;
diff --git a/wrapper_utils/java/src/org/openda/wrapper_utils/io/SpaceVaryingWindAndPressureFile.java b/wrapper_utils/java/src/org/openda/wrapper_utils/io/SpaceVaryingWindAndPressureFile.java
index e85455e0f..42c517ff9 100644
--- a/wrapper_utils/java/src/org/openda/wrapper_utils/io/SpaceVaryingWindAndPressureFile.java
+++ b/wrapper_utils/java/src/org/openda/wrapper_utils/io/SpaceVaryingWindAndPressureFile.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
diff --git a/wrapper_utils/java/test/org/openda/wrapper_utils/io/SpaceVaryingWindAndPressureTest.java b/wrapper_utils/java/test/org/openda/wrapper_utils/io/SpaceVaryingWindAndPressureTest.java
index e4a81cb75..057a4bd02 100644
--- a/wrapper_utils/java/test/org/openda/wrapper_utils/io/SpaceVaryingWindAndPressureTest.java
+++ b/wrapper_utils/java/test/org/openda/wrapper_utils/io/SpaceVaryingWindAndPressureTest.java
@@ -1,5 +1,5 @@
-/* MOD_V2.0
- * Copyright (c) 2016 OpenDA Association
+/*
+ * Copyright (c) 2019 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
@@ -53,4 +53,4 @@ public void testAmuFile() {
SpaceVaryingWindAndPressureFile svwpFile = new SpaceVaryingWindAndPressureFile(amuFile);
assertEquals(svwpFile.getN_cols(), 26);
}
-}
\ No newline at end of file
+}