Skip to content

Commit fd34a9e

Browse files
committed
Goto 2025
1 parent 87e21e6 commit fd34a9e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

cmake/FindPythonModule.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# MODULE_VERSION_STRING - module version, if available through __version__
1111
#
1212
#=============================================================================
13-
# Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca
13+
# Copyright 2005-2025 Airbus-EDF-IMACS-ONERA-Phimeca
1414
#
1515
# Distributed under the OSI-approved BSD License (the "License");
1616
# see accompanying file Copyright.txt for details.

cmake/otvineConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Find otvine includes and libraries
66
#
7-
# Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca
7+
# Copyright 2005-2025 Airbus-EDF-IMACS-ONERA-Phimeca
88
#
99

1010
# Use the following variables to compile and link against otvine:

lib/include/otvine/otvine.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @brief The external header file of otvine
44
*
5-
* Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca
5+
* Copyright 2005-2025 Airbus-EDF-IMACS-ONERA-Phimeca
66
*
77
* This library is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as published by

lib/src/VineCopula.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @brief VineCopula
44
*
5-
* Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca
5+
* Copyright 2005-2025 Airbus-EDF-IMACS-ONERA-Phimeca
66
*
77
* This library is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as published by

lib/src/VineCopulaFactory.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @brief VineCopulaFactory
44
*
5-
* Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca
5+
* Copyright 2005-2025 Airbus-EDF-IMACS-ONERA-Phimeca
66
*
77
* This library is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as published by

lib/src/otvine/VineCopula.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @brief VineCopula
44
*
5-
* Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca
5+
* Copyright 2005-2025 Airbus-EDF-IMACS-ONERA-Phimeca
66
*
77
* This library is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as published by

lib/src/otvine/VineCopulaFactory.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @brief VineCopulaFactory
44
*
5-
* Copyright 2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca
5+
* Copyright 2005-2025 Airbus-EDF-IMACS-ONERA-Phimeca
66
*
77
* This library is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU Lesser General Public License as published by

python/doc/conf.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ master_doc = 'index'
9191

9292
# General information about the project.
9393
project = u'otvine'
94-
copyright = u'2005-2024 Airbus-EDF-IMACS-ONERA-Phimeca'
94+
copyright = u'2005-2025 Airbus-EDF-IMACS-ONERA-Phimeca'
9595

9696
# The version info for the project you're documenting, acts as replacement for
9797
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)