diff --git a/Applications/ApplicationsLib/LinearSolverLibrarySetup.h b/Applications/ApplicationsLib/LinearSolverLibrarySetup.h index 7c29259afb8da307f64d3b959d5f1b4bbf59499f..0a54d6bfeebd92926865fb4ff98d385ac0664659 100644 --- a/Applications/ApplicationsLib/LinearSolverLibrarySetup.h +++ b/Applications/ApplicationsLib/LinearSolverLibrarySetup.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/ApplicationsLib/LogogSetup.h b/Applications/ApplicationsLib/LogogSetup.h index 33561a445677c2fc03edddc47bbc97bf0b913262..7f4bd524a420c8ffb3b10c86b3a2dd1cbd19117a 100644 --- a/Applications/ApplicationsLib/LogogSetup.h +++ b/Applications/ApplicationsLib/LogogSetup.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/ApplicationsLib/ProjectData.cpp b/Applications/ApplicationsLib/ProjectData.cpp index 93398f45340adfd1e2977d46f8b52c834ddd8621..25bd20b0ffffdec4a2479a728a629d470f6cbd31 100644 --- a/Applications/ApplicationsLib/ProjectData.cpp +++ b/Applications/ApplicationsLib/ProjectData.cpp @@ -4,7 +4,7 @@ * \brief Implementation of the project data class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/ApplicationsLib/ProjectData.h b/Applications/ApplicationsLib/ProjectData.h index a537af688a88bc615a1e58a25abcdedce75bd3d9..2fbf73f076049e162d7e6a6cb92a828652a9d57c 100644 --- a/Applications/ApplicationsLib/ProjectData.h +++ b/Applications/ApplicationsLib/ProjectData.h @@ -3,7 +3,7 @@ * \date 2010-08-25 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/CLI/ogs.cpp b/Applications/CLI/ogs.cpp index 9abde75430872d60b8be9a0c0964622291a77d8d..fb355641dfcd5f101f1fa817254a83082ed03f51 100644 --- a/Applications/CLI/ogs.cpp +++ b/Applications/CLI/ogs.cpp @@ -3,7 +3,7 @@ * \brief Implementation of OpenGeoSys simulation application * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) { // Parse CLI arguments. TCLAP::CmdLine cmd("OpenGeoSys-6 software.\n" - "Copyright (c) 2012-2015, OpenGeoSys Community " + "Copyright (c) 2012-2016, OpenGeoSys Community " "(http://www.opengeosys.org) " "Distributed under a Modified BSD License. " "See accompanying file LICENSE.txt or " diff --git a/Applications/DataExplorer/Base/CheckboxDelegate.cpp b/Applications/DataExplorer/Base/CheckboxDelegate.cpp index 7a3a4243218d77d77149931e57e4f0bb62bae07d..2724e6136beb5ab96fa8ac99cb65c9da42eafef7 100644 --- a/Applications/DataExplorer/Base/CheckboxDelegate.cpp +++ b/Applications/DataExplorer/Base/CheckboxDelegate.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CheckboxDelegate class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/CheckboxDelegate.h b/Applications/DataExplorer/Base/CheckboxDelegate.h index 8abd1bd5d617e357435f35746ed8988a1e293010..2b77ff70f88ed68aee144bd92cb794975b1c7751 100644 --- a/Applications/DataExplorer/Base/CheckboxDelegate.h +++ b/Applications/DataExplorer/Base/CheckboxDelegate.h @@ -5,7 +5,7 @@ * \brief Definition of the CheckboxDelegate class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/Color.cpp b/Applications/DataExplorer/Base/Color.cpp index 6aa80d137314c63e545b789d6186c7040e10db68..86ef374203aa42084a7be21ee847ba31015b4bab 100644 --- a/Applications/DataExplorer/Base/Color.cpp +++ b/Applications/DataExplorer/Base/Color.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Color class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/Color.h b/Applications/DataExplorer/Base/Color.h index 3c852a8ec93f5f7c6cb864ca96677ab9ac9fee89..deeac095ec1a66b540e291daa0774701f2447454 100644 --- a/Applications/DataExplorer/Base/Color.h +++ b/Applications/DataExplorer/Base/Color.h @@ -5,7 +5,7 @@ * \brief Definition of the Color class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/ColorPickerPushButton.cpp b/Applications/DataExplorer/Base/ColorPickerPushButton.cpp index d4e69815b309c663476575154cdb546083a6fe80..f1b878f1bd79e40fc7610dc56721331d9caa0d78 100644 --- a/Applications/DataExplorer/Base/ColorPickerPushButton.cpp +++ b/Applications/DataExplorer/Base/ColorPickerPushButton.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ColorPickerPushButton class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/ColorPickerPushButton.h b/Applications/DataExplorer/Base/ColorPickerPushButton.h index f02121769f9786670fd626b008bc127f703ba225..395f6e09b7fe72a85c39feb497eb8f4f3f2f20f1 100644 --- a/Applications/DataExplorer/Base/ColorPickerPushButton.h +++ b/Applications/DataExplorer/Base/ColorPickerPushButton.h @@ -5,7 +5,7 @@ * \brief Definition of the ColorPickerPushButton class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/LastSavedFileDirectory.h b/Applications/DataExplorer/Base/LastSavedFileDirectory.h index 7a0fbfb9e41c2b8e617314bce7dc5b8e4ab1d956..b22ab2f126a8d8a2258cfbe871e3bc6d90031a21 100644 --- a/Applications/DataExplorer/Base/LastSavedFileDirectory.h +++ b/Applications/DataExplorer/Base/LastSavedFileDirectory.h @@ -5,7 +5,7 @@ * \brief Manages the last directory used for saving a file * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/OGSError.cpp b/Applications/DataExplorer/Base/OGSError.cpp index 270cc91119c36fad5c1db3934745913a2041fa4f..dcd5c7da958b92c1d16617afae030af0aed58142 100644 --- a/Applications/DataExplorer/Base/OGSError.cpp +++ b/Applications/DataExplorer/Base/OGSError.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the OGSError class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/OGSError.h b/Applications/DataExplorer/Base/OGSError.h index 4f0464afccef235f93bfcf44b93111c95847ed21..fb5e486e2d32cfb766c8be7393e4c2dbaa0125b5 100644 --- a/Applications/DataExplorer/Base/OGSError.h +++ b/Applications/DataExplorer/Base/OGSError.h @@ -5,7 +5,7 @@ * \brief Definition of the OGSError class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.cpp b/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.cpp index aba58351ecf93affeb663764b97750b2f9108012..700ddc7d995935535d0ece85d8cba1a9fddc51c4 100644 --- a/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.cpp +++ b/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QNonScalableGraphicsTextItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.h b/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.h index 80bff494064b89fd23b162131cebe76b868c8b37..6cfb88ea87fd1b260e85d47968575deb19a368e3 100644 --- a/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.h +++ b/Applications/DataExplorer/Base/QNonScalableGraphicsTextItem.h @@ -5,7 +5,7 @@ * \brief Definition of the QNonScalableGraphicsTextItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/QValueTooltipSlider.cpp b/Applications/DataExplorer/Base/QValueTooltipSlider.cpp index bd534c950c998fa05abd7fde3ac2c14a9e401ad3..850f7153080517d403df7924463a90cd12b8bf57 100644 --- a/Applications/DataExplorer/Base/QValueTooltipSlider.cpp +++ b/Applications/DataExplorer/Base/QValueTooltipSlider.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QValueTooltipSlider class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/QValueTooltipSlider.h b/Applications/DataExplorer/Base/QValueTooltipSlider.h index 4f9647b990fb043fc2583763e712b1e8f8f19376..e391f59236a21d9f8b466b8a0193fde4355ac9cd 100644 --- a/Applications/DataExplorer/Base/QValueTooltipSlider.h +++ b/Applications/DataExplorer/Base/QValueTooltipSlider.h @@ -5,7 +5,7 @@ * \brief Definition of the QValueTooltipSlider class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/RecentFiles.cpp b/Applications/DataExplorer/Base/RecentFiles.cpp index ca10a89abfa4909b08d9887bfba965c9e6bceb61..3f0a6a5cf63df22a06a6ffd34405feef4a720f62 100644 --- a/Applications/DataExplorer/Base/RecentFiles.cpp +++ b/Applications/DataExplorer/Base/RecentFiles.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the RecentFiles class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/RecentFiles.h b/Applications/DataExplorer/Base/RecentFiles.h index 706e8942d8ee3ce70b7915ca74133d4801353e7c..2528d4e42878f613ed58d78279bd3359a64fdef6 100644 --- a/Applications/DataExplorer/Base/RecentFiles.h +++ b/Applications/DataExplorer/Base/RecentFiles.h @@ -5,7 +5,7 @@ * \brief Definition of the RecentFiles class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/StrictDoubleValidator.h b/Applications/DataExplorer/Base/StrictDoubleValidator.h index 0c15b9b53cefbe9142deb2384da2effa3e218c55..1c190013b23d904fb40da569c882e22bb5e19d3f 100644 --- a/Applications/DataExplorer/Base/StrictDoubleValidator.h +++ b/Applications/DataExplorer/Base/StrictDoubleValidator.h @@ -5,7 +5,7 @@ * \brief Implementation of the StrictDoubleValidator class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/StrictIntValidator.h b/Applications/DataExplorer/Base/StrictIntValidator.h index 9b344137d911ffe83c0531f8f513a6ae6571b183..bd6a1a03c422e9e843939bf80498912c61d42a58 100644 --- a/Applications/DataExplorer/Base/StrictIntValidator.h +++ b/Applications/DataExplorer/Base/StrictIntValidator.h @@ -5,7 +5,7 @@ * \brief Definition of the StrictIntValidator class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeItem.cpp b/Applications/DataExplorer/Base/TreeItem.cpp index 988e566f0005268d6e00709f5f91abbb84413a97..cd52e0161c47c2bd714d508456da43bc8e4a0711 100644 --- a/Applications/DataExplorer/Base/TreeItem.cpp +++ b/Applications/DataExplorer/Base/TreeItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the TreeItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeItem.h b/Applications/DataExplorer/Base/TreeItem.h index 499c8186275172841232c27c2c4737eceedd48b2..12b24abee14052a8fc4d6d0c16522405a693318a 100644 --- a/Applications/DataExplorer/Base/TreeItem.h +++ b/Applications/DataExplorer/Base/TreeItem.h @@ -5,7 +5,7 @@ * \brief Definition of the TreeItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeModel.cpp b/Applications/DataExplorer/Base/TreeModel.cpp index 70deae8beb44aab1b7b49e18356872dc27231a54..43a0470455f4031d58c50ac6e0b536ac22b0e837 100644 --- a/Applications/DataExplorer/Base/TreeModel.cpp +++ b/Applications/DataExplorer/Base/TreeModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the TreeModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeModel.h b/Applications/DataExplorer/Base/TreeModel.h index aff5565a33fdae53d01c2783a0209c172b0e242a..fd567ae7dffbaca52a1a245191c581365c5187a2 100644 --- a/Applications/DataExplorer/Base/TreeModel.h +++ b/Applications/DataExplorer/Base/TreeModel.h @@ -5,7 +5,7 @@ * \brief Definition of the TreeModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeModelIterator.cpp b/Applications/DataExplorer/Base/TreeModelIterator.cpp index 8ae5f18593c5804b66f6e02ad8d5910a9b477e11..14ecf344ca2f8d24c575544636a14d4a77bbc9bf 100644 --- a/Applications/DataExplorer/Base/TreeModelIterator.cpp +++ b/Applications/DataExplorer/Base/TreeModelIterator.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the TreeModelIterator class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/Base/TreeModelIterator.h b/Applications/DataExplorer/Base/TreeModelIterator.h index 4799cf2f5f4344651cf47246ec4640aaaa271c80..00a2b5cfc0b6354c2db859e6676c530695ead402 100644 --- a/Applications/DataExplorer/Base/TreeModelIterator.h +++ b/Applications/DataExplorer/Base/TreeModelIterator.h @@ -5,7 +5,7 @@ * \brief Definition of the TreeModelIterator class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/BaseItem.h b/Applications/DataExplorer/DataView/BaseItem.h index 3fca0411aebf1a81d2c1cb75b0adb1fe67c13f31..4aafa6f6d918c4ed3e6c7acc47f269f19cd60bfc 100644 --- a/Applications/DataExplorer/DataView/BaseItem.h +++ b/Applications/DataExplorer/DataView/BaseItem.h @@ -5,7 +5,7 @@ * \brief Definition of the BaseItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ColorTableModel.cpp b/Applications/DataExplorer/DataView/ColorTableModel.cpp index 22ff8e7d39105be8184d0022a372e998f6c8db96..0a5d7d4afcaa2e26fecab5a4e23b5665ae71e5f4 100644 --- a/Applications/DataExplorer/DataView/ColorTableModel.cpp +++ b/Applications/DataExplorer/DataView/ColorTableModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ColorTableModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ColorTableModel.h b/Applications/DataExplorer/DataView/ColorTableModel.h index 7bd49083b4186d7d53ecadb1f6c351e155e09edf..1e5458e476018eee7df53636eb603e0e2e81cabd 100644 --- a/Applications/DataExplorer/DataView/ColorTableModel.h +++ b/Applications/DataExplorer/DataView/ColorTableModel.h @@ -5,7 +5,7 @@ * \brief Definition of the ColorTableModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ColorTableView.cpp b/Applications/DataExplorer/DataView/ColorTableView.cpp index e13ccad989418b79bbcdb2722b15d0e3d22f1e46..4c41a263174a438e924fa9f182578c60d62c8d5e 100644 --- a/Applications/DataExplorer/DataView/ColorTableView.cpp +++ b/Applications/DataExplorer/DataView/ColorTableView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ColorTableView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ColorTableView.h b/Applications/DataExplorer/DataView/ColorTableView.h index 012a091411f8f49da0cc5eec5739f81edd8f02a0..3469aed50c99290deff1a8e1bff8ca08b3eb6a8d 100644 --- a/Applications/DataExplorer/DataView/ColorTableView.h +++ b/Applications/DataExplorer/DataView/ColorTableView.h @@ -5,7 +5,7 @@ * \brief Definition of the ColorTableView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/CondFromRasterDialog.cpp b/Applications/DataExplorer/DataView/CondFromRasterDialog.cpp index 9059b34df238df8e860b3975ef0ad6075874e123..b40bff323d66a3dc0db7e3fed95f8d2b2d9e4eff 100644 --- a/Applications/DataExplorer/DataView/CondFromRasterDialog.cpp +++ b/Applications/DataExplorer/DataView/CondFromRasterDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CondFromRasterDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/CondFromRasterDialog.h b/Applications/DataExplorer/DataView/CondFromRasterDialog.h index 19bb97687b4395c4d297c9db75f255d315b82534..eb9dc134d6fd2ca883089b43a0a874cc5b0c8a77 100644 --- a/Applications/DataExplorer/DataView/CondFromRasterDialog.h +++ b/Applications/DataExplorer/DataView/CondFromRasterDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the CondFromRasterDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/CondItem.h b/Applications/DataExplorer/DataView/CondItem.h index 004f16fb22ad9a3626097ada7e325bbd77904c29..528f72a03280d1cdf78737825476d286838c11a4 100644 --- a/Applications/DataExplorer/DataView/CondItem.h +++ b/Applications/DataExplorer/DataView/CondItem.h @@ -5,7 +5,7 @@ * \brief Definition of the CondItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/CondObjectListItem.h b/Applications/DataExplorer/DataView/CondObjectListItem.h index f2731da930f58a4727f974cbea34b32962cf1382..ec2dfacb58a27f699c4a64a29e2ecd5f7f495566 100644 --- a/Applications/DataExplorer/DataView/CondObjectListItem.h +++ b/Applications/DataExplorer/DataView/CondObjectListItem.h @@ -5,7 +5,7 @@ * \brief Definition of the CondObjectListItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp index 82f6070b01563a702ab2f25cb9e93c0eccf7f012..c776ad086cb8536cd0d08605a5a316bb623f6010 100644 --- a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp +++ b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DataExplorerSettingsDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h index 982e06bbfb95f6d15a55aa4743491a514a9ce632..87f2fcc74cff5ead623859f9dc1da362e55b9313 100644 --- a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h +++ b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the DataExplorerSettingsDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DetailWindow.cpp b/Applications/DataExplorer/DataView/DiagramView/DetailWindow.cpp index 75d06344eb313324e8c78cbb6acc90bf5e9facb4..05919a7db7fd1b727d96335a61cfb69c52f0bc0b 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DetailWindow.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DetailWindow.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DetailWindow class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DetailWindow.h b/Applications/DataExplorer/DataView/DiagramView/DetailWindow.h index 066667bdd7a716ea004177d3854c7d1c1a25abca..d75abcf26320f2dc453fd33f4e495cde5b10efe3 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DetailWindow.h +++ b/Applications/DataExplorer/DataView/DiagramView/DetailWindow.h @@ -5,7 +5,7 @@ * \brief Definition of the DetailWindow class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramList.cpp b/Applications/DataExplorer/DataView/DiagramView/DiagramList.cpp index 6eb7b9992df3eeeea5e4440f41c09e2e4f7a783e..0d64d16d2ab8742065ce07855dbd8a1508d2535e 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramList.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramList.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DiagramList class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramList.h b/Applications/DataExplorer/DataView/DiagramView/DiagramList.h index e0520439f0c1f23098de13308973b8384ebf8419..ae6fefc72bef412d651cbf9d51f5b0e19065593f 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramList.h +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramList.h @@ -5,7 +5,7 @@ * \brief Definition of the DiagramList class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.cpp b/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.cpp index 887c38454451757b57cf7cc6534773cc65dba159..36209a1e15440bc0eb92eeff48fad768555703a3 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DiagramPrefsDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.h b/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.h index 7e0be66c301eb1f3cc9bb8a8a8a61c5df7dd130a..cff6fab4ce501d1bb00b4e4d2718e42468a69b3b 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.h +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramPrefsDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the DiagramPrefsDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramScene.cpp b/Applications/DataExplorer/DataView/DiagramView/DiagramScene.cpp index 51405fe648fee3174d0b0b98c2ccfeffde28675e..97654913d920fa9eed9d334665d3005635af2ce6 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramScene.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramScene.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DiagramScene class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramScene.h b/Applications/DataExplorer/DataView/DiagramView/DiagramScene.h index 52e43dc0785c5cf34a4989ac81b573433bd6d191..8d0037f3afd2db18c9f824dd4279e8cc4885c299 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramScene.h +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramScene.h @@ -5,7 +5,7 @@ * \brief Definition of the DiagramScene class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramView.cpp b/Applications/DataExplorer/DataView/DiagramView/DiagramView.cpp index bbb0abb2664b6d3df11a54ba82353a833a1a48d0..399711b1e75c8282b36c72e64de78d0457701ddc 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramView.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DiagramView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/DiagramView.h b/Applications/DataExplorer/DataView/DiagramView/DiagramView.h index 66ecfec5878255b0c6b09e80844be6dd0ab423da..66d672116a872379c8d10f4f0ead61e584c2c55f 100644 --- a/Applications/DataExplorer/DataView/DiagramView/DiagramView.h +++ b/Applications/DataExplorer/DataView/DiagramView/DiagramView.h @@ -5,7 +5,7 @@ * \brief Definition of the DiagramView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/QArrow.cpp b/Applications/DataExplorer/DataView/DiagramView/QArrow.cpp index f3415fc53544bc626ca42ad19706fda4ad220088..17d308b4e91bf5f5a17457a9970769f0c72d2c63 100644 --- a/Applications/DataExplorer/DataView/DiagramView/QArrow.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/QArrow.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QArrow class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/QArrow.h b/Applications/DataExplorer/DataView/DiagramView/QArrow.h index 3398d1d66b2da372d483bc093324329e3d5b2ddf..1819a687eda48cd3341e6747b52d3d60087ae065 100644 --- a/Applications/DataExplorer/DataView/DiagramView/QArrow.h +++ b/Applications/DataExplorer/DataView/DiagramView/QArrow.h @@ -5,7 +5,7 @@ * \brief Definition of the QArrow class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.cpp b/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.cpp index ecd61d5dc8a1ff6837a08953607cf2d096a90f35..3825cff3afb2a2ad52507c0c641facfa7e85b652 100644 --- a/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.cpp +++ b/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QGraphicsGrid class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.h b/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.h index b6a9343bf25114186978988a4ae88a22b46e401f..962f064d5fdefdc73867db637ae650093f17db7b 100644 --- a/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.h +++ b/Applications/DataExplorer/DataView/DiagramView/QGraphicsGrid.h @@ -5,7 +5,7 @@ * \brief Definition of the QGraphicsGrid class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DirectConditionGenerator.cpp b/Applications/DataExplorer/DataView/DirectConditionGenerator.cpp index b2b6a3c15726df47e50d415b3d4dcb343b31bb78..4bbc1edf03a509a82ef8e6cff6819041fef88ce7 100644 --- a/Applications/DataExplorer/DataView/DirectConditionGenerator.cpp +++ b/Applications/DataExplorer/DataView/DirectConditionGenerator.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the DirectConditionGenerator class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/DirectConditionGenerator.h b/Applications/DataExplorer/DataView/DirectConditionGenerator.h index 38e0a3677358b7319a5316acdb6affec474afbe2..0ca6b966a425782fb35d6ba2bb8ca75b433bdf3a 100644 --- a/Applications/DataExplorer/DataView/DirectConditionGenerator.h +++ b/Applications/DataExplorer/DataView/DirectConditionGenerator.h @@ -5,7 +5,7 @@ * \brief Definition of the DirectConditionGenerator class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ElementTreeModel.cpp b/Applications/DataExplorer/DataView/ElementTreeModel.cpp index b8eca21c50f60755b57399aa9c22a308d420b3f1..d5ba6f688c0dd1eb33f476d6ee71b479a90878cf 100644 --- a/Applications/DataExplorer/DataView/ElementTreeModel.cpp +++ b/Applications/DataExplorer/DataView/ElementTreeModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementTreeModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ElementTreeModel.h b/Applications/DataExplorer/DataView/ElementTreeModel.h index 78dff9de48cc3b2560146d8c8c4371b196bc7689..7e640684afaf64e67430534f5e7152ff487e880a 100644 --- a/Applications/DataExplorer/DataView/ElementTreeModel.h +++ b/Applications/DataExplorer/DataView/ElementTreeModel.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementTreeModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ElementTreeView.cpp b/Applications/DataExplorer/DataView/ElementTreeView.cpp index 3b930e9264e1954d14729b3901a1187ffd2e6d25..451b22f9885e71ef05e60d17cb7b7ddbdb47e388 100644 --- a/Applications/DataExplorer/DataView/ElementTreeView.cpp +++ b/Applications/DataExplorer/DataView/ElementTreeView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementTreeView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ElementTreeView.h b/Applications/DataExplorer/DataView/ElementTreeView.h index 4a337aff9d356492fdf90990f6626714dc2b9b18..0c71110e6400ede696e209a28b865be51831702f 100644 --- a/Applications/DataExplorer/DataView/ElementTreeView.h +++ b/Applications/DataExplorer/DataView/ElementTreeView.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementTreeView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GEOModels.cpp b/Applications/DataExplorer/DataView/GEOModels.cpp index 3c45dd5cc8ba5369f4129c49e852ca7ec193b3e9..0b8320ab63ce9f8815d28b89e7c30d6b5882eb8d 100644 --- a/Applications/DataExplorer/DataView/GEOModels.cpp +++ b/Applications/DataExplorer/DataView/GEOModels.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GEOModels class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GEOModels.h b/Applications/DataExplorer/DataView/GEOModels.h index f22d8ca5c2d21bd10fcb49db00529f7a396f421c..1251897ab5a49bf7cd57748ea7baa167dadf1ddb 100644 --- a/Applications/DataExplorer/DataView/GEOModels.h +++ b/Applications/DataExplorer/DataView/GEOModels.h @@ -5,7 +5,7 @@ * \brief Definition of the GEOModels class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GMSHPrefsDialog.cpp b/Applications/DataExplorer/DataView/GMSHPrefsDialog.cpp index 2c6b30126bb6b6297cc348ff1fb25f71ed6da206..5530c41421463ded0e95846cefa0c5e60606260f 100644 --- a/Applications/DataExplorer/DataView/GMSHPrefsDialog.cpp +++ b/Applications/DataExplorer/DataView/GMSHPrefsDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSHPrefsDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GMSHPrefsDialog.h b/Applications/DataExplorer/DataView/GMSHPrefsDialog.h index 697ecd3a16f5a8ef65b6dc6b9de8ae52ec04d07c..e3f623b6ccbc3b39a0613b31660e4f22d1f89c31 100644 --- a/Applications/DataExplorer/DataView/GMSHPrefsDialog.h +++ b/Applications/DataExplorer/DataView/GMSHPrefsDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHPrefsDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoObjectListItem.h b/Applications/DataExplorer/DataView/GeoObjectListItem.h index 2b7b4390fadd4d81e583a4b168eb8c31d09c8d07..d5a42f467482f9504a132c96d285e522ee343f26 100644 --- a/Applications/DataExplorer/DataView/GeoObjectListItem.h +++ b/Applications/DataExplorer/DataView/GeoObjectListItem.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoObjectListItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.cpp b/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.cpp index 3404b6c22d2168027cd6458a75b45ea2c83cd9d3..223bd4f43e2cfa0a2fc1fda595ef7a9b2a133ff0 100644 --- a/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.cpp +++ b/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoOnMeshMappingDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.h b/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.h index 1a066fd998ffbbee5ef8f814f9aff2dde57cc556..f5301d08dfbfe3f2a8b8e8dce15cb94dae510408 100644 --- a/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.h +++ b/Applications/DataExplorer/DataView/GeoOnMeshMappingDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoOnMeshMappingDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTabWidget.cpp b/Applications/DataExplorer/DataView/GeoTabWidget.cpp index af8c1c475a740081c43f570329d15c2701389933..35b8b30b4bcfa7af1d27cdb39dec63835d44afce 100644 --- a/Applications/DataExplorer/DataView/GeoTabWidget.cpp +++ b/Applications/DataExplorer/DataView/GeoTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTabWidget.h b/Applications/DataExplorer/DataView/GeoTabWidget.h index 533b377c750319ffca66ffc19a978a0d2d0e5935..6a82b6ba820e45a50f7ccf1461c4bb3885f081d0 100644 --- a/Applications/DataExplorer/DataView/GeoTabWidget.h +++ b/Applications/DataExplorer/DataView/GeoTabWidget.h @@ -5,7 +5,7 @@ * \brief Implementation of the GeoTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeItem.h b/Applications/DataExplorer/DataView/GeoTreeItem.h index e97ae077b341c83cd2d2a0befa048f6585ee881e..f0550af92191fdcfbf9591f15712e504fdca13c0 100644 --- a/Applications/DataExplorer/DataView/GeoTreeItem.h +++ b/Applications/DataExplorer/DataView/GeoTreeItem.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoTreeItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeModel.cpp b/Applications/DataExplorer/DataView/GeoTreeModel.cpp index 556f329548ab49e1954f047142d19edadd1c0442..7920f84365a53f8c6cd3947edfe1e9d73b00b79f 100644 --- a/Applications/DataExplorer/DataView/GeoTreeModel.cpp +++ b/Applications/DataExplorer/DataView/GeoTreeModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoTreeModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeModel.h b/Applications/DataExplorer/DataView/GeoTreeModel.h index d6cb4f2e52f07312901b727e8f07d3466a0cf7ed..574c3ecd2bc77b0525052c42e0bbc648678d5275 100644 --- a/Applications/DataExplorer/DataView/GeoTreeModel.h +++ b/Applications/DataExplorer/DataView/GeoTreeModel.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoTreeModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeView.cpp b/Applications/DataExplorer/DataView/GeoTreeView.cpp index 6ebbd877c90a7ffd9318fa6b34ad0e9762a13631..fc24f53ce7bd773499f8242044d8857a4c7b5b15 100644 --- a/Applications/DataExplorer/DataView/GeoTreeView.cpp +++ b/Applications/DataExplorer/DataView/GeoTreeView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoTreeView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/GeoTreeView.h b/Applications/DataExplorer/DataView/GeoTreeView.h index e8242293ec6185881df96f54a5d1f579fa1cd7ae..bfda07f368b1ce2427983ef630f2f0b689852bdc 100644 --- a/Applications/DataExplorer/DataView/GeoTreeView.h +++ b/Applications/DataExplorer/DataView/GeoTreeView.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoTreeView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LicenseDialog.cpp b/Applications/DataExplorer/DataView/LicenseDialog.cpp index e144192e555a518ec6accaa1e33661d6da38b8f4..2b93c8c393593c09c1cf8f870e68f72e8c95e5be 100644 --- a/Applications/DataExplorer/DataView/LicenseDialog.cpp +++ b/Applications/DataExplorer/DataView/LicenseDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LicenseDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license @@ -26,7 +26,7 @@ void LicenseDialog::setText() { QString text; QTextStream stream(&text); - stream << "<p>Copyright (c) 2012-2015, OpenGeoSys Community " + stream << "<p>Copyright (c) 2012-2016, OpenGeoSys Community " << "(<a href='http://www.opengeosys.org'>http://www.opengeosys.org</a>)<br />" << "All rights reserved.</p>" << "<p>Redistribution and use in source and binary forms, with or without" diff --git a/Applications/DataExplorer/DataView/LicenseDialog.h b/Applications/DataExplorer/DataView/LicenseDialog.h index b439b704366683d0e6de0cecadf12762648342aa..b70d1eb31e2dbc9c38f4045349de3630d9e2fac4 100644 --- a/Applications/DataExplorer/DataView/LicenseDialog.h +++ b/Applications/DataExplorer/DataView/LicenseDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the LicenseDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LineEditDialog.cpp b/Applications/DataExplorer/DataView/LineEditDialog.cpp index 5ce5f424675ba505cdba3c673d67ee90b211afa4..24eb02d1950522b3bf674ea4fb62671a0e3240ae 100644 --- a/Applications/DataExplorer/DataView/LineEditDialog.cpp +++ b/Applications/DataExplorer/DataView/LineEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LineEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LineEditDialog.h b/Applications/DataExplorer/DataView/LineEditDialog.h index f4b286afb5cee00844c9d4163ab65b3e5699f921..fb4212b49daf1589bfa4fbd3338754a9c6f597b7 100644 --- a/Applications/DataExplorer/DataView/LineEditDialog.h +++ b/Applications/DataExplorer/DataView/LineEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the LineEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LinearEditDialog.cpp b/Applications/DataExplorer/DataView/LinearEditDialog.cpp index 9324b0fc03179e749cc1754033d8689d992a3b3a..55434d795b0049afdf40f41a01ffe5ccc16e4c26 100644 --- a/Applications/DataExplorer/DataView/LinearEditDialog.cpp +++ b/Applications/DataExplorer/DataView/LinearEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LinearEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/LinearEditDialog.h b/Applications/DataExplorer/DataView/LinearEditDialog.h index 3779fe1afff8184661dcd57060128ed72c236d71..9ce90eb58f89bed92714edd3866857661bf8320a 100644 --- a/Applications/DataExplorer/DataView/LinearEditDialog.h +++ b/Applications/DataExplorer/DataView/LinearEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the LinearEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MergeGeometriesDialog.cpp b/Applications/DataExplorer/DataView/MergeGeometriesDialog.cpp index 791d580fdf0494ec0490984f95449a777b5d9d6d..04d23b1b9cff54b3b70f9d219a5a79c1c16286ad 100644 --- a/Applications/DataExplorer/DataView/MergeGeometriesDialog.cpp +++ b/Applications/DataExplorer/DataView/MergeGeometriesDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MergeGeometriesDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MergeGeometriesDialog.h b/Applications/DataExplorer/DataView/MergeGeometriesDialog.h index 764b7e57a0a0220e692344f86608ea52ec70964c..61cc7b7b377ccb39d71c4e4d14bdf03da96ab949 100644 --- a/Applications/DataExplorer/DataView/MergeGeometriesDialog.h +++ b/Applications/DataExplorer/DataView/MergeGeometriesDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MergeGeometriesDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp b/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp index b75e6fe51982aba66d14dc0c2d865263e5abfc46..106524efa9bafbe55ecefd79b5ab87d9bfb4da1f 100644 --- a/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshAnalysisDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshAnalysisDialog.h b/Applications/DataExplorer/DataView/MeshAnalysisDialog.h index 5523cba3d87d5ebb8ff2358d26dec3f0fe9725f0..e0ac90dff579c5c6927fbdb43b49d167d376564f 100644 --- a/Applications/DataExplorer/DataView/MeshAnalysisDialog.h +++ b/Applications/DataExplorer/DataView/MeshAnalysisDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshAnalysisDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp index e366ecf6c4b149143203bab1395cd4c7dcc0c22f..dd8cc1c32569b19d6119cd8f7b4e758c9343e2d3 100644 --- a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshElementRemovalDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.h b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.h index c306c44d4d2e399f312f0e2ab2a998f2fc89b93d..6589ddef53ee24d355f631a9a3ee41250f631a6b 100644 --- a/Applications/DataExplorer/DataView/MeshElementRemovalDialog.h +++ b/Applications/DataExplorer/DataView/MeshElementRemovalDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshElementRemovalDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshLayerEditDialog.cpp b/Applications/DataExplorer/DataView/MeshLayerEditDialog.cpp index c83cfc3e63e0cef71b8ab92d79a9b55cb5c96325..bf1224b04304323dc6e99225e6e7401ccc4c1302 100644 --- a/Applications/DataExplorer/DataView/MeshLayerEditDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshLayerEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshLayerEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshLayerEditDialog.h b/Applications/DataExplorer/DataView/MeshLayerEditDialog.h index 9b916d27344c0f9467b7f6dc744bad9c590dba4e..940e07dbb4c3c6ab1c0a0a532673033377ce028f 100644 --- a/Applications/DataExplorer/DataView/MeshLayerEditDialog.h +++ b/Applications/DataExplorer/DataView/MeshLayerEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshLayerEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.cpp b/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.cpp index 3b8219e64078611ca39b0fb0becf8c042eede08b..b12402f8ae7e2eae06d6edde8fb9f11af21e612c 100644 --- a/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MshQualitySelectionDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.h b/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.h index 4c4a99a6a6a160b324595ae473aac300e37c2a00..1150ab4fe034c0017242c284abeba36e02382441 100644 --- a/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.h +++ b/Applications/DataExplorer/DataView/MeshQualitySelectionDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MshQualitySelectionDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshValueEditDialog.cpp b/Applications/DataExplorer/DataView/MeshValueEditDialog.cpp index 3ee70dc1ec4b3265f0a04fb1881f129ed22ab804..bccdb72bee7ff55f4037484803be16b24c659f44 100644 --- a/Applications/DataExplorer/DataView/MeshValueEditDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshValueEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshValueEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MeshValueEditDialog.h b/Applications/DataExplorer/DataView/MeshValueEditDialog.h index 8500cb9a690c935ce007d45537f04804ca19e514..bffa96611b43e74b093329f80a9ba5d74804efec 100644 --- a/Applications/DataExplorer/DataView/MeshValueEditDialog.h +++ b/Applications/DataExplorer/DataView/MeshValueEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshValueEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ModelTreeItem.cpp b/Applications/DataExplorer/DataView/ModelTreeItem.cpp index 1224fc2e43d2fd931cba97d5a4a7c86f65011451..a1e5faf23cb188c6ab2a305538d77b2e58092270 100644 --- a/Applications/DataExplorer/DataView/ModelTreeItem.cpp +++ b/Applications/DataExplorer/DataView/ModelTreeItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ModelTreeItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ModelTreeItem.h b/Applications/DataExplorer/DataView/ModelTreeItem.h index 79cf77c3483cc821681385736973f24820e177ec..6c0e277031eb0c609ed22e2e85ab1265db778223 100644 --- a/Applications/DataExplorer/DataView/ModelTreeItem.h +++ b/Applications/DataExplorer/DataView/ModelTreeItem.h @@ -5,7 +5,7 @@ * \brief Definition of the ModelTreeItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ModellingTabWidget.cpp b/Applications/DataExplorer/DataView/ModellingTabWidget.cpp index fca398bd18a2e0575e511e3261d357fdd5b97ecc..747ac7af6fd0b4e204f330d118e9999f28b315ce 100644 --- a/Applications/DataExplorer/DataView/ModellingTabWidget.cpp +++ b/Applications/DataExplorer/DataView/ModellingTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ModellingTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/ModellingTabWidget.h b/Applications/DataExplorer/DataView/ModellingTabWidget.h index c272b569693ce1c7ff6dd49c955aace8a0e819e8..6f36d091e1fc95d44a0b05785ed1e9a7f991bc4e 100644 --- a/Applications/DataExplorer/DataView/ModellingTabWidget.h +++ b/Applications/DataExplorer/DataView/ModellingTabWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the ModellingTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshEditDialog.cpp b/Applications/DataExplorer/DataView/MshEditDialog.cpp index da9ec9e154359539585ce1229e8b289ed24ec60b..74395a14d7b2d9252a5b4857211a384608d354b7 100644 --- a/Applications/DataExplorer/DataView/MshEditDialog.cpp +++ b/Applications/DataExplorer/DataView/MshEditDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MshEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshEditDialog.h b/Applications/DataExplorer/DataView/MshEditDialog.h index 762204d5d850bcad4046e44f1ba530d97b983f4e..5bbe7090862a817364834f2fc272adec22a295c3 100644 --- a/Applications/DataExplorer/DataView/MshEditDialog.h +++ b/Applications/DataExplorer/DataView/MshEditDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MshEditDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshItem.cpp b/Applications/DataExplorer/DataView/MshItem.cpp index 544a87985cbffb038cd2fc0dc14d30f7b4aea3a3..66c26dbcaf9264cdf3f03f0b72261bcaccae98c7 100644 --- a/Applications/DataExplorer/DataView/MshItem.cpp +++ b/Applications/DataExplorer/DataView/MshItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MshItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshItem.h b/Applications/DataExplorer/DataView/MshItem.h index bbe09bf2abc443c53b3b2ea4a526437fc50a3e0b..961bd8faffdc37a153655e2522de9a9a21943c8a 100644 --- a/Applications/DataExplorer/DataView/MshItem.h +++ b/Applications/DataExplorer/DataView/MshItem.h @@ -5,7 +5,7 @@ * \brief Definition of the MshItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshModel.cpp b/Applications/DataExplorer/DataView/MshModel.cpp index 2171df599b0be2d406a149df088ada321ed9153a..d978f96d534312408fa04ff9198984a098d60e5d 100644 --- a/Applications/DataExplorer/DataView/MshModel.cpp +++ b/Applications/DataExplorer/DataView/MshModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MshModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshModel.h b/Applications/DataExplorer/DataView/MshModel.h index 61f5807bb2912ae1a64742b65d11176368a49de7..0b3763db8ad812a2ec3e9b5a2ebd24ef020974ab 100644 --- a/Applications/DataExplorer/DataView/MshModel.h +++ b/Applications/DataExplorer/DataView/MshModel.h @@ -5,7 +5,7 @@ * \brief Definition of the MshModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshTabWidget.cpp b/Applications/DataExplorer/DataView/MshTabWidget.cpp index a235ef0dca95892f4a734c61cbbf535e4d4159a8..75f2a3df6e26346f67c669e2a7d52593209ddeb1 100644 --- a/Applications/DataExplorer/DataView/MshTabWidget.cpp +++ b/Applications/DataExplorer/DataView/MshTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MshTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshTabWidget.h b/Applications/DataExplorer/DataView/MshTabWidget.h index a9ac25683421a30b77258a63b63ae2443f00ff12..43c1a8cc5d0a02affc37aaaefa106d9b84833b77 100644 --- a/Applications/DataExplorer/DataView/MshTabWidget.h +++ b/Applications/DataExplorer/DataView/MshTabWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the MshTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshView.cpp b/Applications/DataExplorer/DataView/MshView.cpp index 316018c5527f07331094fdfe9151ce0053e2bb27..da8e8d6ead45179db636151d251f41a4a4f86215 100644 --- a/Applications/DataExplorer/DataView/MshView.cpp +++ b/Applications/DataExplorer/DataView/MshView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MshView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/MshView.h b/Applications/DataExplorer/DataView/MshView.h index 53f1b2027b66b584945e869526f73f6408e554cc..433971a0fef973a4f08ae0ac392ceddbf4790626 100644 --- a/Applications/DataExplorer/DataView/MshView.h +++ b/Applications/DataExplorer/DataView/MshView.h @@ -5,7 +5,7 @@ * \brief Definition of the MshView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SHPImportDialog.cpp b/Applications/DataExplorer/DataView/SHPImportDialog.cpp index 95fcb25e56b1167eb967a27e526b6a5158885edc..2c9766bbe36fa78a0cbbd9c02336c7eae642f398 100644 --- a/Applications/DataExplorer/DataView/SHPImportDialog.cpp +++ b/Applications/DataExplorer/DataView/SHPImportDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SHPImportDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SHPImportDialog.h b/Applications/DataExplorer/DataView/SHPImportDialog.h index 58fa9f1aa2a92b3094087d289bc8a9431eb693f7..ad4700929e34f1080a1c4bbb22ae85df4b032b94 100644 --- a/Applications/DataExplorer/DataView/SHPImportDialog.h +++ b/Applications/DataExplorer/DataView/SHPImportDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SHPImportDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SaveMeshDialog.cpp b/Applications/DataExplorer/DataView/SaveMeshDialog.cpp index 97b5a42e93fbf849b6d8825febc6ce7bfacbeccb..b9cb8baae1395a683109e965b38292c3946fa066 100644 --- a/Applications/DataExplorer/DataView/SaveMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/SaveMeshDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SaveMeshDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SaveMeshDialog.h b/Applications/DataExplorer/DataView/SaveMeshDialog.h index f4edc3763ff7d6634fb1c50476b64ba3e0496b94..358bf05f150498ae5071f57c23d64b1d0d3474d5 100644 --- a/Applications/DataExplorer/DataView/SaveMeshDialog.h +++ b/Applications/DataExplorer/DataView/SaveMeshDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SaveMeshDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SelectMeshDialog.cpp b/Applications/DataExplorer/DataView/SelectMeshDialog.cpp index 5399b3e64bed9d6695942c1b4cc00fe676df6393..d4a057c224ba2fe2a20e9dd300488a394771b75d 100644 --- a/Applications/DataExplorer/DataView/SelectMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/SelectMeshDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SelectMeshDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SelectMeshDialog.h b/Applications/DataExplorer/DataView/SelectMeshDialog.h index a58210921e104281b8f2030677b4c04e913723c4..3701130b76aa3dc9481515d1778b347bb89b36e8 100644 --- a/Applications/DataExplorer/DataView/SelectMeshDialog.h +++ b/Applications/DataExplorer/DataView/SelectMeshDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SelectMeshDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SetNameDialog.cpp b/Applications/DataExplorer/DataView/SetNameDialog.cpp index 871c2a06dff1085ff60ef2c1b9dc453aff8ec4e4..7940c3b31dbe98ecf7f0a815c0bbb99027fe1772 100644 --- a/Applications/DataExplorer/DataView/SetNameDialog.cpp +++ b/Applications/DataExplorer/DataView/SetNameDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SetNameDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SetNameDialog.h b/Applications/DataExplorer/DataView/SetNameDialog.h index ce6c8197fedfa32a55bd63a851fef6cd8b969830..ca8aa60cfa7d55980f2cbc693ee28b9eca4a2682 100644 --- a/Applications/DataExplorer/DataView/SetNameDialog.h +++ b/Applications/DataExplorer/DataView/SetNameDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SetNameDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTabWidget.cpp b/Applications/DataExplorer/DataView/StationTabWidget.cpp index d80ab70b232f689b778c7ff46b0c38043af46f91..843bd14312d22e229f773a5310e1e9dc3c5b0b57 100644 --- a/Applications/DataExplorer/DataView/StationTabWidget.cpp +++ b/Applications/DataExplorer/DataView/StationTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StationTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTabWidget.h b/Applications/DataExplorer/DataView/StationTabWidget.h index 0d74c29f0b65e40d57c5bb22358ac160961c026e..2f57bc7129641daf34437428995f7a348462762e 100644 --- a/Applications/DataExplorer/DataView/StationTabWidget.h +++ b/Applications/DataExplorer/DataView/StationTabWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the StationTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTreeModel.cpp b/Applications/DataExplorer/DataView/StationTreeModel.cpp index 2a6177928631af64d7cf0b243dfc4e6dffb80342..a68af715941c29285e12e36e38d475ff7b0f6c67 100644 --- a/Applications/DataExplorer/DataView/StationTreeModel.cpp +++ b/Applications/DataExplorer/DataView/StationTreeModel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StationTreeModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTreeModel.h b/Applications/DataExplorer/DataView/StationTreeModel.h index 49330abdfc6ea2ac8227ec4d2f5f3f267b5987de..6c0771b844840fa055bc183ac6f5487ba768ed60 100644 --- a/Applications/DataExplorer/DataView/StationTreeModel.h +++ b/Applications/DataExplorer/DataView/StationTreeModel.h @@ -5,7 +5,7 @@ * \brief Definition of the StationTreeModel class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTreeView.cpp b/Applications/DataExplorer/DataView/StationTreeView.cpp index 143e054f290f79652e4e320bcf406879b7d56d1a..a1530d17b8f13face7882235995d23d29e77d6a8 100644 --- a/Applications/DataExplorer/DataView/StationTreeView.cpp +++ b/Applications/DataExplorer/DataView/StationTreeView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StationTreeView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StationTreeView.h b/Applications/DataExplorer/DataView/StationTreeView.h index 55aa95f7ceb5020f72c5a3713434145caf48821b..301cae4e6823d7d8bbda7e74dfe39edfd284af3e 100644 --- a/Applications/DataExplorer/DataView/StationTreeView.h +++ b/Applications/DataExplorer/DataView/StationTreeView.h @@ -5,7 +5,7 @@ * \brief Definition of the StationTreeView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratBar.cpp b/Applications/DataExplorer/DataView/StratView/StratBar.cpp index 0dbd2dd24f9d8876e4a9be38fce0f1fd7fb4869c..abf82318fe425450465b6f2992b9cd157eee709b 100644 --- a/Applications/DataExplorer/DataView/StratView/StratBar.cpp +++ b/Applications/DataExplorer/DataView/StratView/StratBar.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StratBar class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratBar.h b/Applications/DataExplorer/DataView/StratView/StratBar.h index 31267beb637168720c836dc3d91495f9876fe088..e369e1e4b7a0308707a5fd159e9ec720d906a098 100644 --- a/Applications/DataExplorer/DataView/StratView/StratBar.h +++ b/Applications/DataExplorer/DataView/StratView/StratBar.h @@ -5,7 +5,7 @@ * \brief Definition of the StratBar class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratScene.cpp b/Applications/DataExplorer/DataView/StratView/StratScene.cpp index 19de852fa7e12b1940bee6fb76de40c705afa55a..2aa1e96e9289d5b9f02202d97c75516b7ff73928 100644 --- a/Applications/DataExplorer/DataView/StratView/StratScene.cpp +++ b/Applications/DataExplorer/DataView/StratView/StratScene.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StratScene class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratScene.h b/Applications/DataExplorer/DataView/StratView/StratScene.h index 806a8b1f65bfde50953a11de088e9f3208cd15eb..13c0ae148b015429105b0319d1ca1b66a8caf2d8 100644 --- a/Applications/DataExplorer/DataView/StratView/StratScene.h +++ b/Applications/DataExplorer/DataView/StratView/StratScene.h @@ -5,7 +5,7 @@ * \brief Definition of the StratScene class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratView.cpp b/Applications/DataExplorer/DataView/StratView/StratView.cpp index 9111db4946555c1dcf1788c58b711675f146b15e..6231f2923d44bbf550e1b9bd4014c035eff32741 100644 --- a/Applications/DataExplorer/DataView/StratView/StratView.cpp +++ b/Applications/DataExplorer/DataView/StratView/StratView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StratView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratView.h b/Applications/DataExplorer/DataView/StratView/StratView.h index 8d9ce01115c60279069e32a7bfa90661d64bccc4..d86992697b4a4aad5de51582f3053b76eec5cd66 100644 --- a/Applications/DataExplorer/DataView/StratView/StratView.h +++ b/Applications/DataExplorer/DataView/StratView/StratView.h @@ -5,7 +5,7 @@ * \brief Definition of the StratView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratWindow.cpp b/Applications/DataExplorer/DataView/StratView/StratWindow.cpp index 05372adb2201e5bc45fc816e65cdef8a9ad8d238..964bfcff22f398efa7a4826fa0cc8362e313ea75 100644 --- a/Applications/DataExplorer/DataView/StratView/StratWindow.cpp +++ b/Applications/DataExplorer/DataView/StratView/StratWindow.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StratWindow class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/StratView/StratWindow.h b/Applications/DataExplorer/DataView/StratView/StratWindow.h index ffa9d040fbde89b151652a525b6115c3d4a09b21..6df3340a4b26613891b4f39696d115b7c7068254 100644 --- a/Applications/DataExplorer/DataView/StratView/StratWindow.h +++ b/Applications/DataExplorer/DataView/StratView/StratWindow.h @@ -5,7 +5,7 @@ * \brief Definition of the StratWindow class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp index e55797f2363c7651266b18fff2bff60e55b313c5..af79000d14fb52c9f7dd5bd7ffdd9bd759db779b 100644 --- a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp +++ b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SaveMeshDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h index b298a192e9bf1a735a27e69c1e05e2147bbdd4e2..21127546591e4448e91f67507c6e543c25ea31d1 100644 --- a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h +++ b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the SurfaceExtractionDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkAct/VtkCustomInteractorStyle.cpp b/Applications/DataExplorer/VtkAct/VtkCustomInteractorStyle.cpp index 3793f144de2177a02bb2e3e175760e656caf5e18..e3059a69f3d552d9c5402d3b1b10caa5beebea20 100644 --- a/Applications/DataExplorer/VtkAct/VtkCustomInteractorStyle.cpp +++ b/Applications/DataExplorer/VtkAct/VtkCustomInteractorStyle.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCustomInteractorStyle class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkAct/VtkCustomInteractorStyle.h b/Applications/DataExplorer/VtkAct/VtkCustomInteractorStyle.h index 9318fd832d4032ad83a2c3b8b2de22ee78a17191..1b11a4e9a0ba0ca233432e3509f7ba70d6756b7b 100644 --- a/Applications/DataExplorer/VtkAct/VtkCustomInteractorStyle.h +++ b/Applications/DataExplorer/VtkAct/VtkCustomInteractorStyle.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCustomInteractorStyle class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkAct/VtkPickCallback.cpp b/Applications/DataExplorer/VtkAct/VtkPickCallback.cpp index 87f13f02e3c3bb02b2c7212482bb14c54729bc6b..3e63cc91c612dcc2ac5f75d4833778e907b77ec7 100644 --- a/Applications/DataExplorer/VtkAct/VtkPickCallback.cpp +++ b/Applications/DataExplorer/VtkAct/VtkPickCallback.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkPickCallback class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkAct/VtkPickCallback.h b/Applications/DataExplorer/VtkAct/VtkPickCallback.h index f1301fc7a859f39f47f029b8e636ee96e434a5bd..a719b1f19eb2c89d54a7d921e628db9c3b2943c5 100644 --- a/Applications/DataExplorer/VtkAct/VtkPickCallback.h +++ b/Applications/DataExplorer/VtkAct/VtkPickCallback.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkPickCallback class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.cpp b/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.cpp index 9036580c43354cf41d6727e9e209c9e6e91a20fb..5573212a8610d0947d2d99b5587cb58a7b225460 100644 --- a/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.cpp +++ b/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshFromRasterDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.h b/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.h index c232e385cbc13776e63a76bfdc1421fab1c54476..120c65273a9a3af2d2693592028ae98376b744c3 100644 --- a/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.h +++ b/Applications/DataExplorer/VtkVis/MeshFromRasterDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshFromRasterDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/OGSFilterInfo.h b/Applications/DataExplorer/VtkVis/OGSFilterInfo.h index 5a5695ca604492258fef777e53c767b53e29dc89..354cd349bf8490039662dd3ead039c57f1f97469 100644 --- a/Applications/DataExplorer/VtkVis/OGSFilterInfo.h +++ b/Applications/DataExplorer/VtkVis/OGSFilterInfo.h @@ -5,7 +5,7 @@ * \brief Definition of the OGSFilterInfo class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp b/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp index 04192e702d0dcc93da8a19c30889733b4fce5748..d5e9bfea81e781851fb6374a6632811f92621121 100644 --- a/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp +++ b/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the QVtkDataSetMapper class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.h b/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.h index 87af45c29710563fcacc4ee1cdc860f16f8ac18c..f7b0e0fd2655ca5dba9ebf0b4593da2c7fe63a01 100644 --- a/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.h +++ b/Applications/DataExplorer/VtkVis/QVtkDataSetMapper.h @@ -5,7 +5,7 @@ * \brief Definition of the QVtkDataSetMapper class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VisPrefsDialog.cpp b/Applications/DataExplorer/VtkVis/VisPrefsDialog.cpp index 0b5afd9b3e87004d26879671360c19aa723ec397..3bf299ff74b934084736b98ddede749e20228f56 100644 --- a/Applications/DataExplorer/VtkVis/VisPrefsDialog.cpp +++ b/Applications/DataExplorer/VtkVis/VisPrefsDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VisPrefsDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VisPrefsDialog.h b/Applications/DataExplorer/VtkVis/VisPrefsDialog.h index 9aa1094a09f0832ea77d07cc4383698307bc6b74..103351bf65e6a6ebd6debb53a85911866b3fb969 100644 --- a/Applications/DataExplorer/VtkVis/VisPrefsDialog.h +++ b/Applications/DataExplorer/VtkVis/VisPrefsDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the VisPrefsDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp b/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp index b58568c479088382dfe8e4d4c23188df4eb26293..b3943e340d950aad282851c0124d5ca18592b7a6 100644 --- a/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp +++ b/Applications/DataExplorer/VtkVis/VisualizationWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VisualizationWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VisualizationWidget.h b/Applications/DataExplorer/VtkVis/VisualizationWidget.h index 04cd08464317dbe63a0bdc565b4cf3b8749b908e..cae4c6f8e498c67ea85d6df53efa7c0a57c3a570 100644 --- a/Applications/DataExplorer/VtkVis/VisualizationWidget.h +++ b/Applications/DataExplorer/VtkVis/VisualizationWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the VisualizationWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.cpp b/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.cpp index dc43fe007b03697d45a6069536d07c609b1abbf4..33cc41ae29445c9e9c8af776d92893c30510fece 100644 --- a/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAddFilterDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.h b/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.h index 047250ed0ccfc141a3b5dfe148ed91c3533010af..d5c993c0bbc8f94a1df6ef50a80b9253084615b1 100644 --- a/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.h +++ b/Applications/DataExplorer/VtkVis/VtkAddFilterDialog.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAddFilterDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.cpp b/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.cpp index da550ebe858696ffce6e30cd939b4cbf451e75d1..832aa19a2eb4ff2908f5befb2f25268dbab6a3fa 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAlgorithmProperties class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.h b/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.h index db221bb6fd12c9968ba480fa3bb1edc173cd4074..f4e0a9f6b0273e5e14ee3c0d9ec4337f7e77bdb6 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.h +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmProperties.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAlgorithmProperties class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp index 8bc8e0826a5883b058ff6d6143ed52d011ada4cb..01e90291d09c6e14ab5b3e8023cfc1fa1dacd45a 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAlgorithmPropertyCheckbox class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h index 7b5a926467d932a959f0d90593025852fcb69726..b28c8ccfa0b339acfc4b90496798a3c1f0e3c236 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyCheckbox.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAlgorithmPropertyCheckbox class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp index 0c0f7b172ddadc7617812e762bf201dd55a0f0a5..c8cb4e693bb27f2ba303ec1a2b41c2ac662c42d3 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAlgorithmPropertyLineEdit class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h index f371af1637bad24f11c7a47afd201ad1de96bea8..151c0ed252375d9602f155d860d38b655381995b 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyLineEdit.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAlgorithmPropertyLineEdit class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp index 4cda80db2131295824c1e0cc930ad935e09bd843..c277e768d4030baf52ba560e20aaa02a0d739243 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAlgorithmPropertyVectorEdit class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h index f272a25a9db25b881a039dd10c020ab3a5e7e0b1..ad3d168fc565a79983aac25f6666a471d21cb45c 100644 --- a/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h +++ b/Applications/DataExplorer/VtkVis/VtkAlgorithmPropertyVectorEdit.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAlgorithmPropertyVectorEdit class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.cpp b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.cpp index fc14ea6bf070c6dc48ff3f2bd3bc651bf4ae0fa0..146ce8d16aa9320d86bd7d6cb9bd8dd5f465473f 100644 --- a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkAppendArrayFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h index d0e819df5f989b61c225dcdebd5c83b538a77854..d77794e6f8ecc9dc0fba92c781d24ec4618aab51 100644 --- a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkAppendArrayFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkBGImageSource.cpp b/Applications/DataExplorer/VtkVis/VtkBGImageSource.cpp index 56f7dafa09865b9221d7e7df8442c81e149cd206..94f6c6b019461ca87b2c3f92b299b96e88db62e1 100644 --- a/Applications/DataExplorer/VtkVis/VtkBGImageSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkBGImageSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkBGImageSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkBGImageSource.h b/Applications/DataExplorer/VtkVis/VtkBGImageSource.h index 949fa44bea062e74f1a0c15a3b949b7dd20361c0..f60d38b8fe13863b78f7778a87d3dbd5e9917eb7 100644 --- a/Applications/DataExplorer/VtkVis/VtkBGImageSource.h +++ b/Applications/DataExplorer/VtkVis/VtkBGImageSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkBGImageSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.cpp b/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.cpp index 71dfbde0f270a7ab2347bcf007bb5d22708a6603..6df3c75255bd79a1c75c1b850c386c07df804bce 100644 --- a/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkColorByHeightFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.h b/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.h index 614895267e7c9765c77da2e034dd1f6432fa7d6b..bd2a4ba53cd2a3d0d060894d7c2f03682f2eef26 100644 --- a/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkColorByHeightFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkColorByHeightFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkColorLookupTable.cpp b/Applications/DataExplorer/VtkVis/VtkColorLookupTable.cpp index 8a59a9bacf1711f87c7b0a38ecbb521316e43155..bb93b67c45a26d4656a980677fc6aecf83ea73d3 100644 --- a/Applications/DataExplorer/VtkVis/VtkColorLookupTable.cpp +++ b/Applications/DataExplorer/VtkVis/VtkColorLookupTable.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkColorLookupTable class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkColorLookupTable.h b/Applications/DataExplorer/VtkVis/VtkColorLookupTable.h index adf56d829b3fac3131fe7fb1d6a91bec710f0ed0..572463018c5793d5f687a04e56dbecd5befdf675 100644 --- a/Applications/DataExplorer/VtkVis/VtkColorLookupTable.h +++ b/Applications/DataExplorer/VtkVis/VtkColorLookupTable.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkColorLookupTable class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.cpp index 10c1bdd94806c761cfa2d8cf5c81afce5e8bee76..c1bd09c8c4cc471cd4a163d046f525a6c0b84020 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeColorByHeightFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.h index e2f1617d54230edca80f21c55449571faab78633..22f466486eab844838cda1e716a253ec0a09ab07 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeColorByHeightFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeColorByHeightFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.cpp index 6f2644e371c83d20fcf984691df918ee10aedcd6..94da373c4815f7b0da4626e1a37d5b46b3d829d2 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeColormapToImageFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.h index 587ab17f680a0e9493fce055a320ccc467a3dcd3..72f1c6046c508facfe579cf7eb1115bb127edd74 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeColormapToImageFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeColormapToImageFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.cpp index f98e1234de74b0d6c9251d8fb1c50e4867e8d72a..6cf6ecce4bb83151dfb07794916ed2e3eedebf07 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeContourFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.h index 5b38214a463b580895bef5353869ba513c93f1d4..4982641bff2e7262cd90a6350651b9976acad7e2 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeContourFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeContourFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.cpp index e6e021868e2bd803599eff5b363fa71b77ea0500..c8255c4520f99d463c63f15367e7c31183b0b35f 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeSelectionFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.h index 9fc9d4e7b19f00bed676ea3af9de7fa4109714d8..b4d3dc3c567b74c5f46049271fd50e1b74da6a99 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeElementSelectionFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeSelectionFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeFilter.cpp index d376b6436659aad6c4b5f3041770c4c2c4cce716..fcee52850c517202847903e6feff0489e27dab37 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeFilter.h index c0b48e93aca208e5dc0ce5573aff52df1bac755a..9cb44539d0ed4e60349361c8e22182488df45d1d 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.cpp index cf5532426b6dd975c0d75c6dc64171a4b3dab422..5d94e08636532cf98cc86666b9dfd05ca2b3e154 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeGeoObjectFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.h index d0f2dda67c9a89adfb90126b621c8ed5378f7e65..7979f2c982f8389c781fc5eb34dbac1cdc39f794 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeGeoObjectFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeGeoObjectFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.cpp index 24bae1130e74fe03900daea259fcaa173e521b42..a83cdb00c06efdaa821db0a5b594b7267bc71ab2 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeImageToCylindersFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.h index 38392ce0ef759dd251171a7990e5d8735929a314..d544d45b937de9f76d124666f1ccfa62463334d4 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeImageToCylindersFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeImageToCylindersFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.cpp index 283a550b87d801cca2baac6a51a1b56bbdc36c2c..52bdd7a7b08bf96bd8b5ce5cd418eab40adbd4a7 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeLineToTubeFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.h index 7fd41ebd25fd72fcdc5274e09179a571c9e3ea11..11ae2a00abc6aefa28ee3a0d755b3399df7bb966 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeLineToTubeFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeLineToTubeFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.cpp index 6c81672e844b168e9ab6a8ff1cc69be82849f69b..3ca175d047c4123f9d61f965dff1241c4af36d34 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeNodeSelectionFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.h index 095428392dac2583c77a4d3d4bb61ca1dc89e903..33cdd70bb1e200c8c3021ea5fc96d30c94216d31 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeNodeSelectionFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeNodeSelectionFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.cpp index e1c799588b60ae7a2f658789d73212a6e42f2b2e..48234cd890421527c30abd2f19a6625b418ecaa3 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositePointToGlyphFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.h index 443a5532e9703016b1a695e5d3ac6d719e5a89a2..abd20686fe08b79b674e57c882ec5a31975ed689 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositePointToGlyphFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositePointToGlyphFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp index 5065f9794348ad6cc8d9244ac9485b0999b6681d..e305c5e4395df711387d0c30bfc1789d89146876 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeTextureOnSurfaceFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.h index 539c8d760f74ec6e86d822e62ece217e68849208..383140376ecb1eea2864d8e35b802a9008eb6bff 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeTextureOnSurfaceFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeTextureOnSurfaceFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.cpp b/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.cpp index a0c774712b7ed3d0323a1034418537f91da3b030..3395e2a6d749f523e9ea5eae2f035d91d9befb39 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkCompositeThresholdFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.h b/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.h index 151f76949cd97bdafd8a92a60ca31a265e2e33e9..75f0a528d4f9a6915e68b26f08f74bd8ecf2d91e 100644 --- a/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkCompositeThresholdFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkCompositeThresholdFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp index 6bf7ee43530c4e4e042b47f5a8f9b22e2d4e7d57..382d10fdb1dd8f5f740bf4412e5d4afb6c009a14 100644 --- a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp +++ b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.cpp @@ -1,7 +1,7 @@ /** * * \copyright -* Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) +* Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h index f6eeac5233a56f2f78d51121614adc4abc37e889..070ed90fd7be54237138da4b71873b5b1bb4635c 100644 --- a/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h +++ b/Applications/DataExplorer/VtkVis/VtkConsoleOutputWindow.h @@ -2,7 +2,7 @@ * \brief VtkWin32ConsoleOutputWindow is used to suppress message boxes on Windows. * * \copyright -* Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) +* Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkFilterFactory.cpp b/Applications/DataExplorer/VtkVis/VtkFilterFactory.cpp index 1b18bd3ebb3b8e69985a9a418191e319e534c4cf..a93b1243f1c8fe078abfadab6c607bd6f64e0514 100644 --- a/Applications/DataExplorer/VtkVis/VtkFilterFactory.cpp +++ b/Applications/DataExplorer/VtkVis/VtkFilterFactory.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkFilterFactory class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkFilterFactory.h b/Applications/DataExplorer/VtkVis/VtkFilterFactory.h index ee9440f7ef8e3776ff4d4ee095d7ba7bf86d663d..518097b2666d6634c8cd1e5a938d8ed223bf1f21 100644 --- a/Applications/DataExplorer/VtkVis/VtkFilterFactory.h +++ b/Applications/DataExplorer/VtkVis/VtkFilterFactory.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkFilterFactory class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkGeoImageSource.cpp b/Applications/DataExplorer/VtkVis/VtkGeoImageSource.cpp index 7d530d8fb60591b76df61775094c26c1bd2ed74b..2463c07a973bd5b90f7a556f9caad88e177ce3fe 100644 --- a/Applications/DataExplorer/VtkVis/VtkGeoImageSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkGeoImageSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkGeoImageSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkGeoImageSource.h b/Applications/DataExplorer/VtkVis/VtkGeoImageSource.h index adbdc8ee40f3e59ec48a95788dc59281a35de685..c3439d565b3a8f0690365913b0c234e86ae72d25 100644 --- a/Applications/DataExplorer/VtkVis/VtkGeoImageSource.h +++ b/Applications/DataExplorer/VtkVis/VtkGeoImageSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkGeoImageSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.cpp b/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.cpp index e466a601e9eb03c5688e2cda49f92b7c7302d791..e871da940a77d8ee41ce90db5fc8e319447e973f 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkImageDataToPolyDataFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.h b/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.h index 9d36087830720c3fc24ec9c3fef97a97973e215a..1e5342879a3ec09d586a3ecb1176b6dbf67eb958 100644 --- a/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkImageDataToLinePolyDataFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkImageDataToLinePolyDataFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPointsSource.cpp b/Applications/DataExplorer/VtkVis/VtkPointsSource.cpp index 404751a874563549af9965c705ebecf13cff0d51..d601ab2bce099c0e328c99b3e133898958777e10 100644 --- a/Applications/DataExplorer/VtkVis/VtkPointsSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkPointsSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkPointsSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPointsSource.h b/Applications/DataExplorer/VtkVis/VtkPointsSource.h index a40fd3257cfe06430914010c7518e4083c4a8b44..996ad2947a5395a725d2d9aae5aad89bd6a4831c 100644 --- a/Applications/DataExplorer/VtkVis/VtkPointsSource.h +++ b/Applications/DataExplorer/VtkVis/VtkPointsSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkPointsSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPolylinesSource.cpp b/Applications/DataExplorer/VtkVis/VtkPolylinesSource.cpp index 1308802c34194bc41745cac446e092628f665ca1..c5ffe3227816413c5bf164360e03544a61c3e897 100644 --- a/Applications/DataExplorer/VtkVis/VtkPolylinesSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkPolylinesSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkPolylinesSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkPolylinesSource.h b/Applications/DataExplorer/VtkVis/VtkPolylinesSource.h index ec15e48400cd111e4243bbbcd9d9a131d2d63530..ec463a6de50ba37efa5d2529bcdc6106efdd8c12 100644 --- a/Applications/DataExplorer/VtkVis/VtkPolylinesSource.h +++ b/Applications/DataExplorer/VtkVis/VtkPolylinesSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkPolylinesSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkRaster.cpp b/Applications/DataExplorer/VtkVis/VtkRaster.cpp index ce318fe170c79897b0654fa0e9e74afac38d114a..f8d64c9c9ceaf9ec59b4e56b8169365a4bee2427 100644 --- a/Applications/DataExplorer/VtkVis/VtkRaster.cpp +++ b/Applications/DataExplorer/VtkVis/VtkRaster.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkRaster class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkRaster.h b/Applications/DataExplorer/VtkVis/VtkRaster.h index dda90e6cd40e98317e3f6e4fed505e25f2f3a361..f5ba39c9e039b3d150dd5cf00458edddcd956188 100644 --- a/Applications/DataExplorer/VtkVis/VtkRaster.h +++ b/Applications/DataExplorer/VtkVis/VtkRaster.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkRaster class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkStationSource.cpp b/Applications/DataExplorer/VtkVis/VtkStationSource.cpp index 917ac8c1676742fe026b7e0ba70562dc38cbcdbe..071a08c5591c8b57df9105b8a52e46f2e255f748 100644 --- a/Applications/DataExplorer/VtkVis/VtkStationSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkStationSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkStationSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkStationSource.h b/Applications/DataExplorer/VtkVis/VtkStationSource.h index 3055eed1470c8ead89024d9278a7330010456147..e334465c41f58c7526858822ab8f8e054995a788 100644 --- a/Applications/DataExplorer/VtkVis/VtkStationSource.h +++ b/Applications/DataExplorer/VtkVis/VtkStationSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkStationSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkSurfacesSource.cpp b/Applications/DataExplorer/VtkVis/VtkSurfacesSource.cpp index 0bb14922fb1ba2d28f2b92a702dcd94da8a92530..9864203c6191318e293e51bfecebffcf8ff2c7bb 100644 --- a/Applications/DataExplorer/VtkVis/VtkSurfacesSource.cpp +++ b/Applications/DataExplorer/VtkVis/VtkSurfacesSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkSurfacesSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkSurfacesSource.h b/Applications/DataExplorer/VtkVis/VtkSurfacesSource.h index 4a1be32a770064b339da6a906455d4a55d41cf03..43c06f577cfb6fccd3024960f8b0890d769851da 100644 --- a/Applications/DataExplorer/VtkVis/VtkSurfacesSource.h +++ b/Applications/DataExplorer/VtkVis/VtkSurfacesSource.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkSurfacesSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.cpp b/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.cpp index c44a5f4b592ce7392036ee28b6da33bf254bb394..d8df2bd844ecf410b7dcff08d01bbf06a183657e 100644 --- a/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.cpp +++ b/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkTextureOnSurfaceFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.h b/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.h index 656c739786fa23051e9fa5bc3464bab8f67f9b2f..6acc6a4747539fcf292ca30f1673f40c4fd0fd28 100644 --- a/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.h +++ b/Applications/DataExplorer/VtkVis/VtkTextureOnSurfaceFilter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkTextureOnSurfaceFilter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisHelper.cpp b/Applications/DataExplorer/VtkVis/VtkVisHelper.cpp index b2d8a243bc720b3efd83f70855238bd129753c52..e48f40d70aefc4709ebfaf59508ce468dbaf6a8a 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisHelper.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisHelper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisHelper class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisHelper.h b/Applications/DataExplorer/VtkVis/VtkVisHelper.h index f9c6ae76092fb9c10b265a937b5f080c54c618e5..9c239b658a6adbc1cbb4b4d9c79756f52c6551da 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisHelper.h +++ b/Applications/DataExplorer/VtkVis/VtkVisHelper.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisHelper class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisImageItem.cpp b/Applications/DataExplorer/VtkVis/VtkVisImageItem.cpp index ccfbf3b1f12af3188dfd4525b95320c405262423..0269bf5b8d6310ae183f68549531c4e1a1f71efe 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisImageItem.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisImageItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisImageItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisImageItem.h b/Applications/DataExplorer/VtkVis/VtkVisImageItem.h index c27a54757cd546ed9e89629e7c99674aa9be7ef5..a6303699c894905175710de1cfc119efcc587991 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisImageItem.h +++ b/Applications/DataExplorer/VtkVis/VtkVisImageItem.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisImageItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipeline.cpp b/Applications/DataExplorer/VtkVis/VtkVisPipeline.cpp index 09caa29c7de1317c06d0105ed2b54b990a10b09c..bf0dc45d1b9c5f8842c93ec29175ddfc4563ef2c 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipeline.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisPipeline.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisPipeline class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipeline.h b/Applications/DataExplorer/VtkVis/VtkVisPipeline.h index cc1f285a5b46e18511d9381f9fc0f9652f3c1d6e..e84cda6c809837a597caaa2648744d6dddbcf6d8 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipeline.h +++ b/Applications/DataExplorer/VtkVis/VtkVisPipeline.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisPipeline class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.cpp b/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.cpp index 2eb94ead6f2f58bade923fb1937a5dfa707be216..d33be9f9e73aa574733d1958ba03699a66e1c865 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisPipelineItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.h b/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.h index 76be28c31b376a94e6e6fe5c1ae0feb6f7b2cc05..542d98539e2ade5fa630ab4a786d74a85bf9971d 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.h +++ b/Applications/DataExplorer/VtkVis/VtkVisPipelineItem.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisPipelineItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipelineView.cpp b/Applications/DataExplorer/VtkVis/VtkVisPipelineView.cpp index 9e822cebb768a068c21934c9374660996ad52a76..12754b01ba0c61fccf9bf70f4383421052e6b133 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipelineView.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisPipelineView.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisPipelineView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPipelineView.h b/Applications/DataExplorer/VtkVis/VtkVisPipelineView.h index 6b3df47f8400af5e990a3386315af98643a948e6..6410a63fb44f843af56e4f9a6f4c9e8d71d05740 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPipelineView.h +++ b/Applications/DataExplorer/VtkVis/VtkVisPipelineView.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisPipelineView class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.cpp b/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.cpp index bfa509048ea8cdad1f0e7e31308bfc072c188467..32ff14bc57d75d018e30cb35734ca1cd01fbefec 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisPointSetItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.h b/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.h index 2216e6b69bf6776d245aa55d2aa5fc1931123332..eacf2726ce64622f7541e27303f3fc341f5b28c5 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.h +++ b/Applications/DataExplorer/VtkVis/VtkVisPointSetItem.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisPointSetItem class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisTabWidget.cpp b/Applications/DataExplorer/VtkVis/VtkVisTabWidget.cpp index 4f5ac8fc91e418590ad451f26be76e7801ea8782..65ac00dabcff707104921a534e936a7f1abff3d4 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisTabWidget.cpp +++ b/Applications/DataExplorer/VtkVis/VtkVisTabWidget.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkVisTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/VtkVis/VtkVisTabWidget.h b/Applications/DataExplorer/VtkVis/VtkVisTabWidget.h index 45aad463a04ddb0667e1dd49e5a3ebbb83651a4b..51148f593312232257c0c316299b8fd0fcd6f6c7 100644 --- a/Applications/DataExplorer/VtkVis/VtkVisTabWidget.h +++ b/Applications/DataExplorer/VtkVis/VtkVisTabWidget.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkVisTabWidget class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/mainwindow.cpp b/Applications/DataExplorer/mainwindow.cpp index e95c4bf1c8760986545af404453e09d6a74576e8..52a5e522ce5a77df04a3200b75e7a0ae29c31989 100644 --- a/Applications/DataExplorer/mainwindow.cpp +++ b/Applications/DataExplorer/mainwindow.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MainWindow class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/DataExplorer/mainwindow.h b/Applications/DataExplorer/mainwindow.h index 4ed1022929514f8bbb5a4643518616cf97a16228..022656c5ba32251c036456072b3a5c1a1f0b72ce 100644 --- a/Applications/DataExplorer/mainwindow.h +++ b/Applications/DataExplorer/mainwindow.h @@ -5,7 +5,7 @@ * \brief Definition of the MainWindow class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp b/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp index 8c29aa26320b61049f5bd18c34365a5aad4e5623..fc8057ee17b66be17fb149ac3a5224061577bb80 100644 --- a/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp +++ b/Applications/Utils/FileConverter/ConvertSHPToGLI.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the shp to gli converter tool. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/ConvertVtkToOsg.cpp b/Applications/Utils/FileConverter/ConvertVtkToOsg.cpp index 75a87717bc9b6425ae974bde0fb9dd4b514e3dda..f1bed5f4ebddd640a0bb5bc55b1fe08cad622414 100644 --- a/Applications/Utils/FileConverter/ConvertVtkToOsg.cpp +++ b/Applications/Utils/FileConverter/ConvertVtkToOsg.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the vtk to osg converter tool. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/FEFLOW2OGS.cpp b/Applications/Utils/FileConverter/FEFLOW2OGS.cpp index cec1850dbd6a5a9d7d6169dc002318a37f97991d..9c5b6a4698bf8fd194d8af03ea1047dcaf9fad4b 100644 --- a/Applications/Utils/FileConverter/FEFLOW2OGS.cpp +++ b/Applications/Utils/FileConverter/FEFLOW2OGS.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/GMSH2OGS.cpp b/Applications/Utils/FileConverter/GMSH2OGS.cpp index 1dd60c566aae1d11edf516fdcd5b039d3b37ba6d..d6ec2921d87c79d23eeb28dee31f416ad579feaf 100644 --- a/Applications/Utils/FileConverter/GMSH2OGS.cpp +++ b/Applications/Utils/FileConverter/GMSH2OGS.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSH2OGS converter. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/OGS2VTK.cpp b/Applications/Utils/FileConverter/OGS2VTK.cpp index 36fe0910ae5f479638f4e95d7472ecc8404163cd..47a07295103bddb4f8bc00e3a05f0f47309369a5 100644 --- a/Applications/Utils/FileConverter/OGS2VTK.cpp +++ b/Applications/Utils/FileConverter/OGS2VTK.cpp @@ -5,7 +5,7 @@ * @brief Converts OGS mesh into VTK mesh. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/FileConverter/TIN2VTK.cpp b/Applications/Utils/FileConverter/TIN2VTK.cpp index 1b67697662aa84a31a9a1d71d70211c327978b3b..6b48164fb3250e0f53350bdd35496cff7500cc11 100644 --- a/Applications/Utils/FileConverter/TIN2VTK.cpp +++ b/Applications/Utils/FileConverter/TIN2VTK.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/FileConverter/VTK2OGS.cpp b/Applications/Utils/FileConverter/VTK2OGS.cpp index d938fbfca38f908e9f46c40ad1dd7cdeaf2401ea..458b41a1702d46fcf42d5ef599e8921e43e86da9 100644 --- a/Applications/Utils/FileConverter/VTK2OGS.cpp +++ b/Applications/Utils/FileConverter/VTK2OGS.cpp @@ -5,7 +5,7 @@ * @brief Converts VTK mesh into OGS mesh. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/FileConverter/VTK2TIN.cpp b/Applications/Utils/FileConverter/VTK2TIN.cpp index 5b0fb22f4f08aba6b4f7fff0e0a7a7bb50595abe..583152c06dad8709029d236d0e6ac6302c85ac8b 100644 --- a/Applications/Utils/FileConverter/VTK2TIN.cpp +++ b/Applications/Utils/FileConverter/VTK2TIN.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/FileConverter/generateBCFromPolyline.cpp b/Applications/Utils/FileConverter/generateBCFromPolyline.cpp index 4b3f321520655176bb179df7c7fe1a85fba7997d..e54afee9119123d23c9d1a84255bf3a6db3c396f 100644 --- a/Applications/Utils/FileConverter/generateBCFromPolyline.cpp +++ b/Applications/Utils/FileConverter/generateBCFromPolyline.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateBCFromPolyline tool. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/generateBCandGLI.cpp b/Applications/Utils/FileConverter/generateBCandGLI.cpp index d4437c253f4fa057a8b7fbb96bbb350c61f2c8e9..76c8bc780bbd32c5b32e587399f9c0b7a9a7f711 100644 --- a/Applications/Utils/FileConverter/generateBCandGLI.cpp +++ b/Applications/Utils/FileConverter/generateBCandGLI.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateBCandGLI tool. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp b/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp index 8754591b14640c40defcfb1be18e546a2fe4a10c..4a90b0c630bf9215b2ed9af837446ad8d21ac933 100644 --- a/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp +++ b/Applications/Utils/FileConverter/generateMatPropsFromMatID.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateMatPropsFromMatID tool. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/GeoTools/MoveGeometry.cpp b/Applications/Utils/GeoTools/MoveGeometry.cpp index a45a61c017bbf8c22ac157aa2794c8d969e58749..dad5e36ae6382d42f23ebb2c9625c938b1841996 100644 --- a/Applications/Utils/GeoTools/MoveGeometry.cpp +++ b/Applications/Utils/GeoTools/MoveGeometry.cpp @@ -5,7 +5,7 @@ * \brief A small tool to translate geometries. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/GeoTools/TriangulatePolyline.cpp b/Applications/Utils/GeoTools/TriangulatePolyline.cpp index 69f34ce4a6731ae89fe6d94d641a4c491efedd6c..45cddb8d44e2e793e4653f249800d9137519953a 100644 --- a/Applications/Utils/GeoTools/TriangulatePolyline.cpp +++ b/Applications/Utils/GeoTools/TriangulatePolyline.cpp @@ -4,7 +4,7 @@ * \date 2015-02-02 * \brief Utility for triangulating polylines. * - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/AddTopLayer.cpp b/Applications/Utils/MeshEdit/AddTopLayer.cpp index 1098f13e21283c8ff16050ea8ff94d8b1e20f81f..dea3d17411ddb110a9a12d7e6a515a1f0bb7846d 100644 --- a/Applications/Utils/MeshEdit/AddTopLayer.cpp +++ b/Applications/Utils/MeshEdit/AddTopLayer.cpp @@ -3,7 +3,7 @@ * \brief Adds a top layer to an existing mesh. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp b/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp index 5930247d08845a3293447bd884a0a888840f813c..c03d32fb1586195798dd03c490804c9810ea10d9 100644 --- a/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp +++ b/Applications/Utils/MeshEdit/CreateBoundaryConditionsAlongPolylines.cpp @@ -3,7 +3,7 @@ * \brief Create BoundaryConditions from a polylines. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp b/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp index b1a14b92cb8cd53aa8df72686fb8de5f44c391f2..f3784c98b7526e60d84e189a861a9314fb017477 100644 --- a/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp +++ b/Applications/Utils/MeshEdit/MapGeometryToMeshSurface.cpp @@ -4,7 +4,7 @@ * \brief Map geometric objects to the surface of the given mesh. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or */ diff --git a/Applications/Utils/MeshEdit/MoveMesh.cpp b/Applications/Utils/MeshEdit/MoveMesh.cpp index b86ac7d165f1e380936bbc586d04768bf8820ab9..474a4b3af3c9541645439f7fac1ee5da302811e7 100644 --- a/Applications/Utils/MeshEdit/MoveMesh.cpp +++ b/Applications/Utils/MeshEdit/MoveMesh.cpp @@ -4,7 +4,7 @@ * @brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/MeshEdit/NodeReordering.cpp b/Applications/Utils/MeshEdit/NodeReordering.cpp index 1000a37999ce22aac8c5fde9f1386333fe89b236..8e3a0647b5b14110e87429ca9c9a36dd21af7682 100644 --- a/Applications/Utils/MeshEdit/NodeReordering.cpp +++ b/Applications/Utils/MeshEdit/NodeReordering.cpp @@ -3,7 +3,7 @@ * 2013/13/06 KR Initial implementation * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp b/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp index 0bc5aebd2119fa51d656c0ee253c7ea9126191cd..9986890269b7c54b4f0e8839892539d41c8bb881 100644 --- a/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp +++ b/Applications/Utils/MeshEdit/ResetPropertiesInPolygonalRegion.cpp @@ -2,7 +2,7 @@ * \brief Reset material properties in meshes in a polygonal region. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp b/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp index a330bb5ee28fc46df2cd3e8ab1c32bca25c95344..67d3b000c54a4b52f54c12b1da79d32550b94c9f 100644 --- a/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp +++ b/Applications/Utils/MeshEdit/appendLinesAlongPolyline.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/checkMesh.cpp b/Applications/Utils/MeshEdit/checkMesh.cpp index e4e4f01c425c0ecad411e4bf513661ca7ad21d7b..a7dfe70824462e5302a07c8cbbcc35ac20df124d 100644 --- a/Applications/Utils/MeshEdit/checkMesh.cpp +++ b/Applications/Utils/MeshEdit/checkMesh.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/editMaterialID.cpp b/Applications/Utils/MeshEdit/editMaterialID.cpp index b3143b7fe82e6fba43bbaa3cc1142f1056e0a4bd..1d3e2b81945a7ca36dbf49309df70cbc3a9a77d7 100644 --- a/Applications/Utils/MeshEdit/editMaterialID.cpp +++ b/Applications/Utils/MeshEdit/editMaterialID.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/queryMesh.cpp b/Applications/Utils/MeshEdit/queryMesh.cpp index 7cbde562e7983e750544ef4ada3300c6ccb40cb5..9db2929a8563e370d0937426728ad8f204f85dc4 100644 --- a/Applications/Utils/MeshEdit/queryMesh.cpp +++ b/Applications/Utils/MeshEdit/queryMesh.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/removeMeshElements.cpp b/Applications/Utils/MeshEdit/removeMeshElements.cpp index 20f4ab29f364f4b8ade9fab78b0d8d1c85ec55d0..05b42215517f97d53626a5605e2aedea3d169db0 100644 --- a/Applications/Utils/MeshEdit/removeMeshElements.cpp +++ b/Applications/Utils/MeshEdit/removeMeshElements.cpp @@ -5,7 +5,7 @@ * @brief Remove mesh elements * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshEdit/reviseMesh.cpp b/Applications/Utils/MeshEdit/reviseMesh.cpp index 0bbbf18cdd83075311022959da1d5d0bc4f1d820..2223573e53ae50d18f372301442c9d85e6388c6e 100644 --- a/Applications/Utils/MeshEdit/reviseMesh.cpp +++ b/Applications/Utils/MeshEdit/reviseMesh.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/MeshGeoTools/ComputeSurfaceNodeIDsInPolygonalRegion.cpp b/Applications/Utils/MeshGeoTools/ComputeSurfaceNodeIDsInPolygonalRegion.cpp index e7c22406d9e0adc6c5742ed794431a8abdd6c2f5..a2b2006a96381e196f6c34055e3ed2b67e75d136 100644 --- a/Applications/Utils/MeshGeoTools/ComputeSurfaceNodeIDsInPolygonalRegion.cpp +++ b/Applications/Utils/MeshGeoTools/ComputeSurfaceNodeIDsInPolygonalRegion.cpp @@ -3,7 +3,7 @@ * @brief Computes mesh node ids of mesh nodes within a polygonal region, that resides on the surface. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Applications/Utils/OGSFileConverter/FileListDialog.cpp b/Applications/Utils/OGSFileConverter/FileListDialog.cpp index fccba77b54d17914931758ea81603b083eb914e9..fc92354b05cbb6a320cef8b9200a44abe20c7d5c 100644 --- a/Applications/Utils/OGSFileConverter/FileListDialog.cpp +++ b/Applications/Utils/OGSFileConverter/FileListDialog.cpp @@ -5,7 +5,7 @@ * \brief Implementation of FileListDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/OGSFileConverter/FileListDialog.h b/Applications/Utils/OGSFileConverter/FileListDialog.h index d44b7362ba5afc4957e13fa537e1b493cd8c2862..b4848b780be92652e54f28a184a36541bb433cdf 100644 --- a/Applications/Utils/OGSFileConverter/FileListDialog.h +++ b/Applications/Utils/OGSFileConverter/FileListDialog.h @@ -5,7 +5,7 @@ * \brief Definition of FileListDialog class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp b/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp index 301b8f5f87f604624155834db43086ceaf3827fb..173900c76f679af396d9da0ded6bb9cf5fa385e0 100644 --- a/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp +++ b/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of OGSFileConverter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/OGSFileConverter/OGSFileConverter.h b/Applications/Utils/OGSFileConverter/OGSFileConverter.h index 451e943af80bc265745225c7cafabfe7b7fd036b..6615fafe1945f5d56ac651b4282f1211fd8ca862 100644 --- a/Applications/Utils/OGSFileConverter/OGSFileConverter.h +++ b/Applications/Utils/OGSFileConverter/OGSFileConverter.h @@ -5,7 +5,7 @@ * \brief Definition of OGSFileConverter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp b/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp index 660313a42382836063a9d05137ee7244419ea5d1..ba1815dff7663952d513a1600d69e7592544a9a1 100644 --- a/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp +++ b/Applications/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp @@ -2,7 +2,7 @@ * \brief Implementation of the createMeshElemPropertiesFromASCRaster tool. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp b/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp index 95a19ad1af479660ec4333f0423cfc258ca878ff..355d557cce9ac75d598f96ef1239348a9e019fb7 100644 --- a/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp +++ b/Applications/Utils/SimpleMeshCreation/generateStructuredMesh.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt @@ -65,7 +65,7 @@ int main (int argc, char* argv[]) TCLAP::CmdLine cmd("Structured mesh generator.\n" "OpenGeoSys-6 software.\n" - "Copyright (c) 2012-2015, OpenGeoSys Community " + "Copyright (c) 2012-2016, OpenGeoSys Community " "(http://www.opengeosys.org) " "Distributed under a Modified BSD License. " "See accompanying file LICENSE.txt or " diff --git a/Applications/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp b/Applications/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp index dc398e0293d904deaf0cea3177e68f6cdda7c7d4..1c998def6e83e406121d6a9aeae4c1e88712b322 100644 --- a/Applications/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp +++ b/Applications/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateStructuredQuadMesh tool. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/ComponentGlobalIndexDict.h b/AssemblerLib/ComponentGlobalIndexDict.h index e5fc2de61c9d05c1af181785ba0cbf408dd4f862..eabb3d60027faa877ba5501d1eb1e03b5839b79a 100644 --- a/AssemblerLib/ComponentGlobalIndexDict.h +++ b/AssemblerLib/ComponentGlobalIndexDict.h @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/ComputeSparsityPattern.cpp b/AssemblerLib/ComputeSparsityPattern.cpp index c45c3b3231666c54b80f642e8f81e5d3b26240f4..5a37e7de7867b804a7e59362bc2d6ad59690ce46 100644 --- a/AssemblerLib/ComputeSparsityPattern.cpp +++ b/AssemblerLib/ComputeSparsityPattern.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/ComputeSparsityPattern.h b/AssemblerLib/ComputeSparsityPattern.h index 766e2c05568624f20bf1545c3dee8d0104e0e24d..d660ec492837ae5722c31c789e8d6e5228428ab7 100644 --- a/AssemblerLib/ComputeSparsityPattern.h +++ b/AssemblerLib/ComputeSparsityPattern.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/GlobalSetup.h b/AssemblerLib/GlobalSetup.h index b14d3b9af24e0a43fcc74a7a638514f354f9b992..2510b715f606305bc0c86fa90dea86057613b4f0 100644 --- a/AssemblerLib/GlobalSetup.h +++ b/AssemblerLib/GlobalSetup.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/LocalAssemblerBuilder.h b/AssemblerLib/LocalAssemblerBuilder.h index e04613aee8d37d8a8f8f932b26047a6745e77c0e..31cccde1f5c1a87ae4dc14ffc81a1d4e3bbd542c 100644 --- a/AssemblerLib/LocalAssemblerBuilder.h +++ b/AssemblerLib/LocalAssemblerBuilder.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/LocalDataInitializer.h b/AssemblerLib/LocalDataInitializer.h index 23a67834c04613bf705ae785f5c5399cf05f994a..2a3bde8026e6e1e57671cfabb7f38d0ed27f5108 100644 --- a/AssemblerLib/LocalDataInitializer.h +++ b/AssemblerLib/LocalDataInitializer.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/LocalToGlobalIndexMap.cpp b/AssemblerLib/LocalToGlobalIndexMap.cpp index 6c0c77c395b232d6f1feb261f8bc3b84a2aeaa2b..6bdcbadf80627b66873c47934957f4910fda57eb 100644 --- a/AssemblerLib/LocalToGlobalIndexMap.cpp +++ b/AssemblerLib/LocalToGlobalIndexMap.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/LocalToGlobalIndexMap.h b/AssemblerLib/LocalToGlobalIndexMap.h index ccac55bf7242cc4df6b1e40a05090fef1f7a9985..bc0c4cf3480fe72b13ffc60a22956ca0b6e601d0 100644 --- a/AssemblerLib/LocalToGlobalIndexMap.h +++ b/AssemblerLib/LocalToGlobalIndexMap.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/MeshComponentMap.cpp b/AssemblerLib/MeshComponentMap.cpp index ecf3ab4b272c2710dba649e62bb48f7b0ef43f23..1f5a73b2212edb8cdd2f35bbe378a7eef3149c0e 100644 --- a/AssemblerLib/MeshComponentMap.cpp +++ b/AssemblerLib/MeshComponentMap.cpp @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/MeshComponentMap.h b/AssemblerLib/MeshComponentMap.h index 94254ebda77b40930b03854cc849dd4cc2b0eb55..2d6cf54057ca9f91f4fda8325f5606777e56bdfd 100644 --- a/AssemblerLib/MeshComponentMap.h +++ b/AssemblerLib/MeshComponentMap.h @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/SerialExecutor.h b/AssemblerLib/SerialExecutor.h index 01cfc3956e3aefd1f43d3f982ee9b63ce27e804e..3d9c20bea79c96d431fd4e2f5d84418b98bd325e 100644 --- a/AssemblerLib/SerialExecutor.h +++ b/AssemblerLib/SerialExecutor.h @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/VectorMatrixAssembler.h b/AssemblerLib/VectorMatrixAssembler.h index 1bcd1482c1fa8752f70674aee3e5f76cf80c870c..3bf5ad4959bf0e5427d2a6f82638842a1986add6 100644 --- a/AssemblerLib/VectorMatrixAssembler.h +++ b/AssemblerLib/VectorMatrixAssembler.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/AssemblerLib/VectorMatrixBuilder.h b/AssemblerLib/VectorMatrixBuilder.h index 4ead7cac2866dbe02ec8eb10d7120fc2d8a914fd..a2886f0be900e26c26a8bea43d57c1e4025cbd75 100644 --- a/AssemblerLib/VectorMatrixBuilder.h +++ b/AssemblerLib/VectorMatrixBuilder.h @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/BuildInfo.cpp.in b/BaseLib/BuildInfo.cpp.in index 9d97da6e84de14fb03819b41d82b8ebab49cd238..20059a38dd5e581571deb2887acb4ceb9953e54c 100644 --- a/BaseLib/BuildInfo.cpp.in +++ b/BaseLib/BuildInfo.cpp.in @@ -2,7 +2,7 @@ * \brief Build information. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/BuildInfo.h b/BaseLib/BuildInfo.h index ba186e2369619eb8d54e8fc032fe322b4267ba17..ec953b89e9b4319ae7bbb3b32e779d5e7329fb36 100644 --- a/BaseLib/BuildInfo.h +++ b/BaseLib/BuildInfo.h @@ -2,7 +2,7 @@ * \brief Build information. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/CPUTime.h b/BaseLib/CPUTime.h index 8351cbbc5a4a17801b655d5141e5765e54814334..4cd732936d17f8f9d0a32f12ac5a5955a894a47e 100644 --- a/BaseLib/CPUTime.h +++ b/BaseLib/CPUTime.h @@ -6,7 +6,7 @@ * \brief Definition of the CPUTime class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/CodingTools.h b/BaseLib/CodingTools.h index 13b6ccece444d9a46f636a1ea37e7e0df845f208..8dca3fdabd4b4e21ae7f5a277b3e7e7d80893528 100644 --- a/BaseLib/CodingTools.h +++ b/BaseLib/CodingTools.h @@ -5,7 +5,7 @@ * \brief Helper macros. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTree.cpp b/BaseLib/ConfigTree.cpp index 55b98e2a60c9b4031e40251b6455d3b865707e07..f64dde1d3a913a94b0bde0828eda1d8a99de35bf 100644 --- a/BaseLib/ConfigTree.cpp +++ b/BaseLib/ConfigTree.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTree.h b/BaseLib/ConfigTree.h index 84f4d06e69bb22ff0ed445cee1b0742a70c1c940..42bc65481e692f09393d792cf9fdb99fd8209d01 100644 --- a/BaseLib/ConfigTree.h +++ b/BaseLib/ConfigTree.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTreeNew-impl.h b/BaseLib/ConfigTreeNew-impl.h index 8f2ad6521cf27277c10c589f21593c45a1be94b4..74c16dbf5fbc807980795e427b5f3302e489163f 100644 --- a/BaseLib/ConfigTreeNew-impl.h +++ b/BaseLib/ConfigTreeNew-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTreeNew.cpp b/BaseLib/ConfigTreeNew.cpp index 24b807d883c34582a7c6fa84dfd270b0bdf08bfa..956b7bf7fd95cbf90899290342a19538812d15d6 100644 --- a/BaseLib/ConfigTreeNew.cpp +++ b/BaseLib/ConfigTreeNew.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/ConfigTreeNew.h b/BaseLib/ConfigTreeNew.h index ea660c36d7b9291cee14d8ee21c62c113a3099e5..8623041e12755f2594c471530e0d55520b5f676a 100644 --- a/BaseLib/ConfigTreeNew.h +++ b/BaseLib/ConfigTreeNew.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Counter.h b/BaseLib/Counter.h index 330b775435f3c8b9df77d0fe179835ed3d5f1fa3..44ffd84f7818e930700b45cc43b22505b60eb067 100644 --- a/BaseLib/Counter.h +++ b/BaseLib/Counter.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/DateTools.cpp b/BaseLib/DateTools.cpp index d42cdf73ece6918fff7fd66c9357bafcfe584ed3..e4a769a394578fc6bed4dafac53b0c7cde06201d 100644 --- a/BaseLib/DateTools.cpp +++ b/BaseLib/DateTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of date helper functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/DateTools.h b/BaseLib/DateTools.h index 82e0a7c1138e6755441e9017b3cac7cd9ce620cd..9c1e15dc3358e52bb2c913ebd27500f37b2faeb6 100644 --- a/BaseLib/DateTools.h +++ b/BaseLib/DateTools.h @@ -5,7 +5,7 @@ * \brief Definition of date helper functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/DebugTools.h b/BaseLib/DebugTools.h index 9d45eb2114e83438f159f6fae0ad88fdb41efa5d..2ce9eb579c17c7433580b647740e32abbec14589 100644 --- a/BaseLib/DebugTools.h +++ b/BaseLib/DebugTools.h @@ -4,7 +4,7 @@ * \brief Helper tools for debugging * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/FileFinder.h b/BaseLib/FileFinder.h index 74f3bfec4154fad9817aa2d923caa451607ca630..47688da36f371deceb64a49e4c02fb0bdccc75a6 100644 --- a/BaseLib/FileFinder.h +++ b/BaseLib/FileFinder.h @@ -5,7 +5,7 @@ * \brief Definition of the FileFinder class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/FileTools.cpp b/BaseLib/FileTools.cpp index 19ed75955de1460bb72d8ddcb782f78e1be390af..b7a8cb3b7faf8be79f596dfd83ba99fef6b89a78 100644 --- a/BaseLib/FileTools.cpp +++ b/BaseLib/FileTools.cpp @@ -5,7 +5,7 @@ * \brief Filename manipulation routines implementation. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/FileTools.h b/BaseLib/FileTools.h index feac59e53a791961aa4c839d23d726416d744a37..d3e17dcdf10e4f8e2bc4a3a485b4970e3f54518e 100644 --- a/BaseLib/FileTools.h +++ b/BaseLib/FileTools.h @@ -5,7 +5,7 @@ * \brief Filename manipulation routines. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Histogram.h b/BaseLib/Histogram.h index 6dea4c4f4ac85330c4fafbb9bd8720c711817383..cfdad1e6b9e1a7f745938dd0d00c31c703558511 100644 --- a/BaseLib/Histogram.h +++ b/BaseLib/Histogram.h @@ -4,7 +4,7 @@ * \brief Implementation of Histogram class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/LogogCustomCout.h b/BaseLib/LogogCustomCout.h index 796f2e867326bff44d6bf0b6d204aea56464da31..b1a4172d34163e4820ceca5d4747fceaf9ff42c8 100644 --- a/BaseLib/LogogCustomCout.h +++ b/BaseLib/LogogCustomCout.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/LogogSimpleFormatter.h b/BaseLib/LogogSimpleFormatter.h index 58c9e9495a1b1e7a93a362b8b29077cab7bc422c..9e3fc26b3cceacccc01f17b4a0730db735c0dbe6 100644 --- a/BaseLib/LogogSimpleFormatter.h +++ b/BaseLib/LogogSimpleFormatter.h @@ -5,7 +5,7 @@ * \brief Definition of the LogogSimpleFormatter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/MemWatch.cpp b/BaseLib/MemWatch.cpp index af2095b6a8500ce0b77045db0272760d525de7fa..79477664314bea6a5a7cdae4f1d68c8e69c7e3e3 100644 --- a/BaseLib/MemWatch.cpp +++ b/BaseLib/MemWatch.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MemWatch class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/MemWatch.h b/BaseLib/MemWatch.h index be09ef1b1e66e812c97ad6f4eebd9d478da6e198..2b827df7e80d7a20f526b3f57bf94b2bcd8eff68 100644 --- a/BaseLib/MemWatch.h +++ b/BaseLib/MemWatch.h @@ -5,7 +5,7 @@ * \brief Definition of the MemWatch class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/RangeValidator-impl.h b/BaseLib/RangeValidator-impl.h index 332cc05f093329425002c07c7d2449ebe8123dfe..4e94f49ff45f5ad9a963d0b676e9b49c777abafc 100644 --- a/BaseLib/RangeValidator-impl.h +++ b/BaseLib/RangeValidator-impl.h @@ -5,7 +5,7 @@ * \brief Implementation of the RangeValidator class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/RangeValidator.h b/BaseLib/RangeValidator.h index b82e6f188fb757d40f79d2c2dcacdaf51b9dbd5a..b2ff13988e824e23d2e3f33d191c9f54c5d7092e 100644 --- a/BaseLib/RangeValidator.h +++ b/BaseLib/RangeValidator.h @@ -5,7 +5,7 @@ * \brief Definition of the RangeValidator calss. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/RunTime.h b/BaseLib/RunTime.h index 86c4e11c170cd9aa4a837d9edc25f21916c96914..7cd89ef0256a97ab1d07b5995cd132fd10d2dd69 100644 --- a/BaseLib/RunTime.h +++ b/BaseLib/RunTime.h @@ -6,7 +6,7 @@ * \brief Definition of the RunTime class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/StringTools.cpp b/BaseLib/StringTools.cpp index 2a9ba62638fbb7705c64cf50dcf3236b035c84df..43a0a06c2dfebeb61663e4266dba60ae889ac314 100644 --- a/BaseLib/StringTools.cpp +++ b/BaseLib/StringTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of string helper functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/StringTools.h b/BaseLib/StringTools.h index e59032c8f6f625e6aef8a2bdc90770d2d310d47c..f339f4e30b9c25684129f6eee0f0a47a0a176ef8 100644 --- a/BaseLib/StringTools.h +++ b/BaseLib/StringTools.h @@ -5,7 +5,7 @@ * \brief Definition of string helper functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/Subdivision.h b/BaseLib/Subdivision.h index d66caa0593e295f7b3388ff16e55618167dd1a73..eebb7d309f15724448dc7b4bd830c84cfbd3f031 100644 --- a/BaseLib/Subdivision.h +++ b/BaseLib/Subdivision.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/SystemTools.h b/BaseLib/SystemTools.h index 4af0a5ff4e97bf92551b01afe76d88abecb6a56b..70f7622e9c5f373e9362bf6a73ad3e6f96de9966 100644 --- a/BaseLib/SystemTools.h +++ b/BaseLib/SystemTools.h @@ -5,7 +5,7 @@ * \brief Definition of some system helper functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/TCLAPCustomOutput.h b/BaseLib/TCLAPCustomOutput.h index e5caa3a77fc62908bc56f1c5450537a83fb355e5..fa32a4628c041a173990de6ac825b5aba9d37548 100644 --- a/BaseLib/TCLAPCustomOutput.h +++ b/BaseLib/TCLAPCustomOutput.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/BaseLib/TemplateLogogFormatterSuppressedGCC-impl.h b/BaseLib/TemplateLogogFormatterSuppressedGCC-impl.h index 3501df275a7c3d49203090ea4b1331f3a812fe46..1462482007c40f63cbc2b3f6dd7197404d3f6cb2 100644 --- a/BaseLib/TemplateLogogFormatterSuppressedGCC-impl.h +++ b/BaseLib/TemplateLogogFormatterSuppressedGCC-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/TemplateLogogFormatterSuppressedGCC.h b/BaseLib/TemplateLogogFormatterSuppressedGCC.h index a8cf1c335e8b2363794ac4e599ded309510bd07f..e304233775b77907d35c9346b4422c5bcde9e739 100644 --- a/BaseLib/TemplateLogogFormatterSuppressedGCC.h +++ b/BaseLib/TemplateLogogFormatterSuppressedGCC.h @@ -5,7 +5,7 @@ * \brief Definition of the TemplateLogogFormatterSuppressedGCC class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/excludeObjectCopy.h b/BaseLib/excludeObjectCopy.h index b5ad58c55259dedf52c2970ed9edf1ff60bba925..1baca53b8001f14f69a5567fd0ef2139b97dc65e 100644 --- a/BaseLib/excludeObjectCopy.h +++ b/BaseLib/excludeObjectCopy.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/quicksort.h b/BaseLib/quicksort.h index 2be3ebbd91fd1c29c86207686af5b881123265fe..d2641ea11e7b3af6cbbc9df7dd474be050750181 100644 --- a/BaseLib/quicksort.h +++ b/BaseLib/quicksort.h @@ -2,7 +2,7 @@ * \brief Definition of the quicksort function. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/uniqueInsert.h b/BaseLib/uniqueInsert.h index d5d49a668c04a825678630fd30a7bd909b9f4a52..40de9535b5b1c720ae8f586ce771b9174837c151 100644 --- a/BaseLib/uniqueInsert.h +++ b/BaseLib/uniqueInsert.h @@ -5,7 +5,7 @@ * \brief Definition of the uniquePushBack function. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/BaseLib/wait.h b/BaseLib/wait.h index 4b5e371206b6513f1cee553b96d3262a1e126902..483cf6e877ed0bc4c6845d6b89aff425826a93a4 100644 --- a/BaseLib/wait.h +++ b/BaseLib/wait.h @@ -5,7 +5,7 @@ * \brief Definition of the wait function. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Documentation/Namespaces.dox b/Documentation/Namespaces.dox index b9700bca5b5582a08e6913c3a5b24575c2f3e931..6857cadcbeceef4a210745205bf8be3a0ca33824 100644 --- a/Documentation/Namespaces.dox +++ b/Documentation/Namespaces.dox @@ -4,7 +4,7 @@ * \brief Documentation of namespaces. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/AsciiRasterInterface.cpp b/FileIO/AsciiRasterInterface.cpp index 81a72201a935d7c00db190a9a17bdd8e2b38b768..8ef729016c765e650ebfedbc2e60c83f0551b45f 100644 --- a/FileIO/AsciiRasterInterface.cpp +++ b/FileIO/AsciiRasterInterface.cpp @@ -5,7 +5,7 @@ * @brief Implementation of the AsciiRasterInterface class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/AsciiRasterInterface.h b/FileIO/AsciiRasterInterface.h index 866e97f20d0d7b3baa839ad800abd5690bfb5768..6cd7bc1a413cabf046b927d1a1c4b1bdd7cdb333 100644 --- a/FileIO/AsciiRasterInterface.h +++ b/FileIO/AsciiRasterInterface.h @@ -5,7 +5,7 @@ * @brief Definition of the AsciiRasterInterface class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/CsvInterface.cpp b/FileIO/CsvInterface.cpp index dd3abc07ae0de5e57e1f744129be1af6eb9af943..c33883883ea7bda197377eac701d855566e6ac85 100644 --- a/FileIO/CsvInterface.cpp +++ b/FileIO/CsvInterface.cpp @@ -5,7 +5,7 @@ * @brief Implementation of the CsvInterface class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/CsvInterface.h b/FileIO/CsvInterface.h index d07a9c26845fbec14868117cec60f78f725b6e60..59f718a1a0ed9717be6abb3497be062781343b0e 100644 --- a/FileIO/CsvInterface.h +++ b/FileIO/CsvInterface.h @@ -5,7 +5,7 @@ * @brief Definition of the CsvInterface class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/FEFLOWInterface.cpp b/FileIO/FEFLOWInterface.cpp index 077d009fb135ed138a5a1f4d60cbcc05f34c14b2..62771410552b8d68b6e613fb841304e345c44275 100644 --- a/FileIO/FEFLOWInterface.cpp +++ b/FileIO/FEFLOWInterface.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/FEFLOWInterface.h b/FileIO/FEFLOWInterface.h index 6a0c8d3ba8f9e5677ba8e13fb9f76b20dc2dca1b..987e3b405c472357b6c3f864898a52f7e183d80a 100644 --- a/FileIO/FEFLOWInterface.h +++ b/FileIO/FEFLOWInterface.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GMSHInterface.cpp b/FileIO/GMSHInterface.cpp index ecd23d2f863ef3c799c4a3a59c43b41408d17253..0a13c7c66f044f2441b4a9d057c426a3c3900361 100644 --- a/FileIO/GMSHInterface.cpp +++ b/FileIO/GMSHInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSHInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GMSHInterface.h b/FileIO/GMSHInterface.h index 214bc36b7bb7d8fe4cce1251327293716c5d4497..e1454b8406d1c6dfec032831ee2553361bb06e50 100644 --- a/FileIO/GMSHInterface.h +++ b/FileIO/GMSHInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GMSInterface.cpp b/FileIO/GMSInterface.cpp index ff64ace08b268b788dea8eb67592cd7df9a9dd83..524a6d9262d00113d4c7025f22e4d83a4231da3f 100644 --- a/FileIO/GMSInterface.cpp +++ b/FileIO/GMSInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GMSInterface.h b/FileIO/GMSInterface.h index c853aa6a03a2a3db9baeaa3d3bca68f2a7d3b29b..611a1e803278a0e7b17a88c8dcade47eb94b3308 100644 --- a/FileIO/GMSInterface.h +++ b/FileIO/GMSInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHAdaptiveMeshDensity.cpp b/FileIO/GmshIO/GMSHAdaptiveMeshDensity.cpp index 40fb83994c4648e92cd65a4ba31008877f5bf9f1..2b5044fa1efc296e5c0556134c3b9484ab92675e 100644 --- a/FileIO/GmshIO/GMSHAdaptiveMeshDensity.cpp +++ b/FileIO/GmshIO/GMSHAdaptiveMeshDensity.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSHAdaptiveMeshDensity class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHAdaptiveMeshDensity.h b/FileIO/GmshIO/GMSHAdaptiveMeshDensity.h index 90ef88cc00c9a2d43a87d5625e81b19342417bbc..7429628fb2a78ba697bd8c146797d39b79ee3335 100644 --- a/FileIO/GmshIO/GMSHAdaptiveMeshDensity.h +++ b/FileIO/GmshIO/GMSHAdaptiveMeshDensity.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHAdaptiveMeshDensity class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHFixedMeshDensity.cpp b/FileIO/GmshIO/GMSHFixedMeshDensity.cpp index 0dbebe52e6ecef7bd7ed9d940592366f576b2951..6b96ef76e17bef5eacc2c8e8aafe1c48b585c50d 100644 --- a/FileIO/GmshIO/GMSHFixedMeshDensity.cpp +++ b/FileIO/GmshIO/GMSHFixedMeshDensity.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSHFixedMeshDensity class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHFixedMeshDensity.h b/FileIO/GmshIO/GMSHFixedMeshDensity.h index fbbe142d78d0dc11971dec95b49370dba8d6ceed..b67b00d4054fc21df3bbcff0943e9d6a90a86d43 100644 --- a/FileIO/GmshIO/GMSHFixedMeshDensity.h +++ b/FileIO/GmshIO/GMSHFixedMeshDensity.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHFixedMeshDensity class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHLine.cpp b/FileIO/GmshIO/GMSHLine.cpp index 82166f2c9468842021f7662ca076f50e4a6f9595..9c94f4f701f6f8eb179ef80d6faa36a1000369a2 100644 --- a/FileIO/GmshIO/GMSHLine.cpp +++ b/FileIO/GmshIO/GMSHLine.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSHLine class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHLine.h b/FileIO/GmshIO/GMSHLine.h index 7c6a35221027ec88743aa1ec33b30985c5595f9c..45e783ff0f8e1dac222a479a47a596d4130744da 100644 --- a/FileIO/GmshIO/GMSHLine.h +++ b/FileIO/GmshIO/GMSHLine.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHLine class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHLineLoop.cpp b/FileIO/GmshIO/GMSHLineLoop.cpp index 5a40ce7e5ac2a32a1b19596944425ef661bad983..7b1a146cdb8e2343a9e4c2b4bf53e45b22c20f7d 100644 --- a/FileIO/GmshIO/GMSHLineLoop.cpp +++ b/FileIO/GmshIO/GMSHLineLoop.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSHLineLoop class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHLineLoop.h b/FileIO/GmshIO/GMSHLineLoop.h index 1ea5369144b2280d47b650d2f138bbba5dcdfaab..4a00c3a89fea651f0e9f0201e9f8fbf58caafe2d 100644 --- a/FileIO/GmshIO/GMSHLineLoop.h +++ b/FileIO/GmshIO/GMSHLineLoop.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHLineLoop class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHMeshDensityStrategy.h b/FileIO/GmshIO/GMSHMeshDensityStrategy.h index 7f6919dc9bc0f899cd42c2177601c873f6bef72b..ce27c91e4a9f570db106f88f3469add7fa5fa885 100644 --- a/FileIO/GmshIO/GMSHMeshDensityStrategy.h +++ b/FileIO/GmshIO/GMSHMeshDensityStrategy.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHMeshDensityStrategy class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHNoMeshDensity.h b/FileIO/GmshIO/GMSHNoMeshDensity.h index 4c129b0b0c9d6fef6c15a1000056926ffdbb29b8..e072d3d55b12d61b46c3fbc463870a743dce7447 100644 --- a/FileIO/GmshIO/GMSHNoMeshDensity.h +++ b/FileIO/GmshIO/GMSHNoMeshDensity.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHNoMeshDensity class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHPoint.cpp b/FileIO/GmshIO/GMSHPoint.cpp index 672f42a7069d5e68ab0c387a3fd809284c8b2579..03b395dc496fc9baf37ffa58f33c18fa8e79703a 100644 --- a/FileIO/GmshIO/GMSHPoint.cpp +++ b/FileIO/GmshIO/GMSHPoint.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSHPoint class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHPoint.h b/FileIO/GmshIO/GMSHPoint.h index 32c641160e5e2520f2552dc282daeab88f787564..f9d79f49bb16d87686f0d2b5df9ab131a4bb3bc2 100644 --- a/FileIO/GmshIO/GMSHPoint.h +++ b/FileIO/GmshIO/GMSHPoint.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHPoint class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHPolygonTree.cpp b/FileIO/GmshIO/GMSHPolygonTree.cpp index d9a0660375db4f3a820de67536484ab1dfc857a3..132916260b608a8e3bf90c8b451315fc26f6c56f 100644 --- a/FileIO/GmshIO/GMSHPolygonTree.cpp +++ b/FileIO/GmshIO/GMSHPolygonTree.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMSHPolygonTree class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/GmshIO/GMSHPolygonTree.h b/FileIO/GmshIO/GMSHPolygonTree.h index 3d33fa4151345927aa7d577911347e4b804215f0..f1e30d509036142dc6d17c6fe54d82d7cffcecaa 100644 --- a/FileIO/GmshIO/GMSHPolygonTree.h +++ b/FileIO/GmshIO/GMSHPolygonTree.h @@ -5,7 +5,7 @@ * \brief Definition of the GMSHPolygonTree class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/ImportFileTypes.h b/FileIO/ImportFileTypes.h index d79766680b81c80f97fd0c4e4355587649d49783..37a88ce8cf0693323c38eaab1c7a5b2c4eb663f8 100644 --- a/FileIO/ImportFileTypes.h +++ b/FileIO/ImportFileTypes.h @@ -5,7 +5,7 @@ * \brief Definition of the ImportFileTypes enumeration. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/Legacy/MeshIO.cpp b/FileIO/Legacy/MeshIO.cpp index 0328ce6bae7007ac730bda8d11dc792926d94d74..283079bd49c4d33db388ded5394b6e128258c817 100644 --- a/FileIO/Legacy/MeshIO.cpp +++ b/FileIO/Legacy/MeshIO.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshIO class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/Legacy/MeshIO.h b/FileIO/Legacy/MeshIO.h index 62fe3c996ceec42122071c1c40456b19b4d39996..1c5bfa60bf23b983bd39fb929c64749d7cf86479 100644 --- a/FileIO/Legacy/MeshIO.h +++ b/FileIO/Legacy/MeshIO.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshIO class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/Legacy/OGSIOVer4.cpp b/FileIO/Legacy/OGSIOVer4.cpp index 453db688aac1a6d7dc56f24026971f629aee6f89..9bd002e6adeec4ded7dda44812809efa91fa405b 100644 --- a/FileIO/Legacy/OGSIOVer4.cpp +++ b/FileIO/Legacy/OGSIOVer4.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the OGSIOVer4 class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/Legacy/OGSIOVer4.h b/FileIO/Legacy/OGSIOVer4.h index c2dc8368b3734169c96bee0d289d90c5b64e4fca..81ea756839c08c11f1e062bb83b4e17eb31927d9 100644 --- a/FileIO/Legacy/OGSIOVer4.h +++ b/FileIO/Legacy/OGSIOVer4.h @@ -5,7 +5,7 @@ * \brief Definition of the OGSIOVer4 class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/MPI_IO/NodePartitionedMeshReader.cpp b/FileIO/MPI_IO/NodePartitionedMeshReader.cpp index 3e27ac50c4fc26d8384f0d34acfbbfecb8ebdbb8..eecab7e88040f87e44f21e7d0d35252ce192b38e 100644 --- a/FileIO/MPI_IO/NodePartitionedMeshReader.cpp +++ b/FileIO/MPI_IO/NodePartitionedMeshReader.cpp @@ -5,7 +5,7 @@ \brief Define members of class NodePartitionedMeshReader to read node-wise partitioned mesh with MPI functions. \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/FileIO/MPI_IO/NodePartitionedMeshReader.h b/FileIO/MPI_IO/NodePartitionedMeshReader.h index c59cdf1d44e718a9eb4ad8da5dd0e048d07c1d2a..6bdaffeb478b5c522277e2cb11f677f721ddac95 100644 --- a/FileIO/MPI_IO/NodePartitionedMeshReader.h +++ b/FileIO/MPI_IO/NodePartitionedMeshReader.h @@ -5,7 +5,7 @@ \brief Declare a class to read node-wise partitioned mesh with MPI functions. \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/FileIO/PetrelInterface.cpp b/FileIO/PetrelInterface.cpp index 00b78bfbacd51e0a8f4d9d6eb924346b7b6efabc..548b493f7bbd6ae4a18a78ac9e1b987c1ce0bfa2 100644 --- a/FileIO/PetrelInterface.cpp +++ b/FileIO/PetrelInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the PetrelInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/PetrelInterface.h b/FileIO/PetrelInterface.h index 7139df11cff842f7f66032bea430afcb6edf41c1..bfd41dd3d4160a08803944b94602a6b3a442b0bd 100644 --- a/FileIO/PetrelInterface.h +++ b/FileIO/PetrelInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the PetrelInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/RapidXmlIO/RapidStnInterface.cpp b/FileIO/RapidXmlIO/RapidStnInterface.cpp index 79786b48028bbb77e434a9ed41b799217747302d..d6c6de188ab44242730dbd210c62cc93ea776dd0 100644 --- a/FileIO/RapidXmlIO/RapidStnInterface.cpp +++ b/FileIO/RapidXmlIO/RapidStnInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the RapidStnInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/RapidXmlIO/RapidStnInterface.h b/FileIO/RapidXmlIO/RapidStnInterface.h index 74a438a17a214131614254a506946920c34021e2..75840b2198c9baa767296137aac9d6aae9e3168e 100644 --- a/FileIO/RapidXmlIO/RapidStnInterface.h +++ b/FileIO/RapidXmlIO/RapidStnInterface.h @@ -5,7 +5,7 @@ * \brief Definition of RapidStnInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/SHPInterface.cpp b/FileIO/SHPInterface.cpp index c8d4d5df60aca0519e446254dadd6b2ac293ee9b..eac59b56b63df943612bebe58ba470e8eb838ef7 100644 --- a/FileIO/SHPInterface.cpp +++ b/FileIO/SHPInterface.cpp @@ -5,7 +5,7 @@ * \brief Definition of the SHPInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/SHPInterface.h b/FileIO/SHPInterface.h index b20109843c1a369785224071f486c2f160e58d9f..b29a881832e139cb42eccbfa0b9ceba1da2c643c 100644 --- a/FileIO/SHPInterface.h +++ b/FileIO/SHPInterface.h @@ -5,7 +5,7 @@ * \brief Implementation of the SHPInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/TINInterface.cpp b/FileIO/TINInterface.cpp index 6c938f1551e37e41565126da4e5020ac01d6982d..9d93d0fcae791de53eddab2bbdb365e28b680034 100644 --- a/FileIO/TINInterface.cpp +++ b/FileIO/TINInterface.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/TINInterface.h b/FileIO/TINInterface.h index e5a0c34a63b23db89166d182ca3bfe8ed5bc9d95..41822205e13e70f9625d04007155f25c236f9940 100644 --- a/FileIO/TINInterface.h +++ b/FileIO/TINInterface.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/TetGenInterface.cpp b/FileIO/TetGenInterface.cpp index ef46e827ef6c584a70e0df2f0cc4fa0c227b4753..495ae9063fe802311ae982c51308f768a238edf4 100644 --- a/FileIO/TetGenInterface.cpp +++ b/FileIO/TetGenInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the TetGenInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/TetGenInterface.h b/FileIO/TetGenInterface.h index 995bbc0a6157ff31bc0efe69e1141e7eebf83694..297fceea09378d1e92ff8a700faa99af61ac8431 100644 --- a/FileIO/TetGenInterface.h +++ b/FileIO/TetGenInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the TetGenInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/VtkIO/VtuInterface-impl.h b/FileIO/VtkIO/VtuInterface-impl.h index 9a65a171e342ed891ca7bd967fc4300e9b86cbcb..23c7b97cde573270defcb67ce3343bc46c682201 100644 --- a/FileIO/VtkIO/VtuInterface-impl.h +++ b/FileIO/VtkIO/VtuInterface-impl.h @@ -10,7 +10,7 @@ * of the vtu picess via pvtu. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/VtkIO/VtuInterface.cpp b/FileIO/VtkIO/VtuInterface.cpp index 01dee579011526622ab52e08d88aa8040ace1a9f..8969aa6f74175d5ebbc69e9770ea077781cfb46d 100644 --- a/FileIO/VtkIO/VtuInterface.cpp +++ b/FileIO/VtkIO/VtuInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtuInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/VtkIO/VtuInterface.h b/FileIO/VtkIO/VtuInterface.h index 284388e9709a2e6a76c0c6d3cf66ecd0daec18c8..55f3215d4059c8eccdbb43faa7308d3320f594e9 100644 --- a/FileIO/VtkIO/VtuInterface.h +++ b/FileIO/VtkIO/VtuInterface.h @@ -5,7 +5,7 @@ * \brief Implementation of the VtuInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/Writer.cpp b/FileIO/Writer.cpp index 2afa139f9e12bcf56065e9369fb4994a80c3620c..8b03518937b7c13d997948dbd0b86e84ef906aee 100644 --- a/FileIO/Writer.cpp +++ b/FileIO/Writer.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Writer class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/Writer.h b/FileIO/Writer.h index 15d876d5ce137bf07e724309c47d644d3a052f62..94a4538cc1d5a9b318150363886e90c2c2fcd1af 100644 --- a/FileIO/Writer.h +++ b/FileIO/Writer.h @@ -5,7 +5,7 @@ * \brief Definition of the Writer class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Boost/BoostXmlGmlInterface.cpp b/FileIO/XmlIO/Boost/BoostXmlGmlInterface.cpp index 282583651a9b2f13c83e5a1d40d1927dfaf31dc9..42f6ef63337e9061ee9eb7e6b90298ae775364f9 100644 --- a/FileIO/XmlIO/Boost/BoostXmlGmlInterface.cpp +++ b/FileIO/XmlIO/Boost/BoostXmlGmlInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the BoostXmlGmlInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Boost/BoostXmlGmlInterface.h b/FileIO/XmlIO/Boost/BoostXmlGmlInterface.h index bcc43d531c1217651bea2932052f1a5d1b47c6e8..21b827c2a83a220b2f5fb250e2378b18a82accf5 100644 --- a/FileIO/XmlIO/Boost/BoostXmlGmlInterface.h +++ b/FileIO/XmlIO/Boost/BoostXmlGmlInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the BoostXmlGmlInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Qt/XMLQtInterface.cpp b/FileIO/XmlIO/Qt/XMLQtInterface.cpp index fa94a796190a6faca1fb368c89466247ca4ce803..93c72f3a9ae587acb0dd15180a11c093270ead05 100644 --- a/FileIO/XmlIO/Qt/XMLQtInterface.cpp +++ b/FileIO/XmlIO/Qt/XMLQtInterface.cpp @@ -5,7 +5,7 @@ * @brief Base part of implementation of reading XML files using Qt stuff. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/FileIO/XmlIO/Qt/XMLQtInterface.h b/FileIO/XmlIO/Qt/XMLQtInterface.h index a8c69e7c44b3826f5d5dcc1c323d983f76c2f66c..d325e73cdd5d2c814e5d7e0f655ad60b219502e7 100644 --- a/FileIO/XmlIO/Qt/XMLQtInterface.h +++ b/FileIO/XmlIO/Qt/XMLQtInterface.h @@ -5,7 +5,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/FileIO/XmlIO/Qt/XmlGmlInterface.cpp b/FileIO/XmlIO/Qt/XmlGmlInterface.cpp index 575723e43308f05d7329368dc020c1df331b485d..12501bc8782f3803d1fa943ae2d45c5b565ce163 100644 --- a/FileIO/XmlIO/Qt/XmlGmlInterface.cpp +++ b/FileIO/XmlIO/Qt/XmlGmlInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the XmlGmlInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Qt/XmlGmlInterface.h b/FileIO/XmlIO/Qt/XmlGmlInterface.h index 67affa1622c247fd682b27e78381304c203b6e95..6235fd4c7a32e0b722296b2307e160d4568ae08e 100644 --- a/FileIO/XmlIO/Qt/XmlGmlInterface.h +++ b/FileIO/XmlIO/Qt/XmlGmlInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the XmlGmlInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Qt/XmlGspInterface.cpp b/FileIO/XmlIO/Qt/XmlGspInterface.cpp index c9e0b1e4982491efe1922f5aeadcb058d786d1d1..360322e7d67410c5b82f697060988f860a8ba4f4 100644 --- a/FileIO/XmlIO/Qt/XmlGspInterface.cpp +++ b/FileIO/XmlIO/Qt/XmlGspInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the XmlGspInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Qt/XmlGspInterface.h b/FileIO/XmlIO/Qt/XmlGspInterface.h index 17f8758a9f251afa31d6ba46b841ec528c6b74eb..2e441d167bc54e738aed7241bbacc5a9b748b7ac 100644 --- a/FileIO/XmlIO/Qt/XmlGspInterface.h +++ b/FileIO/XmlIO/Qt/XmlGspInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the XmlGspInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Qt/XmlLutReader.h b/FileIO/XmlIO/Qt/XmlLutReader.h index 121d1daad13c14c5dbf1551bd3985c36952d1362..52ff8efe2f33e7b3b2bd92a581ccad3c2be0b804 100644 --- a/FileIO/XmlIO/Qt/XmlLutReader.h +++ b/FileIO/XmlIO/Qt/XmlLutReader.h @@ -5,7 +5,7 @@ * \brief Definition of the XmlLutReader class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Qt/XmlNumInterface.cpp b/FileIO/XmlIO/Qt/XmlNumInterface.cpp index 4cd6b4d48c1fadc330fd43fdf8302fff138ebf8e..8f30141ceadb7a7cfc499a29f7e78a56caa13709 100644 --- a/FileIO/XmlIO/Qt/XmlNumInterface.cpp +++ b/FileIO/XmlIO/Qt/XmlNumInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the XmlNumInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Qt/XmlNumInterface.h b/FileIO/XmlIO/Qt/XmlNumInterface.h index aab856bac6a4121d1cd255dd6eb9b091ad7a77b4..de2f274f7e0d2716a03eb36043761c6e522f7ee2 100644 --- a/FileIO/XmlIO/Qt/XmlNumInterface.h +++ b/FileIO/XmlIO/Qt/XmlNumInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the XmlNumInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Qt/XmlStnInterface.cpp b/FileIO/XmlIO/Qt/XmlStnInterface.cpp index e5568d15172773f6a69e42024092649bd14ea654..416f9d2680140db78a48ddd1dabdff9901becdbd 100644 --- a/FileIO/XmlIO/Qt/XmlStnInterface.cpp +++ b/FileIO/XmlIO/Qt/XmlStnInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the XmlStnInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/Qt/XmlStnInterface.h b/FileIO/XmlIO/Qt/XmlStnInterface.h index a1d144415cc635f2d9bbc210e701a854e2d0c3aa..e5e9c042530e093cf7fe664557594047796bebb2 100644 --- a/FileIO/XmlIO/Qt/XmlStnInterface.h +++ b/FileIO/XmlIO/Qt/XmlStnInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the XmlStnInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/XMLInterface.cpp b/FileIO/XmlIO/XMLInterface.cpp index d2b3a0da6147c87ebbb08febe65d8854f877d788..58f3d88d6f16d7b9e61c7e38ab6040935f1e37e5 100644 --- a/FileIO/XmlIO/XMLInterface.cpp +++ b/FileIO/XmlIO/XMLInterface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the XMLInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/XmlIO/XMLInterface.h b/FileIO/XmlIO/XMLInterface.h index 61f8f39a8b4408e275ce9c67ddd9d2cb47864883..4531c6af868a52d75905cec38fd3164b28845897 100644 --- a/FileIO/XmlIO/XMLInterface.h +++ b/FileIO/XmlIO/XMLInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the XMLInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/readGeometryFromFile.cpp b/FileIO/readGeometryFromFile.cpp index cfe12c929912bb5e901d8d0ba1a3d60abd2be5b6..fe6cc8a6b3508e07216a3e27ae879bc842c6006e 100644 --- a/FileIO/readGeometryFromFile.cpp +++ b/FileIO/readGeometryFromFile.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/readGeometryFromFile.h b/FileIO/readGeometryFromFile.h index 98909affad94d86b3f8529f9d684fc5eff84a249..e546528867307f941ec649acaa3324d4cf915580 100644 --- a/FileIO/readGeometryFromFile.h +++ b/FileIO/readGeometryFromFile.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/readMeshFromFile.cpp b/FileIO/readMeshFromFile.cpp index 4b899d7def3f45544199216a99f07222ccd0c4bb..d70dc5557b4be7ec6c26e4467d639f048b094d40 100644 --- a/FileIO/readMeshFromFile.cpp +++ b/FileIO/readMeshFromFile.cpp @@ -5,7 +5,7 @@ * \brief Implementation of readMeshFromFile function. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/readMeshFromFile.h b/FileIO/readMeshFromFile.h index b783f39f6699bb328a408c555a846f1cffc065e2..c30b1080db22a51ca24d579d14709aa222aa37ff 100644 --- a/FileIO/readMeshFromFile.h +++ b/FileIO/readMeshFromFile.h @@ -5,7 +5,7 @@ * \brief Definition of readMeshFromFile function. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/writeGeometryToFile.cpp b/FileIO/writeGeometryToFile.cpp index 9cd6aca0fd5399993ba616a98bd45ea947776fec..758cbf7600994b5fc58e11d222415ee7e551a516 100644 --- a/FileIO/writeGeometryToFile.cpp +++ b/FileIO/writeGeometryToFile.cpp @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/writeGeometryToFile.h b/FileIO/writeGeometryToFile.h index e7f3b0c99081ae5131c371de3977f40dfec92889..af8be4f18333f3003ac4d72969a59f0932740e38 100644 --- a/FileIO/writeGeometryToFile.h +++ b/FileIO/writeGeometryToFile.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/writeMeshToFile.cpp b/FileIO/writeMeshToFile.cpp index 8695268f59ef042bcbd1f19863e0391e9e499e36..c3286dcaaa1f86b0cd9bf76d48ff4a4503da1b2e 100644 --- a/FileIO/writeMeshToFile.cpp +++ b/FileIO/writeMeshToFile.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/FileIO/writeMeshToFile.h b/FileIO/writeMeshToFile.h index f30e27269a5093870aaa730629554f830ac5d7e6..bc5c52a2885737125653358e8994360ae894830f 100644 --- a/FileIO/writeMeshToFile.h +++ b/FileIO/writeMeshToFile.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/AABB.h b/GeoLib/AABB.h index 30c9ecaca08e831785d0d0e222a2be3f8f7082ee..13291b36e5ef87c5cbee7453994abfee699d13d6 100644 --- a/GeoLib/AABB.h +++ b/GeoLib/AABB.h @@ -5,7 +5,7 @@ * \brief Definition of the AABB class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/AnalyticalGeometry-impl.h b/GeoLib/AnalyticalGeometry-impl.h index 9d5ed215d29d948d7bb4e27924cc8386d1bf03ea..7cdb595a11ae829da976ad4374af03d705c58e11 100644 --- a/GeoLib/AnalyticalGeometry-impl.h +++ b/GeoLib/AnalyticalGeometry-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/AnalyticalGeometry.cpp b/GeoLib/AnalyticalGeometry.cpp index 7313c08741d31a32b3c293191553f3c8757939ff..c92de3ad6c004fc417ad6d3a148cf4b35d2f51b3 100644 --- a/GeoLib/AnalyticalGeometry.cpp +++ b/GeoLib/AnalyticalGeometry.cpp @@ -5,7 +5,7 @@ * \brief Implementation of analytical geometry functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/AnalyticalGeometry.h b/GeoLib/AnalyticalGeometry.h index f0392ee4236efcacfcb4ebb62ada34f9c60a31c3..488f3dc5e3c519c7af88a543e92b5f5958b418c1 100644 --- a/GeoLib/AnalyticalGeometry.h +++ b/GeoLib/AnalyticalGeometry.h @@ -5,7 +5,7 @@ * \brief Definition of analytical geometry functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/ClosestPair.h b/GeoLib/ClosestPair.h index 6cdb5c9b89b775836d455adca21e1ce381928c64..489aa54ccdba7c352f9c2e9dc7b46e013606443e 100644 --- a/GeoLib/ClosestPair.h +++ b/GeoLib/ClosestPair.h @@ -5,7 +5,7 @@ * \brief Definition of the ClosestPair class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/EarClippingTriangulation.cpp b/GeoLib/EarClippingTriangulation.cpp index cbf899f560147c1bf5aaa05a35a50240b2bc0477..464e0b75f344d88ccf20e19ded46c1924d696220 100644 --- a/GeoLib/EarClippingTriangulation.cpp +++ b/GeoLib/EarClippingTriangulation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the EarClippingTriangulation class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/EarClippingTriangulation.h b/GeoLib/EarClippingTriangulation.h index 251d1da9c72893558c6eba5d6e512af0b4eb202b..493b56d315c7bd42192bdbcbbcd7da8a74143749 100644 --- a/GeoLib/EarClippingTriangulation.h +++ b/GeoLib/EarClippingTriangulation.h @@ -5,7 +5,7 @@ * \brief Definition of the EarClippingTriangulation class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GEOObjects.cpp b/GeoLib/GEOObjects.cpp index 0723c99c903f8644eb29c1e9bd68378e738e0368..71943c6137441e56fdc4aad56e9cdb4699afaf6f 100644 --- a/GeoLib/GEOObjects.cpp +++ b/GeoLib/GEOObjects.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GEOObjects class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GEOObjects.h b/GeoLib/GEOObjects.h index c75be2dcbcc962a280f9f40c3bfefdffb3782a8e..b07ff414f57b8501031d348b481f16db23357a85 100644 --- a/GeoLib/GEOObjects.h +++ b/GeoLib/GEOObjects.h @@ -4,7 +4,7 @@ * \brief Definition of the GEOObjects class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GeoDomain.h b/GeoLib/GeoDomain.h index 0ec2b9b345d69b827f04ed3d27c53649c294b2c9..2236fba2ed2bac6a613f0584563e0bf459abe2af 100644 --- a/GeoLib/GeoDomain.h +++ b/GeoLib/GeoDomain.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h index 0effd406abb67ebdf5d04a9be8d6b6254348fc08..e7dd2f988a3da5ed2614c2ab10599ac48c2bf2bf 100644 --- a/GeoLib/GeoObject.h +++ b/GeoLib/GeoObject.h @@ -6,7 +6,7 @@ * \ingroup GeoLib * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GeoType.cpp b/GeoLib/GeoType.cpp index 0ffae7f53f5618ed627929d80ee029a62b1e7346..ea5c7e73f756057dcf24af7138c134abc2927c3e 100644 --- a/GeoLib/GeoType.cpp +++ b/GeoLib/GeoType.cpp @@ -5,7 +5,7 @@ * \brief Implementation of GEOTYPE enumeration helper functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/GeoType.h b/GeoLib/GeoType.h index 1f41e750bc9aad7c3ca31c9b41b8c7d2622cfd88..0c823d35e452534a8e3bc83e1c3e2c6bbdbadab3 100644 --- a/GeoLib/GeoType.h +++ b/GeoLib/GeoType.h @@ -5,7 +5,7 @@ * \brief Definition of the GEOTYPE enumeration. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Grid.h b/GeoLib/Grid.h index 1e7f55d3ba0f31930f9630a0a29bc9498abab281..1be51e5f3521453494e9cef99e00dd872ac67b87 100644 --- a/GeoLib/Grid.h +++ b/GeoLib/Grid.h @@ -5,7 +5,7 @@ * \brief Definition of the Grid class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/MinimalBoundingSphere.cpp b/GeoLib/MinimalBoundingSphere.cpp index ae2051219352b0d4973faaaecdeba992ff91ef91..5ece4e6f6c3832009d7fd8682e208b20817f7bb8 100644 --- a/GeoLib/MinimalBoundingSphere.cpp +++ b/GeoLib/MinimalBoundingSphere.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MinimalBoundingSphere class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/MinimalBoundingSphere.h b/GeoLib/MinimalBoundingSphere.h index 2427be5c348c41c56575263cf98905141b7c06a6..575ce04b16a44bec5e3569c4ac6e66d2805e0863 100644 --- a/GeoLib/MinimalBoundingSphere.h +++ b/GeoLib/MinimalBoundingSphere.h @@ -5,7 +5,7 @@ * \brief Definition of the MinimalBoundingSphere class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/OctTree-impl.h b/GeoLib/OctTree-impl.h index 8a4553758ef14c6f125a2821d4a2b57b81cd4f8f..44c915874f578e01f11ab4018c6953094ad160ad 100644 --- a/GeoLib/OctTree-impl.h +++ b/GeoLib/OctTree-impl.h @@ -3,7 +3,7 @@ * \brief Implementation of the OctTree class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/OctTree.h b/GeoLib/OctTree.h index 5d59d9a4e2d4c8dc5957f3e4ab6fb0910ed35a4b..80b90541c1f198c269e6888ce7229a77b12479d4 100644 --- a/GeoLib/OctTree.h +++ b/GeoLib/OctTree.h @@ -5,7 +5,7 @@ * \brief Implementation of the OctTree class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Point.cpp b/GeoLib/Point.cpp index 5f7b1df171b0d107e07b5d77664e9e2cd4063edb..3eb8bfb1f32ae2e8d10904585d94dfc1b9656ef4 100644 --- a/GeoLib/Point.cpp +++ b/GeoLib/Point.cpp @@ -2,7 +2,7 @@ * \file * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Point.h b/GeoLib/Point.h index 231050fd7cb2e7892571f814396c4923513b9c41..910a2c0b450941290875bf03813387f9776a4ec4 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -5,7 +5,7 @@ * \brief Definition of the Point class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PointVec.cpp b/GeoLib/PointVec.cpp index 0c74edffce621eaa5575c1bed30c31d20b4fb62b..2d3369e986145b59bf24c954fd6a54994e2af521 100644 --- a/GeoLib/PointVec.cpp +++ b/GeoLib/PointVec.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the PointVec class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h index dd2a42b57edac95347cef57aea6dbe341d407b07..bd3ae47a2cd274794f61319692e491a5c9811560 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -5,7 +5,7 @@ * \brief Definition of the PointVec class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp index 346b4359674ed35b935c078dc2b30baf9ff707bd..793618a72175ac945dfe4de40aa0b18750f2d820 100644 --- a/GeoLib/Polygon.cpp +++ b/GeoLib/Polygon.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Polygon class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Polygon.h b/GeoLib/Polygon.h index e23b6b29c9686f9902307eee464cf5f819a3cfc9..078df7ba26d243d8aa4626ee78018fc2628e1ddf 100644 --- a/GeoLib/Polygon.h +++ b/GeoLib/Polygon.h @@ -5,7 +5,7 @@ * \brief Definition of the Polygon class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Polyline.cpp b/GeoLib/Polyline.cpp index 1d69345f0729e39cdb6585a714ae73ff576ddb37..f43566a00a6e3d5ab69023730a3328eecf1153a6 100644 --- a/GeoLib/Polyline.cpp +++ b/GeoLib/Polyline.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Polyline class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Polyline.h b/GeoLib/Polyline.h index 6a90c156bddea9dd8fa9945f15a999f977aa74ec..8c9b92a322b888dc05a2848ee50fe97cc3d9688c 100644 --- a/GeoLib/Polyline.h +++ b/GeoLib/Polyline.h @@ -5,7 +5,7 @@ * \brief Definition of the PolyLine class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PolylineVec.h b/GeoLib/PolylineVec.h index 24acf66f67a5884f7046df14b9615df723da54c5..6b0534e2e8bc084c2c574b888d523cb683b9bc6f 100644 --- a/GeoLib/PolylineVec.h +++ b/GeoLib/PolylineVec.h @@ -5,7 +5,7 @@ * \brief Definition of the PolylineVec class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PolylineWithSegmentMarker.cpp b/GeoLib/PolylineWithSegmentMarker.cpp index 81503c54152b2f291211594c748b9ca2970bddac..4c86d29c895be1d69bb4c3a6c3fbaf5e4e17f246 100644 --- a/GeoLib/PolylineWithSegmentMarker.cpp +++ b/GeoLib/PolylineWithSegmentMarker.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the PolylineWithSegmentMarker class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/PolylineWithSegmentMarker.h b/GeoLib/PolylineWithSegmentMarker.h index d2ecf9a1528c623c9e1ac1d3b3a6c5c9f2d375b7..4f748b9a9e57cd6a400664ded30f64ae148a4459 100644 --- a/GeoLib/PolylineWithSegmentMarker.h +++ b/GeoLib/PolylineWithSegmentMarker.h @@ -5,7 +5,7 @@ * \brief Definition of the PolylineWithSegmentMarker class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/QuadTree.h b/GeoLib/QuadTree.h index 9099588ac70bd1821d389fe1c135be71463bcec6..61cecd862139b18564ad585755947e3bbbf34606 100644 --- a/GeoLib/QuadTree.h +++ b/GeoLib/QuadTree.h @@ -5,7 +5,7 @@ * \brief Definition of the QuadTree class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Raster.cpp b/GeoLib/Raster.cpp index 5c08f446ef2e591a4844a741d230b84bfd25f1c8..85b2c247ada66319343c2bbe29efe61d7d9aab48 100644 --- a/GeoLib/Raster.cpp +++ b/GeoLib/Raster.cpp @@ -5,7 +5,7 @@ * @brief Implementation of the GeoLib::Raster class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Raster.h b/GeoLib/Raster.h index 2e197b7a5d88494c96d2c5761fc945fac236ae04..abb05c32a6983fd594c466812b52cf93c20b180e 100644 --- a/GeoLib/Raster.h +++ b/GeoLib/Raster.h @@ -5,7 +5,7 @@ * @brief Definition of the GeoLib::Raster class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SensorData.cpp b/GeoLib/SensorData.cpp index 4b62c46f79c7643095db5ae0333ec33772bde242..6cf8e1c3f5b16afc934e36e23b8171f741489ea7 100644 --- a/GeoLib/SensorData.cpp +++ b/GeoLib/SensorData.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SensorData class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SensorData.h b/GeoLib/SensorData.h index 545de26b87eb268c832c7470e006546823cb73e6..2ab489a19d5d7b07feaf99762a25249927a844e5 100644 --- a/GeoLib/SensorData.h +++ b/GeoLib/SensorData.h @@ -5,7 +5,7 @@ * \brief Definition of the SensorData class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SimplePolygonTree.cpp b/GeoLib/SimplePolygonTree.cpp index 7a86e6a9bcfdefdcc4b128c62bf8e52134bf63d1..139ff390c3cfda117300342db0649a12b40a7d0a 100644 --- a/GeoLib/SimplePolygonTree.cpp +++ b/GeoLib/SimplePolygonTree.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SimplePolygonTree class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SimplePolygonTree.h b/GeoLib/SimplePolygonTree.h index c0f4d6add3ce301e1323dba2d790da26c52eada0..4228077da62c88f51f991137203d45979fc85759 100644 --- a/GeoLib/SimplePolygonTree.h +++ b/GeoLib/SimplePolygonTree.h @@ -5,7 +5,7 @@ * \brief Definition of the SimplePolygonTree class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Station.cpp b/GeoLib/Station.cpp index 4942ebf7646b85698c8f5d07c4f14313722aa4ac..3ebd26296147a86c1bbb121e08e8ce810eb90301 100644 --- a/GeoLib/Station.cpp +++ b/GeoLib/Station.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Station class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Station.h b/GeoLib/Station.h index cdcebf0bf0ea2a3bf12f8f1b9701e630e55c2bb4..218cd2e218f0a8ebb0c0505d23e93a5359af8b08 100644 --- a/GeoLib/Station.h +++ b/GeoLib/Station.h @@ -5,7 +5,7 @@ * \brief Definition of the Station class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/StationBorehole.cpp b/GeoLib/StationBorehole.cpp index ab896a82fec5cf3b7201e67558da761f6be94cd4..b0cc8e61aff38bdc4e4ebbf267a457d8c2524190 100644 --- a/GeoLib/StationBorehole.cpp +++ b/GeoLib/StationBorehole.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the StationBorehole class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/StationBorehole.h b/GeoLib/StationBorehole.h index 0419cd50cc83192eab2831e0190b33abc9abaeba..9fa7b36bfe8440fab743615f4dc3e55d7be28838 100644 --- a/GeoLib/StationBorehole.h +++ b/GeoLib/StationBorehole.h @@ -5,7 +5,7 @@ * \brief Definition of the StationBorehole class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Surface.cpp b/GeoLib/Surface.cpp index 34c1d7ad345dc9a4cc02a41ec4dd4e05e5d83a85..fd464f92be176f434e2d8a3c183a91e43ef133ad 100644 --- a/GeoLib/Surface.cpp +++ b/GeoLib/Surface.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Surface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Surface.h b/GeoLib/Surface.h index 1d84ea11c0c2b405a1aac8e00a491a9b6c9c728d..d655b28df7d0e669fdff95ed379924413d32c43c 100644 --- a/GeoLib/Surface.h +++ b/GeoLib/Surface.h @@ -5,7 +5,7 @@ * \brief Definition of the Surface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SurfaceGrid.cpp b/GeoLib/SurfaceGrid.cpp index ec7641b03feaa71aaa9f8568de96917232269d15..5397f5aa19c1c8ade6b3e16d150d47e398b9960f 100644 --- a/GeoLib/SurfaceGrid.cpp +++ b/GeoLib/SurfaceGrid.cpp @@ -3,7 +3,7 @@ * \brief Definition of the SurfaceGrid class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or */ diff --git a/GeoLib/SurfaceGrid.h b/GeoLib/SurfaceGrid.h index 4c82d2a3f12712d035100f39fabcf8fe4c363a8b..a7c9aa0e9005d5185458fb8bcce2be0452e360a1 100644 --- a/GeoLib/SurfaceGrid.h +++ b/GeoLib/SurfaceGrid.h @@ -3,7 +3,7 @@ * \brief Declaration of the SurfaceGrid class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/SurfaceVec.h b/GeoLib/SurfaceVec.h index 2d533b9022afceabec4c6ae77bfb95bf8eb908c3..c0f35eb3750890bafb94a75798c8d99e38dd7e84 100644 --- a/GeoLib/SurfaceVec.h +++ b/GeoLib/SurfaceVec.h @@ -5,7 +5,7 @@ * \brief Definition of the SurfaceVec class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/TemplateVec.h b/GeoLib/TemplateVec.h index a19c6d6362abcae07f6ceb7ae5b9fca730bf6f1f..07cccfae36ff7c0890fa70873257b6611ac0e67f 100644 --- a/GeoLib/TemplateVec.h +++ b/GeoLib/TemplateVec.h @@ -5,7 +5,7 @@ * @brief Definition of the GeoLib::TemplateVec class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Triangle.cpp b/GeoLib/Triangle.cpp index db7a54a35bcf1a72dd31852ffe3fecede12cc8d0..5db64a962d6cd2da867714d8c69584ec2279a8d0 100644 --- a/GeoLib/Triangle.cpp +++ b/GeoLib/Triangle.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Triangle class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/GeoLib/Triangle.h b/GeoLib/Triangle.h index 893c7b0db7128d8ef8b41c3b93bc6371f4a58de3..77557beb9aa9028e94eb1fa67f9a9df3769b4be8 100644 --- a/GeoLib/Triangle.h +++ b/GeoLib/Triangle.h @@ -5,7 +5,7 @@ * \brief Definition of the Triangle class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedMesh.cpp b/InSituLib/VtkMappedMesh.cpp index 5844571ebd83c207eec374788162eaabe870d038..844c2a65943cebf866bb78e455bab27c8540855d 100644 --- a/InSituLib/VtkMappedMesh.cpp +++ b/InSituLib/VtkMappedMesh.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMappedMesh class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedMesh.h b/InSituLib/VtkMappedMesh.h index 451d939fc77c85dc7a0e48ee3b7cceff52099cb3..7509c5b6764dfcde03cd0d0a5ca6ce3ec754364f 100644 --- a/InSituLib/VtkMappedMesh.h +++ b/InSituLib/VtkMappedMesh.h @@ -7,7 +7,7 @@ * without node coordinates. See VtkMeshNodalCoordinatesTemplate. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedMeshSource.cpp b/InSituLib/VtkMappedMeshSource.cpp index 7ded70e975837b7277e597c709aab3ba8508e137..9a35294aff6942c1ab969b6ef7955d18ff0777a9 100644 --- a/InSituLib/VtkMappedMeshSource.cpp +++ b/InSituLib/VtkMappedMeshSource.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMappedMeshSource class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedMeshSource.h b/InSituLib/VtkMappedMeshSource.h index b661791b938b4c4950fc15c6b5936937b4190ea1..f25893451e1a162ed36de6abd5e940180bdfc3c6 100644 --- a/InSituLib/VtkMappedMeshSource.h +++ b/InSituLib/VtkMappedMeshSource.h @@ -13,7 +13,7 @@ * \endcode * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedPropertyVectorTemplate-impl.h b/InSituLib/VtkMappedPropertyVectorTemplate-impl.h index c276b6b62f08c512ff1d1610ede5623a7086de01..30c51f98ff3c70e6f05d18994959359eb6386c23 100644 --- a/InSituLib/VtkMappedPropertyVectorTemplate-impl.h +++ b/InSituLib/VtkMappedPropertyVectorTemplate-impl.h @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMappedElementDataArrayTemplate class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMappedPropertyVectorTemplate.h b/InSituLib/VtkMappedPropertyVectorTemplate.h index 2d3d8d88cac453b51555fb6f21db1034c6de335e..ed368fa6faa0d46bf676731d48f66f28bd90d55c 100644 --- a/InSituLib/VtkMappedPropertyVectorTemplate.h +++ b/InSituLib/VtkMappedPropertyVectorTemplate.h @@ -6,7 +6,7 @@ * on elements of OGS meshes to VTK unstructured grids. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMeshNodalCoordinatesTemplate-impl.h b/InSituLib/VtkMeshNodalCoordinatesTemplate-impl.h index 11caf47e564b056f2dc5de96cc0a5a6bcbdc555c..31ed685fbcc52d6c70d3d046f77ab16b35cba70a 100644 --- a/InSituLib/VtkMeshNodalCoordinatesTemplate-impl.h +++ b/InSituLib/VtkMeshNodalCoordinatesTemplate-impl.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkMeshNodalCoordinatesTemplate class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/InSituLib/VtkMeshNodalCoordinatesTemplate.h b/InSituLib/VtkMeshNodalCoordinatesTemplate.h index 4f16bd0204093edab55b8a325ea43330dd754c84..4fb3c6e48ad01ace08bf670720e8ff5e67c13726 100644 --- a/InSituLib/VtkMeshNodalCoordinatesTemplate.h +++ b/InSituLib/VtkMeshNodalCoordinatesTemplate.h @@ -6,7 +6,7 @@ * OGS meshes to VTK unstructured grids. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/LICENSE.txt b/LICENSE.txt index 9c60692bdbe3f30050c878b981c0e8d8d7477c48..f4e76da37d1cedca0fa7cc84d8b862a7cbecbb46 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) +Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/MathLib/ConstantFunction.h b/MathLib/ConstantFunction.h index 707ecbfa3e52f2fb7b155efaa670627bac807b45..a411a882fd8fd9a713ac9fa16450d7912f6c93ce 100644 --- a/MathLib/ConstantFunction.h +++ b/MathLib/ConstantFunction.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendre.cpp b/MathLib/Integration/GaussLegendre.cpp index 9bd63b991d52bdf3f9ec22e2a998381951b3ddf1..2965efc1d6bcdc138ff3b0c1529b165d179d73f5 100644 --- a/MathLib/Integration/GaussLegendre.cpp +++ b/MathLib/Integration/GaussLegendre.cpp @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendre.h b/MathLib/Integration/GaussLegendre.h index a30f186d2fa5f6f69dfe5f2eba4231523c0de950..bfb9f85e9fdaeeca838a7134b4760e2c597cb7c7 100644 --- a/MathLib/Integration/GaussLegendre.h +++ b/MathLib/Integration/GaussLegendre.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendrePyramid.cpp b/MathLib/Integration/GaussLegendrePyramid.cpp index 9f769a73abcb0998d88625c8e146bcd9ef898fd7..417712c5529539e6b81dec3d1bcab1625cecfbb6 100644 --- a/MathLib/Integration/GaussLegendrePyramid.cpp +++ b/MathLib/Integration/GaussLegendrePyramid.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendrePyramid.h b/MathLib/Integration/GaussLegendrePyramid.h index 8f826b7b3c48c91172247d44300d3db316b02458..c2dff83e270669e2a0a665bb2db299b3446adb3e 100644 --- a/MathLib/Integration/GaussLegendrePyramid.h +++ b/MathLib/Integration/GaussLegendrePyramid.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendreTet.cpp b/MathLib/Integration/GaussLegendreTet.cpp index c261ffb2299b2526641ef7ac773d778a46d122dd..4a499cacfc579fefeeef2e86e92335808fcb66b0 100644 --- a/MathLib/Integration/GaussLegendreTet.cpp +++ b/MathLib/Integration/GaussLegendreTet.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendreTet.h b/MathLib/Integration/GaussLegendreTet.h index 11b2e670730e7788bd07e4147f72710d9e08d48c..57bbc315076f628fe3d3890f1ed4195febedd622 100644 --- a/MathLib/Integration/GaussLegendreTet.h +++ b/MathLib/Integration/GaussLegendreTet.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendreTri.cpp b/MathLib/Integration/GaussLegendreTri.cpp index b5e8c353648d01f5a5f88ad44284517f51fcf47c..40001b4bc6a08661357a069d210c2ddd6971f7d4 100644 --- a/MathLib/Integration/GaussLegendreTri.cpp +++ b/MathLib/Integration/GaussLegendreTri.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/GaussLegendreTri.h b/MathLib/Integration/GaussLegendreTri.h index 95a4a0d98986d8fdb74b3620ad1cdd27e3fbc834..2c7a0d178047f801e4f465386fdc5ea4f72f150a 100644 --- a/MathLib/Integration/GaussLegendreTri.h +++ b/MathLib/Integration/GaussLegendreTri.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Integration/WeightedSum.h b/MathLib/Integration/WeightedSum.h index 6007b82c95f0bf1f1a4e1a2212aaaff3d504274d..4096827d041f1e512f6d2aa9da8a16495766c6d4 100644 --- a/MathLib/Integration/WeightedSum.h +++ b/MathLib/Integration/WeightedSum.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h index 955efae2a57f71f79cb912d8184ca78454ca4e5d..342aeb1e74439b41c094b346b6009835b87b019c 100644 --- a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h +++ b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h @@ -5,7 +5,7 @@ * \brief Definition of the LinearIntervalInterpolation class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp index dc5c7802b20cbdd1722ce614f299d1fc3a157240..74c8b5ac8bdde408a0eb518c1c84311c4afb21c6 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the PiecewiseLinearInterpolation class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h index e0027b88768f06b790211b54b7526d50795f4882..6941d54460b4aa8bbdec4789ad856fbbddb99bb0 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h @@ -5,7 +5,7 @@ * \brief Definition of the PiecewiseLinearInterpolation class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/ApplyKnownSolution.h b/MathLib/LinAlg/ApplyKnownSolution.h index c6aca210db84b797f47809295673a1483c9e865f..0aea021bf6103874df39dde08ea5d4d5cdbc73c7 100644 --- a/MathLib/LinAlg/ApplyKnownSolution.h +++ b/MathLib/LinAlg/ApplyKnownSolution.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MathLib/LinAlg/Dense/DenseMatrix-impl.h b/MathLib/LinAlg/Dense/DenseMatrix-impl.h index 98cca2afae51ad820fd62ec9576bae5843dec249..b3aff5df65d19ec2b972bdf0aefa5ec34c55bbd5 100644 --- a/MathLib/LinAlg/Dense/DenseMatrix-impl.h +++ b/MathLib/LinAlg/Dense/DenseMatrix-impl.h @@ -4,7 +4,7 @@ * @date Jun 10, 2013 * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MathLib/LinAlg/Dense/DenseMatrix.h b/MathLib/LinAlg/Dense/DenseMatrix.h index 0227a759e3fb17591f77c154d5aa1e5836a994fb..096a3c9261194f5244b530bca4fc07d7fe67068d 100644 --- a/MathLib/LinAlg/Dense/DenseMatrix.h +++ b/MathLib/LinAlg/Dense/DenseMatrix.h @@ -5,7 +5,7 @@ * \brief Definition of the DenseMatrix class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Dense/DenseTools.cpp b/MathLib/LinAlg/Dense/DenseTools.cpp index f9ae84c7722e40afc6bb627c883c000ecb85e467..30b1e837f7c71a7d3cfa1f0af18589237944f8f1 100644 --- a/MathLib/LinAlg/Dense/DenseTools.cpp +++ b/MathLib/LinAlg/Dense/DenseTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of dense matrix and vector utility functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Dense/DenseTools.h b/MathLib/LinAlg/Dense/DenseTools.h index 826e8e510bfbab02a75a3414d4f923cb4c2a30cb..b84d9c8ce487cf023717ed15e8d70e707deb0719 100644 --- a/MathLib/LinAlg/Dense/DenseTools.h +++ b/MathLib/LinAlg/Dense/DenseTools.h @@ -5,7 +5,7 @@ * \brief Declaration of dense matrix and vector utility functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Dense/DenseVector.h b/MathLib/LinAlg/Dense/DenseVector.h index e630ddf98073b316bbc2b623e8543f19325b461b..62494fadb9e94ceda1bb7196eac12210c7b04ae4 100644 --- a/MathLib/LinAlg/Dense/DenseVector.h +++ b/MathLib/LinAlg/Dense/DenseVector.h @@ -5,7 +5,7 @@ * \brief Definition of the DenseVector class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Dense/GlobalDenseMatrix-impl.h b/MathLib/LinAlg/Dense/GlobalDenseMatrix-impl.h index b11b9eebffc32dadc88790af82eb7e2908bd1891..298fb2ac9b6ffe4b1caabba1eb7b3a80d0caf46b 100644 --- a/MathLib/LinAlg/Dense/GlobalDenseMatrix-impl.h +++ b/MathLib/LinAlg/Dense/GlobalDenseMatrix-impl.h @@ -5,7 +5,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MathLib/LinAlg/Dense/GlobalDenseMatrix.h b/MathLib/LinAlg/Dense/GlobalDenseMatrix.h index 60e97121c7dee47eea71fb5ba7950f1b70dafc74..5f9fd78b0d017d5794ef0bf0a687dc8243b6bdee 100644 --- a/MathLib/LinAlg/Dense/GlobalDenseMatrix.h +++ b/MathLib/LinAlg/Dense/GlobalDenseMatrix.h @@ -5,7 +5,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp b/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp index 08c43caf3c245511e10baf8240a20ae15fcfa8ad..c98befcbe1c31843a4d33c44e803d4c17a0633f9 100644 --- a/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp +++ b/MathLib/LinAlg/Eigen/EigenLinearSolver.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenLinearSolver.h b/MathLib/LinAlg/Eigen/EigenLinearSolver.h index 2ddf2729810dae2b35f13bb9c1a6894e2aa4bd4e..80b2c047e638aab6e1a2f02d346afa32160835be 100644 --- a/MathLib/LinAlg/Eigen/EigenLinearSolver.h +++ b/MathLib/LinAlg/Eigen/EigenLinearSolver.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenMatrix.h b/MathLib/LinAlg/Eigen/EigenMatrix.h index 30814732862e9a78e60c779ed2491897bbf45c07..a587a75f8e5fa82d4325609a88b3be545e0796d3 100644 --- a/MathLib/LinAlg/Eigen/EigenMatrix.h +++ b/MathLib/LinAlg/Eigen/EigenMatrix.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenOption.cpp b/MathLib/LinAlg/Eigen/EigenOption.cpp index 3a93d5a88c95b93a4a2316510593d1a114b4d754..5e615e785166a979f959156f55dd69aad4c5d8cd 100644 --- a/MathLib/LinAlg/Eigen/EigenOption.cpp +++ b/MathLib/LinAlg/Eigen/EigenOption.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenOption.h b/MathLib/LinAlg/Eigen/EigenOption.h index 814e3d5f56ed165a0fd01e47bf32e0313f5ec9f0..b0e0f34688af2ef5d4b96570a9b802b3dd865c52 100644 --- a/MathLib/LinAlg/Eigen/EigenOption.h +++ b/MathLib/LinAlg/Eigen/EigenOption.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenTools.cpp b/MathLib/LinAlg/Eigen/EigenTools.cpp index f032425322fc6fd3354d2665f30eba002a8b15a7..0f4b6a73e548d319ae3d6e0e8103d672e3212ea5 100644 --- a/MathLib/LinAlg/Eigen/EigenTools.cpp +++ b/MathLib/LinAlg/Eigen/EigenTools.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenTools.h b/MathLib/LinAlg/Eigen/EigenTools.h index b7363fd860d5cc5f594096dfde9dc2389906af76..0e21eb52b5fc88e5024100c503ef532e1bb20a9d 100644 --- a/MathLib/LinAlg/Eigen/EigenTools.h +++ b/MathLib/LinAlg/Eigen/EigenTools.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Eigen/EigenVector.h b/MathLib/LinAlg/Eigen/EigenVector.h index b723b15beae0d06e28ea4ee3d0213f2e25ae3cae..7a0c82d5410508bc532e3860fcfcbc61d587b267 100644 --- a/MathLib/LinAlg/Eigen/EigenVector.h +++ b/MathLib/LinAlg/Eigen/EigenVector.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp index e5d3e4fc1d5e6b125861708a03a948aaf33e4db8..a8147a30487d079f4a30de28b031ca6d8889644f 100644 --- a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp +++ b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h index 75f2452644b9f7f230c2264320b3ed5736f42bce..bbe710b9f86f76ac90114729269ab707ac1ab825 100644 --- a/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h +++ b/MathLib/LinAlg/EigenLis/EigenLisLinearSolver.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/FinalizeMatrixAssembly.h b/MathLib/LinAlg/FinalizeMatrixAssembly.h index 5df0bb721ccba2c78b1e6df724cbe8a1d179ac1c..5a292dcafc40bb341b772057b21fa5e36f2e6639 100644 --- a/MathLib/LinAlg/FinalizeMatrixAssembly.h +++ b/MathLib/LinAlg/FinalizeMatrixAssembly.h @@ -5,7 +5,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MathLib/LinAlg/FinalizeVectorAssembly.h b/MathLib/LinAlg/FinalizeVectorAssembly.h index ffa936201642d8954d98e11832e1d9c0312c9308..1a68a46931cfb28fa808ed3c3b14b8641ba9a1d9 100644 --- a/MathLib/LinAlg/FinalizeVectorAssembly.h +++ b/MathLib/LinAlg/FinalizeVectorAssembly.h @@ -4,7 +4,7 @@ * \date Oct, 2013 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/LinAlgEnums.cpp b/MathLib/LinAlg/LinAlgEnums.cpp index 85a858a346c97d4fab50574dfd087aa2ab1d9a38..1d28a11e7ce78caa2fa1a89146bea69c013bebb8 100644 --- a/MathLib/LinAlg/LinAlgEnums.cpp +++ b/MathLib/LinAlg/LinAlgEnums.cpp @@ -2,7 +2,7 @@ * \author Wenqing Wang * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/LinAlgEnums.h b/MathLib/LinAlg/LinAlgEnums.h index 960bf16e5e7eade027cc7f3d8b2b16ca9bda75d8..1c801d03776e31abd0cee56f646036c132df8df1 100644 --- a/MathLib/LinAlg/LinAlgEnums.h +++ b/MathLib/LinAlg/LinAlgEnums.h @@ -2,7 +2,7 @@ * \author Wenqing Wang * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisCheck.h b/MathLib/LinAlg/Lis/LisCheck.h index 0a95dfda5a091df7c85c9fcf1a298a653401d86a..f75c57438a44ae61b68a47827625aba17af801de 100644 --- a/MathLib/LinAlg/Lis/LisCheck.h +++ b/MathLib/LinAlg/Lis/LisCheck.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisLinearSolver.cpp b/MathLib/LinAlg/Lis/LisLinearSolver.cpp index 14e0fa54277e042cd4c4187df197d2c3e5b2e98e..e13bd531ef932e270ce662382f2946e7136dd6bd 100644 --- a/MathLib/LinAlg/Lis/LisLinearSolver.cpp +++ b/MathLib/LinAlg/Lis/LisLinearSolver.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LisLinearSolver class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisLinearSolver.h b/MathLib/LinAlg/Lis/LisLinearSolver.h index 2996b80e0733b7a848d0a5d516641b90ea157070..7f2db77d7d1f0da888c0fe27ea2fa575a6bb2fe0 100644 --- a/MathLib/LinAlg/Lis/LisLinearSolver.h +++ b/MathLib/LinAlg/Lis/LisLinearSolver.h @@ -5,7 +5,7 @@ * \brief Definition of the LisLinearSolver class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisMatrix.cpp b/MathLib/LinAlg/Lis/LisMatrix.cpp index 479b6d230d070e7cc2b2b2cdc935a53bffc31921..40d78d655e7add78905f3644e8e5be66136de2af 100644 --- a/MathLib/LinAlg/Lis/LisMatrix.cpp +++ b/MathLib/LinAlg/Lis/LisMatrix.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LisMatrix class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisMatrix.h b/MathLib/LinAlg/Lis/LisMatrix.h index b60f52c12b9d50fdc1d41d9ba37c63473097019b..15e0092102c363126a7ddac2e1cdf43cde1fbef6 100644 --- a/MathLib/LinAlg/Lis/LisMatrix.h +++ b/MathLib/LinAlg/Lis/LisMatrix.h @@ -5,7 +5,7 @@ * \brief Definition of the LisMatrix class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisOption.h b/MathLib/LinAlg/Lis/LisOption.h index 122b2574665c7ba6b4bff8f95c9d0f5355face79..0851e8720cf1dd3df81ebe4c12e87e47f7839ba8 100644 --- a/MathLib/LinAlg/Lis/LisOption.h +++ b/MathLib/LinAlg/Lis/LisOption.h @@ -5,7 +5,7 @@ * \brief Definition of the LisOption class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisTools.cpp b/MathLib/LinAlg/Lis/LisTools.cpp index c003b5f5765ac738c5fb4495797ba59b9fec2fbb..2439b3163a98a2f8f65329f4264ce1b85f8d1b8f 100644 --- a/MathLib/LinAlg/Lis/LisTools.cpp +++ b/MathLib/LinAlg/Lis/LisTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of Lis utility functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisTools.h b/MathLib/LinAlg/Lis/LisTools.h index 55eca80bd4716668b812b42abd828ec748cd2cae..c5c8ec49bc077cfc0f0c972fde1c24bab1204a68 100644 --- a/MathLib/LinAlg/Lis/LisTools.h +++ b/MathLib/LinAlg/Lis/LisTools.h @@ -5,7 +5,7 @@ * \brief Definition of Lis utility functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisVector.cpp b/MathLib/LinAlg/Lis/LisVector.cpp index 924471175d56f25e8ac73bc4971bad711d46d876..7649a2f1d5f58f42339c3a8a90ab091c2ef3c652 100644 --- a/MathLib/LinAlg/Lis/LisVector.cpp +++ b/MathLib/LinAlg/Lis/LisVector.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LisVector class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Lis/LisVector.h b/MathLib/LinAlg/Lis/LisVector.h index e2b3f82ef2cfd2a235ea8b67821f763b55f4a4a4..f29e28c6be5c5b3477c64b7a0e334d7a12d17b53 100644 --- a/MathLib/LinAlg/Lis/LisVector.h +++ b/MathLib/LinAlg/Lis/LisVector.h @@ -5,7 +5,7 @@ * \brief Definition of the LisVector class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/MatrixTools.h b/MathLib/LinAlg/MatrixTools.h index 3cd0521210c67d0dd1f833d4ad6635c736e17238..61b1c003746e9e94da9160c208a54f2ae61a2cef 100644 --- a/MathLib/LinAlg/MatrixTools.h +++ b/MathLib/LinAlg/MatrixTools.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp index 8cc0e1c7e63644fbaab834fef8b576bfa350bec1..d921b555b2a001d8040b77727bf68e84c497d7e0 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp @@ -8,7 +8,7 @@ \date Nov 2011 - Mar 2014 \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.h b/MathLib/LinAlg/PETSc/PETScLinearSolver.h index 85288a5a12927558569718f8c4b6b5133a198d10..01719de7df0c45d0450119e22ec2b88ec740bc24 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.h +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.h @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.cpp b/MathLib/LinAlg/PETSc/PETScMatrix.cpp index 848804cd368f958c1d37e4500117ae3999f65d72..983742ab53ec62713587d0fe9151289b7cf444f4 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.cpp +++ b/MathLib/LinAlg/PETSc/PETScMatrix.cpp @@ -7,7 +7,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.h b/MathLib/LinAlg/PETSc/PETScMatrix.h index 79843ec14a6f5171ed0be323383fe3390262257e..3023b092b9f7f54746e74f6869776661d4b31534 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.h +++ b/MathLib/LinAlg/PETSc/PETScMatrix.h @@ -7,7 +7,7 @@ \date Nov 2013 - 2014 \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScMatrixOption.h b/MathLib/LinAlg/PETSc/PETScMatrixOption.h index af5e0f732a8bf1dfbef6afbf4ef063c6a26f71a5..cea5d924a89898ed2da5a281ea3e9d30d9e7dcb5 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrixOption.h +++ b/MathLib/LinAlg/PETSc/PETScMatrixOption.h @@ -6,7 +6,7 @@ \date 02-2014 \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScTools.cpp b/MathLib/LinAlg/PETSc/PETScTools.cpp index 6b2668e5ac4d14afbd5d8d62eb5f4a0874e849a2..4aaab79068b46be9da95d1b476fc5e2521f9b885 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.cpp +++ b/MathLib/LinAlg/PETSc/PETScTools.cpp @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScTools.h b/MathLib/LinAlg/PETSc/PETScTools.h index b820512cd4b34c716368ea94beaca63ab8a02f12..d7d0518ed79aebc474c3331cab3e2d2a354123c5 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.h +++ b/MathLib/LinAlg/PETSc/PETScTools.h @@ -8,7 +8,7 @@ \date Nov 2011 - Sep 2013 \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScVector.cpp b/MathLib/LinAlg/PETSc/PETScVector.cpp index 36aeeabf2d9970f07268d5e24c65f6937290269e..fa1eaeae27c8daab5fd41c20a403c65ac5b55922 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.cpp +++ b/MathLib/LinAlg/PETSc/PETScVector.cpp @@ -11,7 +11,7 @@ * \date Nov 2011 - Sep 2013 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/PETSc/PETScVector.h b/MathLib/LinAlg/PETSc/PETScVector.h index ee7d4482829bb5304194aa2d89f53b2e59387542..7707c5b8dff8c583a4cbad491479109a83797ae3 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.h +++ b/MathLib/LinAlg/PETSc/PETScVector.h @@ -7,7 +7,7 @@ * \date Nov 2011 - Sep 2013 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp index b1dc9fdb936517b8b904c67c9f0434f0802d9e7e..bbbc5609444dd907e499c535574ab523a474529a 100644 --- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp +++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the generateDiagPrecond functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h index 011402fe13ec8de85b08f66720eb6326477dad9e..2dd4412f54e776c103b9253ad3b4331a58cae010 100644 --- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h +++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h @@ -5,7 +5,7 @@ * \brief Definition of the generateDiagPrecond functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/RowColumnIndices.h b/MathLib/LinAlg/RowColumnIndices.h index 6dbb0bf6470f88602f00df072536fd2e3875ce3d..8baeaad80e2d6b6ca6c85a03d822b8fe7869db69 100644 --- a/MathLib/LinAlg/RowColumnIndices.h +++ b/MathLib/LinAlg/RowColumnIndices.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/SetMatrixSparsity.h b/MathLib/LinAlg/SetMatrixSparsity.h index c13f171d863f3b6f11c516a63bb3e5d4ddc64cef..0c0d2312fe2ff57a761d1504310148220f948ab9 100644 --- a/MathLib/LinAlg/SetMatrixSparsity.h +++ b/MathLib/LinAlg/SetMatrixSparsity.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MathLib/LinAlg/Solvers/BiCGStab.cpp b/MathLib/LinAlg/Solvers/BiCGStab.cpp index 0538d81b7be38fef43f2b796155c90819680df6b..2e44d20d07437b6b0a7ea7130fb261f4d73310ae 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.cpp +++ b/MathLib/LinAlg/Solvers/BiCGStab.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the BiCGStab function. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/BiCGStab.h b/MathLib/LinAlg/Solvers/BiCGStab.h index 00bf8ba00da717a54caf309c38e5f852e4104f1b..8f8d20b8e854359f9ad3a8ce097c0620a1177184 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.h +++ b/MathLib/LinAlg/Solvers/BiCGStab.h @@ -5,7 +5,7 @@ * \brief Definition of the BiCGStab function. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/CG.cpp b/MathLib/LinAlg/Solvers/CG.cpp index 72ebda8cbfe25e9d25a8602ee8ec0dd376116efc..41249ed5d0817387cd7e2aefb13aea2aa48fa48d 100644 --- a/MathLib/LinAlg/Solvers/CG.cpp +++ b/MathLib/LinAlg/Solvers/CG.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CG functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/CG.h b/MathLib/LinAlg/Solvers/CG.h index 5b1e32978d5d2363f03bc8889f2fdf2c98f50a61..37c37aa0cb8bf0b98b43930f3182508f7cf04eb4 100644 --- a/MathLib/LinAlg/Solvers/CG.h +++ b/MathLib/LinAlg/Solvers/CG.h @@ -5,7 +5,7 @@ * \brief Definition of the CG functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/CGParallel.cpp b/MathLib/LinAlg/Solvers/CGParallel.cpp index 2a705b880a28b5fc1455b7253291e556b1503e50..786b61558b48768911bb4b9d14141ff1f5507542 100644 --- a/MathLib/LinAlg/Solvers/CGParallel.cpp +++ b/MathLib/LinAlg/Solvers/CGParallel.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CGParallel functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/GMRes.cpp b/MathLib/LinAlg/Solvers/GMRes.cpp index cbaa6f1125687e1b470b24bac64e8c93436f6f5d..c4e59484ae174ccc3b05d52283a60b364c46869d 100644 --- a/MathLib/LinAlg/Solvers/GMRes.cpp +++ b/MathLib/LinAlg/Solvers/GMRes.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GMRes functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/GMRes.h b/MathLib/LinAlg/Solvers/GMRes.h index e9e609670a6c12a9f8ef20bf77963e407533ab25..68e74e3a0e65504042253c2a8dc7e5703c36032a 100644 --- a/MathLib/LinAlg/Solvers/GMRes.h +++ b/MathLib/LinAlg/Solvers/GMRes.h @@ -5,7 +5,7 @@ * \brief Definition of the GMRes function. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm-impl.h b/MathLib/LinAlg/Solvers/GaussAlgorithm-impl.h index 5a2ddcde88a43af869276de5982f055a32d59d95..b29bea94de9a4cbdd01623967f84ca4c8a415f82 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm-impl.h +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm-impl.h @@ -5,7 +5,7 @@ * \brief Implementation of the GaussAlgorithm class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm.h b/MathLib/LinAlg/Solvers/GaussAlgorithm.h index 3a22c03371106bd78db63171eb4588483ad77dd7..21b045aab2d63bcb022d5f26453659420c65770a 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm.h +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.h @@ -5,7 +5,7 @@ * \brief Definition of the GaussAlgorithm class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h index 1663de2eedee81f4f0cc1a3eed8144901ef0fda3..67aa4ae3110d8e0b39358369bce0055c465f199e 100644 --- a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h +++ b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h @@ -5,7 +5,7 @@ * \brief Definition of the IterativeLinearSolver class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/TriangularSolve-impl.h b/MathLib/LinAlg/Solvers/TriangularSolve-impl.h index 10cf804ea73f556b365374fe77f8b903fc6ed01d..56e48e1c2413f48d13f554572a6b2a4e7b0a2897 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve-impl.h +++ b/MathLib/LinAlg/Solvers/TriangularSolve-impl.h @@ -5,7 +5,7 @@ * \brief Implementation of triangular solver functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/TriangularSolve.h b/MathLib/LinAlg/Solvers/TriangularSolve.h index 65c715aae8ebb64f38030535ec2fddf9797102a0..5a6a0531d582e206d8ade717d318ead506e9aff7 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve.h +++ b/MathLib/LinAlg/Solvers/TriangularSolve.h @@ -5,7 +5,7 @@ * \brief Definition of triangular solver functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Solvers/solver.h b/MathLib/LinAlg/Solvers/solver.h index 5e60178c23c5d335437fe5b965be29942fac1765..c6717555ca8d754427302a3fbe03c829c99ded84 100644 --- a/MathLib/LinAlg/Solvers/solver.h +++ b/MathLib/LinAlg/Solvers/solver.h @@ -5,7 +5,7 @@ * \brief Solver includes. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/CRSMatrix.h b/MathLib/LinAlg/Sparse/CRSMatrix.h index 8cc6abb25765a2267013501c213727bf4fc9944b..ef5b51412c7521abca2c27f32ddb6cda99d55ebc 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSMatrix.h @@ -5,7 +5,7 @@ * \brief Definition of the CRSMatrix class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h index 70fa7e399d69e27051794dc2d87d57dd421980d8..437c0bacdb6b6c070b5d7bf03928fce72f8fae96 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h @@ -5,7 +5,7 @@ * \brief Definition of the CRSMatrixOpenMP class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h index d03d237c98e85fd3aafc5866c8007b44fb2d59ec..c8f3ea97c0bd558da898f9e27b18f18c4138e428 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h @@ -5,7 +5,7 @@ * \brief Definition of the CRSMatrixPThreads class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/CRSSymMatrix.h b/MathLib/LinAlg/Sparse/CRSSymMatrix.h index 1a030c319872e4887dcbd9e0ba05f58bee7a9fc1..f10bceab1caaf08dd588339c4072844cf4e7e610 100644 --- a/MathLib/LinAlg/Sparse/CRSSymMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSSymMatrix.h @@ -5,7 +5,7 @@ * \brief Definition of the CRSSymMatrix class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/CRSTools-impl.h b/MathLib/LinAlg/Sparse/CRSTools-impl.h index 4d237723271505d7db2fb3749d7961b12bf95254..d5e2c2a3ec9d942daeaaf46734a540837f1a2749 100644 --- a/MathLib/LinAlg/Sparse/CRSTools-impl.h +++ b/MathLib/LinAlg/Sparse/CRSTools-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/CRSTools.h b/MathLib/LinAlg/Sparse/CRSTools.h index 321d3060b710f7f9377a2bc8c39bf4f63ad8b876..e0bef638550975c4834ba1db4a886e61ec028ef4 100644 --- a/MathLib/LinAlg/Sparse/CRSTools.h +++ b/MathLib/LinAlg/Sparse/CRSTools.h @@ -3,7 +3,7 @@ * linear equations. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/CRSTranspose.h b/MathLib/LinAlg/Sparse/CRSTranspose.h index 7c260f42d21c595bfae7ca5daafda136d8e0b934..c055ad87490ea72117a433f8ea05bd19460d2781 100644 --- a/MathLib/LinAlg/Sparse/CRSTranspose.h +++ b/MathLib/LinAlg/Sparse/CRSTranspose.h @@ -5,7 +5,7 @@ * \brief Definition of the CRSTranspose class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/MatrixSparsityPattern.cpp b/MathLib/LinAlg/Sparse/MatrixSparsityPattern.cpp index 2af903e038e53c7cfa5a5369c61a99bc043af134..286acad98df1fbd6ff650e516c92b3346aee66dd 100644 --- a/MathLib/LinAlg/Sparse/MatrixSparsityPattern.cpp +++ b/MathLib/LinAlg/Sparse/MatrixSparsityPattern.cpp @@ -4,7 +4,7 @@ * @date Apr 12, 2013 * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MathLib/LinAlg/Sparse/MatrixSparsityPattern.h b/MathLib/LinAlg/Sparse/MatrixSparsityPattern.h index 1d277ea5d5a4f63966c0f371c2dda348336b3a5e..4fe6148bae57fa7166c1ce31bd9f495a9272fc91 100644 --- a/MathLib/LinAlg/Sparse/MatrixSparsityPattern.h +++ b/MathLib/LinAlg/Sparse/MatrixSparsityPattern.h @@ -4,7 +4,7 @@ * @date Apr 12, 2013 * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp index a838e467671616641ffa0832e4396097102af179..94d845c69adaaab394e7d183525eab64b8cbc393 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the AdjMat class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h index d44f45583f47af9afe74892edebd7be77a147ff5..14956c4d24b77303d146e36ac43a5c44845f4782 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h @@ -5,7 +5,7 @@ * \brief Definition of the AdjMat class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp index 0302ee80cf65132f41b1295994f2cbcbde667c3f..bce0078ae06e6d2f6c5562165b55098882e5483f 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CRSMatrixReordered class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h index 96be642af112f7a2506ac4131b2745ed999ac7ed..c249e615909bc5ebe12a8c314b820552f55a54b4 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h @@ -5,7 +5,7 @@ * \brief Definition of the CRSMatrixReordered class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp index ba5ed30e2adeb0954787eef91c48792cc21f17d3..7a5dcde680048c00f8b73af01c7cd31b3f3da93f 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the CRSMatrixReorderedOpenMP class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h index 49d46d2a79dee6244c13e6ea41d2ee93b31d3124..387c0c7ce40293800fc970866b17c4dfd29c176b 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h @@ -5,7 +5,7 @@ * \brief Definition of the CRSMatrixReorderedOpenMP class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp index 8cd9a2f6116733027884098591167078343d5f88..0fd700066b146bf3dc04cc2bd6ab7239021caca6 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Cluster class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h index ad9064a92a68fe55a2daac1901cc4b8eaac0b569..1d3ff9da787a78eb9505eab48d43bd786bf7b140 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h @@ -5,7 +5,7 @@ * \brief Definition of the Cluster class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp index bb58a43dff97a0c85e12238f0bdafa9f6c5a2564..d4072f4f3d3f9dfe9d2e9331d0c7cd06353f9537 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ClusterBase class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h index f892a768a274aa702ada1e108ea1481f2d7eb6ee..d93f4cfcdb73b92f4c98fe0fa189683354a38384 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h @@ -5,7 +5,7 @@ * \brief Definition of the ClusterBase class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp index fcc10f0af2e34f77082a58d36b3e407ac1731f44..b601040bfe948c60f70712f63e03575f280d5be8 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Separator class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h index 1d0706fbd0ba166138dcab463950d0c5e7b64195..86c0546f20a39b8d0148f29e65a606f1efc6e03a 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h @@ -5,7 +5,7 @@ * \brief Definition of the Separator class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/Sparsity.h b/MathLib/LinAlg/Sparse/Sparsity.h index fe6d3899c7b193cb7ac4c2b4db14b30729cd68bf..f1273f2c53257099e28ebc4bb154184336e0abb0 100644 --- a/MathLib/LinAlg/Sparse/Sparsity.h +++ b/MathLib/LinAlg/Sparse/Sparsity.h @@ -5,7 +5,7 @@ * \brief Definition of the Sparsity class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/amuxCRS.cpp b/MathLib/LinAlg/Sparse/amuxCRS.cpp index a11073eb313f1abaac36be8041bce3e8d336294d..e7975d11e2cc089cd423a871f0f6379f5caf10d6 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.cpp +++ b/MathLib/LinAlg/Sparse/amuxCRS.cpp @@ -5,7 +5,7 @@ * \brief Implementation of amuxCRS functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/amuxCRS.h b/MathLib/LinAlg/Sparse/amuxCRS.h index 8a232d64907c1e33308fe0ac7d21c63e6e7baf91..bae402348347c7c5a374132aa85a2920ac8a79a9 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.h +++ b/MathLib/LinAlg/Sparse/amuxCRS.h @@ -5,7 +5,7 @@ * \brief Definition of amuxCRS functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/Sparse/sparse.h b/MathLib/LinAlg/Sparse/sparse.h index c03d1718a6c84723fdfdad59ee15d271a9fa2797..1a44eec3a8c83fd1616a097daf22040af90bea67 100644 --- a/MathLib/LinAlg/Sparse/sparse.h +++ b/MathLib/LinAlg/Sparse/sparse.h @@ -5,7 +5,7 @@ * \brief Definition of sparse matrix IO functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinAlg/VectorNorms.h b/MathLib/LinAlg/VectorNorms.h index 302869511e0f26a12b0ca83a4d6f7182bf4eb653..1911c3553c80c3b43d3e3118396386d3ba438aa8 100644 --- a/MathLib/LinAlg/VectorNorms.h +++ b/MathLib/LinAlg/VectorNorms.h @@ -8,7 +8,7 @@ * \brief Definition of vector norm functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/LinearFunction.h b/MathLib/LinearFunction.h index b5b677385a24f6db259388efdb203f2aedfd7cee..4e902f3e39e7c4a2b346b27e9384381536a900f6 100644 --- a/MathLib/LinearFunction.h +++ b/MathLib/LinearFunction.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/MathTools.cpp b/MathLib/MathTools.cpp index 5c0aa63848c90ccce1f5d90905b475d68c4bfdf1..ce7e72dd1fb5d7259259d940b832b70f8136d324 100644 --- a/MathLib/MathTools.cpp +++ b/MathLib/MathTools.cpp @@ -5,7 +5,7 @@ * \brief Implementation of math helper functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h index 91ad2a4d0d29fcd5a4b5f5774d13c6412685dff7..1531c219c3d5956404a26cd63775a94021cb51e2 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -5,7 +5,7 @@ * \brief Definition of math helper functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Nonlinear/NewtonRaphson-impl.h b/MathLib/Nonlinear/NewtonRaphson-impl.h index f280970307110b34be6605d6d055965f922f2f97..92aa40c631a4863b79791d7721336c2f4acbd6f7 100644 --- a/MathLib/Nonlinear/NewtonRaphson-impl.h +++ b/MathLib/Nonlinear/NewtonRaphson-impl.h @@ -3,7 +3,7 @@ * \date 2012-06-25 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Nonlinear/NewtonRaphson.h b/MathLib/Nonlinear/NewtonRaphson.h index 82888f550727f05f3c93c506064082d5d27d5d34..083913f3f455d8c456fcb6640a7af058073db4c1 100644 --- a/MathLib/Nonlinear/NewtonRaphson.h +++ b/MathLib/Nonlinear/NewtonRaphson.h @@ -3,7 +3,7 @@ * \date 2012-06-25 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Nonlinear/Picard-impl.h b/MathLib/Nonlinear/Picard-impl.h index dc38e8e9af0019f31b006f13051ed87487efc9d6..cae53cd63e2b8d0a870f682f86d488e067b59d3d 100644 --- a/MathLib/Nonlinear/Picard-impl.h +++ b/MathLib/Nonlinear/Picard-impl.h @@ -3,7 +3,7 @@ * \date 2012-06-25 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Nonlinear/Picard.cpp b/MathLib/Nonlinear/Picard.cpp index b40e5822a97b4e6f14849bf6894838cb70f73536..856c35b8fa14af2d2775c2d9b27eb339e093566a 100644 --- a/MathLib/Nonlinear/Picard.cpp +++ b/MathLib/Nonlinear/Picard.cpp @@ -1,6 +1,6 @@ /* * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Nonlinear/Picard.h b/MathLib/Nonlinear/Picard.h index fc7ae8d7525bc74883c5b2dd1c19d49e3ee06812..c912914b9f194b04052be28fd44835d68f3370e1 100644 --- a/MathLib/Nonlinear/Picard.h +++ b/MathLib/Nonlinear/Picard.h @@ -3,7 +3,7 @@ * \date 2012-06-25 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Point3d.h b/MathLib/Point3d.h index f658e1c8a551c3fc1770ea52e3af6e0198450b7d..86537f76d64182679b5530b7279d73511da28db5 100644 --- a/MathLib/Point3d.h +++ b/MathLib/Point3d.h @@ -4,7 +4,7 @@ * \brief Definition of the Point3d class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/Point3dWithID.h b/MathLib/Point3dWithID.h index 1bf43197caf08e9abba221e1445e87b25aa39eba..3de7ee16ceeb2aa63342cf05f819a2c96f3cc5b3 100644 --- a/MathLib/Point3dWithID.h +++ b/MathLib/Point3dWithID.h @@ -4,7 +4,7 @@ * \brief Definition of the Point3d class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/TemplatePoint.h b/MathLib/TemplatePoint.h index 6b66a20a88edd75880574cfd702dea44c581dc9a..328ba9344e5abc2882d3145966cb6b5a1157e595 100644 --- a/MathLib/TemplatePoint.h +++ b/MathLib/TemplatePoint.h @@ -5,7 +5,7 @@ * \brief Definition of the TemplatePoint class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/TemplateWeightedPoint.h b/MathLib/TemplateWeightedPoint.h index 77cd1c63c2d186e727b6c684048e92353aeac6ac..3d354a180ebd66d4907aaaba65ee5e805cf1e6ec 100644 --- a/MathLib/TemplateWeightedPoint.h +++ b/MathLib/TemplateWeightedPoint.h @@ -4,7 +4,7 @@ * @brief Weighted point class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MathLib/Vector3.h b/MathLib/Vector3.h index 381aeb6c6e5a798b35a736c1dc2d5ddb1a7c11a5..41b19ecc963425a024e085616adf441fa99cc3b6 100644 --- a/MathLib/Vector3.h +++ b/MathLib/Vector3.h @@ -7,7 +7,7 @@ * with modifications to derive from TemplatePoint * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MathLib/vector_io.h b/MathLib/vector_io.h index b1ac3ba3c96d85c24bcd774baf112830e7b6adb6..22e70b4e632d2567f461bc9f5cf5bf4da3114fa8 100644 --- a/MathLib/vector_io.h +++ b/MathLib/vector_io.h @@ -5,7 +5,7 @@ * \brief Definition of vector IO functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp b/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp index 8d75b1302ad7be80e648f3009a59ae1ffd2b9232..602a67e1498b4bb591801ca61fccb969a08c3c0e 100644 --- a/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp +++ b/MeshGeoToolsLib/AppendLinesAlongPolyline.cpp @@ -1,7 +1,7 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/AppendLinesAlongPolyline.h b/MeshGeoToolsLib/AppendLinesAlongPolyline.h index 5213cb558f2e2e901f23ac5fe069a397768abff5..ed8bde4f81b9225b9213339481a1c7e38e22be73 100644 --- a/MeshGeoToolsLib/AppendLinesAlongPolyline.h +++ b/MeshGeoToolsLib/AppendLinesAlongPolyline.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp index c6e24e76acad0f5693cbb4ce0211aba1549668fd..5d24cc43445c6f02ccb9eb74f167ffafa9cb28c8 100644 --- a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp +++ b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h index 502b0885f05386f7cd17d18badd3966c6e53e082..713139ba9fdee714853cf1c13af695bb916347cd 100644 --- a/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h +++ b/MeshGeoToolsLib/BoundaryElementsAlongPolyline.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp b/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp index b8a37a71b056d34538c98c92389f6943e7a45b66..6430b5fa817a3f2bbbbc19d09b89fa1334cb2dc9 100644 --- a/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp +++ b/MeshGeoToolsLib/BoundaryElementsAtPoint.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/BoundaryElementsAtPoint.h b/MeshGeoToolsLib/BoundaryElementsAtPoint.h index 0a407278fd5cf644afab169fcad08fad749bfd1d..fd1a6d2eeb293e91fc42e314b073eba3e5d8f265 100644 --- a/MeshGeoToolsLib/BoundaryElementsAtPoint.h +++ b/MeshGeoToolsLib/BoundaryElementsAtPoint.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp b/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp index 5bdd855da401d0c8551be2914571080e5d0da5ca..92a9a1f1263d99bf4147b4c7d63de0bcc0505a91 100644 --- a/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp +++ b/MeshGeoToolsLib/BoundaryElementsOnSurface.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/BoundaryElementsOnSurface.h b/MeshGeoToolsLib/BoundaryElementsOnSurface.h index a6ea84be1a8c387001ab6e3ee0d82b50222dec94..64f07994dcb46949a3112b96533cc296e017ddf9 100644 --- a/MeshGeoToolsLib/BoundaryElementsOnSurface.h +++ b/MeshGeoToolsLib/BoundaryElementsOnSurface.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/BoundaryElementsSearcher.cpp b/MeshGeoToolsLib/BoundaryElementsSearcher.cpp index ed168abab5dbb8c0a4c8d7634d77ab13db2f2837..cf39bf9a08553cee0699484267988715e531d9e4 100644 --- a/MeshGeoToolsLib/BoundaryElementsSearcher.cpp +++ b/MeshGeoToolsLib/BoundaryElementsSearcher.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/BoundaryElementsSearcher.h b/MeshGeoToolsLib/BoundaryElementsSearcher.h index 973bfee9045f54e0f80d93d6c71bf6d45bb822d0..5c2127d29583396741630ca916c95672a8b94dfb 100644 --- a/MeshGeoToolsLib/BoundaryElementsSearcher.h +++ b/MeshGeoToolsLib/BoundaryElementsSearcher.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/GeoMapper.cpp b/MeshGeoToolsLib/GeoMapper.cpp index f599f41b30c51992f8976e4ba1fe3372f3f86d87..6ce143f5362ea5706f83537115d09e2601585c8c 100644 --- a/MeshGeoToolsLib/GeoMapper.cpp +++ b/MeshGeoToolsLib/GeoMapper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the GeoMapper class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/GeoMapper.h b/MeshGeoToolsLib/GeoMapper.h index af3b0038b54b333507223c0dd1b5961bd2642661..3f90aebab17d82c608e9adb938694962e6501b6a 100644 --- a/MeshGeoToolsLib/GeoMapper.h +++ b/MeshGeoToolsLib/GeoMapper.h @@ -5,7 +5,7 @@ * \brief Definition of the GeoMapper class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/HeuristicSearchLength.cpp b/MeshGeoToolsLib/HeuristicSearchLength.cpp index a6d6cb5acdcfefe28f08b9fd3dd97e3bd2ebd9ae..12398609681255a08da623052fd0a324acd5d21b 100644 --- a/MeshGeoToolsLib/HeuristicSearchLength.cpp +++ b/MeshGeoToolsLib/HeuristicSearchLength.cpp @@ -3,7 +3,7 @@ * @brief Implementation of heuristic search length strategy. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/HeuristicSearchLength.h b/MeshGeoToolsLib/HeuristicSearchLength.h index ef42093fabd66083aed0ae19f5a1b23b147e3a65..a5d8538a96c3d23cb1e1cf030ee6ed80f4e87b00 100644 --- a/MeshGeoToolsLib/HeuristicSearchLength.h +++ b/MeshGeoToolsLib/HeuristicSearchLength.h @@ -3,7 +3,7 @@ * @brief Interface for heuristic search length strategy. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/MeshNodeSearcher.cpp b/MeshGeoToolsLib/MeshNodeSearcher.cpp index 7c6bf43b740c2dfa5ed0ee9f9fa364dcd8a8a38c..7c5dd1a02f7e8eb8fbd396ad7b713caa16ead669 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.cpp +++ b/MeshGeoToolsLib/MeshNodeSearcher.cpp @@ -2,7 +2,7 @@ * @date Oct 24, 2013 * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/MeshNodeSearcher.h b/MeshGeoToolsLib/MeshNodeSearcher.h index 69e5fbda8764b27e10c9c8656df9bb0466df83f5..f98de563a31a1520635b92a0dd90d6cfbc8db8f7 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.h +++ b/MeshGeoToolsLib/MeshNodeSearcher.h @@ -2,7 +2,7 @@ * @date Oct 24, 2013 * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp b/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp index 8e9500fd53b6191cd28dd188b1eb5d0814ae02da..e428ebfd6f602d60b2df1c25c81483253396a86e 100644 --- a/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp +++ b/MeshGeoToolsLib/MeshNodesAlongPolyline.cpp @@ -4,7 +4,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/MeshNodesAlongPolyline.h b/MeshGeoToolsLib/MeshNodesAlongPolyline.h index 1dcc5591c79dc9862e9726aa6ce1414a18232654..d86b1c21aef555c77f3679e859037393bd381793 100644 --- a/MeshGeoToolsLib/MeshNodesAlongPolyline.h +++ b/MeshGeoToolsLib/MeshNodesAlongPolyline.h @@ -4,7 +4,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/MeshNodesAlongSurface.cpp b/MeshGeoToolsLib/MeshNodesAlongSurface.cpp index 3848bdaacecab61724c44dcba0027a33a28204fe..3b9f0e890927ddc1bc9ed45535ab584631ed3100 100644 --- a/MeshGeoToolsLib/MeshNodesAlongSurface.cpp +++ b/MeshGeoToolsLib/MeshNodesAlongSurface.cpp @@ -3,7 +3,7 @@ * \date 2014-03-14 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodesAlongSurface.h b/MeshGeoToolsLib/MeshNodesAlongSurface.h index d73f5db83c624a7c69c0184d13645e11dbeef612..aeda4717223a4a137b924e4717698b3b2c51ee46 100644 --- a/MeshGeoToolsLib/MeshNodesAlongSurface.h +++ b/MeshGeoToolsLib/MeshNodesAlongSurface.h @@ -3,7 +3,7 @@ * \date 2014-03-14 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshGeoToolsLib/MeshNodesOnPoint.cpp b/MeshGeoToolsLib/MeshNodesOnPoint.cpp index c31f549cb6d4a80d19a98f9d8c87634b6fb77028..6b9c00daf84b519c0abe22e8b82b1f576c0acf0a 100644 --- a/MeshGeoToolsLib/MeshNodesOnPoint.cpp +++ b/MeshGeoToolsLib/MeshNodesOnPoint.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/MeshNodesOnPoint.h b/MeshGeoToolsLib/MeshNodesOnPoint.h index 2e78e42dbbf0528ec6b694c74485f154b4ab64c2..1b4d36c43c98f3901a603221fed384dc3ac10af4 100644 --- a/MeshGeoToolsLib/MeshNodesOnPoint.h +++ b/MeshGeoToolsLib/MeshNodesOnPoint.h @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshGeoToolsLib/SearchLength.h b/MeshGeoToolsLib/SearchLength.h index 17ceedb6e58e4ba3c1c739b451018b3d8f6140f8..5c5d470ad611321a7eca171a325d2837dd39a456 100644 --- a/MeshGeoToolsLib/SearchLength.h +++ b/MeshGeoToolsLib/SearchLength.h @@ -3,7 +3,7 @@ * @brief Base class for different search length strategies. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/MeshLib/CoordinateSystem.cpp b/MeshLib/CoordinateSystem.cpp index 6a20fe66450cd755870de8422095d6b56ccb2568..7626d31c7d6fe48f4c93bcc393daf36d701a3320 100644 --- a/MeshLib/CoordinateSystem.cpp +++ b/MeshLib/CoordinateSystem.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/CoordinateSystem.h b/MeshLib/CoordinateSystem.h index 2b2dc03fe8b463fb90f9fb4ae3498b6e5962f17d..b1ab20869a2d2a452a05781862bf68521b27ceaf 100644 --- a/MeshLib/CoordinateSystem.h +++ b/MeshLib/CoordinateSystem.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/ElementCoordinatesMappingLocal.cpp b/MeshLib/ElementCoordinatesMappingLocal.cpp index cd7c788e996903ad3d7c13400c06ec201392fbb4..c31a9c34e25fc5333d1845084636fa50a6c8f5fd 100644 --- a/MeshLib/ElementCoordinatesMappingLocal.cpp +++ b/MeshLib/ElementCoordinatesMappingLocal.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/ElementCoordinatesMappingLocal.h b/MeshLib/ElementCoordinatesMappingLocal.h index ae66fa90b9d7940fa0fc545d6c20aeb4b0f45884..8f26f21f5b733733167fcba5f7c5849b4bf4f73b 100644 --- a/MeshLib/ElementCoordinatesMappingLocal.h +++ b/MeshLib/ElementCoordinatesMappingLocal.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/ElementStatus.cpp b/MeshLib/ElementStatus.cpp index bd10860e5d52584e0a10cf9d764d4c1de59e12aa..40e5b38276db995cc897910d716c2abb2c59c61f 100644 --- a/MeshLib/ElementStatus.cpp +++ b/MeshLib/ElementStatus.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementStatus class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/ElementStatus.h b/MeshLib/ElementStatus.h index 43567ffb2b7f96e37869666ba5a537385e519043..93f240fbe66c60287cd9ab6d61bff94d045bd59f 100644 --- a/MeshLib/ElementStatus.h +++ b/MeshLib/ElementStatus.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementStatus class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/CellRule.cpp b/MeshLib/Elements/CellRule.cpp index 62fd5d4dbdf951eb7dd4edf49ed7b09a002a4200..f0944ef470abb7cc1e2a122330b95e727aac3292 100644 --- a/MeshLib/Elements/CellRule.cpp +++ b/MeshLib/Elements/CellRule.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/CellRule.h b/MeshLib/Elements/CellRule.h index 06c936216944d97b4e84fa65e1fe3e6ffb342ebd..358a5d34c53fd0705217e3c8b731de53b302555d 100644 --- a/MeshLib/Elements/CellRule.h +++ b/MeshLib/Elements/CellRule.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/EdgeReturn.cpp b/MeshLib/Elements/EdgeReturn.cpp index f0b8bb71a97b248cd73b168ad89bc1877f0be623..bc177113114cb560eb90a18c9a1a6b8d57cf8b1d 100644 --- a/MeshLib/Elements/EdgeReturn.cpp +++ b/MeshLib/Elements/EdgeReturn.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/EdgeReturn.h b/MeshLib/Elements/EdgeReturn.h index 99a80ebd3075e7c747a99b7c9ef4b06a8c4ec23d..d290ff7b15f821d10b129e93be7a1e994e42c093 100644 --- a/MeshLib/Elements/EdgeReturn.h +++ b/MeshLib/Elements/EdgeReturn.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/EdgeRule.h b/MeshLib/Elements/EdgeRule.h index 5ee42447de65a8f78edf13b24956534324d6f5f8..2a0b4e5b94b6fb32e919d239c7a7bb507e7c2141 100644 --- a/MeshLib/Elements/EdgeRule.h +++ b/MeshLib/Elements/EdgeRule.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Element.cpp b/MeshLib/Elements/Element.cpp index bb66f321d648a9e02052c47c51380e2328261fb6..b95922e7bbf5984a5f8b1e9f366a21252ae7edf0 100644 --- a/MeshLib/Elements/Element.cpp +++ b/MeshLib/Elements/Element.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Element class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h index a450662038014832f39868cb925b349630b222bb..40b3993002f3abad0ee06710d476e573008476d0 100644 --- a/MeshLib/Elements/Element.h +++ b/MeshLib/Elements/Element.h @@ -5,7 +5,7 @@ * \brief Definition of the Element class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Elements.h b/MeshLib/Elements/Elements.h index b8e8395a370b63d6bd4aacb723c53cfe93d2fc42..4b551c02196adb23bad521c1d5a37e059c10c4bf 100644 --- a/MeshLib/Elements/Elements.h +++ b/MeshLib/Elements/Elements.h @@ -3,7 +3,7 @@ * \brief Cumulative include for all available mesh element types. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/FaceRule.cpp b/MeshLib/Elements/FaceRule.cpp index dda853336e455a2d8a3ad5cc5b2b31678a1d283b..f1d8a237fc63a07d3d6c447dcedb80c66d652369 100644 --- a/MeshLib/Elements/FaceRule.cpp +++ b/MeshLib/Elements/FaceRule.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/FaceRule.h b/MeshLib/Elements/FaceRule.h index 66cd734ce31a700ce629bc865489de1e5c4d638d..93ee7b3f21418f43b4d577e6d0f99e906b2fed70 100644 --- a/MeshLib/Elements/FaceRule.h +++ b/MeshLib/Elements/FaceRule.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Hex.h b/MeshLib/Elements/Hex.h index f691bad8cc15a8d38d67e3d1e1a273b7dadb66ab..c1d0977e573ccc7bed56c0561e8627250ca80c37 100644 --- a/MeshLib/Elements/Hex.h +++ b/MeshLib/Elements/Hex.h @@ -5,7 +5,7 @@ * \brief Definition of the Hex class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule20.cpp b/MeshLib/Elements/HexRule20.cpp index 7df3be2fdf08000b738f98891768f18a8ea78a72..a7350aa5cc83fb69a4018269751c0d4be1ce475c 100644 --- a/MeshLib/Elements/HexRule20.cpp +++ b/MeshLib/Elements/HexRule20.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule20.h b/MeshLib/Elements/HexRule20.h index d4a7d807d9dbd89a0084af39dbe766d6c10a60dc..ba576ae9b248fb342a32399a336375ea32df58de 100644 --- a/MeshLib/Elements/HexRule20.h +++ b/MeshLib/Elements/HexRule20.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule8.cpp b/MeshLib/Elements/HexRule8.cpp index 2580102bb4e00f4c24f0297c2257c55f5a40a389..f9694cef44dcd2595fd506246c90df72ae4c4f0d 100644 --- a/MeshLib/Elements/HexRule8.cpp +++ b/MeshLib/Elements/HexRule8.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/HexRule8.h b/MeshLib/Elements/HexRule8.h index 5b5ed204ea04c0ab53d8c4bf1a263aa7e4980c09..47f981cdb80cadc65519dc0a85d292adfe3fec11 100644 --- a/MeshLib/Elements/HexRule8.h +++ b/MeshLib/Elements/HexRule8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Line.h b/MeshLib/Elements/Line.h index 392e3061be1f6aacf4dcf17dc0052d46ce0310b0..abb619738d0a81c4b51c44788c2c28ce061d0e4a 100644 --- a/MeshLib/Elements/Line.h +++ b/MeshLib/Elements/Line.h @@ -5,7 +5,7 @@ * \brief Definition of the Line class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/LineRule2.cpp b/MeshLib/Elements/LineRule2.cpp index 3dbd455686428e0bd47b6c149bedeade2aab7728..b40ad618124c5bd8f8d3f8264a9bbbfe78ddbd42 100644 --- a/MeshLib/Elements/LineRule2.cpp +++ b/MeshLib/Elements/LineRule2.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/LineRule2.h b/MeshLib/Elements/LineRule2.h index 010ba489a8bd1e3e2783c0f6e444a9b237c9b686..e15e76adfa295658c35da8d276b0eb0390925968 100644 --- a/MeshLib/Elements/LineRule2.h +++ b/MeshLib/Elements/LineRule2.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/LineRule3.h b/MeshLib/Elements/LineRule3.h index 6ca8612eb8108983a507aa4d9d8b0015111cde0c..a24d114ca1b9910b6b331dfbf9bae38f66102024 100644 --- a/MeshLib/Elements/LineRule3.h +++ b/MeshLib/Elements/LineRule3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Point.h b/MeshLib/Elements/Point.h index 02d50734c224e0d215e3e731e84ccb8fa128dbc1..578ab06a39d6abbf91c192ca282dc01bd018c2a8 100644 --- a/MeshLib/Elements/Point.h +++ b/MeshLib/Elements/Point.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PointRule1.cpp b/MeshLib/Elements/PointRule1.cpp index c5f2bb68edaa72c11bfb2bf6beeee130ae5002f4..8e91fc03d4f18f81636a8bd1b6bfcabb7184ef00 100644 --- a/MeshLib/Elements/PointRule1.cpp +++ b/MeshLib/Elements/PointRule1.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PointRule1.h b/MeshLib/Elements/PointRule1.h index 80da548d108d6ef03101729417291c66698044bc..48ee46fab2880a84024d5d74a0e3f82611b8f835 100644 --- a/MeshLib/Elements/PointRule1.h +++ b/MeshLib/Elements/PointRule1.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Prism.h b/MeshLib/Elements/Prism.h index 82f8b23e001c6fe25b03dd082a803140b40e0a3f..1b4c2d8713633f2dfed3de870cdec7e31f63fe77 100644 --- a/MeshLib/Elements/Prism.h +++ b/MeshLib/Elements/Prism.h @@ -5,7 +5,7 @@ * \brief Definition of the Prism class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule15.cpp b/MeshLib/Elements/PrismRule15.cpp index efd5b273042a04ffaaff3f7fe2611d00ccc75d91..43efdc7527c98c458c0a99a294bed29812bd66b6 100644 --- a/MeshLib/Elements/PrismRule15.cpp +++ b/MeshLib/Elements/PrismRule15.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule15.h b/MeshLib/Elements/PrismRule15.h index 722ff7c2e4ed0b141cd4e6f11e036da9689f21c9..8542402cd514508b44f7ecee8d940eb80d79fb4d 100644 --- a/MeshLib/Elements/PrismRule15.h +++ b/MeshLib/Elements/PrismRule15.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule6.cpp b/MeshLib/Elements/PrismRule6.cpp index d258fe45b2671b1511811a3059fac61fdd7d893e..46eff941228b16d0c0103fa4f6f93d7a358dacb4 100644 --- a/MeshLib/Elements/PrismRule6.cpp +++ b/MeshLib/Elements/PrismRule6.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PrismRule6.h b/MeshLib/Elements/PrismRule6.h index ed9185ca6bf9cbfd82161b5a4adde29ec2af52fc..306f9e8ad324388ad0cbaca2822eab667590e9ac 100644 --- a/MeshLib/Elements/PrismRule6.h +++ b/MeshLib/Elements/PrismRule6.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Pyramid.h b/MeshLib/Elements/Pyramid.h index a2653d6eb874a43d4955288a111eecfbc8fa72df..748f5a1dcad4df6805f80b8dca2210df8e7214a2 100644 --- a/MeshLib/Elements/Pyramid.h +++ b/MeshLib/Elements/Pyramid.h @@ -5,7 +5,7 @@ * \brief Definition of the Pyramid class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule13.cpp b/MeshLib/Elements/PyramidRule13.cpp index e9050fc21e4cc6fe0b0b330097059c319784393a..7435d85d56d256b910340e9186100d9cb481ef00 100644 --- a/MeshLib/Elements/PyramidRule13.cpp +++ b/MeshLib/Elements/PyramidRule13.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule13.h b/MeshLib/Elements/PyramidRule13.h index 3c6749a1d9dd15066a7df2a676d60967935b96f5..a9c6d03c3fe537c349c64022d95343c8a1ef5969 100644 --- a/MeshLib/Elements/PyramidRule13.h +++ b/MeshLib/Elements/PyramidRule13.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule5.cpp b/MeshLib/Elements/PyramidRule5.cpp index 8ba80b74fbc6f92645ac5b3bcfbffd50ff9e0cba..7cccaa9e0f1bcb6c98b59ac43c760e50dd5b8da1 100644 --- a/MeshLib/Elements/PyramidRule5.cpp +++ b/MeshLib/Elements/PyramidRule5.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/PyramidRule5.h b/MeshLib/Elements/PyramidRule5.h index 1e6b3071ebb7d22cf17527b9cde89cefd27a9a1e..edf632af6a7c88e91affebc5a1fede1e5ac9e9f7 100644 --- a/MeshLib/Elements/PyramidRule5.h +++ b/MeshLib/Elements/PyramidRule5.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Quad.h b/MeshLib/Elements/Quad.h index 750a436c3f6e53f745b3464f514ad8302adccba6..24effeda14de65087cf04bf53159af462f659abf 100644 --- a/MeshLib/Elements/Quad.h +++ b/MeshLib/Elements/Quad.h @@ -5,7 +5,7 @@ * \brief Definition of the Quad class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule4.cpp b/MeshLib/Elements/QuadRule4.cpp index b4d29d1b7db7c7e14ddc2aaee663c5ac40c9c694..01708d5ee828897c52baa139294401db43c804dd 100644 --- a/MeshLib/Elements/QuadRule4.cpp +++ b/MeshLib/Elements/QuadRule4.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule4.h b/MeshLib/Elements/QuadRule4.h index a9a680871d584b3d8cc378918e980953e1c659ca..4445b48105c72714dd3a544ef98f99e067f1ba01 100644 --- a/MeshLib/Elements/QuadRule4.h +++ b/MeshLib/Elements/QuadRule4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule8.cpp b/MeshLib/Elements/QuadRule8.cpp index 390252bf7147dd47d3452b800905c20fa8eb76cf..2c5e15314b36f1ad97205ff62029918c0000ffb0 100644 --- a/MeshLib/Elements/QuadRule8.cpp +++ b/MeshLib/Elements/QuadRule8.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule8.h b/MeshLib/Elements/QuadRule8.h index a7460d381f2ee544b40918521efc4fd9691277c0..81748497f77bd57b9848d2b8bf22646596d078eb 100644 --- a/MeshLib/Elements/QuadRule8.h +++ b/MeshLib/Elements/QuadRule8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/QuadRule9.h b/MeshLib/Elements/QuadRule9.h index 58767f084425a9c8c4c6ac1de3b060f90f771caf..c5bdf3e3e9219b8d46ee703cd054e1da88dd1b26 100644 --- a/MeshLib/Elements/QuadRule9.h +++ b/MeshLib/Elements/QuadRule9.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TemplateElement-impl.h b/MeshLib/Elements/TemplateElement-impl.h index 8221eff8aca55c1f858429dd9c332c7c4268cdbb..a0d3e4397d4357797fc8b149cc449f9f1c803a26 100644 --- a/MeshLib/Elements/TemplateElement-impl.h +++ b/MeshLib/Elements/TemplateElement-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TemplateElement.cpp b/MeshLib/Elements/TemplateElement.cpp index dc07468f3d0facf2caced53c4c698134eeb69480..0ee684961ec940579505014338c31b35003593df 100644 --- a/MeshLib/Elements/TemplateElement.cpp +++ b/MeshLib/Elements/TemplateElement.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TemplateElement.h b/MeshLib/Elements/TemplateElement.h index fe98fa027fbc4d50cdca02a5077489501afa5866..ea08aef8d9d54ddb2c45c767fac8317dbbf9da06 100644 --- a/MeshLib/Elements/TemplateElement.h +++ b/MeshLib/Elements/TemplateElement.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Tet.h b/MeshLib/Elements/Tet.h index ad55b78c7074c165b4eb6b60679be3e3a30e003c..5fe258b6be8dea987c6604a9b3b01c74f3c89554 100644 --- a/MeshLib/Elements/Tet.h +++ b/MeshLib/Elements/Tet.h @@ -5,7 +5,7 @@ * \brief Definition of the Tet class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule10.cpp b/MeshLib/Elements/TetRule10.cpp index 453f40e6cd275e8fa74cb8ed86718babb69a7c8d..2fb5fee6244e551b964e3a304e5097d9be5ee26f 100644 --- a/MeshLib/Elements/TetRule10.cpp +++ b/MeshLib/Elements/TetRule10.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule10.h b/MeshLib/Elements/TetRule10.h index c637b1f2a8a2d6f1c7b17750b4143d993ae6de7b..ee8fa91f6a4350ac598f5bb96c59aea6c11f2d9b 100644 --- a/MeshLib/Elements/TetRule10.h +++ b/MeshLib/Elements/TetRule10.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule4.cpp b/MeshLib/Elements/TetRule4.cpp index 8dd96a13be590a7b5a1d5e57bf6eb4d3ec038784..8f681b469356f3efe92863720e4e779ee82bed1a 100644 --- a/MeshLib/Elements/TetRule4.cpp +++ b/MeshLib/Elements/TetRule4.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TetRule4.h b/MeshLib/Elements/TetRule4.h index 259ec4dd69ebfd413407c7c5f912b2b8adf0af8d..c89e34d092579cf12f2d58f1b0833d594fd7453e 100644 --- a/MeshLib/Elements/TetRule4.h +++ b/MeshLib/Elements/TetRule4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/Tri.h b/MeshLib/Elements/Tri.h index 7bfc72ba7b61e6c71512a693e34e45788e9a650f..a3420e3e96da8871ed8a5ebddfca1948aade05da 100644 --- a/MeshLib/Elements/Tri.h +++ b/MeshLib/Elements/Tri.h @@ -5,7 +5,7 @@ * \brief Definition of the Tri class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule3.cpp b/MeshLib/Elements/TriRule3.cpp index 23599937b214eb8f1296f581004e35e276d2d486..f248bb07bd379841d19b0d67e04277f7d63e9105 100644 --- a/MeshLib/Elements/TriRule3.cpp +++ b/MeshLib/Elements/TriRule3.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule3.h b/MeshLib/Elements/TriRule3.h index f90a519209efe24c812f8a1591a3baa177fb8dc5..b02f4be6f42a5369c1afc68bd4f560d3eef0e87a 100644 --- a/MeshLib/Elements/TriRule3.h +++ b/MeshLib/Elements/TriRule3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule6.cpp b/MeshLib/Elements/TriRule6.cpp index 58f25510c692f39544eb4c184b8cb1e409cc83c4..e12174dbc79e4b9c8d436006cdc6e8b77f8aae49 100644 --- a/MeshLib/Elements/TriRule6.cpp +++ b/MeshLib/Elements/TriRule6.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/TriRule6.h b/MeshLib/Elements/TriRule6.h index 0e5e866da743102d8fe291efa40fdd28d192ad20..0dd5d207a815ee4eccea50d0189bb016e7a2dd65 100644 --- a/MeshLib/Elements/TriRule6.h +++ b/MeshLib/Elements/TriRule6.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Elements/VertexRule.h b/MeshLib/Elements/VertexRule.h index 79a899172a36d355b153aced7ddcd5ce3c772e85..f70c96f1cad82b00d2dcfd1757c709aaaf6de0b0 100644 --- a/MeshLib/Elements/VertexRule.h +++ b/MeshLib/Elements/VertexRule.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Location.cpp b/MeshLib/Location.cpp index 5f53d24e16264840e079cf5b9dc632d531ef3a7c..c5504a88616fdce4179311ca414080309fd92d03 100644 --- a/MeshLib/Location.cpp +++ b/MeshLib/Location.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Location.h b/MeshLib/Location.h index c392ae1f064c6a61dff12e0f58726138ceaf66c0..6d0c589d58a374eb5f6024cdebe2bd1e25933827 100644 --- a/MeshLib/Location.h +++ b/MeshLib/Location.h @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Mesh.cpp b/MeshLib/Mesh.cpp index d67bfccf6d3213128279e9df63db636c6baa861f..909a08c77c8c855980618ff81ac95f4c34480f86 100644 --- a/MeshLib/Mesh.cpp +++ b/MeshLib/Mesh.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Mesh.h b/MeshLib/Mesh.h index b973b84f05495701b521ddc921b40a7b63695f69..c0f8e125d38f931b0f853d7e94dac3bb16b8ffcf 100644 --- a/MeshLib/Mesh.h +++ b/MeshLib/Mesh.h @@ -5,7 +5,7 @@ * \brief Definition of the Mesh class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/DuplicateMeshComponents.cpp b/MeshLib/MeshEditing/DuplicateMeshComponents.cpp index d358c6d6d96e7afb005010f14131b1bd0fae16f9..1f6db1df34c417d0e5b935fd27746ab60342e548 100644 --- a/MeshLib/MeshEditing/DuplicateMeshComponents.cpp +++ b/MeshLib/MeshEditing/DuplicateMeshComponents.cpp @@ -5,7 +5,7 @@ * \brief Implementation of Duplicate functions. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/DuplicateMeshComponents.h b/MeshLib/MeshEditing/DuplicateMeshComponents.h index 2a7eaadde1be9c2e9de70180689fcf397a941b4a..0d1fea8ef5335f3e1565a8b93730b92e9975e5ad 100644 --- a/MeshLib/MeshEditing/DuplicateMeshComponents.h +++ b/MeshLib/MeshEditing/DuplicateMeshComponents.h @@ -5,7 +5,7 @@ * \brief Definition of Duplicate functions * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/ElementValueModification.cpp b/MeshLib/MeshEditing/ElementValueModification.cpp index 00167bd20bf65e0239d910a00a7960fce03cf2e9..718bf4304aede4e2cb0cd845cf3f7e0dd79839f4 100644 --- a/MeshLib/MeshEditing/ElementValueModification.cpp +++ b/MeshLib/MeshEditing/ElementValueModification.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementValueModification class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/ElementValueModification.h b/MeshLib/MeshEditing/ElementValueModification.h index 8a448a4cb8c788c49b1112391b4b2b3bc2db8bfd..d349a1dd78ae8396ae5dda46c828124a0b283640 100644 --- a/MeshLib/MeshEditing/ElementValueModification.h +++ b/MeshLib/MeshEditing/ElementValueModification.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementValueModification class * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp b/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp index 277b76c136112ff13c97bfecbbd06e3cb1cbc0a8..87efa916a55a527c41d7c92f1a7eb71485f40b13 100644 --- a/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp +++ b/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh2MeshPropertyInterpolation class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.h b/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.h index 6cbeee5f4c2b1dd1b90716431d632afee8d94130..bde572076fa8f9d3ef0fff9ece71b6125f865990 100644 --- a/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.h +++ b/MeshLib/MeshEditing/Mesh2MeshPropertyInterpolation.h @@ -5,7 +5,7 @@ * \brief Implementation of the Mesh2MeshPropertyInterpolation class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/MeshRevision.cpp b/MeshLib/MeshEditing/MeshRevision.cpp index 9829ad1320032d0a71b95c8bd67de93279118056..d88004c038c6d3e6808bb86d3c806515abd3a02b 100644 --- a/MeshLib/MeshEditing/MeshRevision.cpp +++ b/MeshLib/MeshEditing/MeshRevision.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshRevision class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/MeshRevision.h b/MeshLib/MeshEditing/MeshRevision.h index 92a8e9ab0495b440e9a96cd2f3aae362e2752d7c..e6881e74724de20e59ab96d7dc8da57405137631 100644 --- a/MeshLib/MeshEditing/MeshRevision.h +++ b/MeshLib/MeshEditing/MeshRevision.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshRevision class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/RemoveMeshComponents.cpp b/MeshLib/MeshEditing/RemoveMeshComponents.cpp index 98cc70bf8940b44866220ba5872cd076a5a8d048..cb8115861c71d952e72ef9d3d5e10d9a5d4c2c33 100644 --- a/MeshLib/MeshEditing/RemoveMeshComponents.cpp +++ b/MeshLib/MeshEditing/RemoveMeshComponents.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/RemoveMeshComponents.h b/MeshLib/MeshEditing/RemoveMeshComponents.h index 3e78e89f8683c41d6888f4f886ae0a901b43b30f..05970c5ae0cc8fbc302e0652032618f1e3bd8293 100644 --- a/MeshLib/MeshEditing/RemoveMeshComponents.h +++ b/MeshLib/MeshEditing/RemoveMeshComponents.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/moveMeshNodes.h b/MeshLib/MeshEditing/moveMeshNodes.h index a339ef2c9de9333cac693ced8abaabf55cd42b3e..dda1cb35300792d2a33f9be2986331def5a0994e 100644 --- a/MeshLib/MeshEditing/moveMeshNodes.h +++ b/MeshLib/MeshEditing/moveMeshNodes.h @@ -5,7 +5,7 @@ * @brief Functionality to move mesh nodes using a given displacement vec. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEditing/projectMeshOntoPlane.h b/MeshLib/MeshEditing/projectMeshOntoPlane.h index 4d0235d8e36cafb0e199759b03c1480eb8111bd0..e9c1eef5c7db614208ce87d808b2755861aa126f 100644 --- a/MeshLib/MeshEditing/projectMeshOntoPlane.h +++ b/MeshLib/MeshEditing/projectMeshOntoPlane.h @@ -5,7 +5,7 @@ * \brief Definition of the projectMeshOntoPlane * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEnums.cpp b/MeshLib/MeshEnums.cpp index b045cb3262a6577f8b415cacdf40092e96c73015..dcddb4805f98f9cb06460cb562046be3752dcc45 100644 --- a/MeshLib/MeshEnums.cpp +++ b/MeshLib/MeshEnums.cpp @@ -5,7 +5,7 @@ * \brief Implementation of mesh-related enumerations. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshEnums.h b/MeshLib/MeshEnums.h index dfa775ef8f49a2a535d17f34202ca9061bb3fce5..c98f072dc99abdd5adb624c587d5ca6a9d6703f2 100644 --- a/MeshLib/MeshEnums.h +++ b/MeshLib/MeshEnums.h @@ -5,7 +5,7 @@ * \brief Definition of mesh-related Enumerations. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/ConvertRasterToMesh.cpp b/MeshLib/MeshGenerators/ConvertRasterToMesh.cpp index 6e75a32411506ca9a10f38b83763dd114de74e32..42f099ee4f9d9ae1125ae6ad1b6f44cf40389787 100644 --- a/MeshLib/MeshGenerators/ConvertRasterToMesh.cpp +++ b/MeshLib/MeshGenerators/ConvertRasterToMesh.cpp @@ -5,7 +5,7 @@ * @brief Implementation of the ConvertRasterToMesh class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/ConvertRasterToMesh.h b/MeshLib/MeshGenerators/ConvertRasterToMesh.h index d440e6fe162d3cccef9e528668e2d778ac9602a5..2655339e880f28fb46342c60c3d29d6e767fd757 100644 --- a/MeshLib/MeshGenerators/ConvertRasterToMesh.h +++ b/MeshLib/MeshGenerators/ConvertRasterToMesh.h @@ -5,7 +5,7 @@ * @brief Definition of the ConvertRasterToMesh class. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp b/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp index dbecc531732b0ff6b6834fc89cf967e55305c9ba..6a7bfba8e024c0fc01b1e59dd0b190c5142e409a 100644 --- a/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp +++ b/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SubsurfaceMapper class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/LayeredMeshGenerator.h b/MeshLib/MeshGenerators/LayeredMeshGenerator.h index 1b5a4692ecf431e04825fa68acf21a27c4edc164..6505f689c269fba3c60872093652b6d0d471415b 100644 --- a/MeshLib/MeshGenerators/LayeredMeshGenerator.h +++ b/MeshLib/MeshGenerators/LayeredMeshGenerator.h @@ -5,7 +5,7 @@ * \brief Definition of the SubsurfaceMapper class * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/LayeredVolume.cpp b/MeshLib/MeshGenerators/LayeredVolume.cpp index 9e57d441717dc965afa6002aef852972530b5370..a26dc541657110fb18fc62a2ec62d09b8293b31d 100644 --- a/MeshLib/MeshGenerators/LayeredVolume.cpp +++ b/MeshLib/MeshGenerators/LayeredVolume.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the LayeredVolume class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/LayeredVolume.h b/MeshLib/MeshGenerators/LayeredVolume.h index 1f6a76fa8f73311fee6e5b7f45b093dd6997edc8..035d8c8e0fec73a77f3bc5cb23b73321fb22a96f 100644 --- a/MeshLib/MeshGenerators/LayeredVolume.h +++ b/MeshLib/MeshGenerators/LayeredVolume.h @@ -5,7 +5,7 @@ * \brief Definition of the LayeredVolume class * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/MeshGenerator.cpp b/MeshLib/MeshGenerators/MeshGenerator.cpp index 72a64587f7ab92867651423442f5f8a83637eb8c..b42447a679733431c4d28e5b8c831a32c0a95e59 100644 --- a/MeshLib/MeshGenerators/MeshGenerator.cpp +++ b/MeshLib/MeshGenerators/MeshGenerator.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/MeshGenerator.h b/MeshLib/MeshGenerators/MeshGenerator.h index b72ea49e4b5ec6045f830b54d7005aba3d73c22b..3ad8ce82d423dff3b9bc19f49738c2b984f5cdb7 100644 --- a/MeshLib/MeshGenerators/MeshGenerator.h +++ b/MeshLib/MeshGenerators/MeshGenerator.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/MeshLayerMapper.cpp b/MeshLib/MeshGenerators/MeshLayerMapper.cpp index c28a9769154ecf9c29e0f3cf9bd42b9bb5d3fc2d..72008c297870b92341fda5de79739281890c2921 100644 --- a/MeshLib/MeshGenerators/MeshLayerMapper.cpp +++ b/MeshLib/MeshGenerators/MeshLayerMapper.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshLayerMapper class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/MeshLayerMapper.h b/MeshLib/MeshGenerators/MeshLayerMapper.h index b2d7df8880e1deb42dfbfbf6e45077ab5a1017fc..659c7d33bfb6bf06faf0588241f6791cf3d628cd 100644 --- a/MeshLib/MeshGenerators/MeshLayerMapper.h +++ b/MeshLib/MeshGenerators/MeshLayerMapper.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshLayerMapper class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/VtkMeshConverter.cpp b/MeshLib/MeshGenerators/VtkMeshConverter.cpp index a6608337e7498a155cab8ea9e9a5bb71ac8421ff..cd59ae9145d6d128bb3da92e5c24b2b414428c5b 100644 --- a/MeshLib/MeshGenerators/VtkMeshConverter.cpp +++ b/MeshLib/MeshGenerators/VtkMeshConverter.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the VtkMeshConverter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshGenerators/VtkMeshConverter.h b/MeshLib/MeshGenerators/VtkMeshConverter.h index d4863df065c22a0b230dd0d7af6a5d1bf41b3220..9433d2c8382f664c2670e54aee714563a4ef482e 100644 --- a/MeshLib/MeshGenerators/VtkMeshConverter.h +++ b/MeshLib/MeshGenerators/VtkMeshConverter.h @@ -5,7 +5,7 @@ * \brief Definition of the VtkMeshConverter class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshInformation.cpp b/MeshLib/MeshInformation.cpp index aae6d36b94aecf8c5b13e10f5b2959fe7734e95e..f8d15cba7948107c412566d474ff829738b8ec9e 100644 --- a/MeshLib/MeshInformation.cpp +++ b/MeshLib/MeshInformation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshInformation class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshInformation.h b/MeshLib/MeshInformation.h index 8203a836aae9d709d96a93a14a87189c0ede56f9..edfcd48dbe704dc0f0e5cb4e30b376e4c4122fd8 100644 --- a/MeshLib/MeshInformation.h +++ b/MeshLib/MeshInformation.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshInformation class * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/AngleSkewMetric.cpp b/MeshLib/MeshQuality/AngleSkewMetric.cpp index 91222cfdad395e7b2eb15a581385722409423371..08e0276876c7826c4f909034d8fc284eff4e98d9 100644 --- a/MeshLib/MeshQuality/AngleSkewMetric.cpp +++ b/MeshLib/MeshQuality/AngleSkewMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the AngleSkewMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/AngleSkewMetric.h b/MeshLib/MeshQuality/AngleSkewMetric.h index c7989cb1ab9c6227913f39f8dd16653a44660972..ac5dc409c845966e7f9742667b4db6522dbdeefd 100644 --- a/MeshLib/MeshQuality/AngleSkewMetric.h +++ b/MeshLib/MeshQuality/AngleSkewMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the AngleSkewMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/EdgeRatioMetric.cpp b/MeshLib/MeshQuality/EdgeRatioMetric.cpp index 582dbd7498819b5a356628ee29732238f9ea07a7..23ef5fa0f8dc5f67bd3e93ce975502ad1797fb3c 100644 --- a/MeshLib/MeshQuality/EdgeRatioMetric.cpp +++ b/MeshLib/MeshQuality/EdgeRatioMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the EdgeRatioMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/EdgeRatioMetric.h b/MeshLib/MeshQuality/EdgeRatioMetric.h index 20a1ee57441311e1bdc0eed0a34fb3b586107c03..31a7419c2b2a1f41ae6543176c574bb74e556866 100644 --- a/MeshLib/MeshQuality/EdgeRatioMetric.h +++ b/MeshLib/MeshQuality/EdgeRatioMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the AreaMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/ElementErrorCode.h b/MeshLib/MeshQuality/ElementErrorCode.h index b7e29b8d9c0dec936bae950674eea8fbe282d516..cceb0435096890762f560bd2de7d5ac7bf78df44 100644 --- a/MeshLib/MeshQuality/ElementErrorCode.h +++ b/MeshLib/MeshQuality/ElementErrorCode.h @@ -5,7 +5,7 @@ * \brief Definition of ElementErrorCodes. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/ElementQualityInterface.h b/MeshLib/MeshQuality/ElementQualityInterface.h index 0857e7b47125c3b2f6a39996fc3b2e2f956eb7ac..bc5c1e2b49a2c841c9882a3edf36bcc9f06cede0 100644 --- a/MeshLib/MeshQuality/ElementQualityInterface.h +++ b/MeshLib/MeshQuality/ElementQualityInterface.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementQualityInterface class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/ElementQualityMetric.cpp b/MeshLib/MeshQuality/ElementQualityMetric.cpp index 2c043cbae80ca3c37d6af0ed1316cb2bf85e1152..117004425dd40b271f9558fa46a6ecc2c1e5e4e5 100644 --- a/MeshLib/MeshQuality/ElementQualityMetric.cpp +++ b/MeshLib/MeshQuality/ElementQualityMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementQualityMetricBase class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/ElementQualityMetric.h b/MeshLib/MeshQuality/ElementQualityMetric.h index a9756e77867a87b5e9ff45fb5ef801294942d084..06d5cba46f85844863cc8ab1c1c01fb4d8647dc3 100644 --- a/MeshLib/MeshQuality/ElementQualityMetric.h +++ b/MeshLib/MeshQuality/ElementQualityMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the ElementQualityMetricBase class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/ElementSizeMetric.cpp b/MeshLib/MeshQuality/ElementSizeMetric.cpp index 0c564e534b8a322c03ec83f27333baa96265a621..ecdd3af0b53451b9120b2239bf421dfa2a4659b6 100644 --- a/MeshLib/MeshQuality/ElementSizeMetric.cpp +++ b/MeshLib/MeshQuality/ElementSizeMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the ElementSizeMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/ElementSizeMetric.h b/MeshLib/MeshQuality/ElementSizeMetric.h index 13de8ce00fb2e2f72e175be3b6f8f9a165d9631f..e07e18545956f90c43e325ea9274962a7d3751f5 100644 --- a/MeshLib/MeshQuality/ElementSizeMetric.h +++ b/MeshLib/MeshQuality/ElementSizeMetric.h @@ -5,7 +5,7 @@ * \brief Implementation of the AreaMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/MeshValidation.cpp b/MeshLib/MeshQuality/MeshValidation.cpp index ffdea09834521d5df0f2f90c3b53eb3367df9141..93ae1f94ea5fb0d26a22a200b32e7a9835a893f3 100644 --- a/MeshLib/MeshQuality/MeshValidation.cpp +++ b/MeshLib/MeshQuality/MeshValidation.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshValidation class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/MeshValidation.h b/MeshLib/MeshQuality/MeshValidation.h index 337b1ac84af8e335cf5726f3c804415f1a990de6..7e1512c73888e7bcd2d384b64ab65b04a52693ee 100644 --- a/MeshLib/MeshQuality/MeshValidation.h +++ b/MeshLib/MeshQuality/MeshValidation.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshValidation class * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp index fc0e38ab844b0c714ed10c9546a67719fc324cac..57ecfe0d9d1879b62d36286d5ee93f2f01ea5306 100644 --- a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp +++ b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the RadiusEdgeRadioMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h index ad173f3e9b001594a2ccd39d7bbbe867f1441655..344c1fa4d69e9b8357e31ec862e354d8795fbaf3 100644 --- a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h +++ b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the RadiusEdgeRatioMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/SizeDifferenceMetric.cpp b/MeshLib/MeshQuality/SizeDifferenceMetric.cpp index 99889f62491eacd83c6308c40af78b46ff01aac0..20909cbe8a3bacb9473c859c932f7cd964c7530b 100644 --- a/MeshLib/MeshQuality/SizeDifferenceMetric.cpp +++ b/MeshLib/MeshQuality/SizeDifferenceMetric.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the SizeDifferenceMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshQuality/SizeDifferenceMetric.h b/MeshLib/MeshQuality/SizeDifferenceMetric.h index 208b501db9f9f7ac91d536ee4e966e2df5c4cb20..e4d47350ee17157e30ab9bb1f54ca594e0badf0f 100644 --- a/MeshLib/MeshQuality/SizeDifferenceMetric.h +++ b/MeshLib/MeshQuality/SizeDifferenceMetric.h @@ -5,7 +5,7 @@ * \brief Definition of the SizeDifferenceMetric class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSearch/ElementSearch.cpp b/MeshLib/MeshSearch/ElementSearch.cpp index 9f9fae0bfa98c81d9bad1840967473600ce4ba30..8a035b8b15a35418efb6702f90b86e07d7600100 100644 --- a/MeshLib/MeshSearch/ElementSearch.cpp +++ b/MeshLib/MeshSearch/ElementSearch.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSearch/ElementSearch.h b/MeshLib/MeshSearch/ElementSearch.h index f086e8f2c64806ea7faa6886bbc0503a3f72a69e..db26a7e8756771ad73b6332744c0606946db61d2 100644 --- a/MeshLib/MeshSearch/ElementSearch.h +++ b/MeshLib/MeshSearch/ElementSearch.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSearch/NodeSearch.cpp b/MeshLib/MeshSearch/NodeSearch.cpp index 0146b1beeb84928d63d4fb429750a29d43026fb0..c35b449190979ad32c0dae85eefa4b07df4a4de6 100644 --- a/MeshLib/MeshSearch/NodeSearch.cpp +++ b/MeshLib/MeshSearch/NodeSearch.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSearch/NodeSearch.h b/MeshLib/MeshSearch/NodeSearch.h index ad2b36a6b1565f7147b0ea96ad8112957a3b32d0..bb5a3686c2c8cc94a8022e4b510c42277f0e4243 100644 --- a/MeshLib/MeshSearch/NodeSearch.h +++ b/MeshLib/MeshSearch/NodeSearch.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSubset.h b/MeshLib/MeshSubset.h index 30e0a776cd5a5c679b99e124fedbea1127a43552..d4e69daf05f3ef99ab0e1b41af7fa93ec116df55 100644 --- a/MeshLib/MeshSubset.h +++ b/MeshLib/MeshSubset.h @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSubsets.h b/MeshLib/MeshSubsets.h index 889475a9c43de833318897ece55e6e27ad1e00b2..ec0a9ddbf2d90f8b9c55009ddae5928a1a76eb1f 100644 --- a/MeshLib/MeshSubsets.h +++ b/MeshLib/MeshSubsets.h @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSurfaceExtraction.cpp b/MeshLib/MeshSurfaceExtraction.cpp index f267d01198a63c33b7845948f4a65f8daeaa9ee7..a2a18d14917a248bd7abf16417ddcfd40b822ae5 100644 --- a/MeshLib/MeshSurfaceExtraction.cpp +++ b/MeshLib/MeshSurfaceExtraction.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the MeshSurfaceExtraction class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/MeshSurfaceExtraction.h b/MeshLib/MeshSurfaceExtraction.h index 7beab2fa424f0cfe533acba184efe9c10b99a231..e0dcd6484459a56c2e175a201a24d343f7c6e409 100644 --- a/MeshLib/MeshSurfaceExtraction.h +++ b/MeshLib/MeshSurfaceExtraction.h @@ -5,7 +5,7 @@ * \brief Definition of the MeshSurfaceExtraction class * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Node.cpp b/MeshLib/Node.cpp index 3c1dc259f8761025a9e550bd6f960e5c5e922f5c..bdc4364768396ad6f6e02405c24ce21cdf69003b 100644 --- a/MeshLib/Node.cpp +++ b/MeshLib/Node.cpp @@ -5,7 +5,7 @@ * \brief Implementation of the Node class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Node.h b/MeshLib/Node.h index 9c66253892703198a4be1efef7fe291964958285..dbf35a623e5c41525e64d4bb5fa8821402c6a412 100644 --- a/MeshLib/Node.h +++ b/MeshLib/Node.h @@ -5,7 +5,7 @@ * \brief Definition of the Node class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/NodeAdjacencyTable.h b/MeshLib/NodeAdjacencyTable.h index e54d4dddaacb394b98ebf0a9c74193530178f368..ea8d1aa9f7f0af06ad9d00ecbc7afd3d2c2ba0d1 100644 --- a/MeshLib/NodeAdjacencyTable.h +++ b/MeshLib/NodeAdjacencyTable.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/NodePartitionedMesh.h b/MeshLib/NodePartitionedMesh.h index 8a06e25708ad882c754c606d65fd0e352a8753e2..f6aca16d8e393a0782e19612fb3c55133cd47503 100644 --- a/MeshLib/NodePartitionedMesh.h +++ b/MeshLib/NodePartitionedMesh.h @@ -6,7 +6,7 @@ framework of domain decomposition (DDC). \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/MeshLib/Properties-impl.h b/MeshLib/Properties-impl.h index 01237ccce5d7365f15aaf112426dd13d1d68103c..ecb221044ca9e065e6a3dc2cfb515ec5df7144cb 100644 --- a/MeshLib/Properties-impl.h +++ b/MeshLib/Properties-impl.h @@ -3,7 +3,7 @@ * \brief Implemenatiom of the template part of the class Properties. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Properties.cpp b/MeshLib/Properties.cpp index a57fb799665d5bfd0b88b53e6959ad1bdae67606..def5d77a3b2d5c6cba1356e828026ced70228266 100644 --- a/MeshLib/Properties.cpp +++ b/MeshLib/Properties.cpp @@ -4,7 +4,7 @@ * properties. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/Properties.h b/MeshLib/Properties.h index d1c2cabacbe9e43f6e9d31f00d9cf2544452705e..898608604cb478287e121b431f6f5d415b2b36c2 100644 --- a/MeshLib/Properties.h +++ b/MeshLib/Properties.h @@ -4,7 +4,7 @@ * properties. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/PropertyVector.h b/MeshLib/PropertyVector.h index eae4a8371f78e9c668d223026ff6d64e586240c5..6f812b939681aa2037ef6f3d6f221000bc7515e4 100644 --- a/MeshLib/PropertyVector.h +++ b/MeshLib/PropertyVector.h @@ -1,7 +1,7 @@ /** * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/VtkOGSEnum.cpp b/MeshLib/VtkOGSEnum.cpp index b3395a27ecb3cf20844a30b507ecc5028f47b042..abc845322766f0d53e4161aa11dd0778aa363b11 100644 --- a/MeshLib/VtkOGSEnum.cpp +++ b/MeshLib/VtkOGSEnum.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/VtkOGSEnum.h b/MeshLib/VtkOGSEnum.h index 3a1551d5cddc7b3cc79cc7415b275f4055bd86bc..071dfe0fd0b177264943d62f4c75a0bbe8b538fd 100644 --- a/MeshLib/VtkOGSEnum.h +++ b/MeshLib/VtkOGSEnum.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/convertMeshToGeo.cpp b/MeshLib/convertMeshToGeo.cpp index a5dd7c16aaaa272e7d3c845779c8ec6a86e0b24e..38395fe3bce377c331aea522dc13faf14731109c 100644 --- a/MeshLib/convertMeshToGeo.cpp +++ b/MeshLib/convertMeshToGeo.cpp @@ -5,7 +5,7 @@ * \brief Implementation of of mesh to geometry conversion. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/MeshLib/convertMeshToGeo.h b/MeshLib/convertMeshToGeo.h index ae70f50613277f517f4fb1afda99d10ae9ea87a6..d2d98b68e797ed5369c0477b7f1e70dec66c16d5 100644 --- a/MeshLib/convertMeshToGeo.h +++ b/MeshLib/convertMeshToGeo.h @@ -5,7 +5,7 @@ * \brief Definition of mesh to geometry conversion. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Distribution/Distribution.cpp b/NumLib/Distribution/Distribution.cpp index a6c8bc050aba1a2f82f864d603afee1d62f686ed..fb03883eb56c5fc68a70b3eaf44d4c15e6cd2c85 100644 --- a/NumLib/Distribution/Distribution.cpp +++ b/NumLib/Distribution/Distribution.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Distribution/Distribution.h b/NumLib/Distribution/Distribution.h index c6d22b0c758250138f72e5fbfa286b857d54e364..76415ab9ac0bc1c35f42e4dd1934335f8a061cf8 100644 --- a/NumLib/Distribution/Distribution.h +++ b/NumLib/Distribution/Distribution.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping-impl.h b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping-impl.h index 207bc7bec0663c4c0fad8fd3de229d793ed8d7f5..d331733febe66b670d27dacb10a36ab12f1c92bc 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping-impl.h +++ b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h index a62551d5cb9b436ccaf46f4d5e9a215ba6e498be..f67ee73aad516d354e1ef7bb16dcd37fd1c39c72 100644 --- a/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h +++ b/NumLib/Fem/CoordinatesMapping/NaturalCoordinatesMapping.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h b/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h index 345333d54b49e16049914cfa326d17f99f058d96..7771993294a74c0b32eff9836791af65cb14734e 100644 --- a/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h +++ b/NumLib/Fem/CoordinatesMapping/ShapeMatrices-impl.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h b/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h index 0f923fc449a96a2ea092aeda3bacaf1cea3ba449..4e8363e04cbc25bc39e22287dc6fcb8d12d0bc84 100644 --- a/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h +++ b/NumLib/Fem/CoordinatesMapping/ShapeMatrices.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/FiniteElement/C0IsoparametricElements.h b/NumLib/Fem/FiniteElement/C0IsoparametricElements.h index 3cc66d3a5c5db39833b783c1247f8c58426635da..f441e90477621bf9efd705e5f432abcc47cffe89 100644 --- a/NumLib/Fem/FiniteElement/C0IsoparametricElements.h +++ b/NumLib/Fem/FiniteElement/C0IsoparametricElements.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/FiniteElement/TemplateIsoparametric.h b/NumLib/Fem/FiniteElement/TemplateIsoparametric.h index 321bee35f033527e96f4909dac6f68bbc39666a3..54931172ea380465f9c92e4ab855c77440a770dc 100644 --- a/NumLib/Fem/FiniteElement/TemplateIsoparametric.h +++ b/NumLib/Fem/FiniteElement/TemplateIsoparametric.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/GaussIntegrationPolicy.h b/NumLib/Fem/Integration/GaussIntegrationPolicy.h index 5503e0f13c7658f5ab42dddbd4fbdbc3dba127f6..9a552a41b0c9817278089174593b321a9e7c7821 100644 --- a/NumLib/Fem/Integration/GaussIntegrationPolicy.h +++ b/NumLib/Fem/Integration/GaussIntegrationPolicy.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussPrism.h b/NumLib/Fem/Integration/IntegrationGaussPrism.h index 97f01b65b4bae81771eeced3995c7e7904f55f31..abdae734f2594a5a9b591301141d3449cf73aa97 100644 --- a/NumLib/Fem/Integration/IntegrationGaussPrism.h +++ b/NumLib/Fem/Integration/IntegrationGaussPrism.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussPyramid.h b/NumLib/Fem/Integration/IntegrationGaussPyramid.h index 45f3b1482ea4e5d036751186dd7b1f1bded7e264..083e379e78fd1fce58a5857ed67d457f3185323c 100644 --- a/NumLib/Fem/Integration/IntegrationGaussPyramid.h +++ b/NumLib/Fem/Integration/IntegrationGaussPyramid.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussRegular-impl.h b/NumLib/Fem/Integration/IntegrationGaussRegular-impl.h index e94c17d2302e9bb3b330ce4b24722c34dea95027..b1200cd891cc41acd2fe0c8470cf31e4e700cf72 100644 --- a/NumLib/Fem/Integration/IntegrationGaussRegular-impl.h +++ b/NumLib/Fem/Integration/IntegrationGaussRegular-impl.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussRegular.h b/NumLib/Fem/Integration/IntegrationGaussRegular.h index 7b787ecb15f7c2b3837ea668126ad065541c487f..8405c7209a14c9b9cefadd022eae8444533f5db7 100644 --- a/NumLib/Fem/Integration/IntegrationGaussRegular.h +++ b/NumLib/Fem/Integration/IntegrationGaussRegular.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussTet.h b/NumLib/Fem/Integration/IntegrationGaussTet.h index 70372b6ccc3b745825b882ab90d69a15fe431ce0..de5acabace5f89d9d7e441f605c429882490a384 100644 --- a/NumLib/Fem/Integration/IntegrationGaussTet.h +++ b/NumLib/Fem/Integration/IntegrationGaussTet.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationGaussTri.h b/NumLib/Fem/Integration/IntegrationGaussTri.h index 58529d684b5e5648765ea3dd503c8b895a027784..74b756635ec67e04fc44a18029199599067f40fd 100644 --- a/NumLib/Fem/Integration/IntegrationGaussTri.h +++ b/NumLib/Fem/Integration/IntegrationGaussTri.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/Integration/IntegrationPoint.h b/NumLib/Fem/Integration/IntegrationPoint.h index 056b69ebf26ba4eab4e88cc5d83736f347d3e296..8523e7d003c56a6c2ad3f47158acac0a4ca6d8df 100644 --- a/NumLib/Fem/Integration/IntegrationPoint.h +++ b/NumLib/Fem/Integration/IntegrationPoint.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h b/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h index a233aeb265f5c32d78af34779cb9998c69fa4768..8d430bfa7e257ff455d396b276eeb4d984265d2b 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex20-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeHex20.h b/NumLib/Fem/ShapeFunction/ShapeHex20.h index cacdf5fe537505d2e74661355869e4f9715f79de..c12d9c191274108fad00deccf4f8b639f04beb07 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex20.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex20.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h b/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h index 13ca6c26aab08d8a71491b97c7e36407e8b09b53..e824a0bf713c305d81b9630fe8ef24c5c737f673 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex8-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeHex8.h b/NumLib/Fem/ShapeFunction/ShapeHex8.h index 2e88b68e70e20e3ca54a924ccb652bbb559317f0..c5687a8b4037d303b9fc8bee9477ec2d5639d7eb 100644 --- a/NumLib/Fem/ShapeFunction/ShapeHex8.h +++ b/NumLib/Fem/ShapeFunction/ShapeHex8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h b/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h index 91b4a45360c94f90f343fa40ad31b766b9bc8d7e..4422f513cbfdb0f5af314f1c639fa4fa1bb16d5f 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine2-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeLine2.h b/NumLib/Fem/ShapeFunction/ShapeLine2.h index 5540511b8875d19cf6819e0662a22eb97e09ee45..d7e6d1c99420c1a062a52149146c271c02b56c6d 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine2.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine2.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h b/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h index 2f69f33d51b7de096f12fe8ab09e5ada572e4806..35938c2a8a1770cb5caa434532691ae36bf18d55 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine3-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeLine3.h b/NumLib/Fem/ShapeFunction/ShapeLine3.h index 8399d407f02129f30714d14bc1c17acf8cbf8f17..9ec778244b5be2b8dc8d274d34ed90bc7a253439 100644 --- a/NumLib/Fem/ShapeFunction/ShapeLine3.h +++ b/NumLib/Fem/ShapeFunction/ShapeLine3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h b/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h index 81907f2162d79b359fed5f6bb2e87195f656b31e..1ab033bd0bf01c9ad3800ad42dc58d3644346435 100644 --- a/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePoint1-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePoint1.h b/NumLib/Fem/ShapeFunction/ShapePoint1.h index 8ce677719c86e0347d0c0803b764d1b0d5e99790..79f79a91fdda0b73d3bcb154532b95a2ecfb35f1 100644 --- a/NumLib/Fem/ShapeFunction/ShapePoint1.h +++ b/NumLib/Fem/ShapeFunction/ShapePoint1.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h b/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h index d3efd154047eed6b2755ed7a321d7ce7411d0046..e0c56973af0011222086d3e1aba5e8871623a95c 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism15-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePrism15.h b/NumLib/Fem/ShapeFunction/ShapePrism15.h index 4959bfb9befa6e3657103f374283e6b763691e98..74ca7670deb1d7b4400cb0f6d01f58e4d1b027d2 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism15.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism15.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h b/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h index 848bd33e820fcca428e939dc2356fe9df9259c98..701b48b39dad3aba05fb357757f4bdfddc34ef26 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism6-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePrism6.h b/NumLib/Fem/ShapeFunction/ShapePrism6.h index 9c4f364bb2dddbb8278ed8ae88a831da5c1c9fa0..42446668a238551bfea36b4f484fed1adaa6ea2b 100644 --- a/NumLib/Fem/ShapeFunction/ShapePrism6.h +++ b/NumLib/Fem/ShapeFunction/ShapePrism6.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h b/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h index 32b94121bd51a672941d312f12b114266b3e1fa7..9aa4b62dd965cfc458bb8f31f1a38809661ae3f0 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra13-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePyra13.h b/NumLib/Fem/ShapeFunction/ShapePyra13.h index 95e2e8f4e9268fc764d004ca2a2c29431ca189d5..46bc13bea745f10c4863f97f026a1439c9ab846d 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra13.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra13.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h b/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h index 96857f970b1cf687107c6b602ca3a0b1eddbacd2..d7dea0d58c1c44ab75645d2510dc78239ac9031f 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra5-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapePyra5.h b/NumLib/Fem/ShapeFunction/ShapePyra5.h index e77d8750d062b657cb000d12a7f0e6dd120618f9..0238dfcc610d4a85dd02f5d3a60af42ac34a3629 100644 --- a/NumLib/Fem/ShapeFunction/ShapePyra5.h +++ b/NumLib/Fem/ShapeFunction/ShapePyra5.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h b/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h index abb8322d2a89959660f148fd1bbdcf5cf70deb71..4b73fb2ae30582f0761f492bffb2d111261d50f5 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad4-impl.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad4.h b/NumLib/Fem/ShapeFunction/ShapeQuad4.h index a06019533bfe01eff9ddcaa9c8555efe0ea51f43..b35d3b755797a9f0363c14f6884fa19dc99fe9b3 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad4.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad4.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h b/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h index 453bb5bdd9e5475654521dbec2fd4b1e715a42d4..71025b6cd76cfd5397b43131b7fd4bad7ee6b18c 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad8-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad8.h b/NumLib/Fem/ShapeFunction/ShapeQuad8.h index 5226b477244ca24260c9e89fc10ad982713a9f04..626d1818fc51a3a6a782b52191c769620b1bf685 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad8.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h b/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h index 184187cce0ddf3f94bd8cbb071c6ed91e6be48f0..ce47b8bf27bea84932ea06976641a7c2e64db958 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad9-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeQuad9.h b/NumLib/Fem/ShapeFunction/ShapeQuad9.h index 6407c98ff4ce98846bcb37accd3fe73d10d0299c..f7d005583f694d929aeda9a4532ccdbb1ef0709c 100644 --- a/NumLib/Fem/ShapeFunction/ShapeQuad9.h +++ b/NumLib/Fem/ShapeFunction/ShapeQuad9.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h b/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h index 0d908578fa6e6367d6952a92abc21982523ef531..d7f65b30457e85d6ce3a76303f1a3e01b8461779 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet10-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTet10.h b/NumLib/Fem/ShapeFunction/ShapeTet10.h index 12dd95a70dcc3f059455e3721baf449a265c38e4..7d6a0634db1e8c8d394f0c4788a5cf9fc2f3ddfc 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet10.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet10.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h b/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h index e9c532d39987660587732957d4f3ae3931ff9aa3..0c79a252198e886ba703ea45900c03a09d7e84c5 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet4-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTet4.h b/NumLib/Fem/ShapeFunction/ShapeTet4.h index d899e9263181e7684f49424bfb9b21bc5cb67830..9de25cb74acbb4e5570bda2b7691dbd6af9c7c19 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTet4.h +++ b/NumLib/Fem/ShapeFunction/ShapeTet4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h b/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h index dab8f3372b1e3752257597c1178658a41877b582..0742a2bcb04b25b80b4f83fe32ce9c59899b3562 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTri3.h b/NumLib/Fem/ShapeFunction/ShapeTri3.h index 825f034862de843df134dbbf7ca531b56f0ee647..adce859cde759eb96ea392b7e775b60f7adf5f28 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri3.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri3.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h b/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h index 63b1ae22c7f505649708f99fe1aad92ccefd3a60..413d2baf65fb2bd74b22f4425613d9b5dbda1c74 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri6-impl.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeFunction/ShapeTri6.h b/NumLib/Fem/ShapeFunction/ShapeTri6.h index f9b8256b8b065f01ad04c6cccdd3d42291796e45..a72e991875d3f69ce56bcd6532b7d5e77e2c7f97 100644 --- a/NumLib/Fem/ShapeFunction/ShapeTri6.h +++ b/NumLib/Fem/ShapeFunction/ShapeTri6.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Fem/ShapeMatrixPolicy.h b/NumLib/Fem/ShapeMatrixPolicy.h index 2146bba64703774b26fe1ce4201936d18814313a..5309b6d6b0766a36c4f11cb762fb0d7ad08d3426 100644 --- a/NumLib/Fem/ShapeMatrixPolicy.h +++ b/NumLib/Fem/ShapeMatrixPolicy.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/ISpatialFunction.h b/NumLib/Function/ISpatialFunction.h index dbd97e864d74c74e5a109d97ed5a4b3a168e487a..c6936a3dd5aa034d25245c1bb73b3f96c60bc9e2 100644 --- a/NumLib/Function/ISpatialFunction.h +++ b/NumLib/Function/ISpatialFunction.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/Interpolation.h b/NumLib/Function/Interpolation.h index 627cca53ec68f076a1aa45793913953f77bb468e..84a95721ca3df52791e55495a9eaae749de9c75a 100644 --- a/NumLib/Function/Interpolation.h +++ b/NumLib/Function/Interpolation.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/LinearInterpolationAlongPolyline.cpp b/NumLib/Function/LinearInterpolationAlongPolyline.cpp index 86807afd806d7171248018af849a0f00a699b178..a9ad05c2ce6b786d3ee054b4ca70a8bf31d37dbd 100644 --- a/NumLib/Function/LinearInterpolationAlongPolyline.cpp +++ b/NumLib/Function/LinearInterpolationAlongPolyline.cpp @@ -3,7 +3,7 @@ * \date 2014-03-18 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/LinearInterpolationAlongPolyline.h b/NumLib/Function/LinearInterpolationAlongPolyline.h index 904ddf6e4e3e40188dad18d4502b85cb4605d3df..e32a2970150d2bad52a12a748d6e977ac9798e4d 100644 --- a/NumLib/Function/LinearInterpolationAlongPolyline.h +++ b/NumLib/Function/LinearInterpolationAlongPolyline.h @@ -3,7 +3,7 @@ * \date 2014-03-18 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/LinearInterpolationOnSurface.cpp b/NumLib/Function/LinearInterpolationOnSurface.cpp index 254d4e521f191e78921b467e749f77511a565070..64b47d1bf7dbb5df244fb96e66cb3b73d49cdb8d 100644 --- a/NumLib/Function/LinearInterpolationOnSurface.cpp +++ b/NumLib/Function/LinearInterpolationOnSurface.cpp @@ -3,7 +3,7 @@ * \date 2014-03-18 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/LinearInterpolationOnSurface.h b/NumLib/Function/LinearInterpolationOnSurface.h index b77ca7c7bed081000b9e7b4c4ea55a24e568e867..773bfb49fd04107fa6ced61303f6542c313130c6 100644 --- a/NumLib/Function/LinearInterpolationOnSurface.h +++ b/NumLib/Function/LinearInterpolationOnSurface.h @@ -3,7 +3,7 @@ * \date 2014-03-18 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/SpatialFunctionLinear.h b/NumLib/Function/SpatialFunctionLinear.h index 116f70c1f59132d6c0ceaf48d839a177e9f6151d..041802250d37dd055fb7f09474aa791a9e8139fb 100644 --- a/NumLib/Function/SpatialFunctionLinear.h +++ b/NumLib/Function/SpatialFunctionLinear.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/Function/TemplateSpatialFunction.h b/NumLib/Function/TemplateSpatialFunction.h index 8dff6611cfc55729a2c18b70bba19c76b306cbef..3629774631ebe65534f497c8fbe74f55b49f7c30 100644 --- a/NumLib/Function/TemplateSpatialFunction.h +++ b/NumLib/Function/TemplateSpatialFunction.h @@ -3,7 +3,7 @@ * \date 2013-08-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp b/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp index 6e31f4e96087ea0cf4c50ab8e7a5111b8c37cfb4..a9be31c2b58d5abbd358910328280608de28a428 100644 --- a/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/FixedTimeStepping.cpp @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/FixedTimeStepping.h b/NumLib/TimeStepping/Algorithms/FixedTimeStepping.h index 1f9d8463d8dc0d9c0903bf97ad5b20bc26b286f7..c54ec87ce837f910ac8ea2ccdcbd725ae1f33e39 100644 --- a/NumLib/TimeStepping/Algorithms/FixedTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/FixedTimeStepping.h @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/ITimeStepAlgorithm.h b/NumLib/TimeStepping/Algorithms/ITimeStepAlgorithm.h index 069e4cea907bef51857328e0125e8f1257c2b4d7..37304565bf41b5c37babadea930e0b4e473078b2 100644 --- a/NumLib/TimeStepping/Algorithms/ITimeStepAlgorithm.h +++ b/NumLib/TimeStepping/Algorithms/ITimeStepAlgorithm.h @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/IterationNumberBasedAdaptiveTimeStepping.cpp b/NumLib/TimeStepping/Algorithms/IterationNumberBasedAdaptiveTimeStepping.cpp index 6bc7fdfa244095a4939eff3fffdb706c7466afdb..a2f35909d46b92f617646978f082d52bf26415f5 100644 --- a/NumLib/TimeStepping/Algorithms/IterationNumberBasedAdaptiveTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/IterationNumberBasedAdaptiveTimeStepping.cpp @@ -3,7 +3,7 @@ * \date 2013-08-07 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/Algorithms/IterationNumberBasedAdaptiveTimeStepping.h b/NumLib/TimeStepping/Algorithms/IterationNumberBasedAdaptiveTimeStepping.h index ccf82d923a196eab84af82c38fa9eecdd385348d..9d394f5a98e678f138110f12dcb578aa15fc857f 100644 --- a/NumLib/TimeStepping/Algorithms/IterationNumberBasedAdaptiveTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/IterationNumberBasedAdaptiveTimeStepping.h @@ -3,7 +3,7 @@ * \date 2013-08-07 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/NumLib/TimeStepping/TimeStep.h b/NumLib/TimeStepping/TimeStep.h index d03b0b49b438c4970d2dd8c35b9732199e936370..079afc8fa79694bdf184caba5031d9723fd6b66c 100644 --- a/NumLib/TimeStepping/TimeStep.h +++ b/NumLib/TimeStepping/TimeStep.h @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/GroundwaterFlowFEM.h b/ProcessLib/GroundwaterFlowFEM.h index ebc0049ab0889644d1545c09e8e308d79be73f15..b2cca22b1a84a39212c615df0f07239d3ef7f88b 100644 --- a/ProcessLib/GroundwaterFlowFEM.h +++ b/ProcessLib/GroundwaterFlowFEM.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/GroundwaterFlowProcess-fwd.h b/ProcessLib/GroundwaterFlowProcess-fwd.h index 9c7ece8684c09b98c805f46909825ab190761dec..7f147f4954227ced243359e01c8b400f3c8cdfdb 100644 --- a/ProcessLib/GroundwaterFlowProcess-fwd.h +++ b/ProcessLib/GroundwaterFlowProcess-fwd.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/GroundwaterFlowProcess.cpp b/ProcessLib/GroundwaterFlowProcess.cpp index 99a6c6a7604f0a26fe75bdaefc1585ce6850022f..46df0f284b768855a8e1bdd3c7ffa5f89ec8e095 100644 --- a/ProcessLib/GroundwaterFlowProcess.cpp +++ b/ProcessLib/GroundwaterFlowProcess.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/GroundwaterFlowProcess.h b/ProcessLib/GroundwaterFlowProcess.h index 5a56cf2b80851538d11d755338115c8dde26ab1d..097b85c1d1727df527ce4ddda3a18fc964cb9b06 100644 --- a/ProcessLib/GroundwaterFlowProcess.h +++ b/ProcessLib/GroundwaterFlowProcess.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/InitialCondition.cpp b/ProcessLib/InitialCondition.cpp index ff0789664f198d420a759bc8897da15235e9c60e..a8d262fe7e74621011d4349879482f7c6f18f142 100644 --- a/ProcessLib/InitialCondition.cpp +++ b/ProcessLib/InitialCondition.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/InitialCondition.h b/ProcessLib/InitialCondition.h index b8a6831cdf80f6ff40ae5fdf01cf58300ad4348e..2542d4aaaa81c4a3ee939f4fe77895b67090d7aa 100644 --- a/ProcessLib/InitialCondition.h +++ b/ProcessLib/InitialCondition.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/NeumannBc.h b/ProcessLib/NeumannBc.h index 3c16735e8019ac3c2f0ad78077ca45173a99b2c3..e8430f5f90c7e3f05463069b44e6551cebc0366d 100644 --- a/ProcessLib/NeumannBc.h +++ b/ProcessLib/NeumannBc.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/NeumannBcAssembler.h b/ProcessLib/NeumannBcAssembler.h index 6557d860c827eea8ff590890738d1eb273c895d2..e4fd38aa35410dc821e3c97d0d000700785cc208 100644 --- a/ProcessLib/NeumannBcAssembler.h +++ b/ProcessLib/NeumannBcAssembler.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/NeumannBcConfig.h b/ProcessLib/NeumannBcConfig.h index e65d2d972258aa1d3fc310ac5f2cec3209750fe8..2b85e000ed20c990e4e05a6d98f570ec184fa95c 100644 --- a/ProcessLib/NeumannBcConfig.h +++ b/ProcessLib/NeumannBcConfig.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/NumericsConfig.h b/ProcessLib/NumericsConfig.h index 9d14e98aa1b609b58bfa2496182a0ebc930c9393..272b5ae4dc4332b7c3cd037690a8c11fcadb2db2 100644 --- a/ProcessLib/NumericsConfig.h +++ b/ProcessLib/NumericsConfig.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Parameter.cpp b/ProcessLib/Parameter.cpp index 3f724f6ba3d5c95c1f89effe24132cded8f58019..31ddcba76bb7059d17432e8f1ce15bd3aa1855c7 100644 --- a/ProcessLib/Parameter.cpp +++ b/ProcessLib/Parameter.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Parameter.h b/ProcessLib/Parameter.h index c95d8e167a3099c1377d257c4b93adae498c48f8..342eefae8ace19f50d7ede2bb018db4ed2cabd6d 100644 --- a/ProcessLib/Parameter.h +++ b/ProcessLib/Parameter.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/Process.h b/ProcessLib/Process.h index e96d46f74eeecc88bde7e4dd8551c72528547753..47a09b12737b3a57abe7e80919956382a8d6c971 100644 --- a/ProcessLib/Process.h +++ b/ProcessLib/Process.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ProcessVariable.cpp b/ProcessLib/ProcessVariable.cpp index 58b3a083f5e27f72b22c46cbafca69a74c81ffff..f35cc7f14288e4e2373bce857520551b9a5c5a3c 100644 --- a/ProcessLib/ProcessVariable.cpp +++ b/ProcessLib/ProcessVariable.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/ProcessVariable.h b/ProcessLib/ProcessVariable.h index 957cdc45f6d771aef0fe41da70145bd8677affba..4fc1505e603c091e303023efd7e9ca5a93e48598 100644 --- a/ProcessLib/ProcessVariable.h +++ b/ProcessLib/ProcessVariable.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/ProcessLib/UniformDirichletBoundaryCondition.h b/ProcessLib/UniformDirichletBoundaryCondition.h index 2275e49d4f97162f54546bb6aa50cd6e578031de..54bc3501f587488b575d672d4ba2e69c3f50a9be 100644 --- a/ProcessLib/UniformDirichletBoundaryCondition.h +++ b/ProcessLib/UniformDirichletBoundaryCondition.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/SimpleTests/MatrixTests/DenseGaussEliminationChecker.cpp b/SimpleTests/MatrixTests/DenseGaussEliminationChecker.cpp index 418b1781c5d4346991953eb9808c8f611f5e9960..a3a618b0bc2d9d4439cb4233bed0bd167156891d 100644 --- a/SimpleTests/MatrixTests/DenseGaussEliminationChecker.cpp +++ b/SimpleTests/MatrixTests/DenseGaussEliminationChecker.cpp @@ -3,7 +3,7 @@ * \brief Implementation of tests. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/SimpleTests/MatrixTests/MatMult.cpp b/SimpleTests/MatrixTests/MatMult.cpp index 6017bf6cbad5a2c89ea57b0636ae0cad9ac1a620..e1a687f579409f34103dfd7c8766a4ed452ac572 100644 --- a/SimpleTests/MatrixTests/MatMult.cpp +++ b/SimpleTests/MatrixTests/MatMult.cpp @@ -5,7 +5,7 @@ * \brief Implementation of tests. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp b/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp index 70be3b72d6ee6a8daa1c89c83cec6e55237e90a3..803dc2aeb1487beee5a14a9b8cb40e727fbb73a8 100644 --- a/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp +++ b/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp @@ -5,7 +5,7 @@ * \brief Test for removing entries in matrices. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp index 7e7b82e7ab3d041c26a856eab5728464495fe827..d3f4cc78538a68242582f6a1353e48d49cb6406d 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp @@ -5,7 +5,7 @@ * \brief Implementation of tests. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp index 89d0a796d53fae81a519504431e65de3436cae37..f15d46c4c0fdb694d1c0f70c211d91da2e304d7f 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp @@ -5,7 +5,7 @@ * \brief Implementation of tests. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/SimpleTests/MatrixTests/MatVecMultPthreads.cpp b/SimpleTests/MatrixTests/MatVecMultPthreads.cpp index 60a54cb79de38d9b986dfae43dca51bc1376e919..050b7941a12800cfb2ff48193119fc47cc27bc0c 100644 --- a/SimpleTests/MatrixTests/MatVecMultPthreads.cpp +++ b/SimpleTests/MatrixTests/MatVecMultPthreads.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/SimpleTests/MeshTests/MPI/NodePartitionedMeshTester.cpp b/SimpleTests/MeshTests/MPI/NodePartitionedMeshTester.cpp index ff84d13a5cb05156ca8d9cad4dda804082bce795..911482af4b74a4cdf501ace8f3c7063e4ab7fd1f 100644 --- a/SimpleTests/MeshTests/MPI/NodePartitionedMeshTester.cpp +++ b/SimpleTests/MeshTests/MPI/NodePartitionedMeshTester.cpp @@ -5,7 +5,7 @@ \brief Test class readNodePartitionedMesh to read node-wise partitioned mesh with MPI functions. \copyright - Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license diff --git a/SimpleTests/MeshTests/MeshRead.cpp b/SimpleTests/MeshTests/MeshRead.cpp index 3cf1017946a9108417797d28af863dbacd5242f6..018e0fbdabae68ca883d37387da9f92440c884f6 100644 --- a/SimpleTests/MeshTests/MeshRead.cpp +++ b/SimpleTests/MeshTests/MeshRead.cpp @@ -5,7 +5,7 @@ * \brief Test for reading meshes. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/SimpleTests/MeshTests/MeshSearchTest.cpp b/SimpleTests/MeshTests/MeshSearchTest.cpp index 1fc453f9e7a6f6b8bac48477006b28cfabaa5aaf..d59f661e3bdc04472cdced742de4db11637f71f7 100644 --- a/SimpleTests/MeshTests/MeshSearchTest.cpp +++ b/SimpleTests/MeshTests/MeshSearchTest.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/SimpleTests/SolverTests/GMResDiagPrecond.cpp b/SimpleTests/SolverTests/GMResDiagPrecond.cpp index f7f2d029d73aa6c2bafcbf9a995663277c0e7e2b..e4f9296ab5b227dce9dc5a1c5ede3ffe17057063 100644 --- a/SimpleTests/SolverTests/GMResDiagPrecond.cpp +++ b/SimpleTests/SolverTests/GMResDiagPrecond.cpp @@ -5,7 +5,7 @@ * \brief Test for GMRes preconditioner. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/ApplicationsLib/TestProjectData.cpp b/Tests/ApplicationsLib/TestProjectData.cpp index de72b3ff798420c795250efd0a9da87205d93c51..04228b096866b4e5584b7a13f049db67a0fae786 100644 --- a/Tests/ApplicationsLib/TestProjectData.cpp +++ b/Tests/ApplicationsLib/TestProjectData.cpp @@ -3,7 +3,7 @@ * \date 2015-07-13 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/AssemblerLib/LocalToGlobalIndexMap.cpp b/Tests/AssemblerLib/LocalToGlobalIndexMap.cpp index ad750a55168708f93b5682e25e38ef07c6e61260..eec5a361d5e8ea697402d33e6441461acbfe122e 100644 --- a/Tests/AssemblerLib/LocalToGlobalIndexMap.cpp +++ b/Tests/AssemblerLib/LocalToGlobalIndexMap.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/AssemblerLib/LocalToGlobalIndexMapMultiComponent.cpp b/Tests/AssemblerLib/LocalToGlobalIndexMapMultiComponent.cpp index b9c087af88e8fd0dfe248ebf5a0bde183c234c31..1d9490816371069fa40c48c228609f0829217bfc 100644 --- a/Tests/AssemblerLib/LocalToGlobalIndexMapMultiComponent.cpp +++ b/Tests/AssemblerLib/LocalToGlobalIndexMapMultiComponent.cpp @@ -1,6 +1,6 @@ /* * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/AssemblerLib/SteadyDiffusion2DExample1.h b/Tests/AssemblerLib/SteadyDiffusion2DExample1.h index bb7e156f9e956ac38f431bf0ac51cce1c7c2e1dc..d49d2a13c430af24a55e8d1897c134cf0e4c7285 100644 --- a/Tests/AssemblerLib/SteadyDiffusion2DExample1.h +++ b/Tests/AssemblerLib/SteadyDiffusion2DExample1.h @@ -3,7 +3,7 @@ * \date 2013-04-18 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/AssemblerLib/TestMeshComponentMap.cpp b/Tests/AssemblerLib/TestMeshComponentMap.cpp index b017b27460d5304655af232c848fc7c4eafbd36a..e5f4506479784c34dd86c4eae3d8377e18b14eba 100644 --- a/Tests/AssemblerLib/TestMeshComponentMap.cpp +++ b/Tests/AssemblerLib/TestMeshComponentMap.cpp @@ -3,7 +3,7 @@ * \date 2013-04-16 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/AssemblerLib/TestSerialExecutor.cpp b/Tests/AssemblerLib/TestSerialExecutor.cpp index 0f01911fed05e9276a6d5da5eba5e62f17c91d9b..056ac2e2870ed5ea6782dae9bf95efced8c661d3 100644 --- a/Tests/AssemblerLib/TestSerialExecutor.cpp +++ b/Tests/AssemblerLib/TestSerialExecutor.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/AssemblerLib/TestSerialLinearSolver.cpp b/Tests/AssemblerLib/TestSerialLinearSolver.cpp index 9ec9344e6e5ae70074a1f6e8f420d7ddc11d3063..5318e9cc03996932ffa06fd809283d6b5d02f5ed 100644 --- a/Tests/AssemblerLib/TestSerialLinearSolver.cpp +++ b/Tests/AssemblerLib/TestSerialLinearSolver.cpp @@ -3,7 +3,7 @@ * \date 2013-04-18 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/AssemblerLib/TestVectorMatrixBuilder.cpp b/Tests/AssemblerLib/TestVectorMatrixBuilder.cpp index 82d3bce6afcc2fe9b1444658f1ab6152acf88020..0a6269d18e46e8f95e05400da228b13cf43b85d9 100644 --- a/Tests/AssemblerLib/TestVectorMatrixBuilder.cpp +++ b/Tests/AssemblerLib/TestVectorMatrixBuilder.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestConfigTree.cpp b/Tests/BaseLib/TestConfigTree.cpp index ffdf50ddf555b4b4be435a04641aa2ed0cb3f33a..250ac3e15dc5367aa04bfb30e86c720236653711 100644 --- a/Tests/BaseLib/TestConfigTree.cpp +++ b/Tests/BaseLib/TestConfigTree.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestFilePathStringManipulation.cpp b/Tests/BaseLib/TestFilePathStringManipulation.cpp index 413b9dabb96b4c4e2b997d6db1ff9715e1b45c94..fecceb7d962ef96aa9e3a8b55d0ce916d16cd606 100644 --- a/Tests/BaseLib/TestFilePathStringManipulation.cpp +++ b/Tests/BaseLib/TestFilePathStringManipulation.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestQuicksort.cpp b/Tests/BaseLib/TestQuicksort.cpp index b6996dc39e27a678e49f4820ad2997e4c70a4f47..5afa8255b26ca50e8f71c1a7439eb0308dbece4d 100644 --- a/Tests/BaseLib/TestQuicksort.cpp +++ b/Tests/BaseLib/TestQuicksort.cpp @@ -5,7 +5,7 @@ * \brief Testing the specialized version of quicksort. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestSwap.cpp b/Tests/BaseLib/TestSwap.cpp index 1528834a924c29c850d32846f7c73b37ac3ab166..2e9dda1849b86440858d670507679864a88ae189 100644 --- a/Tests/BaseLib/TestSwap.cpp +++ b/Tests/BaseLib/TestSwap.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/TestSystemTools.cpp b/Tests/BaseLib/TestSystemTools.cpp index 6c0389e5aae176d0ad6f148c9180f8b96bf4b772..9b161dbee53560bcf2833153f6fa1343690818e9 100644 --- a/Tests/BaseLib/TestSystemTools.cpp +++ b/Tests/BaseLib/TestSystemTools.cpp @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/BaseLib/excludeObjectCopy.cpp b/Tests/BaseLib/excludeObjectCopy.cpp index dccfd3db280e8053f9b9df51991a35f4f07f234e..ef8d58cf5d1e155da22ff18d62256305d6087d67 100644 --- a/Tests/BaseLib/excludeObjectCopy.cpp +++ b/Tests/BaseLib/excludeObjectCopy.cpp @@ -3,7 +3,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO/TestCsvReader.cpp b/Tests/FileIO/TestCsvReader.cpp index 9c6c1a7e4ffef59c33af20b1599ad09907cc50cc..01572744eee46eccc20fd58c7cea0128e95d6fa1 100644 --- a/Tests/FileIO/TestCsvReader.cpp +++ b/Tests/FileIO/TestCsvReader.cpp @@ -4,7 +4,7 @@ * \date 2015-04-09 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO/TestGLIReader.cpp b/Tests/FileIO/TestGLIReader.cpp index b233f84f352de3430c3159c1695e0217532bdf30..465e9278426ca9f280691f77b694f7194c9ab39d 100644 --- a/Tests/FileIO/TestGLIReader.cpp +++ b/Tests/FileIO/TestGLIReader.cpp @@ -2,7 +2,7 @@ * \date 2014-10-14 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/FileIO/TestXmlGmlReader.cpp b/Tests/FileIO/TestXmlGmlReader.cpp index d2c38c389574e2afb79c8895db734c9a64fd19d9..f33031f7c0e195b8f2f14abd2c06655baa546855 100644 --- a/Tests/FileIO/TestXmlGmlReader.cpp +++ b/Tests/FileIO/TestXmlGmlReader.cpp @@ -4,7 +4,7 @@ * \date 2013-03-20 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestAABB.cpp b/Tests/GeoLib/TestAABB.cpp index d851f228da5ec7b875ce9590eab4216d5ceb0702..ab80aa0810f0a603019ef589878ab7fa63519450 100644 --- a/Tests/GeoLib/TestAABB.cpp +++ b/Tests/GeoLib/TestAABB.cpp @@ -5,7 +5,7 @@ * \brief Tests of AABB class. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestBoundingSphere.cpp b/Tests/GeoLib/TestBoundingSphere.cpp index 8a0b4bda1f8b693294427996eb57f0ea0d019673..1f18005767ed28e4b07cfd5e89919417cfa0bcdc 100644 --- a/Tests/GeoLib/TestBoundingSphere.cpp +++ b/Tests/GeoLib/TestBoundingSphere.cpp @@ -4,7 +4,7 @@ * \date 2014-08-29 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp b/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp index 990151958e26e6fd02688b8b0b081a78f327581d..4c7a7761f6af45a95ade9b40b66826a96370b260 100644 --- a/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp +++ b/Tests/GeoLib/TestComputeAndInsertAllIntersectionPoints.cpp @@ -3,7 +3,7 @@ * @date 2014-05-09 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestComputeRotationMatrix.cpp b/Tests/GeoLib/TestComputeRotationMatrix.cpp index 33eb13849e3d96b3372c52acf4d0591c4f5b3f5a..65a041453d4f7796e2fa16b2ff99386045791df6 100644 --- a/Tests/GeoLib/TestComputeRotationMatrix.cpp +++ b/Tests/GeoLib/TestComputeRotationMatrix.cpp @@ -3,7 +3,7 @@ * @date 2015-04-23 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestDividedByPlane.cpp b/Tests/GeoLib/TestDividedByPlane.cpp index 971ba30640122cbc13e5ef1f9d27439783a6a1ab..9af5f53def1a34fa012e7f557cc83821be6ae696 100644 --- a/Tests/GeoLib/TestDividedByPlane.cpp +++ b/Tests/GeoLib/TestDividedByPlane.cpp @@ -4,7 +4,7 @@ * \date 2014-02-26 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestGEOObjectsMerge.cpp b/Tests/GeoLib/TestGEOObjectsMerge.cpp index 48a51bec5126c02920aa1ba76c4e64c5877f211f..1af5d39f5fe77d306b09372a6695f22aa94140d7 100644 --- a/Tests/GeoLib/TestGEOObjectsMerge.cpp +++ b/Tests/GeoLib/TestGEOObjectsMerge.cpp @@ -5,7 +5,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/GeoLib/TestGrid.cpp b/Tests/GeoLib/TestGrid.cpp index b22bcffd49888ede147a8f13f877fbd01d2b7985..e78fd31d03dc19a51945f962d39af4cea701767a 100644 --- a/Tests/GeoLib/TestGrid.cpp +++ b/Tests/GeoLib/TestGrid.cpp @@ -5,7 +5,7 @@ * @brief Tests for class GeoLib::Grid. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/GeoLib/TestIsPointInTriangle.cpp b/Tests/GeoLib/TestIsPointInTriangle.cpp index 811851358b3e4ef3b0a6abdb45b36462b5e915f9..7af161876bc32b81c8e730b310aecf21f3a050e2 100644 --- a/Tests/GeoLib/TestIsPointInTriangle.cpp +++ b/Tests/GeoLib/TestIsPointInTriangle.cpp @@ -3,7 +3,7 @@ * @date 2014-05-27 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestLineSegmentIntersect.cpp b/Tests/GeoLib/TestLineSegmentIntersect.cpp index 113b07d57ebcd740241198a3b579af43fad190f8..583b72ba4907195d7b84e35b656d431d5511c56f 100644 --- a/Tests/GeoLib/TestLineSegmentIntersect.cpp +++ b/Tests/GeoLib/TestLineSegmentIntersect.cpp @@ -3,7 +3,7 @@ * @date Dec 2, 2013 * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/GeoLib/TestOctTree.cpp b/Tests/GeoLib/TestOctTree.cpp index b8f06ac0289c7065918fcf58a8f128a973b3a743..9f69ad2354ca874e7be68a7a3496accd6ab1c7e9 100644 --- a/Tests/GeoLib/TestOctTree.cpp +++ b/Tests/GeoLib/TestOctTree.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/GeoLib/TestParallel.cpp b/Tests/GeoLib/TestParallel.cpp index 24441d828c9cae7d526d6bed2a97443ee9abb02b..d51566b97a7e3c030ca91b374e39413ee19ed01a 100644 --- a/Tests/GeoLib/TestParallel.cpp +++ b/Tests/GeoLib/TestParallel.cpp @@ -3,7 +3,7 @@ * @date Feb 26, 2014 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestPointVec.cpp b/Tests/GeoLib/TestPointVec.cpp index 9c510e0557454d0755b80c0e68dec844f96e247b..54d31a4995df3f1a8ae3ebff2808ce6f96163d26 100644 --- a/Tests/GeoLib/TestPointVec.cpp +++ b/Tests/GeoLib/TestPointVec.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/GeoLib/TestPointsOnAPlane.cpp b/Tests/GeoLib/TestPointsOnAPlane.cpp index 6b122a61eb0e6b6b028f4f0e6c647e6cc23c3a97..8153ac662a9946f0e580ffcbc731a91c016fc52b 100644 --- a/Tests/GeoLib/TestPointsOnAPlane.cpp +++ b/Tests/GeoLib/TestPointsOnAPlane.cpp @@ -4,7 +4,7 @@ * \date 2014-02-26 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestPolygon.cpp b/Tests/GeoLib/TestPolygon.cpp index f3c564eafbb6a56767cbfc3a932185836190f51c..a16eac84ade9cefa81fe61b384b0cc8004d5ba7d 100644 --- a/Tests/GeoLib/TestPolygon.cpp +++ b/Tests/GeoLib/TestPolygon.cpp @@ -5,7 +5,7 @@ * @brief Test functionality of class Polygon. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/GeoLib/TestPolyline.cpp b/Tests/GeoLib/TestPolyline.cpp index 8c9dcb0f04538ec703059f857b166860bccf70b6..52e1daa1a7a8640f34c0eae1878caed6de8a131c 100644 --- a/Tests/GeoLib/TestPolyline.cpp +++ b/Tests/GeoLib/TestPolyline.cpp @@ -4,7 +4,7 @@ * @date Jan 7, 2013 * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/GeoLib/TestSimplePolygonTree.cpp b/Tests/GeoLib/TestSimplePolygonTree.cpp index 01db46d65eab7772323284f9454e38659f9d53a5..3b05ad8dd36fabbd8b6d00ca46ba4f795c8e0bff 100644 --- a/Tests/GeoLib/TestSimplePolygonTree.cpp +++ b/Tests/GeoLib/TestSimplePolygonTree.cpp @@ -5,7 +5,7 @@ * @brief Test functionality of class SimplePolygonTree. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp b/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp index fa0867d816d8afaefbf7ad4b09ca3ceae86facda..fd49d4cc98104fa10665591ae1467582f70e11e0 100644 --- a/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp +++ b/Tests/GeoLib/TestSurfaceIsPointInSurface.cpp @@ -2,7 +2,7 @@ * @brief Tests for GeoLib::Surface::isPntInSfc() * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/InSituLib/TestVtkMappedMeshSource.cpp b/Tests/InSituLib/TestVtkMappedMeshSource.cpp index 86a6be26d0b581ec0d11ead2d6af7e00880869e6..d5c26b1085a263c320ed801d4b43cc78bf096d7e 100644 --- a/Tests/InSituLib/TestVtkMappedMeshSource.cpp +++ b/Tests/InSituLib/TestVtkMappedMeshSource.cpp @@ -5,7 +5,7 @@ * \brief Unit tests for In-Situ mesh source * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/InSituLib/TestVtkMappedPropertyVector.cpp b/Tests/InSituLib/TestVtkMappedPropertyVector.cpp index 6354204acd4f333b948c5e0a4d12e6782e644adc..0b0f4f876a05d994d92fc212165a114cf810012c 100644 --- a/Tests/InSituLib/TestVtkMappedPropertyVector.cpp +++ b/Tests/InSituLib/TestVtkMappedPropertyVector.cpp @@ -5,7 +5,7 @@ * \brief Unit tests for In-Situ data arrays * * \copyright -* Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) +* Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/InSituLib/TestVtkMeshNodalCoordinatesTemplate.cpp b/Tests/InSituLib/TestVtkMeshNodalCoordinatesTemplate.cpp index 08530ec4ad3de45d9c2866ebd7f8df47bcd3e17d..59d5fb746bbf681c3bdfc27a54542459186f5c31 100644 --- a/Tests/InSituLib/TestVtkMeshNodalCoordinatesTemplate.cpp +++ b/Tests/InSituLib/TestVtkMeshNodalCoordinatesTemplate.cpp @@ -5,7 +5,7 @@ * \brief Unit tests for In-Situ mesh nodes * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/AutoCheckTools.h b/Tests/MathLib/AutoCheckTools.h index ddef5115977bcc3b3e49bad937bfdf5d74602e71..e27e389b9726d552e12c28ca44eb545c3c1cb00e 100644 --- a/Tests/MathLib/AutoCheckTools.h +++ b/Tests/MathLib/AutoCheckTools.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MathLib/TestDenseGaussAlgorithm.cpp b/Tests/MathLib/TestDenseGaussAlgorithm.cpp index ad826c2db3fb49ad1c672d6740c6480d4a1da863..609b54887eab543f84630b06ced6d3a131c93524 100644 --- a/Tests/MathLib/TestDenseGaussAlgorithm.cpp +++ b/Tests/MathLib/TestDenseGaussAlgorithm.cpp @@ -5,7 +5,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MathLib/TestDenseMatrix.cpp b/Tests/MathLib/TestDenseMatrix.cpp index 41ad1fe1df845816808f7d489698c3d164fe420c..2cc2a1170035e28bf1112ea27eb26a869d9250d5 100644 --- a/Tests/MathLib/TestDenseMatrix.cpp +++ b/Tests/MathLib/TestDenseMatrix.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestEigenCSR.cpp b/Tests/MathLib/TestEigenCSR.cpp index b61a25b319efe421bae861739b985c713de520df..6871585c5d7631619ff8dbb03060b0447486e3c1 100644 --- a/Tests/MathLib/TestEigenCSR.cpp +++ b/Tests/MathLib/TestEigenCSR.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestGlobalDenseMatrix.cpp b/Tests/MathLib/TestGlobalDenseMatrix.cpp index 90d3139f52ff0205acdde09eea5190104cf30daa..f27157daca82a5f3e709f4bb3bcfc40a61fd8802 100644 --- a/Tests/MathLib/TestGlobalDenseMatrix.cpp +++ b/Tests/MathLib/TestGlobalDenseMatrix.cpp @@ -5,7 +5,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MathLib/TestGlobalMatrixInterface.cpp b/Tests/MathLib/TestGlobalMatrixInterface.cpp index a1741f33a10643da6495a42e35b4aed3a99bd89c..e211df26547ed764dd5882ff75c54c9a9ca507f0 100644 --- a/Tests/MathLib/TestGlobalMatrixInterface.cpp +++ b/Tests/MathLib/TestGlobalMatrixInterface.cpp @@ -6,7 +6,7 @@ * \brief Interface tests of global matrix classes * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestGlobalVectorInterface.cpp b/Tests/MathLib/TestGlobalVectorInterface.cpp index 59473457786b2cb79891e9b4169bebfd26e6c61c..b0e4bfaa6d5dd64958a430ecfbcc1383a3273fe0 100644 --- a/Tests/MathLib/TestGlobalVectorInterface.cpp +++ b/Tests/MathLib/TestGlobalVectorInterface.cpp @@ -6,7 +6,7 @@ * \brief Interface tests of global vector classes * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestIntegration.cpp b/Tests/MathLib/TestIntegration.cpp index 9bf84def529635abb0c7981febd15549ed7911ab..f4bc9dd331d513a3c1f2395d781f38ed02dd7d74 100644 --- a/Tests/MathLib/TestIntegration.cpp +++ b/Tests/MathLib/TestIntegration.cpp @@ -3,7 +3,7 @@ * \date 2013-08-29 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MathLib/TestLinearSolver.cpp b/Tests/MathLib/TestLinearSolver.cpp index 20747918815d53682b0b93ca28457c6223bed95e..55e68d9b82d84f4979b2907432c5c2cc07cca5a9 100644 --- a/Tests/MathLib/TestLinearSolver.cpp +++ b/Tests/MathLib/TestLinearSolver.cpp @@ -6,7 +6,7 @@ * \brief Implementation tests. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestLocalMatrixFunctions.cpp b/Tests/MathLib/TestLocalMatrixFunctions.cpp index c08ca754ecc9a3f77c5eef00623ee56ebebabdfe..1281babcbc0f9d55c540bfaef0a9f6175667749c 100644 --- a/Tests/MathLib/TestLocalMatrixFunctions.cpp +++ b/Tests/MathLib/TestLocalMatrixFunctions.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MathLib/TestMatrixAssemblyTemplate.cpp b/Tests/MathLib/TestMatrixAssemblyTemplate.cpp index d9f9043fdf54a07343b2a45f69a11ae130e8957a..884aa0ff82189b64254ed0fa377cc9f4aefa833b 100644 --- a/Tests/MathLib/TestMatrixAssemblyTemplate.cpp +++ b/Tests/MathLib/TestMatrixAssemblyTemplate.cpp @@ -5,7 +5,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MathLib/TestNonlinearNewton.cpp b/Tests/MathLib/TestNonlinearNewton.cpp index ff1449c75f25ea9d33d84e48f80969fe8c070dcd..1cb00f25e41a03d131eb77acb6958ac521e12d67 100644 --- a/Tests/MathLib/TestNonlinearNewton.cpp +++ b/Tests/MathLib/TestNonlinearNewton.cpp @@ -3,7 +3,7 @@ * \date 2012-06-25 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestNonlinearPicard.cpp b/Tests/MathLib/TestNonlinearPicard.cpp index 56face785cd4e1f1b11930368a475d673563bb95..d225bd26f5db923f4a832e820b483670e4960933 100644 --- a/Tests/MathLib/TestNonlinearPicard.cpp +++ b/Tests/MathLib/TestNonlinearPicard.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp b/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp index fcbe56a27c5ef9872d444d1b35c8b2f62e2438ef..e6fdbfc22f7c93fb578429f0def4d3b8444662d1 100644 --- a/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp +++ b/Tests/MathLib/TestPiecewiseLinearInterpolation.cpp @@ -5,7 +5,7 @@ * @brief * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MathLib/TestPoint3d.cpp b/Tests/MathLib/TestPoint3d.cpp index f80f4c7850a35fc66f70bb092199a9cb6f9fd9a6..2a2b3897abdc47faf898e49ea2bffcbe729458ae 100644 --- a/Tests/MathLib/TestPoint3d.cpp +++ b/Tests/MathLib/TestPoint3d.cpp @@ -4,7 +4,7 @@ * @date Nov 8, 2012 * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MathLib/TestPoint3dWithID.cpp b/Tests/MathLib/TestPoint3dWithID.cpp index 9ab1387ea4bc5ef95a79d8b954b9c1e24e9bfedd..4c755da5c0a5c1c5faab881f2d055113168ea861 100644 --- a/Tests/MathLib/TestPoint3dWithID.cpp +++ b/Tests/MathLib/TestPoint3dWithID.cpp @@ -3,7 +3,7 @@ * @date 2015-05-21 * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MathLib/TestTemplatePoint.cpp b/Tests/MathLib/TestTemplatePoint.cpp index 956f68f046866b2d0a7c5122ae8ab19ba4304abf..067d9a128ba47f071304e1280b99ef8f15f1db4a 100644 --- a/Tests/MathLib/TestTemplatePoint.cpp +++ b/Tests/MathLib/TestTemplatePoint.cpp @@ -3,7 +3,7 @@ * @date Mar 13, 2014 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestVector3.cpp b/Tests/MathLib/TestVector3.cpp index 5219ddbe14045b306aa6d208034b4c28e7b244df..12e209764a81d4da1dfe5a288f7dd6ba4ad973df 100644 --- a/Tests/MathLib/TestVector3.cpp +++ b/Tests/MathLib/TestVector3.cpp @@ -3,7 +3,7 @@ * @date Feb 28, 2014 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MathLib/TestWeightedPoint.cpp b/Tests/MathLib/TestWeightedPoint.cpp index fe7d3e51561c97acced9431ce124639f0da966ed..5159227b78b067c2770964569aae369debd74d30 100644 --- a/Tests/MathLib/TestWeightedPoint.cpp +++ b/Tests/MathLib/TestWeightedPoint.cpp @@ -2,7 +2,7 @@ * @file TestWeightedPoint.cpp * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/MeshProperties.cpp b/Tests/MeshLib/MeshProperties.cpp index 5cd17c50ea7e6b0932c7848eb004f830e5cca327..3500626eb5b4fb63331195c91279f1f0a333e3ec 100644 --- a/Tests/MeshLib/MeshProperties.cpp +++ b/Tests/MeshLib/MeshProperties.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/MeshSubsets.cpp b/Tests/MeshLib/MeshSubsets.cpp index fa25854940bf59b57a1bb6b306c1c3fbfefba863..526f1093ab9c77a26241c2a0821f6678e4584c1e 100644 --- a/Tests/MeshLib/MeshSubsets.cpp +++ b/Tests/MeshLib/MeshSubsets.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestBoundaryElementSearch.cpp b/Tests/MeshLib/TestBoundaryElementSearch.cpp index 3ba1742e7f587c14b7919475d221084edd416fd7..e42fe9ff0e6f7b2117209994132cae219eb08df5 100644 --- a/Tests/MeshLib/TestBoundaryElementSearch.cpp +++ b/Tests/MeshLib/TestBoundaryElementSearch.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestCoordinatesMappingLocal.cpp b/Tests/MeshLib/TestCoordinatesMappingLocal.cpp index 0633c33e10d59d863f61204edd38bb094c536115..8bc92b2c03a6fb78c63e894c237fa4cc3773dacd 100644 --- a/Tests/MeshLib/TestCoordinatesMappingLocal.cpp +++ b/Tests/MeshLib/TestCoordinatesMappingLocal.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestDuplicate.cpp b/Tests/MeshLib/TestDuplicate.cpp index 5e1fdf75ab51a286d2d7d2fecfb29809046fcfaa..f837fb5bd52b8ad574c7df17fd1b8d1d9c4d9bda 100644 --- a/Tests/MeshLib/TestDuplicate.cpp +++ b/Tests/MeshLib/TestDuplicate.cpp @@ -5,7 +5,7 @@ * @brief Tests for Duplicate functions * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestElementConstants.cpp b/Tests/MeshLib/TestElementConstants.cpp index 207e6ec6a3abcc60ae360c7450ddd9919ef3c174..e5eb124c90c3bc1b44f086cce3f2b13d5744f847 100644 --- a/Tests/MeshLib/TestElementConstants.cpp +++ b/Tests/MeshLib/TestElementConstants.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestElementStatus.cpp b/Tests/MeshLib/TestElementStatus.cpp index 5987ec55b00c625f45e34127d9322a082efb3e6f..35fa365a80a8587c043cf0f10488436a4581eb1a 100644 --- a/Tests/MeshLib/TestElementStatus.cpp +++ b/Tests/MeshLib/TestElementStatus.cpp @@ -5,7 +5,7 @@ * @brief Tests for ElementStatus class * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestLineMesh.cpp b/Tests/MeshLib/TestLineMesh.cpp index 4de084ed21d6f4e512f47d7f6aa4f173def65911..ffc6cdb9cedf291708dc93871e43c2525ed5e4af 100644 --- a/Tests/MeshLib/TestLineMesh.cpp +++ b/Tests/MeshLib/TestLineMesh.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestMeshGenerator.cpp b/Tests/MeshLib/TestMeshGenerator.cpp index 2ec15a4f26b67406084adca2c05bdb2be2079870..a0ad397e36a51383440fbeb6dc71ffb53b540040 100644 --- a/Tests/MeshLib/TestMeshGenerator.cpp +++ b/Tests/MeshLib/TestMeshGenerator.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestMeshNodeSearch.cpp b/Tests/MeshLib/TestMeshNodeSearch.cpp index 36a043b1eebcc3245fb864290d48f01b135439d5..cb6e0cd2f4780bf3e58d9a8611f5fa3382233408 100644 --- a/Tests/MeshLib/TestMeshNodeSearch.cpp +++ b/Tests/MeshLib/TestMeshNodeSearch.cpp @@ -5,7 +5,7 @@ * @brief Test the implementation of class MeshNodeSearch. * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestMeshRevision.cpp b/Tests/MeshLib/TestMeshRevision.cpp index c78fde549d95b2510b7e3d9536c77b4aa8130351..c5c906d8c0ebf7efe6bbca52fef2229710fae60e 100644 --- a/Tests/MeshLib/TestMeshRevision.cpp +++ b/Tests/MeshLib/TestMeshRevision.cpp @@ -5,7 +5,7 @@ * @brief Tests for MeshRevision class * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestMeshValidation.cpp b/Tests/MeshLib/TestMeshValidation.cpp index 6eae19fa6ac41efc00e81f74262e22ed46480b7b..df487cb36391998ccadd3bed5c80dcbfa082c9ca 100644 --- a/Tests/MeshLib/TestMeshValidation.cpp +++ b/Tests/MeshLib/TestMeshValidation.cpp @@ -5,7 +5,7 @@ * @brief Tests for MeshRevision class * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestMoveMeshNodes.cpp b/Tests/MeshLib/TestMoveMeshNodes.cpp index 79d3575efce4385f29321c41082bd8f8b177fd36..eacbae3dccc39a55c307dbda84310f36fbf825f1 100644 --- a/Tests/MeshLib/TestMoveMeshNodes.cpp +++ b/Tests/MeshLib/TestMoveMeshNodes.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestNodeAdjacencyTable.cpp b/Tests/MeshLib/TestNodeAdjacencyTable.cpp index bc124136dbbdba9c961ee80c0a0f8d91553e7dfc..99e11ea32d599a8aae2eb19c92c2e18912ad0d35 100644 --- a/Tests/MeshLib/TestNodeAdjacencyTable.cpp +++ b/Tests/MeshLib/TestNodeAdjacencyTable.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/MeshLib/TestNodeSearch.cpp b/Tests/MeshLib/TestNodeSearch.cpp index 05a1227b4d7538428ba84eafe9e9a7899a9bc6d7..5b0e4b1e3f4bb710ee27b05e754841ac5095d5d0 100644 --- a/Tests/MeshLib/TestNodeSearch.cpp +++ b/Tests/MeshLib/TestNodeSearch.cpp @@ -1,6 +1,6 @@ /** * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestPntInElement.cpp b/Tests/MeshLib/TestPntInElement.cpp index 0a1292a6d7dd643d174d58f1816937d4039e270d..d9d9dbaf3ac965672efc8ef9d8c0561f8d6f3ac8 100644 --- a/Tests/MeshLib/TestPntInElement.cpp +++ b/Tests/MeshLib/TestPntInElement.cpp @@ -5,7 +5,7 @@ * @brief Tests for check if a point is located inside an element * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestProjectMeshOnPlane.cpp b/Tests/MeshLib/TestProjectMeshOnPlane.cpp index f132649ec772d27a6e78b8532d3324665c7e45a2..b72428d1a87d07ce5b4f195a0237f6c75ff33065 100644 --- a/Tests/MeshLib/TestProjectMeshOnPlane.cpp +++ b/Tests/MeshLib/TestProjectMeshOnPlane.cpp @@ -5,7 +5,7 @@ * @brief Tests for projectMeshOnPlane * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestQuadMesh.cpp b/Tests/MeshLib/TestQuadMesh.cpp index 1838a11e70652bc0e22575e41f5cc351b8070210..7d79e7d8581231a67b8bf7d7e2093508abeae3ed 100644 --- a/Tests/MeshLib/TestQuadMesh.cpp +++ b/Tests/MeshLib/TestQuadMesh.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestRemove.cpp b/Tests/MeshLib/TestRemove.cpp index 8659eda07ffdffeb36bfb61838e36e9fd105739b..b2513e060d8b99263226f6a7034c5cdd562836b5 100644 --- a/Tests/MeshLib/TestRemove.cpp +++ b/Tests/MeshLib/TestRemove.cpp @@ -5,7 +5,7 @@ * @brief Tests for Duplicate functions * * @copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestTriLineMesh.cpp b/Tests/MeshLib/TestTriLineMesh.cpp index 750a3f2eb3c95d84e8bffd60701f15a759f95a83..1f97f9dac243cf9803de8404572860d2d98fa83d 100644 --- a/Tests/MeshLib/TestTriLineMesh.cpp +++ b/Tests/MeshLib/TestTriLineMesh.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestUniqueMeshId.cpp b/Tests/MeshLib/TestUniqueMeshId.cpp index 4990535c389960024f0434c2ae6c85a8461247e9..4a55f9036a4b6e8f7d24f07157e8a49254ecde9b 100644 --- a/Tests/MeshLib/TestUniqueMeshId.cpp +++ b/Tests/MeshLib/TestUniqueMeshId.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/MeshLib/TestVtkMeshConverter.cpp b/Tests/MeshLib/TestVtkMeshConverter.cpp index 72127e59b1066ab6c8c9ec616295f0974849f866..94b5c1ac820e8dc60df52a052f5cd56ffb874f6d 100644 --- a/Tests/MeshLib/TestVtkMeshConverter.cpp +++ b/Tests/MeshLib/TestVtkMeshConverter.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h b/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h index 2b419941267d18c14d2c3ed62383f6caca6a2a7d..0d3a3ca46c4bbfe53dc4258aa9fdd62b6a4ae88d 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestHex8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h b/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h index 47b89d7988a5a759ea4fdbae4ace4fba7f1825ac..7bab64a80540b366af6b0b6ec195cba79f99b3e5 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestLine2.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h b/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h index bba42bcd28d6be838d8db34696bfa0796dbdfbf8..ab6e1192791b79fe8d385d104e7ea665af9238f3 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestQuad4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h b/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h index f57fa8c384b63937966a879f5cb225cb69e41889..33cb6a53beef4a48cd9c6f87fb217cc813384d90 100644 --- a/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h +++ b/Tests/NumLib/CoordinatesMappingTestData/TestTri3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/FeTestData/MatrixTools.h b/Tests/NumLib/FeTestData/MatrixTools.h index cf5f2a5db150c3aba32802e2a1e22efcccaf8ce4..71765c91feb76b95da215896ba561bb90cb063fe 100644 --- a/Tests/NumLib/FeTestData/MatrixTools.h +++ b/Tests/NumLib/FeTestData/MatrixTools.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeHEX8.h b/Tests/NumLib/FeTestData/TestFeHEX8.h index 012393244ad116a6767998763936fffd7cfbba0a..796e103dcc8f1005c420f123dcbeca0f1592ed77 100644 --- a/Tests/NumLib/FeTestData/TestFeHEX8.h +++ b/Tests/NumLib/FeTestData/TestFeHEX8.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeLINE2.h b/Tests/NumLib/FeTestData/TestFeLINE2.h index 1f9d807f7914299c793143d5e24225ee15ee99a2..9ba56d6e5c7b0ee60e5753f2e8abd81585f9576a 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE2.h +++ b/Tests/NumLib/FeTestData/TestFeLINE2.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeLINE2Y.h b/Tests/NumLib/FeTestData/TestFeLINE2Y.h index 056bda842e4894c78a3ec1d4bcdb55c18a029673..c3faf0ba4edb9b8921ceec7ac374a00e5e0f2d86 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE2Y.h +++ b/Tests/NumLib/FeTestData/TestFeLINE2Y.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeLINE3.h b/Tests/NumLib/FeTestData/TestFeLINE3.h index 61881ab97c6c3846d5762cbfadf24d92358bafb7..eb18cf3cfb072c53e7cd4cf6ec1bcc0d8aac4c66 100644 --- a/Tests/NumLib/FeTestData/TestFeLINE3.h +++ b/Tests/NumLib/FeTestData/TestFeLINE3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFePRISM6.h b/Tests/NumLib/FeTestData/TestFePRISM6.h index 4a0a1d61a3f0acb1e54b8543abe006f0f1aa6fde..8b28a8d793ea9fccef185a7ad6f9f8cd71608ff9 100644 --- a/Tests/NumLib/FeTestData/TestFePRISM6.h +++ b/Tests/NumLib/FeTestData/TestFePRISM6.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFePYRA5.h b/Tests/NumLib/FeTestData/TestFePYRA5.h index 01377587d8601e17b2ac2511f08b54f6a17d55ec..4bf38450e5673d6102ed339ccce9a26b15307c74 100644 --- a/Tests/NumLib/FeTestData/TestFePYRA5.h +++ b/Tests/NumLib/FeTestData/TestFePYRA5.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeQUAD4.h b/Tests/NumLib/FeTestData/TestFeQUAD4.h index 6372606ad895a45152593dd3d7ac88e160071194..8356a67a77d4f8e24dd10bd3ac3e98bc5615e14b 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD4.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeTET4.h b/Tests/NumLib/FeTestData/TestFeTET4.h index 63795bbcde3b65f8624db711d568ceae48d8277d..4ac584fa6a6a08f9fe1aac1f39d8ef49c0e894ce 100644 --- a/Tests/NumLib/FeTestData/TestFeTET4.h +++ b/Tests/NumLib/FeTestData/TestFeTET4.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/FeTestData/TestFeTRI3.h b/Tests/NumLib/FeTestData/TestFeTRI3.h index 3f4ef689a1e9a9352140b391031b8f7a5e0336cb..fd0569644a8b26910963c19e517e0a636ea98bf2 100644 --- a/Tests/NumLib/FeTestData/TestFeTRI3.h +++ b/Tests/NumLib/FeTestData/TestFeTRI3.h @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestCoordinatesMapping.cpp b/Tests/NumLib/TestCoordinatesMapping.cpp index 3ffda0fd496ccc1b68e712667e72fbb4bf298aad..8f5ee23fc01a3dddcc36798b406505b1a6cb376a 100644 --- a/Tests/NumLib/TestCoordinatesMapping.cpp +++ b/Tests/NumLib/TestCoordinatesMapping.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/TestDistribution.cpp b/Tests/NumLib/TestDistribution.cpp index 1f4b4b5525f9f043d40fea37ec8a078b94858d55..72030c01b0c6b9f93c9b5d3b23f7562563c74af6 100644 --- a/Tests/NumLib/TestDistribution.cpp +++ b/Tests/NumLib/TestDistribution.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestFe.cpp b/Tests/NumLib/TestFe.cpp index 8d5374952d5dd3b1433c1432f81bbd6b48de4a68..5f30a41325ab06fcad62f95ab7320968e10faf19 100644 --- a/Tests/NumLib/TestFe.cpp +++ b/Tests/NumLib/TestFe.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestFemIntegration.cpp b/Tests/NumLib/TestFemIntegration.cpp index 0752791b62334d5ed9a393c84180d3fea897bd60..82f2a92c711193ee7b9ace6de5dd56f1ce74ffd1 100644 --- a/Tests/NumLib/TestFemIntegration.cpp +++ b/Tests/NumLib/TestFemIntegration.cpp @@ -3,7 +3,7 @@ * \date 2013-08-29 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/TestFunctionInterpolation.cpp b/Tests/NumLib/TestFunctionInterpolation.cpp index 1dea2a529e042149b0b40d4ebbc7dfd7c48bf068..1d2335e32a4802d766ec3d4eaca6599130a05a02 100644 --- a/Tests/NumLib/TestFunctionInterpolation.cpp +++ b/Tests/NumLib/TestFunctionInterpolation.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/TestShapeFunctions.cpp b/Tests/NumLib/TestShapeFunctions.cpp index f46298675881a643f26c3bc80103c956207c47cb..ad8edbee2368e08b5e46911be135ece7cd24e10c 100644 --- a/Tests/NumLib/TestShapeFunctions.cpp +++ b/Tests/NumLib/TestShapeFunctions.cpp @@ -3,7 +3,7 @@ * \date 2013-09-03 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/TestShapeMatrices.cpp b/Tests/NumLib/TestShapeMatrices.cpp index 930683b68aada625521263a74c532b5f8b12ae37..3158b812eb32f54ccd2ba7bebafa21efff4d011c 100644 --- a/Tests/NumLib/TestShapeMatrices.cpp +++ b/Tests/NumLib/TestShapeMatrices.cpp @@ -3,7 +3,7 @@ * \date 2013-09-06 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/LICENSE.txt diff --git a/Tests/NumLib/TestSpatialFunction.cpp b/Tests/NumLib/TestSpatialFunction.cpp index d2c2ebb829620b0e1119e230e617df298321d5a4..c38a89fee535454bf104d458388dc8259ae761d1 100644 --- a/Tests/NumLib/TestSpatialFunction.cpp +++ b/Tests/NumLib/TestSpatialFunction.cpp @@ -1,6 +1,6 @@ /** * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestTimeStep.cpp b/Tests/NumLib/TestTimeStep.cpp index b9d8772e5709c3e9b8f483407cc10936fa04e487..447e3db4d2a387396bda97bfec03e12658887230 100644 --- a/Tests/NumLib/TestTimeStep.cpp +++ b/Tests/NumLib/TestTimeStep.cpp @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestTimeSteppingFixed.cpp b/Tests/NumLib/TestTimeSteppingFixed.cpp index b181acda7136dc4f91514354d5551d1c30b36030..1efb474abdc25dd9045f5bf5d9701b87cf892df3 100644 --- a/Tests/NumLib/TestTimeSteppingFixed.cpp +++ b/Tests/NumLib/TestTimeSteppingFixed.cpp @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TestTimeSteppingIterationNumber.cpp b/Tests/NumLib/TestTimeSteppingIterationNumber.cpp index 423adc9c9feabb9a20e6e84e5a6ff81950f3ac64..f018f14333f1c0a127d1c30ac7df02250903d15b 100644 --- a/Tests/NumLib/TestTimeSteppingIterationNumber.cpp +++ b/Tests/NumLib/TestTimeSteppingIterationNumber.cpp @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/NumLib/TimeSteppingTestingTools.h b/Tests/NumLib/TimeSteppingTestingTools.h index ef60fbbb78e9ed9f7778e556587b0dcfe0c2bf62..831e808bc2c4556398284a6b68f5763b274a2e6d 100644 --- a/Tests/NumLib/TimeSteppingTestingTools.h +++ b/Tests/NumLib/TimeSteppingTestingTools.h @@ -3,7 +3,7 @@ * \date 2012-08-03 * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/TestTools.h b/Tests/TestTools.h index e5a4a427e58c2b7a4b1aefe90ff11b0fa6494acd..36b060d8fe3136ea370a154fafc49e9f2795c402 100644 --- a/Tests/TestTools.h +++ b/Tests/TestTools.h @@ -5,7 +5,7 @@ * \brief * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/Tests/testrunner.cpp b/Tests/testrunner.cpp index 27528a014377842faf2e556d9672f74b3d453775..2c233a8b4cb449f10b0ba66d3472eb182df1c991 100644 --- a/Tests/testrunner.cpp +++ b/Tests/testrunner.cpp @@ -5,7 +5,7 @@ * \brief GTest test executables main function. * * \copyright - * Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org) + * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license diff --git a/scripts/cmake/packaging/PackagingMacros.cmake b/scripts/cmake/packaging/PackagingMacros.cmake index 9de0cb06a218e224ecd36b0339c5bbeef6808888..854ae353376339d6faa937d14f95b6a84db46d75 100644 --- a/scripts/cmake/packaging/PackagingMacros.cmake +++ b/scripts/cmake/packaging/PackagingMacros.cmake @@ -11,7 +11,7 @@ macro(ConfigureMacOSXBundle TARGET_NAME ICON_FILE_PATH) MACOSX_BUNDLE_SHORT_VERSION_STRING ${OGS_VERSION} MACOSX_BUNDLE_LONG_VERSION_STRING "${PROJECT_NAME} ${OGS_VERSION}" MACOSX_BUNDLE_BUNDLE_VERSION ${OGS_VERSION} - MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2012-2015, OpenGeoSys Community. All Rights Reserved." + MACOSX_BUNDLE_COPYRIGHT "Copyright (c) 2012-2016, OpenGeoSys Community. All Rights Reserved." ) set_source_files_properties(${ICON_FILE_PATH} PROPERTIES