Skip to content

Commit

Permalink
Goto 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jan 9, 2024
1 parent d44ef41 commit a9e5e82
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmake/FindPythonModule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# MODULE_VERSION_STRING - module version, if available through __version__
#
#=============================================================================
# Copyright 2005-2023 Airbus-EDF-IMACS-ONERA-Phimeca
# Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
Expand Down
2 changes: 1 addition & 1 deletion cmake/OTMORRISConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Find OTMORRIS includes and libraries
#
# Copyright 2005-2018 Phimeca
# Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca
#

# Use the following variables to compile and link against OTMORRIS:
Expand Down
2 changes: 1 addition & 1 deletion lib/include/otmorris/otmorris.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @brief The external header file of otmorris
*
* Copyright 2010-2023 Airbus-EDF-Phimeca
* Copyright 2010-2024 Airbus-EDF-Phimeca
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion lib/src/Morris.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @brief Morris
*
* Copyright 2005-2018 Airbus-EDF-IMACS-Phimeca
* Copyright 2005-2024 Airbus-EDF-IMACS-Phimeca
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion lib/src/MorrisExperiment.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @brief MorrisExperiment
*
* Copyright 2005-2018 Airbus-EDF-IMACS-Phimeca
* Copyright 2005-2024 Airbus-EDF-IMACS-Phimeca
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion lib/src/MorrisExperimentGrid.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief MorrisExperimentGrid defines experiments for the Morris method
* starting from p-level grids
*
* Copyright 2005-2018 Airbus-EDF-IMACS-Phimeca
* Copyright 2005-2024 Airbus-EDF-IMACS-Phimeca
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion lib/src/MorrisExperimentLHS.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @brief MorrisExperiment
*
* Copyright 2005-2018 Airbus-EDF-IMACS-Phimeca
* Copyright 2005-2024 Airbus-EDF-IMACS-Phimeca
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion lib/src/otmorris/Morris.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @brief Morris
*
* Copyright 2005-2018 Airbus-EDF-IMACS-Phimeca
* Copyright 2005-2024 Airbus-EDF-IMACS-Phimeca
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion lib/src/otmorris/MorrisExperiment.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @brief Generation of experiments for the Morris method
*
* Copyright 2005-2018 Airbus-EDF-IMACS-Phimeca
* Copyright 2005-2024 Airbus-EDF-IMACS-Phimeca
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion lib/src/otmorris/MorrisExperimentGrid.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @brief MorrisExperimentGrid generates experiments for Morris starting from
* grid samples.
*
* Copyright 2005-2018 Airbus-EDF-IMACS-Phimeca
* Copyright 2005-2024 Airbus-EDF-IMACS-Phimeca
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down
2 changes: 1 addition & 1 deletion lib/src/otmorris/MorrisExperimentLHS.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @brief MorrisExperimentLHS
*
* Copyright 2005-2018 Airbus-EDF-IMACS-Phimeca
* Copyright 2005-2024 Airbus-EDF-IMACS-Phimeca
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down

0 comments on commit a9e5e82

Please sign in to comment.